|
|
1.1 root 1: # $Header: Makefile,v 1.2 85/10/21 12:44:23 root Exp $
2: #
3: # $Log: Makefile,v $
4: # Revision 1.2 85/10/21 12:44:23 root
5: # Gould version: -g option breaks the Gould compiler, so build -lcourier
6: # without it.
7: #
8: # Revision 1.1 85/10/18 14:24:35 root
9: # Initial revision
10: #
11: # Revision 1.3 85/03/26 06:43:38 jqj
12: # Revised public alpha-test version, released 26 March 1985
13: #
14: # Revision 1.2 85/03/26 06:11:47 jqj
15: # Revised public alpha-test version, released 26 March 1985
16: #
17: # Revision 1.1 85/03/15 08:37:24 jqj
18: # Initial revision
19: #
20:
21: DIRS=ch auth
22: CFLAGS= -g -DDEBUG
23: #CFLAGS= -O
24: DESTDIR=
25: RCSREV=
26: RCSNAME=current
27: CRLIB=${DESTDIR}/usr/new/lib/xnscourier
28: BINDIR=${DESTDIR}/usr/new
29:
30: all:
31: for Dir in ${DIRS}; do \
32: (cd $$Dir; make CRLIB=${CRLIB} BINDIR=${BINDIR}); done
33:
34: install:
35: for Dir in ${DIRS}; do\
36: (cd $$Dir; make DESTDIR=${DESTDIR} CRLIB=${CRLIB} \
37: BINDIR=${BINDIR} install); done
38:
39: clean:
40: -rm -f *.BAK *.CKP
41: for Dir in ${DIRS}; do\
42: (cd $$Dir; make clean); done
43:
44: rcs:
45: rcs -l RCS/*
46: cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
47: for Dir in ${DIRS}; do\
48: (cd $$Dir; make RCSNAME=${RCSNAME} RCSREV=${RCSREV} rcs); \
49: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.