Annotation of 43BSD/contrib/xns/examples/ch/Makefile, revision 1.1

1.1     ! root        1: CFLAGS=        -g -DDEBUG
        !             2: #CFLAGS= -O
        !             3: RCSREV=
        !             4: RCSNAME=current
        !             5: BINDIR=${DESTDIR}/usr/new
        !             6: TESTS=enumerate listaddr listaliasof listproperties registerhost
        !             7: CRLIB=${DESTDIR}/usr/new/lib/xnscourier
        !             8: 
        !             9: all: ${TESTS}
        !            10: 
        !            11: clean:
        !            12:        -rm -f ${TESTS} *.o *.BAK *.CKP Cl*.[ch]
        !            13: 
        !            14: rcs:
        !            15: 
        !            16: install: all
        !            17:        install -s -c registerhost ${BINDIR}
        !            18: 
        !            19: # test programs
        !            20: 
        !            21: enumerate.c listaddr.c listaliasof.c listproperties.c: Clearinghouse2_defs.h
        !            22: 
        !            23: Clearinghouse2_defs.h: ${CRLIB}/Clearinghouse2.cr
        !            24:        ${BINDIR}/xnscourier ${CRLIB}/Clearinghouse2.cr
        !            25:        
        !            26: enumerate: enumerate.o
        !            27:        cc -g -o enumerate enumerate.o -lcourier
        !            28: 
        !            29: listaddr: listaddr.o
        !            30:        cc -g -o listaddr listaddr.o -lcourier
        !            31: 
        !            32: listaliasof: listaliasof.o
        !            33:        cc -g -o listaliasof listaliasof.o  -lcourier
        !            34: 
        !            35: listproperties: listproperties.o
        !            36:        cc -g -o listproperties listproperties.o  -lcourier
        !            37: 
        !            38: registerhost: registerhost.o
        !            39:        cc -g -o registerhost registerhost.o -lcourier
        !            40: 

unix.superglobalmegacorp.com

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