Research V7 development
[unix-history] / usr / src / cmd / troff / nmake
CommitLineData
f10d52e6
JO
1CFLAGS=-n -s -O -DNROFF
2NFILES=n1.o n2.o n3.o n4.o n5.o n6.o n7.o n8.o n9.o n10.o ni.o nii.o ntab.o hytab.o suftab.o
3
4nroff: $(NFILES)
5 cc -o nroff $(CFLAGS) $(NFILES)
6
7n1.o: tdef.h d.h v.h tw.h s.h
8n2.o: tdef.h d.h v.h tw.h s.h
9n3.o: tdef.h d.h v.h tw.h s.h
10n4.o: tdef.h d.h v.h tw.h s.h
11n5.o: tdef.h d.h v.h tw.h s.h
12n6.o: tdef.h d.h v.h tw.h s.h
13t6.o: tdef.h d.h v.h tw.h s.h
14n7.o: tdef.h d.h v.h tw.h s.h
15n8.o: tdef.h d.h v.h tw.h s.h
16n9.o: tdef.h d.h v.h tw.h s.h
17n10.o: tdef.h d.h v.h tw.h s.h
18t10.o: tdef.h d.h v.h tw.h s.h
19ni.o: tdef.h d.h v.h tw.h s.h
20nii.o: tdef.h d.h v.h tw.h s.h
21
22hytab.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
28suftab.o: suftab.c
29 cc -S suftab.c
30 ed suftab.s <textscript
31 as -o suftab.o suftab.s
32 rm suftab.s