File:  [Research Unix] / researchv10no / cmd / adb / conf / templ
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

comm:
	$(CC) $(CFLAGS) -c $1
v7:
	$(CC) $(CFLAGS) -c -I../v7 $1
v8:
	$(CC) $(CFLAGS) -c -I../v8 $1
null:
	$(CC) $(CFLAGS) -c -I../null $1
68v:
	$(CC) $(CFLAGS) -c $1
cray:
	$(CC) $(CFLAGS) -c -I../cray $1
11v:
	$(CC) $(CFLAGS) -c $1
vax:
	$(CC) $(CFLAGS) -c $1
seq:
	$(CC) $(CFLAGS) -c $1
%%
CFLAGS=-I. -I../comm

adb: $(FILES)
	$(CC) -o adb $(FILES)

clean:
	rm adb $(FILES)


unix.superglobalmegacorp.com

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