Fixed typo in mh-alias man page.
[mmh] / docs / historical / mh-6.8.5 / mts / Makefile
1 ##############################################################################
2 #    Instructions to Make, for compilation of MTS-specific libraries
3 #
4 #       This file is automatically generated.  Do not edit!
5 # @(#)$Id: mtsM,v 2.3 90/04/18 13:47:30 sources Exp $
6 ##############################################################################
7
8 # The following entries were inserted during MH configuration
9 MTS     =       sendmail
10
11 LIB     =       libmts.a
12 LLIB    =       llib-lmts
13
14 MAKE    =       make DESTDIR=$(DESTDIR) $(MFLAGS)
15 SHELL   =       /bin/sh
16
17
18 ##############################################################################
19 #       Generate MTS-specific library
20 ##############################################################################
21
22 ALL     =       $(MTS)
23
24 all:;           for d in $(ALL); do (cd $$d; $(MAKE) all); done
25
26 depend:;        for d in $(ALL); do (cd $$d; $(MAKE) depend); done
27
28 lint:;          for d in $(ALL); do (cd $$d; $(MAKE) lint); done
29
30
31 ##############################################################################
32 #       Miscellaneous tasks
33 ##############################################################################
34
35 DIRS    =       mh mmdf sendmail
36
37 unconfig:;      -rm -f $(LIB) $(LLIB)
38                 for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
39                 -rm -f Makefile
40
41 distribution:;  -rm -f $(LIB) $(LLIB)
42                 for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
43
44 clean:;         -rm -f $(LIB) $(LLIB)
45                 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
46
47 unclean:;       for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done