File:  [Research Unix] / researchv10no / cmd / spool / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

CFLAGS = -O

all:	lab lp1

lp0:	lpr.h lp0.o spool.c
	cc -o lp0 lp0.o

lp1:	lpr.h lp1.o spool.c
	cc -o lp1 lp1.o

lab:	lpr.h lab.o spool.c
	cc -o lab lab.o

install:	lp0 lp1
	strip lp0 lp1
	mv lp0 lp1 $(DESTDIR)/usr/bin
	rm -f /usr/bin/lpr
	ln /usr/bin/lp1 /usr/bin/lpr

clean:
	rm -f *.o lp[01]

unix.superglobalmegacorp.com

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