|
|
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=-O -ll ! 4: CFLAGS= -O ! 5: DESTDIR=/ ! 6: ! 7: config: $(OBJS) ! 8: $(CC) $(OBJS) -o config $(LDFLAGS) ! 9: ! 10: install: config ! 11: strip config ! 12: cp config $(DESTDIR)/etc ! 13: ! 14: y.tab.o: y.tab.c ! 15: ! 16: y.tab.c: config.y ! 17: yacc -d config.y ! 18: ! 19: lex.yy.c: config.l ! 20: lex config.l ! 21: ! 22: clean: ! 23: rm -f $(OBJS) lex.yy.c y.tab.c config y.tab.h ! 24: ! 25: print: ! 26: 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.