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

OBJS = y.tab.o main.o lex.yy.o mkioconf.o mkmakefile.o mkubglue.o mkheaders.o \
	mkconf.o
LDFLAGS=-ll
DESTDIR=/

config: $(OBJS)
	$(CC) $(OBJS) -o config $(LDFLAGS)

install: config
	strip config
	cp config $(DESTDIR)/etc

y.tab.o: y.tab.c

y.tab.c: config.y
	yacc -d config.y

lex.yy.c: config.l
	lex config.l

clean:
	rm -f $(OBJS) lex.yy.c y.tab.c config y.tab.h

print:
	pr -l57 main.c config.y config.l mk*.c | netlpr -c vpr

unix.superglobalmegacorp.com

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