File:  [Research Unix] / researchv10no / cmd / calendar / 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:	calendar1 calendar2 calendar4

calendar1: calendar1.o
	cc calendar1.o -o calendar1

calendar2: calendar2.o
	cc calendar2.o -o calendar2

calendar4: calendar4.o
	cc calendar4.o -o calendar4

install:	all
	strip calendar1 calendar2 calendar4
	cp calendar /usr/bin
	cp calendar3 /usr/lib
	mv calendar1 calendar2 calendar4 /usr/lib

clean:
	rm -f calendar[124] *.o

unix.superglobalmegacorp.com

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