|
|
1.1 root 1: # Makefile 4.5 83/09/27
2: #
3: # Makefile for UNIX Courier
4: # To make the examples, everything must first be installed.
5: #
6: DESTDIR=
7: ALL= compiler lib daemon man
8: EXAMPLES=examples/*
9:
10: all: ${ALL}
11: for d in ${ALL}; do (cd $$d; make ${MFLAGS}); done
12:
13: examples: ${EXAMPLES}
14: for d in ${EXAMPLES}; do (cd $$d; make ${MFLAGS}); done
15:
16: install: all
17: -mkdir ${DESTDIR}/usr/new/lib/courier
18: @for d in ${ALL}; \
19: do (cd $$d; make ${MFLAGS} DESTDIR=${DESTDIR} install);\
20: done
21: @echo "Please change /etc/rc.local to run \"/usr/new/lib/courierd &\""
22:
23: clean:
24: @for d in ${ALL} ${EXAMPLES}; do (cd $$d; make ${MFLAGS} clean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.