File:  [Research Unix] / researchv10no / games / atc / 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: atc sread

install:	all
	if [ ! -d /usr/games/lib/atc ] ;\
	then	mkdir /usr/games/lib/atc ;\
		chown bin /usr/games/lib/atc ;\
		chgrp bin /usr/games/lib/atc ;\
		chmod o-w,g+w /usr/games/lib/atc ;\
	fi
	strip atc
	mv atc /usr/games
	cp airspaces /usr/games/lib/atc

atc.o aread.o: ahdr.h

atc: atc.o aread.o
	cc -o atc atc.o aread.o -ltermlib

sread: sread.o
	cc -o sread sread.o

clean:
	rm -f atc *.o

unix.superglobalmegacorp.com

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