File:  [CSRG BSD Unix] / 43BSD / contrib / xns / examples / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

# $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/xns/examples/Makefile,v 1.1.1.1 2018/04/24 16:12:54 root Exp $
#
# $Log: Makefile,v $
# Revision 1.1.1.1  2018/04/24 16:12:54  root
# BSD 4.3
#
#
SUBDIRS=print gap ch filing
BROKEN=authchtest retrieve auth 
CRLIB=${DESTDIR}/usr/new/lib/xnscourier
BINDIR=/usr/new

all:
	-for Dir in ${SUBDIRS}; do \
		(cd $$Dir; make ${MFLAGS} CRLIB=${CRLIB} BINDIR=${BINDIR}); done

install:
	-for Dir in ${SUBDIRS}; do \
		(cd $$Dir; \
		make ${MFLAGS} DESTDIR=${DESTDIR} CRLIB=${CRLIB} \
			BINDIR=${BINDIR} install); \
		done

rcs:
	-for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} rcs); done

clean:
	-rm -f *.BAK *.CKP
	-for Dir in ${SUBDIRS}; do (cd $$Dir; make ${MFLAGS} clean); done


unix.superglobalmegacorp.com

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