Annotation of 43BSDTahoe/new/xns/examples/xnscreds/Makefile, revision 1.1.1.1

1.1       root        1: # $Header: Makefile,v 1.1 87/03/23 12:42:01 ed Exp $
                      2: #
                      3: # Copyright (c) 1986, 1987 Xerox Corp.
                      4: #
                      5: # $Log:        Makefile,v $
                      6: # Revision 1.1  87/03/23  12:42:01  ed
                      7: # Initial revision
                      8: # 
                      9: # Revision 1.1  87/03/23  12:41:20  ed
                     10: # Initial revision
                     11: # 
                     12: # 
                     13: 
                     14: DESTDIR =
                     15: DESTBIN = ${DESTDIR}/usr/new
                     16: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
                     17: 
                     18: BINDIR = ../../bin
                     19: LIBDIR = ../../lib
                     20: MANDIR = ../../man
                     21: INCDIR = ../../include
                     22: COURIERDIR = ../../xnscourier
                     23: 
                     24: # directories
                     25: INCLUDE= ${INCDIR}/xnscourier
                     26: 
                     27: #CFLAGS= -O -g -I. -I${INCDIR} 
                     28: CFLAGS= -g -O -I${INCDIR}
                     29: LDFLAGS= -g
                     30: RCSREV=
                     31: 
                     32: ALL= xnscreds
                     33: 
                     34: OBJS= xnscreds.o 
                     35: 
                     36: xnscreds: ${OBJS}
                     37:        ${CC} ${LDFLAGS} ${OBJS} ${LIBDIR}/libcourier.a \
                     38:                -o xnscreds
                     39: 
                     40: xnscreds.o: xnscreds.c ${INCLUDE}/Authentication2.h
                     41: 
                     42: clean:
                     43:        -rm -f *.o *.BAK *.CKP xnscreds.o ${ALL}
                     44: 
                     45: rcs:
                     46:        rcs -l RCS/*
                     47:        cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
                     48: 
                     49: install: ${ALL}
                     50:        install -c -s xnscreds ${BINDIR}/xnscreds
                     51: 

unix.superglobalmegacorp.com

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