|
|
1.1 root 1: #
2: # @(#)Makefile 1.7 87/11/16
3: #
4: DEST = $(DESTDIR)/usr/new/lib/bmac
5:
6: MAKEFILE = Makefile
7:
8: PRINT = vtroff
9:
10: SRCS = bib.astro \
11: bib.compsurv \
12: bib.foot \
13: bib.hnf \
14: bib.list \
15: bib.opena \
16: bib.openn \
17: bib.spe \
18: bib.spe2 \
19: bib.stda \
20: bib.stdafull \
21: bib.stdn \
22: bib.stdsn \
23: bib.supn \
24: bibinc.fullnames \
25: bibinc.publishers \
26: bibinc.shortnames \
27: bibmac.me \
28: bmac.open \
29: bmac.std \
30: common
31:
32: all:;
33:
34: clean:;
35:
36: depend:; @mkmf -f $(MAKEFILE)
37:
38: install: $(DEST)
39: @echo Installing $(SRCS) in $(DEST)
40: -for i in $(SRCS); do rm -f $(DEST)/$$i; cp $$i $(DEST)/$$i; done
41:
42: $(DEST):
43: mkdir $(DEST)
44:
45: update:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.