]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/conf/makefiles/RCS/mtsM,v
Removed a local variable from m_Eom().
[nmh] / docs / historical / mh-6.8.5 / conf / makefiles / RCS / mtsM,v
1 head 2.3;
2 branch ;
3 access ;
4 symbols ;
5 locks ; strict;
6 comment @@;
7
8
9 2.3
10 date 90.04.18.13.47.30; author sources; state Exp;
11 branches ;
12 next 2.2;
13
14 2.2
15 date 90.04.05.15.17.58; author sources; state Exp;
16 branches ;
17 next 2.1;
18
19 2.1
20 date 90.02.21.16.59.39; author sources; state Exp;
21 branches ;
22 next 2.0;
23
24 2.0
25 date 89.11.17.15.56.40; author sources; state Exp;
26 branches ;
27 next 1.1;
28
29 1.1
30 date 89.11.17.15.44.19; author sources; state Exp;
31 branches ;
32 next ;
33
34
35 desc
36 @@
37
38
39 2.3
40 log
41 @remove lib files with "make clean"
42 @
43 text
44 @##############################################################################
45 # Instructions to Make, for compilation of MTS-specific libraries
46 #
47 # @@(MHWARNING)
48 # @@(#)$Id: mtsM,v 2.2 90/04/05 15:17:58 sources Exp Locker: sources $
49 ##############################################################################
50
51 # The following entries were inserted during MH configuration
52 @@BEGIN: MHMTS
53 MTS = mh
54 @@END: MHMTS
55 @@BEGIN: MMDFMTS
56 MTS = mmdf
57 @@END: MMDFMTS
58 @@BEGIN: SENDMTS
59 MTS = sendmail
60 @@END: SENDMTS
61
62 LIB = libmts.a
63 LLIB = llib-lmts
64
65 MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)
66 SHELL = /bin/sh
67
68
69 ##############################################################################
70 # Generate MTS-specific library
71 ##############################################################################
72
73 ALL = $(MTS)
74
75 all:; for d in $(ALL); do (cd $$d; $(MAKE) all); done
76
77 depend:; for d in $(ALL); do (cd $$d; $(MAKE) depend); done
78
79 lint:; for d in $(ALL); do (cd $$d; $(MAKE) lint); done
80
81
82 ##############################################################################
83 # Miscellaneous tasks
84 ##############################################################################
85
86 DIRS = mh mmdf sendmail
87
88 unconfig:; -rm -f $(LIB) $(LLIB)
89 for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
90 -rm -f Makefile
91
92 distribution:; -rm -f $(LIB) $(LLIB)
93 for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
94
95 clean:; -rm -f $(LIB) $(LLIB)
96 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
97
98 unclean:; for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done
99 @
100
101
102 2.2
103 log
104 @add ID
105 @
106 text
107 @d5 1
108 a5 1
109 # @@(#)$Id:$
110 d52 2
111 a53 1
112 clean:; for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
113 @
114
115
116 2.1
117 log
118 @make unconfig changes
119 @
120 text
121 @d5 1
122 @
123
124
125 2.0
126 log
127 @changes for SUN40 shared libraries and NNTP under bbc
128 @
129 text
130 @d44 5
131 a48 1
132 unconfig distribution:; -rm -f $(LIB) $(LLIB)
133 @
134
135
136 1.1
137 log
138 @Initial revision
139 @
140 text
141 @d44 1
142 a44 1
143 distribution:; -rm -f $(LIB) $(LLIB)
144 @