Annotation of 43BSD/contrib/xns/examples/Makefile, revision 1.1.1.1

1.1       root        1: # $Header$
                      2: #
                      3: # $Log$
                      4: #
                      5: SUBDIRS=print gap ch filing
                      6: BROKEN=authchtest retrieve auth 
                      7: CRLIB=${DESTDIR}/usr/new/lib/xnscourier
                      8: BINDIR=/usr/new
                      9: 
                     10: all:
                     11:        -for Dir in ${SUBDIRS}; do \
                     12:                (cd $$Dir; make ${MFLAGS} CRLIB=${CRLIB} BINDIR=${BINDIR}); done
                     13: 
                     14: install:
                     15:        -for Dir in ${SUBDIRS}; do \
                     16:                (cd $$Dir; \
                     17:                make ${MFLAGS} DESTDIR=${DESTDIR} CRLIB=${CRLIB} \
                     18:                        BINDIR=${BINDIR} install); \
                     19:                done
                     20: 
                     21: rcs:
                     22:        -for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} rcs); done
                     23: 
                     24: clean:
                     25:        -rm -f *.BAK *.CKP
                     26:        -for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} clean); done
                     27: 

unix.superglobalmegacorp.com

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