File:  [Research Unix] / researchv8dc / cmd / upas / print / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv8, HEAD
researchv8 Dan Cross

RSRC= print.c semaphore.c\
	../common/tmpfile.c ../common/lock.c ../common/subrs.c
ROBJ= print.o semaphore.o\
	../common/tmpfile.o ../common/lock.o ../common/subrs.o
CFLAGS=-g -I../common

all: print

print: ${ROBJ}
	${CC} ${ROBJ} ${CFLAGS} -o print

print.o: ../common/mail.h ../common/letter.h ../common/string.h

../common/lock.o: ../common/lock.c ../common/string.h
	cd ../common; ${CC} -c ${CFLAGS} lock.c
../common/tmpfile.o: ../common/tmpfile.c ../common/mail.h ../common/letter.h
	cd ../common; ${CC} -c ${CFLAGS} tmpfile.c
../common/subrs.o: ../common/subrs.c ../common/string.h ../common/mail.h
	cd ../common; ${CC} -c ${CFLAGS} subrs.c

prcan:
	prcan ${RSRC}

clean:
	rm -f print *.o ../common.*.o

cyntax:
	cyntax -I../common ${RSRC}

install:	print
	cp print /usr/lib/upas/printmail

unix.superglobalmegacorp.com

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