home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / troff / tmake < prev    next >
Encoding:
Text File  |  1979-01-10  |  775 b   |  33 lines

  1. CFLAGS=-n -s -O
  2. TFILES=n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o ni.o nii.o tab3.o hytab.o suftab.o
  3.  
  4. troff:    $(TFILES)
  5.     cc -o troff $(CFLAGS) $(TFILES)
  6.  
  7. n1.o:    tdef.h d.h v.h tw.h s.h
  8. n2.o:    tdef.h d.h v.h tw.h s.h
  9. n3.o:    tdef.h d.h v.h tw.h s.h
  10. n4.o:    tdef.h d.h v.h tw.h s.h
  11. n5.o:    tdef.h d.h v.h tw.h s.h
  12. n6.o:    tdef.h d.h v.h tw.h s.h
  13. t6.o:    tdef.h d.h v.h tw.h s.h
  14. n7.o:    tdef.h d.h v.h tw.h s.h
  15. n8.o:    tdef.h d.h v.h tw.h s.h
  16. n9.o:    tdef.h d.h v.h tw.h s.h
  17. n10.o:    tdef.h d.h v.h tw.h s.h
  18. t10.o:    tdef.h d.h v.h tw.h s.h
  19. ni.o:    tdef.h d.h v.h tw.h s.h
  20. nii.o:    tdef.h d.h v.h tw.h s.h
  21.  
  22. hytab.o:    hytab.c
  23.     cc -S hytab.c
  24.     ed hytab.s <textscript
  25.     as -o hytab.o hytab.s
  26.     rm hytab.s
  27.  
  28. suftab.o:    suftab.c
  29.     cc -S suftab.c
  30.     ed suftab.s <textscript
  31.     as -o suftab.o suftab.s
  32.     rm suftab.s
  33.