# COPYRIGHT
#
# This file is part of Mustajuuri.
#
# Author: Tommi Ilmonen, 1999-2000.
#
# 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.  
#
# /COPYRIGHT

# Note that there are dependencies between plugins -> The order is
# important.

# We also put the less important plugins to the end of list.

DIRS          = divaio \
		synth \
		vbap \
		aucontrol \
		multichan-iir \
		graph \
		mux \
		example0 \
		example1 \
		example2 \
		pitch \
		dynamics \
		scope \
		eq1 \
		uitest \
		overecho \
		reverb \
		latencytest \
		ladspaloader \
		spectral-analysis

default: all

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