|
|
1.1 ! root 1: # $Header: Makefile 1.1 83/04/20 10:29:24 sklower Exp $ ! 2: # $Locker: $ ! 3: ! 4: LibDir = /usr/lib/lisp ! 5: AllSrc = Makefile append.c tackon.c ! 6: ! 7: AllObj = ${LibDir}/append ${LibDir}/tackon ! 8: ! 9: all: ${LibDir}/append ${LibDir}/tackon ! 10: ! 11: ${LibDir}/append: append.c ! 12: cc -O -o ${LibDir}/append append.c ! 13: ! 14: ${LibDir}/tackon: tackon.c ! 15: cc -O -o ${LibDir}/tackon -I../franz/h tackon.c ! 16: ! 17: copysource: ${AllSrc} ! 18: (tar cf - ${AllSrc} | (cd ${CopyTo} ; tar xf -)) ! 19: ! 20: ! 21: scriptcatall: ${AllSrc} ! 22: @../scriptcat . utils ${AllSrc} ! 23: ! 24: ! 25: clean: ! 26: rm ${AllObj}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.