|
|
1.1 root 1: #
2: # Makefile for INGRES header files
3: #
4: # @(#)Makefile 8.3 12/18/85
5: #
6:
7: SRCS= access.h aux.h batch.h catalog.h func.h errors.h\
8: ingres.h lock.h opsys.h pv.h range.h resp.h \
9: symbol.h trace.h tree.h useful.h version.h \
10: pmon.h btree.h depend.sed
11:
12: GET= sccs get
13: REL=
14: PR= print
15: VGRIND= csh /usr/ucb/vgrind
16: HEADER= Header Files
17:
18: sources: $(SRCS)
19:
20: $(SRCS):
21: $(GET) $(REL) $@
22:
23: install: sources
24:
25: new:
26:
27: print: sources
28: $(PR) Makefile *.[hm] *.[csy]
29:
30: vgrind: sources
31: $(VGRIND) -h "$(HEADER) (Release 8)" -n Makefile
32: $(VGRIND) -h "$(HEADER) (Release 8)" *.[hm]
33:
34: clean:
35: rm -f *.o
36: rm -f core a.out
37:
38: tags: sources
39: -fgrep ../ tags > othertags
40: ctags $(SRCS) $(HDRS)
41: sort -o tags tags othertags
42: -rm -f othertags
43:
44: #
45: # DANGER DANGER DANGER DANGER DANGER DANGER
46: # The following two entries should NOT be executed by the user.
47: # These entries are only for the Makefile in conf to construct
48: # the system tag files.
49: #
50: systags:
51:
52: #
53: # We assume that systags has already been done.
54: #
55: installtags:
56: cp /dev/null tags
57: sed "/ h/d" ../tags | sed "s/ / ..\//" > othertags
58: sort -o tags tags othertags
59: -rm -f othertags systags
60:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.