|
|
1.1 root 1: # $Header$
2: #
3: DEST = /usr/new
4:
5: MAKEFILE = Makefile
6:
7: PRINT = pr
8:
9: PROGRAM = ptest
10:
11: SRCS = ptest.sh
12:
13: SUFFIX = .sh:s
14:
15: VERSION = V4BSD
16:
17: all: $(PROGRAM)
18:
19: $(PROGRAM): $(SRCS)
20: @echo -n "Loading $(PROGRAM) ... "
21: @cp $(SRCS) $(PROGRAM)
22: @echo "done"
23:
24: clean:;
25:
26: co:; @co -r$(VERSION) $(HDRS) $(SRCS)
27:
28: depend:; @mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)
29:
30: diff:; @rcsdiff -r$(VERSION) $(HDRS) $(SRCS)
31:
32: index:;
33:
34: install: $(PROGRAM)
35: @echo Installing $(PROGRAM) in $(DEST)
36: @install $(PROGRAM) $(DEST)
37:
38: lint:;
39:
40: print:; @$(PRINT) $(HDRS) $(SRCS)
41:
42: program: $(PROGRAM)
43:
44: tags:;
45:
46: update: $(DEST)/$(PROGRAM)
47:
48: $(DEST)/$(PROGRAM): $(SRCS) $(LIBS) $(HDRS) $(EXTHDRS)
49: @make -f $(MAKEFILE) DEST=$(DEST) install tags
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.