
#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       = mjutils

PROGRAM       = mj

HDRS	      = mj_freq_resp.h \
		mj_freq_resp_gui.h

SRCS	      = mj_freq_resp_tmpl.C \
		mj_freq_resp_gui.C \
		mj_freq_resp_gui_moc.C \
		mj_utemplates.C \
		mj_util_templates.C

OBJS	      = \
		mj_freq_resp_gui.o \
		mj_freq_resp_gui_moc.o \
		mj_utemplates.o \
		mj_util_templates.o

MAINSRC = main.C

MAINOBJ = main.o


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

all: slib dlib 

include $(MUSTAJUURI_PATH)/src/Makelibs

