version 1.41, 2010/08/18 07:23:32 |
version 1.43, 2016/03/30 08:25:44 |
|
|
## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.40 2008/01/12 11:26:16 takayama Exp $ |
## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.42 2015/09/27 05:06:29 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 |
# |
# |
Line 66 ox_kan.h: ${Kan96xx}/plugin/ox_kan.h |
|
Line 66 ox_kan.h: ${Kan96xx}/plugin/ox_kan.h |
|
/bin/rm -f ox_kan.h |
/bin/rm -f 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 ${Kan96xx}/plugin/mysig.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} oxmain.o ${Kan96xx}/plugin/mytcpio.o ${Kan96xx}/plugin/oxmisc.o ${Kan96xx}/plugin/mysig.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 |
Line 147 install-exec: copy-kan-lib install_lib_bin |
|
Line 147 install-exec: copy-kan-lib install_lib_bin |
|
install ox ox_sm1 oxlog ox100start ox_texmacs ${OpenXM_bin} |
install ox ox_sm1 oxlog ox100start ox_texmacs ${OpenXM_bin} |
install_lib_bin: |
install_lib_bin: |
if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ |
if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ |
|
make install_lib_bin_windows ; \ |
|
elif [ "`uname | sed -e 's/_.*$$//'`" = "MSYS" ]; then \ |
make install_lib_bin_windows ; \ |
make install_lib_bin_windows ; \ |
else \ |
else \ |
make install_lib_bin_unix ; \ |
make install_lib_bin_unix ; \ |