Files
lmms/plugins/Makefile.am
Tobias Doerffel dc46c78d0a added libfftw3-detection
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1154 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-16 10:38:52 +00:00

45 lines
676 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
if HAVE_LIBFFTW3
SPECTRUMANALYZER_DIR=spectrum_analyzer
endif
SUBDIRS = \
audio_file_processor \
bass_booster \
bit_invader \
flp_import \
kicker \
ladspa_browser \
ladspa_effect \
lb302 \
live_tool \
midi_import \
organic \
patman \
peak_controller_effect \
$(SF2PLAYER_DIR) \
$(SINGERBOT_DIR) \
$(SPECTRUMANALYZER_DIR) \
stereo_enhancer \
stereo_matrix \
$(STK_DIR) \
triple_oscillator \
vibed \
$(VST_DIRS) \
$(EXTRA_PLUGINS)