|
|
1.1 ! root 1: # ! 2: # Makefile for INGRES header files ! 3: # ! 4: # @(#)Makefile 7.1 2/5/81 ! 5: # ! 6: ! 7: SRCS= access.h aux.h batch.h catalog.h func.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 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) SCCS/s.$@ ! 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 7)" -n Makefile ! 32: $(VGRIND) -h "$(HEADER) (Release 7)" *.[hm] ! 33: ! 34: clean: ! 35: rm -f *.o ! 36: rm -f core a.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.