Annotation of 43BSDTahoe/new/xns/examples/print/Makefile, revision 1.1

1.1     ! root        1: # $Header: Makefile,v 1.4 87/03/03 06:09:45 jqj Exp $
        !             2: #
        !             3: # $Log:        Makefile,v $
        !             4: # Revision 1.4  87/03/03  06:09:45  jqj
        !             5: # deleted dependency on Printing3_defs.h
        !             6: # 
        !             7: # Revision 1.3  87/01/06  17:13:31  ed
        !             8: # Webster version -- redo make and make install
        !             9: # 
        !            10: # Revision 1.3  87/01/06  17:13:31  ed
        !            11: # Updated to new directory structure
        !            12: # 
        !            13: # Revision 1.2  86/06/25  12:51:23  jqj
        !            14: # use ${CC} instead of cc
        !            15: # 
        !            16: # Revision 1.1  86/05/16  06:40:58  jqj
        !            17: # Initial revision
        !            18: # 
        !            19: 
        !            20: DESTDIR =
        !            21: DESTBIN = ${DESTDIR}/usr/new
        !            22: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
        !            23: 
        !            24: BINDIR = ../../bin
        !            25: LIBDIR = ../../lib
        !            26: MANDIR = ../../man
        !            27: INCDIR = ../../include
        !            28: COURIERDIR = ../../xnscourier
        !            29: 
        !            30: CFLAGS=-O -I${INCDIR} -I../../courierlib
        !            31: 
        !            32: all: getprintstatus printtest xnsprint
        !            33: 
        !            34: install: all
        !            35:        install -s -c getprintstatus ${BINDIR}
        !            36:        install -s -c xnsprint ${BINDIR}
        !            37: 
        !            38: xnsprint: xnsprint.o
        !            39:        ${CC} -g -o xnsprint xnsprint.o ${LIBDIR}/libcourier.a
        !            40: 
        !            41: printtest: printtest.o
        !            42:        ${CC} -g -o printtest printtest.o  ${LIBDIR}/libcourier.a
        !            43: 
        !            44: getprintstatus: getprintstatus.o
        !            45:        ${CC} -g -o getprintstatus getprintstatus.o ${LIBDIR}/libcourier.a
        !            46: 
        !            47: Printing3_defs.h Printing3_support.c Printing3_client.c Printing3_server.c:
        !            48:        ${BINDIR}/xnscourier ${COURIERDIR}/Printing3.cr
        !            49: 
        !            50: #xnsprint.o getprintstatus.o Printing3_client.o Printing3_server.o: Printing3_defs.h
        !            51: 
        !            52: clean:
        !            53:        -rm -f *.o *.BAK *.CKP xnsprint printtest getprintstatus \
        !            54:                Printing3_defs.h \
        !            55:                Printing3_server.c Printing3_client.c Printing3_support.c
        !            56: 
        !            57: rcs:
        !            58:        rcs -l RCS/*
        !            59:        cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
        !            60: 

unix.superglobalmegacorp.com

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