Mercurial > hg > Applications > mh
view papers/Makefile @ 0:bce86c4163a3
Initial revision
author | kono |
---|---|
date | Mon, 18 Apr 2005 23:46:02 +0900 |
parents | |
children | 441a2190cfae |
line wrap: on
line source
############################################################################## # Instructions to Make, for compilation of MH papers # # This file is automatically generated. Do not edit! # @(#)$Id$ ############################################################################## MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS) SHELL = /bin/sh DIRS = bboards beginners changes mh4 mh4mm mh5 mh6.5 \ multifarious mznet realwork trusted tutorial ############################################################################## # Miscellaneous tasks ############################################################################## all:; for d in $(DIRS); do (cd $$d; $(MAKE)); done unconfig: distribution -rm -f Makefile distribution:; for d in $(DIRS); do \ (cd $$d; $(MAKE) distribution); done clean:; for d in $(DIRS); do (cd $$d; $(MAKE) clean); done unclean:; for d in $(DIRS); do (cd $$d; $(MAKE) clean); done