=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- OpenXM/src/kxx/Makefile.in 2003/07/21 13:36:42 1.21 +++ 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.20 2003/07/21 11:56:33 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 @@ -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"