File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / troff / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v12b, v121, HEAD
Power 6/32 Unix version 1.2b

#
#	@(#)Makefile	1.4 3/30/83
#

MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
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
	cp fonts/* ${DESTDIR}/usr/lib/font

clean:
	rm -f *.o troff
	
cleansrc:
	rm -f *.[hc] README Makefile

unix.superglobalmegacorp.com

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