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

Diff for /OpenXM/src/kxx/Attic/Makefile between version 1.15 and 1.16

version 1.15, 2000/01/16 01:35:50 version 1.16, 2000/01/16 01:40:32
Line 1 
Line 1 
 ##  $OpenXM: OpenXM/src/kxx/Makefile,v 1.14 2000/01/02 07:35:15 takayama Exp $  ##  $OpenXM: OpenXM/src/kxx/Makefile,v 1.15 2000/01/16 01:35:50 takayama Exp $
 ## Targets :  ## Targets :
 ##   all  : generates ox oxlog ox_sm1 oxweave  ##   all  : generates ox oxlog ox_sm1 oxweave
 ##   install : copy the binaries to $(OpenXM_bin),  ##   install : copy the binaries to $(OpenXM_bin),
Line 7 
Line 7 
 ##             Create symbolic links in $(OpenXM_lib)/sm1/bin  ##             Create symbolic links in $(OpenXM_lib)/sm1/bin
 ##   install-for-debug :  ##   install-for-debug :
 ##             Create symbolic links instead of copying.  ##             Create symbolic links instead of copying.
   ##   install-document :
   ##             Nothing to do for now.
 ######### configurations.  ######### configurations.
 OpenXM_contrib=../../../OpenXM_contrib  OpenXM_contrib=../../../OpenXM_contrib
 OpenXM_ROOT=../../../OpenXM  OpenXM_ROOT=../../../OpenXM
Line 146  install_lib_bin : 
Line 147  install_lib_bin : 
 # generated in the top level Makefile  # generated in the top level Makefile
 copy-kan-lib : clean-for-install  copy-kan-lib : clean-for-install
         mkdir $(OpenXM_lib)/sm1          mkdir $(OpenXM_lib)/sm1
           touch $(OpenXM_lib)/sm1/DO_NOT_EDIT_THIS_DIRECTORY._ALL_FILES_ARE_COPIED_FROM_kan96xx_Doc
         cp -r $(KANHOME)/Doc/* $(OpenXM_lib)/sm1          cp -r $(KANHOME)/Doc/* $(OpenXM_lib)/sm1
         -/bin/rm -rf $(OpenXM_lib)/sm1/CVS          -/bin/rm -rf $(OpenXM_lib)/sm1/CVS
         cp $(KANHOME)/Kan/var.sm1 $(OpenXM_lib)/sm1          cp $(KANHOME)/Kan/var.sm1 $(OpenXM_lib)/sm1
Line 158  configure:
Line 160  configure:
         ln -f -s  ../SSkan/plugin/ox_kan.h ox_kan.h          ln -f -s  ../SSkan/plugin/ox_kan.h ox_kan.h
   
 ## openxm document generation.  ## openxm document generation.
   install-document :
           echo "Do nothing for now"
   
 OXWEAVEFLAG=--recursive  OXWEAVEFLAG=--recursive
 doc:  openxxx.tex  doc:  openxxx.tex
         -/bin/rm openxm-eg.tex openxm-jp.tex          -/bin/rm openxm-eg.tex openxm-jp.tex

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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