|
|
1.1 ! root 1: # @(#)Makefile 4.1 12/18/82 ! 2: ! 3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 4: CFLAGS=-O ! 5: h = tp.h tp_defs.h ! 6: o = tp0.o tp1.o tp2.o tp3.o ! 7: ! 8: tp : $o ! 9: $(CC) -o tp $o ! 10: ! 11: $o : $h ! 12: ! 13: install : tp ! 14: install -s tp ${DESTDIR}/bin ! 15: ! 16: clean : ! 17: rm -f *.o ! 18: ! 19: cleansrc: ! 20: rm -f *.[ch] Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.