0
|
1 ##############################################################################
|
|
2 # Instructions to Make, for compilation of MH papers
|
|
3 #
|
|
4 # This file is automatically generated. Do not edit!
|
|
5 # @(#)$Id$
|
|
6 ##############################################################################
|
|
7
|
|
8 MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)
|
|
9 SHELL = /bin/sh
|
|
10
|
|
11 DIRS = bboards beginners changes mh4 mh4mm mh5 mh6.5 \
|
|
12 multifarious mznet realwork trusted tutorial
|
|
13
|
|
14
|
|
15 ##############################################################################
|
|
16 # Miscellaneous tasks
|
|
17 ##############################################################################
|
|
18
|
|
19 all:; for d in $(DIRS); do (cd $$d; $(MAKE)); done
|
|
20
|
|
21 unconfig: distribution
|
|
22 -rm -f Makefile
|
|
23
|
|
24 distribution:; for d in $(DIRS); do \
|
|
25 (cd $$d; $(MAKE) distribution); done
|
|
26
|
|
27 clean:; for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
|
|
28
|
|
29 unclean:; for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
|