]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/conf/makefiles/RCS/supportM,v
Silenced warnings when built without iconv.
[nmh] / docs / historical / mh-6.8.5 / conf / makefiles / RCS / supportM,v
1 head 2.2;
2 branch ;
3 access ;
4 symbols ;
5 locks ; strict;
6 comment @@;
7
8
9 2.2
10 date 90.04.05.15.18.17; author sources; state Exp;
11 branches ;
12 next 2.1;
13
14 2.1
15 date 90.02.21.16.59.44; author sources; state Exp;
16 branches ;
17 next 2.0;
18
19 2.0
20 date 89.11.17.15.56.45; author sources; state Exp;
21 branches ;
22 next 1.1;
23
24 1.1
25 date 89.11.17.15.44.21; author sources; state Exp;
26 branches ;
27 next ;
28
29
30 desc
31 @@
32
33
34 2.2
35 log
36 @add ID
37 @
38 text
39 @##############################################################################
40 # Instructions to Make, for MH support processes
41 #
42 # @@(MHWARNING)
43 # @@(#)$Id:$
44 ##############################################################################
45
46 MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)
47 SHELL = /bin/sh
48
49 DIRS = bboards general pop
50
51
52 ##############################################################################
53 # Generate MH support processes
54 ##############################################################################
55
56 all:; for d in $(DIRS); do (cd $$d; $(MAKE) all); done
57
58 depend:; for d in $(DIRS); do (cd $$d; $(MAKE) depend); done
59
60 lint:; for d in $(DIRS); do (cd $$d; $(MAKE) lint); done
61
62
63 ##############################################################################
64 # Installation
65 ##############################################################################
66
67 install: inst-all clean
68
69 inst-all:; for d in $(DIRS); do (cd $$d; $(MAKE) inst-all); done
70
71 tar:; @@for d in $(DIRS); \
72 do (cd $$d; $(MAKE) TFLAGS="$(TFLAGS)" tar); done
73
74 uninstall:; for d in $(DIRS); do (cd $$d; $(MAKE) uninstall); done
75
76
77 ##############################################################################
78 # Miscellaneous tasks
79 ##############################################################################
80
81
82 unconfig:; -rm -f _* :* core
83 for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
84 -rm -f Makefile
85
86 distribution:; -rm -f _* :*
87 for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
88
89 clean:; -rm -f _* :* core
90 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
91
92 unclean:; -rm -f _* :* core
93 for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done
94 @
95
96
97 2.1
98 log
99 @make unconfig changes
100 @
101 text
102 @d5 1
103 @
104
105
106 2.0
107 log
108 @changes for SUN40 shared libraries and NNTP under bbc
109 @
110 text
111 @d43 5
112 a47 1
113 unconfig distribution:; rm -f _* :*
114 d50 1
115 a50 1
116 clean:; rm -f _* :* core
117 d53 1
118 a53 1
119 unclean:; rm -f _* :* core
120 @
121
122
123 1.1
124 log
125 @Initial revision
126 @
127 text
128 @d43 1
129 a43 1
130 distribution:; rm -f _* :*
131 @