[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/Makefile.in between version 1.21 and 1.22

version 1.21, 2003/07/21 13:36:42 version 1.22, 2003/08/22 23:56:28
Line 1 
Line 1 
 ##  $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 :  ## Targets :
 ##   all  : generates ox oxlog ox_sm1  ##   all  : generates ox oxlog ox_sm1
 ##   install : copy the binaries to $(OpenXM_bin),  ##   install : copy the binaries to $(OpenXM_bin),
Line 24  CFLAGS = -g
Line 24  CFLAGS = -g
 DDD=-D_BSD_SOURCE  DDD=-D_BSD_SOURCE
 #STATIC_LINK_FLAG=-static  #STATIC_LINK_FLAG=-static
 STATIC_LINK_FLAG=  STATIC_LINK_FLAG=
   OXWEAVE=$(OpenXM_bin)/oxweave
 ########## end of configurations  ########## end of configurations
   
 ### Set the server name in oxmain.c if you do not use the environmental  ### Set the server name in oxmain.c if you do not use the environmental
Line 202  doc:  openxxx.tex
Line 203  doc:  openxxx.tex
         -/bin/rm openxm-eg.tex openxm-jp.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-eg.tex
         echo "% DO NOT EDIT THIS FILE. This is automatically generated from openxxx.tex" >openxm-jp.tex          echo "% DO NOT EDIT THIS FILE. This is automatically generated from openxxx.tex" >openxm-jp.tex
         ./oxweave $(OXWEAVEFLAG) C eg <openxxx.tex >>openxm-eg.tex          $(OXWEAVE) $(OXWEAVEFLAG) C eg <openxxx.tex >>openxm-eg.tex
         ./oxweave $(OXWEAVEFLAG) C jp <openxxx.tex >>openxm-jp.tex          $(OXWEAVE) $(OXWEAVEFLAG) C jp <openxxx.tex >>openxm-jp.tex
   
 clean-binary :  clean-binary :
         echo " ../open-sm1-binary*  will be removed"          echo " ../open-sm1-binary*  will be removed"

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>