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

1.1       root        1: # $Header: Makefile,v 1.6 87/05/11 09:52:26 ed Exp $
                      2: #
                      3: # $Log:        Makefile,v $
                      4: # Revision 1.6  87/05/11  09:52:26  ed
                      5: # Added improved Filing client, Filing servers and other clients.
                      6: # 
                      7: # Revision 1.5  87/02/14  13:49:44  jqj
                      8: # new directory structure
                      9: # 
                     10: # Revision 1.4  87/01/05  11:44:10  ed
                     11: # Updated to new directory structure
                     12: # 
                     13: # Revision 1.3  86/06/25  13:03:31  jqj
                     14: # added $CC for subsidiary makefiles
                     15: # 
                     16: # Revision 1.2  85/12/17  07:54:12  jqj
                     17: # none
                     18: # 
                     19: #
                     20: 
                     21: DESTDIR =
                     22: DESTBIN = ${DESTDIR}/usr/new
                     23: DESTLIB = ${DESTDIR}/usr/new/lib
                     24: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
                     25: DESTETC = ${DESTDIR}/etc
                     26: 
                     27: BINDIR = ../bin
                     28: ETCDIR = ../etc
                     29: LIBDIR = ../lib
                     30: MANDIR = ../man
                     31: INCDIR = ../include
                     32: COURIERDIR = ../xnscourier
                     33: 
                     34: MFLAGS = DESTDIR=${DESTDIR} DESTBIN=${DESTBIN} DESTCOURIER=${DESTCOURIER} \
                     35:        DESTETC=${DESTETC} BINDIR=../${BINDIR} LIBDIR=../${LIBDIR} \
                     36:        ETCDIR=../${ETCDIR} MANDIR=../${MANDIR} INCDIR=../${INCDIR} \
                     37:        COURIERDIR=../${COURIERDIR}
                     38: 
                     39: SUBDIRS=print gap ch xnscreds \
                     40:        filing_common filing_servers filing_client \
                     41:        remotetool archive vpfile
                     42: BROKEN=authchtest retrieve auth 
                     43: 
                     44: all:
                     45:        -for Dir in ${SUBDIRS}; do \
                     46:                (cd $$Dir; make ${MFLAGS} CC=${CC}); done
                     47: 
                     48: install:
                     49:        -for Dir in ${SUBDIRS}; do \
                     50:                (cd $$Dir; \
                     51:                make ${MFLAGS} CC=${CC} install); \
                     52:                done
                     53: 
                     54: rcs:
                     55:        -for Dir in ${SUBDIRS}; do (cd $$Dir; make rcs); done
                     56: 
                     57: clean:
                     58:        -rm -f *.BAK *.CKP
                     59:        -for Dir in ${SUBDIRS}; do (cd $$Dir; make clean); done
                     60: 

unix.superglobalmegacorp.com

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