Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / conf / RCS / Makefile,v
1 head    2.4;
2 access;
3 symbols;
4 locks; strict;
5
6
7 2.4
8 date    94.04.18.22.04.09;      author jromine; state Exp;
9 branches;
10 next    2.3;
11
12 2.3
13 date    92.10.26.22.36.21;      author jromine; state Exp;
14 branches;
15 next    2.2;
16
17 2.2
18 date    90.04.05.15.18.33;      author sources; state Exp;
19 branches;
20 next    2.1;
21
22 2.1
23 date    90.01.29.15.42.29;      author sources; state Exp;
24 branches;
25 next    2.0;
26
27 2.0
28 date    89.11.17.15.56.26;      author sources; state Exp;
29 branches;
30 next    1.1;
31
32 1.1
33 date    89.11.17.15.43.59;      author sources; state Exp;
34 branches;
35 next    ;
36
37
38 desc
39 @@
40
41
42 2.4
43 log
44 @add mhconfig to make clean
45 @
46 text
47 @######################################################################
48 #       Instructions to Make, for compilation of MH modules
49 ######################################################################
50 # @@(#)$Id: Makefile,v 2.3 1992/10/26 22:36:21 jromine Exp jromine $
51
52 SHELL   =       /bin/sh
53
54 CC      =       cc
55 CFLAGS  =       -O
56 LFLAGS  =       -bhu
57 LDFLAGS =
58 LIBES   =
59
60
61 ######################################################################
62 #       Here it is...
63 ######################################################################
64
65 all:            mhconfig
66 lint:           l-mhconfig
67
68 sys5:   ;       exec make $(MFLAGS) CFLAGS="$(CFLAGS) -DSYS5" all
69
70
71 ######################################################################
72 # mhconfig
73 ######################################################################
74
75 mhconfig:       mhconfig.o
76                 $(CC) $(LDFLAGS) -o $@@ mhconfig.o $(LIBES)
77
78
79 l-mhconfig:;    lint $(LFLAGS) mhconfig.c $(LLIBS)
80
81
82 ######################################################################
83 #       Miscellaneous tasks
84 ######################################################################
85
86 unconfig distribution:  clean
87                 rm -f mhconfig config.sed doc/config.sed
88
89 clean:          unclean
90
91 unclean:;       rm -f mhconfig *.o _* :* */_* */:* */*/_* */*/:*
92 @
93
94
95 2.3
96 log
97 @add SHELL
98 @
99 text
100 @d4 1
101 a4 1
102 # @@(#)$Id: Makefile,v 2.2 1990/04/05 15:18:33 sources Exp jromine $
103 d45 1
104 a45 1
105 unclean:;       rm -f *.o _* :* */_* */:* */*/_* */*/:*
106 @
107
108
109 2.2
110 log
111 @add ID
112 @
113 text
114 @d4 3
115 a6 1
116 # @@(#)$Id:$
117 @
118
119
120 2.1
121 log
122 @defines for "make sys5"
123 @
124 text
125 @d4 1
126 @
127
128
129 2.0
130 log
131 @changes for SUN40 shared libraries and NNTP under bbc
132 @
133 text
134 @d19 2
135 @
136
137
138 1.1
139 log
140 @Initial revision
141 @
142 text
143 @d35 1
144 a35 1
145 distribution:   clean
146 @