Annotation of researchv9/sys.vax/conf/src/config/makefile, revision 1.1

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=-g -ll -lv9
        !             4: CFLAGS= -g
        !             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

unix.superglobalmegacorp.com

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