|
|
1.1 root 1: OBJS = y.tab.o main.o lex.yy.o mkioconf.o mkmakefile.o mkubglue.o mkheaders.o \
2: mkconf.o
3: LDFLAGS=-ll
4: DESTDIR=/
5:
6: config: $(OBJS)
7: $(CC) $(OBJS) -o config $(LDFLAGS)
8:
9: install: config
10: strip config
11: cp config $(DESTDIR)/etc
12:
13: y.tab.o: y.tab.c
14:
15: y.tab.c: config.y
16: yacc -d config.y
17:
18: lex.yy.c: config.l
19: lex config.l
20:
21: clean:
22: rm -f $(OBJS) lex.yy.c y.tab.c config y.tab.h
23:
24: print:
25: pr -l57 main.c config.y config.l mk*.c | netlpr -c vpr
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.