# 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.  
#

#For searching stuff in other directories.
# VPATH=../

#
# Load compile time parameters
#

include $(MUSTAJUURI_PATH)/src/Makeconf

# CUSTOMFLAGS   := $(DEBUGFLAGS)
# CUSTOMFLAGS   := $(RELEASEFLAGS)

#
# Local variables
# 

# Own Includes & defines:


LIBRARY       = mjeq1

PROGRAM       = foo

HDRS	      = mj_module_eq2.h \
		mj_module_eq2_gui.h \
		mj_module_high_pass.h \
		mj_module_eq3_gui.h \
		mj_module_eq1.h \
		mj_module_eq1_gui.h


SRCS	      = mj_module_eq2.C \
		mj_module_eq2_gui.C \
		mj_module_eq2_gui_moc.C \
		mj_module_high_pass.C \
		mj_module_eq3_gui.C \
		mj_module_eq3_gui_moc.C \
		mj_module_eq1.C \
		mj_module_eq1_gui.C \
		mj_module_eq1_gui_moc.C \
		mj_eq_export.C

OBJS	      = mj_module_eq2.o \
		mj_module_eq2_gui.o \
		mj_module_eq2_gui_moc.o \
		mj_module_high_pass.o \
		mj_module_eq3_gui.o \
		mj_module_eq3_gui_moc.o \
		mj_module_eq1.o \
		mj_module_eq1_gui.o \
		mj_module_eq1_gui_moc.o \
		mj_eq_export.o


LIBS          = $(MJUTILS) \
		$(MJBASE) \
		$(MJDSP) \
		$(QT) \
		$(THREAD) \
		$(AUDIO) \
		$(MIDI) \
		$(DMEDIA) \
		$(DL) \
                -lm

all: dlib plugin translate

QMFILES       = mj_eq2_fi.qm mj_eq3_fi.qm

include $(MUSTAJUURI_PATH)/src/Makelibs

