|
|
1.1 root 1: #
2: # Copyright (c) 1984, 1985, 1986 Xerox Corp.
3: #
4: DESTBIN = ../bin
5: DESTLIB = ../lib
6: DESTMAN = ../man
7: DESTINCLUDE = ../include
8: MFLAGS = DESTBIN=../${DESTBIN} DESTLIB=../${DESTLIB}\
9: DESTINCLUDE=../${DESTINCLUDE}
10: CFLAGS= -O
11:
12: # Makefile call makefiles call makefiles...
13: #
14: # right now, just make troff metrics
15: SUBDIR= troff
16: #SUBDIR= troff otroff tex generic
17:
18: all: ${SUBDIR}
19:
20: # need to install library before anything else can be made
21:
22: lib: FRC
23: cd $@; make ${MFLAGS} install
24:
25: bin: FRC
26: cd $@; make ${MFLAGS}
27:
28: FRC:
29:
30: install:
31: for i in ${SUBDIR}; do \
32: (cd $$i; make ${MFLAGS} install); done
33:
34: clean:
35: for i in ${SUBDIR}; do \
36: (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.