=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/Attic/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- OpenXM/src/kxx/Attic/Makefile 1999/12/14 06:41:03 1.13 +++ OpenXM/src/kxx/Attic/Makefile 2000/01/02 07:35:15 1.14 @@ -1,5 +1,5 @@ ######### configurations. -## $OpenXM: OpenXM/src/kxx/Makefile,v 1.12 1999/12/13 07:55:23 takayama Exp $ +## $OpenXM: OpenXM/src/kxx/Makefile,v 1.13 1999/12/14 06:41:03 takayama Exp $ KANHOME = ../SSkan LFLAG = @@ -92,30 +92,9 @@ testclient2 : testclient2.c ox_kan.h $(KANHOME)/Kan/k clean : - /bin/rm -f ox testclient ox_null ox_sm1 testclient2 core *.o a.out *.dvi *.aux openxxx.log ox_sm1 oxlog *~ oxweave + /bin/rm -f ox testclient ox_null ox_sm1 testclient2 core *.o a.out *.dvi *.aux openxxx.log ox_sm1 oxlog *~ oxweave openxm-eg.tex openxm-jp.tex -BACKUPDIR = Old/19980112 -backup : - /bin/cp Makefile *.c *.h *.sm1 $(BACKUPDIR) -PR = lpt1 -print : - a2ps ox.sm1 | lpr -P$(PR) - a2ps oxasir.sm1 | lpr -P$(PR) - a2ps ox-1.sm1 | lpr -P$(PR) - a2ps ox_kan.h | lpr -P$(PR) - a2ps testclient.c | lpr -P$(PR) - a2ps oxmain.c | lpr -P$(PR) - a2ps oxserver00.c | lpr -P$(PR) - a2ps nullstackmachine.c | lpr -P$(PR) - a2ps $(KANHOME)/plugin/oxmisc.c | lpr -P$(PR) - a2ps $(KANHOME)/plugin/oxmisc2.c | lpr -P$(PR) - a2ps $(KANHOME)/plugin/mytcpio.c | lpr -P$(PR) - a2ps $(KANHOME)/plugin/oxmisc2.h | lpr -P$(PR) - a2ps $(KANHOME)/plugin/oxx.h | lpr -P$(PR) - a2ps $(KANHOME)/plugin/file2.c | lpr -P$(PR) - a2ps $(KANHOME)/plugin/file2.h | lpr -P$(PR) - install_lib_bin : /bin/rm -f $(KANHOME)/lib/bin/ox* ln -f -s ../../../bin/ox $(KANHOME)/lib/bin/ox @@ -143,8 +122,17 @@ configure: /bin/rm -f ox_kan.h ln -f -s ../SSkan/plugin/ox_kan.h ox_kan.h +OXWEAVEFLAG=--recursive +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 clean-binary : echo " ../open-sm1-binary* will be removed" echo "after 10 seconds. To cancel type in ctrl-C." ( sleep 10 ; /bin/rm -rf ../open-sm1-binary* ) + +