version 1.23, 2016/09/19 07:50:02 |
version 1.27, 2022/09/08 10:49:30 |
|
|
### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.22 2007/02/19 06:57:14 takayama Exp $ |
### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.26 2021/03/24 04:58:32 takayama Exp $ |
# |
# |
# depends on install-gmp, install-gc [install-asir-gc] |
# depends on install-gmp, install-gc [install-asir-gc] |
# ( cd ../plugin ; make ) |
# ( cd ../plugin ; make ) |
|
|
RANLIB=@RANLIB@ |
RANLIB=@RANLIB@ |
LIBS=@LIBS@ |
LIBS=@LIBS@ |
LIBS2_SHARED = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder |
LIBS2_SHARED = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder |
LIBS2_STATIC = -L${OpenXM_lib} ${OpenXM_lib}/libgmp.a ${OpenXM_lib}/libgc.a -lox_pathfinder |
LIBS2_STATIC = -L${OpenXM_lib} ${OpenXM_lib}/libgmp.a ${OpenXM_lib}/libgc.a -lox_pathfinder -Wl,-no_pie |
LIBS2 = @LIBS2@ |
LIBS2 = @LIBS2@ |
#GC = nogc.c |
#GC = nogc.c |
#STATIC_LINK_FLAG = -static |
#STATIC_LINK_FLAG = -static |
Line 27 STATIC_LINK_FLAG = |
|
Line 27 STATIC_LINK_FLAG = |
|
|
|
#### Optimization level etc. |
#### Optimization level etc. |
#### option for gdb CFLAGS = -g, optimize -O, profile -p, -DNOGC |
#### option for gdb CFLAGS = -g, optimize -O, profile -p, -DNOGC |
CFLAGS = @CFLAGS@ -D_BSD_SOURCE |
CFLAGS = @CFLAGS@ -D_DEFAULT_SOURCE -D_BSD_SOURCE -Wno-trigraphs -fcommon |
|
|
################### Plugin modules |
################### Plugin modules |
#### (2) cmo, file2, socket |
#### (2) cmo, file2, socket |
Line 128 smacro.h : smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usa |
|
Line 128 smacro.h : smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usa |
|
/bin/rm smacro.h |
/bin/rm smacro.h |
cat smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usage.sm1 $(PLUGIN_SM1) | ./mm >smacro.h |
cat smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usage.sm1 $(PLUGIN_SM1) | ./mm >smacro.h |
|
|
lookup.h : stackm.h mklookup |
gen-lookup.h : stackm.h mklookup |
touch lookup.h |
touch lookup.h |
/bin/rm lookup.h |
/bin/rm lookup.h |
./mklookup >lookup.h |
./mklookup >lookup.h |
Line 155 plugin.sm1 : Makefile $(PLUGIN_SM1) |
|
Line 155 plugin.sm1 : Makefile $(PLUGIN_SM1) |
|
echo '%% Do not edit this file.' > plugin.sm1 |
echo '%% Do not edit this file.' > plugin.sm1 |
|
|
clean : |
clean : |
rm -f mklookup mm core sm1 lookup.h smacro.h *.o *~ *.a mon.out sm1.nogc kanlib.a plugin.h plugin.hh plugin-tmp/*.o Kclass/*.o Kclass/*~ makeconf makeconf.sed |
rm -f mklookup mm core sm1 smacro.h *.o *~ *.a mon.out sm1.nogc kanlib.a plugin.h plugin.hh plugin-tmp/*.o Kclass/*.o Kclass/*~ makeconf makeconf.sed |
distclean : clean |
distclean : clean |
rm -f Makefile |
rm -f Makefile |