[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.19 and 1.22

version 1.19, 2003/07/21 07:32:01 version 1.22, 2003/08/22 23:56:28
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.18 2002/11/10 12:15:48 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 15  OpenXM_contrib=../../../OpenXM_contrib
Line 15  OpenXM_contrib=../../../OpenXM_contrib
 OpenXM_ROOT=../../../OpenXM  OpenXM_ROOT=../../../OpenXM
 OpenXM_bin=$(OpenXM_ROOT)/bin  OpenXM_bin=$(OpenXM_ROOT)/bin
 OpenXM_lib=$(OpenXM_ROOT)/lib  OpenXM_lib=$(OpenXM_ROOT)/lib
   OpenXM_include=$(OpenXM_ROOT)/include
 KANHOME=$(OpenXM_ROOT)/src/kan96xx  KANHOME=$(OpenXM_ROOT)/src/kan96xx
 CC=@CC@  CC=@CC@
 RANLIB=@RANLIB@  RANLIB=@RANLIB@
Line 23  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 83  ox_sm1 : oxserver00.c sm1stackmachine.o ox_kan.h ox.a 
Line 85  ox_sm1 : oxserver00.c sm1stackmachine.o ox_kan.h ox.a 
   
 oxlog : oxlog.c  oxlog : oxlog.c
         $(CC)   ${STATIC_LINK_FLAG} ${DDD} -o oxlog oxlog.c          $(CC)   ${STATIC_LINK_FLAG} ${DDD} -o oxlog oxlog.c
 ox100start : ox100start.c  ox100start : ox100start.c  ${OpenXM_lib}/libox_pathfinder.a
         $(CC)   ${STATIC_LINK_FLAG} ${DDD} -o ox100start ox100start.c          $(CC)  -I${OpenXM_include} ${STATIC_LINK_FLAG} ${DDD} -o ox100start ox100start.c -L${OpenXM_lib} -lox_pathfinder
   
   
 ## file2.c file2.h is in SSkan/plugin/  ## file2.c file2.h is in SSkan/plugin/
Line 201  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.19  
changed lines
  Added in v.1.22

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