|
|
1.1 root 1: # Description file for the Make command
2: # Makefile 4.4 85/04/16
3:
4: VPATH=.:/usr/src/bin/make
5: OBJECTS=ident.o main.o doname.o misc.o files.o dosys.o gram.o
6: LIBES=
7: LINT= lint -ps
8: CFLAGS= -O -DASCARCH -I. -I/usr/src/bin/make
9:
10: all: make
11:
12: make: ${OBJECTS}
13: ${CC} -o make ${CFLAGS} ${OBJECTS} ${LIBES}
14:
15: ${OBJECTS}: defs
16:
17: clean:
18: -rm -f *.o gram.c make a.out errs
19:
20: install:
21: install -s make ${DESTDIR}/bin/make
22:
23: lint : dosys.c doname.c files.c main.c misc.c ident.c gram.c
24: ${LINT} dosys.c doname.c files.c main.c misc.c ident.c gram.c
25: rm -f gram.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.