Annotation of 43BSD/contrib/xns/morexnslib/auth/Makefile, revision 1.1

1.1     ! root        1: #CFLAGS=       -g -DDEBUG
        !             2: CFLAGS= -O
        !             3: LDLIB=${DESTDIR}/usr/local/lib
        !             4: OUT=${LDLIB}/libcourier.a
        !             5: OUT_P=${LDLIB}/libcourier_p.a
        !             6: SRCS= simpleauth.c getXNSpass.c
        !             7: OBJS= simpleauth.o getXNSpass.o
        !             8: RCSREV=
        !             9: RCSNAME=current
        !            10: 
        !            11: .c.o:
        !            12:        ${CC} -c ${CFLAGS} -p $*.c
        !            13:        mv $*.o profiled/$*.o
        !            14:        ${CC} -c ${CFLAGS} $*.c
        !            15: 
        !            16: install: ${OBJS}
        !            17:        ar rv ${OUT} ${OBJS}
        !            18:        cd profiled; ar rv ${OUT_P} ${OBJS}
        !            19:        ranlib ${OUT} ${OUT_P}
        !            20: 
        !            21: all:   ${OBJS}
        !            22: 
        !            23: lint:  ${SRCS}
        !            24:        lint -hux ${SRCS}
        !            25: 
        !            26: tags:  ${SRCS}
        !            27:        ctags ${SRCS}
        !            28: 
        !            29: clean:
        !            30:        -rm -f *.BAK *.CKP *.o profiled/*.o
        !            31: 
        !            32: rcs:
        !            33:        rcs -l RCS/*
        !            34:        cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
        !            35: 

unix.superglobalmegacorp.com

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