# # @(#)Maketroff 1.3 8/5/82 # SRCS = \ ni.c nii.c n1.c n2.c \ n3.c n4.c n5.c t6.c \ n7.c n8.c n9.c t10.c \ hytab.c ntab.c suftab.c \ d.h tw.h v.h tdef.h sdef.h CFLAGS = -O -DVMUNIX c = ni.o nii.o n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o s = hytab.o suftab.o tab3.o troff : $c $s $(CC) -z -o troff $s $c hytab.o : hytab.c cc -S hytab.c /usr/src/bin/as/:rofix hytab.s as -o hytab.o hytab.s rm hytab.s suftab.o: suftab.c cc -S suftab.c /usr/src/bin/as/:rofix suftab.s as -o suftab.o suftab.s rm suftab.s # tab3.o: tab3.c # cc -S tab3.c # /usr/src/bin/as/:rofix tab3.s # as -o tab3.o tab3.s # rm tab3.s # install : install -s troff /usr/bin clean : rm -f *.o sources: $(SRCS) $(SRCS): sccs get $@