|
|
1.1 root 1: #
2: # @(#)Makefile 1.4 3/30/83
3: #
4:
5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
6: DESTDIR =
7: SRCS = \
8: ni.c nii.c n1.c n2.c \
9: n3.c n4.c n5.c t6.c \
10: n7.c n8.c n9.c t10.c \
11: hytab.c ntab.c suftab.c \
12: d.h tw.h v.h tdef.h sdef.h
13:
14: CFLAGS = -O -DVMUNIX
15: 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
16: s = hytab.o suftab.o tab3.o
17:
18: troff: $c $s
19: $(CC) -o troff $s $c
20:
21: hytab.o: hytab.c
22: $(CC) -R -c hytab.c
23:
24: suftab.o: suftab.c
25: $(CC) -R -c suftab.c
26:
27: install: troff
28: install -s troff ${DESTDIR}/usr/bin
29: cp fonts/* ${DESTDIR}/usr/lib/font
30:
31: clean:
32: rm -f *.o troff
33:
34: cleansrc:
35: rm -f *.[hc] README Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.