version 1.31, 2004/06/23 23:04:10 |
version 1.40, 2008/01/12 11:26:16 |
|
|
## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.30 2004/06/23 22:49:17 takayama Exp $ |
## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.39 2006/10/08 23:49:18 takayama Exp $ |
# |
|
# Depends on all-kan96xx [source tree of kan96xx at ${Kan96xx} is required] |
# Depends on all-kan96xx [source tree of kan96xx at ${Kan96xx} is required] |
# install-gmp, install-gc, install-util |
# install-gmp, install-gc, install-util |
# |
# |
|
|
RANLIB=@RANLIB@ |
RANLIB=@RANLIB@ |
LIBS=@LIBS@ |
LIBS=@LIBS@ |
CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE |
CFLAGS = @CFLAGS@ -g -D_BSD_SOURCE |
|
# University binary is no longer supported. See old configure.in (version 1.7) |
|
#CFLAG2 = @CFLAG2@ |
|
#CFLAG2p = @CFLAG2p@ |
|
CFLAG2 = |
|
CFLAG2p = |
|
# Or use "lipo -create ox-i386 ox-ppc -output ox" |
#STATIC_LINK_FLAG=-static |
#STATIC_LINK_FLAG=-static |
STATIC_LINK_FLAG= |
STATIC_LINK_FLAG= |
RM=rm |
RM=rm |
Line 48 all2 : ox ox_sm1 testclient oxlog |
|
Line 53 all2 : ox ox_sm1 testclient oxlog |
|
configure: Makefile |
configure: Makefile |
|
|
Makefile: Makefile.in |
Makefile: Makefile.in |
./configure |
(rm -f .configure_done ; ./make-configure) |
|
|
# configure is added to repo for a while. |
# configure is added to repo for a while. |
configure-old : Makefile.in configure.in |
configure-old : Makefile.in configure.in |
Line 59 configure-old : Makefile.in configure.in |
|
Line 64 configure-old : Makefile.in configure.in |
|
# .error "Run ./make-configure" |
# .error "Run ./make-configure" |
|
|
.c.o: |
.c.o: |
${CC} ${CFLAGS} -I${OpenXM_include} -c $< |
${CC} ${CFLAGS} ${CFLAG2} -I${OpenXM_include} -c $< |
ox.a: ${Kan96xx}/plugin/ox.a |
ox.a: ${Kan96xx}/plugin/ox.a |
/bin/rm -f ox.a |
/bin/rm -f ox.a |
ln -s ${Kan96xx}/plugin/ox.a ox.a |
ln -s ${Kan96xx}/plugin/ox.a ox.a |
Line 68 ox_kan.h: ${Kan96xx}/plugin/ox_kan.h |
|
Line 73 ox_kan.h: ${Kan96xx}/plugin/ox_kan.h |
|
ln -s ${Kan96xx}/plugin/ox_kan.h ox_kan.h |
ln -s ${Kan96xx}/plugin/ox_kan.h ox_kan.h |
|
|
ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
ox: oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
${CC} ${STATIC_LINK_FLAG} ${CFLAGS} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o ox ${LIBS} |
${CC} ${STATIC_LINK_FLAG} ${CFLAGS} ${CFLAG2p} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o ox ${LIBS} |
oxmain.o: oxmain.c ox_kan.h serversm.h |
oxmain.o: oxmain.c ox_kan.h serversm.h |
|
|
oxd: oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
oxd: oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
${CC} ${STATIC_LINK_FLAG} ${CFLAGS} oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o oxd ${LIBS} |
${CC} ${STATIC_LINK_FLAG} ${CFLAGS} oxd.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o -o oxd ${LIBS} -L{OpenXM_lib} -lgc |
oxd.o: oxd.c ox_kan.h serversm.h |
oxd.o: oxd.c ox_kan.h serversm.h |
xtag.o: xtag.c |
xtag.o: xtag.c |
oxd-thread: oxd-thread.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
oxd-thread: oxd-thread.o xtag.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o file2.o |
Line 95 ox100start : ox100start.o ${OpenXM_lib}/libox_pathfin |
|
Line 100 ox100start : ox100start.o ${OpenXM_lib}/libox_pathfin |
|
ox100start.o: ox100start.c |
ox100start.o: ox100start.c |
|
|
file2.o: ${Kan96xx}/plugin/file2.c ${Kan96xx}/plugin/file2.h |
file2.o: ${Kan96xx}/plugin/file2.c ${Kan96xx}/plugin/file2.h |
${CC} $(CFLAGS) -DKXX=1 -I${Kan96xx}/plugin -c ${Kan96xx}/plugin/file2.c |
${CC} $(CFLAGS) ${CFLAG2} -DKXX=1 -I${Kan96xx}/plugin -c ${Kan96xx}/plugin/file2.c |
|
|
nullstackmachine.o: nullstackmachine.c ox_kan.h |
nullstackmachine.o: nullstackmachine.c ox_kan.h |
sm1stackmachine.o: sm1stackmachine.c ox_kan.h |
sm1stackmachine.o: sm1stackmachine.c ox_kan.h |
Line 196 copy-kan-lib : clean-for-install |
|
Line 201 copy-kan-lib : clean-for-install |
|
touch ${OpenXM_lib}/sm1/DO_NOT_EDIT_THIS_DIRECTORY._ALL_FILES_ARE_COPIED_FROM_kan96xx_Doc |
touch ${OpenXM_lib}/sm1/DO_NOT_EDIT_THIS_DIRECTORY._ALL_FILES_ARE_COPIED_FROM_kan96xx_Doc |
-if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ |
-if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ |
cp ${Kan96xx}/Doc/* ${OpenXM_lib}/sm1 ; \ |
cp ${Kan96xx}/Doc/* ${OpenXM_lib}/sm1 ; \ |
|
cp -r ${Kan96xx}/Doc/Resource ${OpenXM_lib}/sm1 ; \ |
mkdir ${OpenXM_lib}/sm1/bin ; \ |
mkdir ${OpenXM_lib}/sm1/bin ; \ |
else \ |
else \ |
cp -r ${Kan96xx}/Doc/* ${OpenXM_lib}/sm1 ; \ |
cp -r ${Kan96xx}/Doc/* ${OpenXM_lib}/sm1 ; \ |