Annotation of researchv10dc/ipc/internet/htable/Makefile, revision 1.1

1.1     ! root        1: CFLAGS=        -g
        !             2: LIBC=  /lib/libc.a
        !             3: SRCS=  htable.c parse.c scan.c
        !             4: OBJS=  htable.o parse.o scan.o
        !             5: MAN=   htable.0
        !             6: 
        !             7: all: htable
        !             8: 
        !             9: htable: ${OBJS} ${LIBC} y.tab.h
        !            10:        ${CC} -o $@ ${CFLAGS} ${OBJS}
        !            11: 
        !            12: y.tab.h:
        !            13:        yacc -d parse.y
        !            14:        rm -f y.tab.c
        !            15: 
        !            16: clean:
        !            17:        rm -f ${OBJS} core htable parse.c scan.c y.tab.h
        !            18: 

unix.superglobalmegacorp.com

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