| version 1.4, 2000/03/13 09:04:08 |
version 1.7, 2000/12/21 08:20:10 |
|
|
| ## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.3 2000/03/13 06:46:39 takayama Exp $ |
## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.6 2000/09/20 01:43:34 takayama Exp $ |
| ## Targets : |
## Targets : |
| ## all : generates ox oxlog ox_sm1 oxweave |
## all : generates ox oxlog ox_sm1 oxweave |
| ## install : copy the binaries to $(OpenXM_bin), |
## install : copy the binaries to $(OpenXM_bin), |
| Line 32 all : configure all-plugin kanlib.a ox ox_sm1 oxlog o |
|
| Line 32 all : configure all-plugin kanlib.a ox ox_sm1 oxlog o |
|
| |
|
| all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog |
all2 : all-plugin kanlib.a ox ox_sm1 testclient oxlog |
| |
|
| configure : Makefile.in configure.in |
configure: Makefile |
| echo "You configure is older than Makefine.in and configure.in" |
|
| |
Makefile: Makefile.in |
| |
./configure |
| |
|
| |
# configure is added to repo for a while. |
| |
configure-old : Makefile.in configure.in |
| |
echo "Your configure is older than Makefine.in and configure.in" |
| /bin/rm -f .configure_done |
/bin/rm -f .configure_done |
| autoconf |
./make-configure |
| .error "Run ./make-configure" |
# autoconf |
| |
# .error "Run ./make-configure" |
| |
|
| dist : |
dist : |
| ./makeDist |
./makeDist |
| Line 86 testclient : testclient.c ox.a file2.o ox_kan.h |
|
| Line 93 testclient : testclient.c ox.a file2.o ox_kan.h |
|
| $(CC) $(CFLAGS) ${DDD} testclient.c -o testclient ox.a file2.o $(LIBS) |
$(CC) $(CFLAGS) ${DDD} testclient.c -o testclient ox.a file2.o $(LIBS) |
| |
|
| |
|
| #KANLIB = $(KANHOME)/Kan/kanlib.a $(KANHOME)/gmp/libgmp.a $(KANHOME)/gmp/mpn/libmpn.a $(KANHOME)/gc/gc.a |
#KANLIB = $(KANHOME)/Kan/kanlib.a $(OpenXM_lib)/libgmp.a $(KANHOME)/gmp/mpn/libmpn.a $(KANHOME)/gc/gc.a |
| KANLIB = $(KANHOME)/Kan/kanlib.a $(KANHOME)/gmp/libgmp.a $(KANHOME)/gc/gc.a |
KANLIB = $(KANHOME)/Kan/kanlib.a $(OpenXM_lib)/libgmp.a $(KANHOME)/gc/gc.a |
| |
|
| ## file2 should be linked from kanlib.a |
## file2 should be linked from kanlib.a |
| |
|