File:  [CSRG BSD Unix] / 43BSD / usr.bin / troff / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
#	@(#)Makefile	1.4 3/30/83
#
DESTDIR =
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) -o troff $s $c  

hytab.o: hytab.c
	$(CC) -R -c hytab.c

suftab.o: suftab.c
	$(CC) -R -c suftab.c

install: troff
	install -s troff ${DESTDIR}/usr/bin

clean:
	rm -f *.o troff

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.