|
|
1.1 root 1: #
2: # @(#)Makefile 1.2 (Berkeley) 10/18/80
3: #
4: # error.h error header file
5: # errorinput.c does all of the input, and canonicalizes errors
6: # errorpi.c canonicalizes pi errors
7: # errormain.c main
8: # errorsubr.c does grotty subroutine work
9: # errorfilter.c "greps" out unwanted messages
10: # errortouch.c touches all mentioned files
11: #
12:
13: HDRS = error.h
14: PHDRS = $(HDRS)
15: SRCS = errormain.c errorinput.c errorpi.c errorsubr.c errorfilter.c errortouch.c
16: PSRCS = $(SRCS)
17: OBJS = errormain.o errorinput.o errorpi.o errorsubr.o errorfilter.o errortouch.o
18:
19: CFLAGS = -Od2 $(DFLAGS)
20:
21: LINTFLAGS = $(DFLAGS)
22:
23: error: $(OBJS)
24: $(CC) $(CFLAGS) $(OBJS) -o error
25:
26: $(OBJS): $(HDRS)
27:
28: install:
29: echo "I won't do it"
30: : strip error
31: : mv error $(DESTDIR)/usr/bin
32:
33: clean:
34: rm -f error $(OBJS)
35:
36: lint:
37: lint $(LINTFLAGS) $(SRCS)
38:
39: psrcs:
40: echo $(PHDRS) $(PSRCS)
41:
42: print:
43: print $(PHDRS) $(PSRCS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.