=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/Makefile.in,v retrieving revision 1.20 retrieving revision 1.22 diff -u -p -r1.20 -r1.22 --- OpenXM/src/kxx/Makefile.in 2003/07/21 11:56:33 1.20 +++ OpenXM/src/kxx/Makefile.in 2003/08/22 23:56:28 1.22 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.19 2003/07/21 07:32:01 takayama Exp $ +## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.21 2003/07/21 13:36:42 takayama Exp $ ## Targets : ## all : generates ox oxlog ox_sm1 ## install : copy the binaries to $(OpenXM_bin), @@ -24,6 +24,7 @@ CFLAGS = -g DDD=-D_BSD_SOURCE #STATIC_LINK_FLAG=-static STATIC_LINK_FLAG= +OXWEAVE=$(OpenXM_bin)/oxweave ########## end of configurations ### Set the server name in oxmain.c if you do not use the environmental @@ -84,7 +85,7 @@ ox_sm1 : oxserver00.c sm1stackmachine.o ox_kan.h ox.a oxlog : oxlog.c $(CC) ${STATIC_LINK_FLAG} ${DDD} -o oxlog oxlog.c -ox100start : ox100start.c +ox100start : ox100start.c ${OpenXM_lib}/libox_pathfinder.a $(CC) -I${OpenXM_include} ${STATIC_LINK_FLAG} ${DDD} -o ox100start ox100start.c -L${OpenXM_lib} -lox_pathfinder @@ -202,8 +203,8 @@ doc: openxxx.tex -/bin/rm openxm-eg.tex openxm-jp.tex echo "% DO NOT EDIT THIS FILE. This is automatically generated from openxxx.tex" >openxm-eg.tex echo "% DO NOT EDIT THIS FILE. This is automatically generated from openxxx.tex" >openxm-jp.tex - ./oxweave $(OXWEAVEFLAG) C eg >openxm-eg.tex - ./oxweave $(OXWEAVEFLAG) C jp >openxm-jp.tex + $(OXWEAVE) $(OXWEAVEFLAG) C eg >openxm-eg.tex + $(OXWEAVE) $(OXWEAVEFLAG) C jp >openxm-jp.tex clean-binary : echo " ../open-sm1-binary* will be removed"