home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / tbl / makefile next >
Encoding:
Makefile  |  1979-01-10  |  353 b   |  16 lines

  1. CFLAGS=-O -n -s
  2. all:    tbl
  3.     :
  4.  
  5. cp:    tbl
  6.     cp tbl /bin/tbl
  7.     rm tbl *.o
  8.  
  9. cmp:    tbl
  10.     cmp tbl /bin/tbl
  11.     rm tbl *.o
  12.  
  13. tbl: t0.o t1.o t2.o t3.o t4.o t5.o t6.o t7.o t8.o t9.o tb.o tc.o te.o tf.o tg.o ti.o tm.o ts.o tt.o tu.o tv.o
  14.     cc -i -s -O t?.o -o tbl
  15. t0.o t1.o t2.o t3.o t4.o t5.o t6.o t7.o t8.o t9.o tb.o tc.o te.o tf.o tg.o ti.o tm.o ts.o tt.o tu.o tv.o: t..c
  16.