]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/Makefile
Added several historical source archives from the early days of MH.
[nmh] / docs / historical / mh-jun-1982 / strings / Makefile
1 #
2 # Proprietary Rand Corporation, 1981.
3 # Further distribution of this software
4 # subject to the terms of the Rand
5 # license agreement.
6 #
7
8 LIB = strings.a
9 OFILES =\
10 anoyes.o \
11 components.o \
12 current.o \
13 defalt.o \
14 distcomps.o \
15 draft.o \
16 fileproc.o \
17 foldprot.o \
18 installproc.o \
19 listname.o \
20 lockdir.o \
21 lproc.o \
22 lsproc.o \
23 mailboxes.o \
24 mailproc.o \
25 mh_deliver.o \
26 mh_prof.o \
27 mhlformat.o \
28 mhlstdfmt.o \
29 mhnews.o \
30 msgprot.o \
31 pfolder.o \
32 prproc.o \
33 rhosts.o \
34 scanproc.o \
35 sendproc.o \
36 showproc.o \
37 stdcomps.o \
38 stddcomps.o \
39 sysed.o \
40 sysname.o
41
42 CFILES = anoyes.c \
43 components.c \
44 current.c \
45 defalt.c \
46 distcomps.c \
47 draft.c \
48 fileproc.c \
49 foldprot.c \
50 installproc.c \
51 listname.c \
52 lockdir.c \
53 lproc.c \
54 lsproc.c \
55 mailboxes.c \
56 mailproc.c \
57 mh_deliver.c \
58 mh_prof.c \
59 mhlformat.c \
60 mhlstdfmt.c \
61 mhnews.c \
62 msgprot.c \
63 pfolder.c \
64 prproc.c \
65 rhosts.c \
66 scanproc.c \
67 sendproc.c \
68 showproc.c \
69 stdcomps.c \
70 stddcomps.c \
71 sysed.c \
72 sysname.c
73
74 $(LIB): $(OFILES)
75 -rm -f $(LIB)
76 ar cr $(LIB) $(OFILES)
77 ranlib $(LIB)
78
79 distribution: clean
80 -rm -f $(LIB)
81
82 clean:
83 -rm -f $(OFILES)
84
85 depend:
86 ../misc/depend.sh $(CFILES)
87
88
89 ###DEPENDENCIES Follow. Do not delete this line
90 anoyes.o: ../mh.h
91 #lockdir.o: /usr/include/mailsys.h
92 #mailboxes.o: /usr/include/mailsys.h
93 rhosts.o: ../mh.h
94 #sysname.o: /usr/include/whoami.h