Files
lmms/plugins/Makefile.am
2008-05-22 02:03:01 +00:00

39 lines
563 B
Makefile

if VST_SUPPORT
VST_DIRS=vst_base vst_effect vestige
endif
if STK_SUPPORT
STK_DIR=stk
endif
if SINGERBOT_SUPPORT
SINGERBOT_DIR=singerbot
endif
if FLUIDSYNTH_SUPPORT
SF2PLAYER_DIR=sf2_player
endif
SUBDIRS = \
audio_file_processor \
bass_booster \
bit_invader \
flp_import \
kicker \
ladspa_browser \
ladspa_effect \
lb302 \
live_tool \
midi_import \
organic \
patman \
$(SF2PLAYER_DIR) \
$(SINGERBOT_DIR) \
stereo_enhancer \
stereo_matrix \
$(STK_DIR) \
triple_oscillator \
vibed \
$(VST_DIRS) \
$(EXTRA_PLUGINS)