|
|
1.1 root 1: #
2: # Copyright (c) 1984, 1985 Xerox Corp.
3: #
4: DESTBIN = ../../bin
5: DESTLIB = ../../lib
6: DESTMAN = ../../man
7: DESTINCLUDE = ../../include
8: MFLAGS = DESTBIN=../${DESTBIN} DESTLIB=../${DESTLIB} DESTMAN=../${DESTMAN} \
9: DESTINCLUDE=../${DESTINCLUDE}
10: CFLAGS= -O
11:
12: # Programs that live in subdirectories, and have makefiles of their own.
13: #
14: SUBDIR= iptotext ipmetrics makextdev maha charset dipress restotext stackres texttoip ipf
15:
16:
17: all: ${SUBDIR}
18:
19: ${SUBDIR}: FRC
20: cd $@; make ${MFLAGS}
21:
22: FRC:
23:
24: install:
25: for i in ${SUBDIR}; do \
26: (cd $$i; make ${MFLAGS} install); done
27: cp qip ${DESTBIN}
28:
29: clean:
30: rm -f a.out core *.s *.o
31: for i in ${SUBDIR}; do \
32: (cd $$i; make ${MFLAGS} clean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.