mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-25 06:48:55 -05:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@732 0778d3d1-df1d-0410-868b-ea421aaaa00d
34 lines
483 B
Makefile
34 lines
483 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
|
|
|
|
SUBDIRS = \
|
|
audio_file_processor \
|
|
bass_booster \
|
|
bit_invader \
|
|
flp_import \
|
|
kicker \
|
|
ladspa_browser \
|
|
ladspa_effect \
|
|
lb302 \
|
|
live_tool \
|
|
midi_import \
|
|
organic \
|
|
patman \
|
|
sf2_player \
|
|
$(SINGERBOT_DIR) \
|
|
$(STK_DIR) \
|
|
triple_oscillator \
|
|
$(VST_DIRS) \
|
|
vibed \
|
|
stereo_enhancer \
|
|
$(EXTRA_PLUGINS)
|