mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 23:43:14 -04:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@408 0778d3d1-df1d-0410-868b-ea421aaaa00d
15 lines
314 B
Makefile
15 lines
314 B
Makefile
if VST_SUPPORT
|
|
VST_DIRS=vst_base vst_effect vestige
|
|
endif
|
|
|
|
if LADSPA_SUPPORT
|
|
LADSPA_DIRS=ladspa_base ladspa_effect
|
|
endif
|
|
|
|
if STK_SUPPORT
|
|
STK_DIR=stk
|
|
endif
|
|
|
|
SUBDIRS = audio_file_processor bit_invader flp_import $(LADSPA_DIRS) midi_import organic plucked_string_synth $(STK_DIR) triple_oscillator $(VST_DIRS) vibed
|
|
|