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

# INCLUDES  := $(INCLUDES) -I$(DIVAPATH)/include -I$(DIVAPATH)/include/$(PLATFORM)

# LDFLAGS      := -multigot $(CUSTOMFLAGS) -L. -L$(LIB) \
#                -L$(DIVAPATH)/lib/$(PLATFORM) $(LIBDIRS)


#
# Local variables
# 

# Own Includes & defines:


LIBRARY       = mjaauralctrl2

# PROGRAM       = foo

HDRS	      = mj_module_auctrl.h \
		mj_app_action_auctrl.h

SRCS	      = mj_module_auctrl.C \
		mj_app_action_auctrl.C

OBJS	      = mj_module_auctrl.o \
		mj_app_action_auctrl.o


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

all: dlib plugin
# translate

# Translation files to be generated:
#QMFILES       = mj_panhrtf_fi.qm 

include $(MUSTAJUURI_PATH)/src/Makelibs

