Annotation of 43BSDTahoe/new/xns/daemon/Makefile, revision 1.1

1.1     ! root        1: # $Header: Makefile,v 2.2 87/02/14 13:49:27 jqj Exp $
        !             2: #
        !             3: # $Log:        Makefile,v $
        !             4: # Revision 2.2  87/02/14  13:49:27  jqj
        !             5: # new directory structure
        !             6: # 
        !             7: # Revision 2.1  87/01/15  08:53:39  ed
        !             8: # Updated to new directory structure
        !             9: # 
        !            10: # Revision 2.0  85/11/21  07:21:55  jqj
        !            11: # 4.3BSD standard release
        !            12: # 
        !            13: # Revision 1.2  85/10/30  07:39:52  root
        !            14: # default CRLIB
        !            15: # 
        !            16: # Revision 1.1  85/10/30  07:38:14  root
        !            17: # Initial revision
        !            18: # 
        !            19: 
        !            20: DESTDIR =
        !            21: DESTBIN = ${DESTDIR}/usr/new
        !            22: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
        !            23: 
        !            24: LIBDIR = ../lib
        !            25: MANDIR = ../man
        !            26: INCDIR = ../include
        !            27: COURIERDIR = ../xnscourier
        !            28: 
        !            29: SRCS= xnscourierd.c
        !            30: OBJS= xnscourierd.o
        !            31: #CFLAGS=       -g -DDEBUG
        !            32: CFLAGS= -O -I${INCDIR}
        !            33: RCSREV=
        !            34: RCSNAME=current
        !            35: 
        !            36: xnscourierd: xnscourierd.o
        !            37:        ${CC} ${CFLAGS} -o xnscourierd xnscourierd.o ${LIBDIR}/libcourier.a
        !            38: 
        !            39: lint:  ${SRCS}
        !            40:        lint -hux ${SRCS}
        !            41: 
        !            42: install: xnscourierd
        !            43:        install -s -c xnscourierd ${COURIERDIR}/xnscourierd
        !            44: 
        !            45: clean:
        !            46:        -rm -f ${OBJS} *.BAK *.CKP xnscourierd *.o
        !            47: 
        !            48: rcs:
        !            49:        rcs -l RCS/*
        !            50:        cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

unix.superglobalmegacorp.com

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