]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/papers/Makefile
The buildbot was reporting "warning" on stdin, not stderr.
[nmh] / docs / historical / mh-6.8.5 / papers / Makefile
1 ##############################################################################
2 # Instructions to Make, for compilation of MH papers
3 #
4 # This file is automatically generated. Do not edit!
5 # @(#)$Id: papers,v 2.6 1992/12/02 21:57:34 jromine Exp $
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