# COPYRIGHT
#
# This file is part of Mustajuuri.
#
# Author: Tommi Ilmonen, 1999-2001.
#
# Mustajuuri is licensed under GNU Lesser General Public License
# (LGPL). The LGPL text can be founs in file "LGPL" that is
# distributed with this source package. The Mustajuuri way to
# interpret LGPL can be found in file "MUSTAJUURI_LICENSE" that is
# distributed with the mustajuuri source code.  
#

DIRS          = cdtrunc

# mjsucap is *not* compiled by default.

default: all

all \
clean \
cleaner \
cleanest \
cleanlibs \
dmain \
smain \
dlib \
slib \
dirs \
linkdirs \
tr translate \
don doff dep \
depend \
dependoff \
dependon:;	@for DIR in $(DIRS); \
		 do \
		   $(MAKE) MUSTAJUURI_PATH=$(MUSTAJUURI_PATH) -C $$DIR $@; \
		 done
