version 1.13, 1999/12/14 06:41:03 |
version 1.14, 2000/01/02 07:35:15 |
|
|
######### configurations. |
######### 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 |
KANHOME = ../SSkan |
|
|
LFLAG = |
LFLAG = |
Line 92 testclient2 : testclient2.c ox_kan.h $(KANHOME)/Kan/k |
|
Line 92 testclient2 : testclient2.c ox_kan.h $(KANHOME)/Kan/k |
|
|
|
|
|
clean : |
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 : |
install_lib_bin : |
/bin/rm -f $(KANHOME)/lib/bin/ox* |
/bin/rm -f $(KANHOME)/lib/bin/ox* |
ln -f -s ../../../bin/ox $(KANHOME)/lib/bin/ox |
ln -f -s ../../../bin/ox $(KANHOME)/lib/bin/ox |
|
|
/bin/rm -f ox_kan.h |
/bin/rm -f ox_kan.h |
ln -f -s ../SSkan/plugin/ox_kan.h 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 <openxxx.tex >>openxm-eg.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" |
echo "after 10 seconds. To cancel type in ctrl-C." |
echo "after 10 seconds. To cancel type in ctrl-C." |
( sleep 10 ; /bin/rm -rf ../open-sm1-binary* ) |
( sleep 10 ; /bin/rm -rf ../open-sm1-binary* ) |
|
|
|
|