|
|
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.1 (Berkeley) 6/4/85
7: #
8: DESTDIR=
9: CFLAGS= -O
10:
11: # Programs that live in subdirectories, and have makefiles of their own.
12: #
13: SUBDIR= eyacc pi pc0 px pxp pdx utilities
14:
15: all: ${SUBDIR}
16:
17: ${SUBDIR}: /tmp
18: cd $@; make ${MFLAGS}
19:
20: install:
21: for i in ${SUBDIR}; do \
22: (echo $$i; cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
23: done
24:
25: clean:
26: rm -f a.out core *.s *.o
27: for i in ${SUBDIR}; do \
28: (echo $$i; cd $$i; make ${MFLAGS} clean); \
29: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.