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

Diff for /OpenXM/rc/Makefile between version 1.13 and 1.14

version 1.13, 2000/03/09 12:53:34 version 1.14, 2000/03/10 02:13:29
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/Makefile,v 1.12 2000/03/06 08:08:11 takayama Exp $  # $OpenXM: OpenXM/rc/Makefile,v 1.13 2000/03/09 12:53:34 takayama Exp $
 # make repl  # make repl
 # make all  # make all
 # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local  # make install  [ PREFIX=/home/hoge ]  ; Default is /usr/local
Line 22  dot.cshrc : cshrc repl
Line 22  dot.cshrc : cshrc repl
         ./repl <cshrc >>dot.cshrc          ./repl <cshrc >>dot.cshrc
   
 repl : repl.c  repl : repl.c
         ${CC} -static -o repl repl.c          rm -f repl
           ${CC} -static -o ../bin/rc.repl repl.c
           ln -s ../bin/rc.repl repl
   
 openxm : dot.cshrc  openxm : dot.cshrc
         rm -f openxm          rm -f openxm
Line 46  install.asir_key:
Line 48  install.asir_key:
         -../bin/sm1 -f fetch_asir_key.sm1          -../bin/sm1 -f fetch_asir_key.sm1
   
 clean :  clean :
         rm -f dot.bashrc dot.cshrc repl openxm $(SHELL_SCRIPTS) .gen-shell-scripts work          rm -rf dot.bashrc dot.cshrc repl openxm $(SHELL_SCRIPTS) .gen-shell-scripts work
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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