|
|
1.1 root 1: #
2: # Copyright (c) 1980 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # @(#)Makefile 5.4 (Berkeley) 8/26/85
7: #
8: DESTDIR=
9: CFLAGS= -O
10: TAGSFILE=tags
11:
12: # Programs that live in subdirectories, and have makefiles of their own.
13: #
14: SUBDIR= c2 cpp libc pcc
15:
16: all: ${SUBDIR}
17:
18: ${SUBDIR}: FRC
19: cd $@; make ${MFLAGS}
20:
21: FRC:
22:
23: install:
24: -for i in ${SUBDIR}; do \
25: (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
26:
27: tags:
28: cd libc; make ${MFLAGS} TAGSFILE=../${TAGSFILE} tags
29:
30: clean:
31: rm -f a.out core *.s *.o
32: -for i in ${SUBDIR}; do (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.