Annotation of 43BSDReno/old/vpr/vtools/fed/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1987 Regents of the University of California.
        !             3: # All rights reserved.  The Berkeley software License Agreement
        !             4: # specifies the terms and conditions for redistribution.
        !             5: #
        !             6: #      @(#)Makefile    4.2     (Berkeley)      11/4/87
        !             7: #
        !             8: CFLAGS=        -O
        !             9: LIBC=  /lib/libc.a
        !            10: SRCS=  fed.c subr.c io.c
        !            11: OBJS=  fed.o subr.o io.o
        !            12: LIBS=  -lm -l2648
        !            13: 
        !            14: all: fed
        !            15: 
        !            16: fed: ${OBJS} ${LIBC} /usr/lib/lib2648.a
        !            17:        ${CC} -o $@ ${CFLAGS} ${OBJS} ${LIBS}
        !            18: 
        !            19: clean: FRC
        !            20:        rm -f ${OBJS} core fed
        !            21: 
        !            22: depend: FRC
        !            23:        mkdep ${CFLAGS} ${SRCS}
        !            24: 
        !            25: install: FRC
        !            26:        install -s -o bin -g bin -m 755 fed ${DESTDIR}/usr/old/fed
        !            27: 
        !            28: lint: FRC
        !            29:        lint ${CFLAGS} ${SRCS}
        !            30: 
        !            31: tags: FRC
        !            32:        ctags ${SRCS}
        !            33: 
        !            34: FRC:
        !            35: 
        !            36: # DO NOT DELETE THIS LINE -- mkdep uses it.
        !            37: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
        !            38: 
        !            39: fed.o: fed.c fed.h /usr/include/stdio.h /usr/include/ctype.h
        !            40: fed.o: /usr/include/vfont.h /usr/include/signal.h /usr/include/machine/trap.h
        !            41: fed.o: /usr/include/setjmp.h
        !            42: subr.o: subr.c fed.h /usr/include/stdio.h /usr/include/ctype.h
        !            43: subr.o: /usr/include/vfont.h /usr/include/signal.h /usr/include/machine/trap.h
        !            44: subr.o: /usr/include/setjmp.h
        !            45: io.o: io.c fed.h /usr/include/stdio.h /usr/include/ctype.h /usr/include/vfont.h
        !            46: io.o: /usr/include/signal.h /usr/include/machine/trap.h /usr/include/setjmp.h
        !            47: 
        !            48: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

unix.superglobalmegacorp.com

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