|
|
1.1 root 1: ##############################################################################
2: # Instructions to Make, for compilation of MTS-specific libraries
3: #
4: # @(MHWARNING)
5: ##############################################################################
6:
7: # The following entries were inserted during MH configuration
8: @BEGIN: MHMTS
9: MTS = mh
10: @END: MHMTS
11: @BEGIN: MMDFMTS
12: MTS = mmdf
13: @END: MMDFMTS
14: @BEGIN: SENDMTS
15: MTS = sendmail
16: @END: SENDMTS
17:
18: LIB = libmts.a
19: LLIB = llib-lmts
20:
21: SHELL = /bin/sh
22:
23:
24: ##############################################################################
25: # Generate MTS-specific library
26: ##############################################################################
27:
28: ALL = $(MTS)
29:
30: all:; for d in $(ALL); do (cd $$d; ${MAKE} ${MFLAGS} all); done
31:
32: depend:; for d in $(ALL); do (cd $$d; ${MAKE} ${MFLAGS} depend); done
33:
34: lint:; for d in $(ALL); do (cd $$d; ${MAKE} ${MFLAGS} lint); done
35:
36:
37: ##############################################################################
38: # Miscellaneous tasks
39: ##############################################################################
40:
41: DIRS = mh mmdf sendmail
42:
43: distribution:; -rm -f $(LIB) $(LLIB)
44: for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} distribution); done
45:
46: clean:; for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} clean); done
47:
48: unclean:; for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} unclean); done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.