mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-08 14:53:28 -04:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@397 0778d3d1-df1d-0410-868b-ea421aaaa00d
15 lines
292 B
Makefile
15 lines
292 B
Makefile
if VST_SUPPORT
|
|
VESTIGE_SUBDIR=vestige
|
|
endif
|
|
|
|
if LADSPA_SUPPORT
|
|
LADSPA_DIR=ladspa_effect
|
|
endif
|
|
|
|
if STK_SUPPORT
|
|
STK_DIR=stk
|
|
endif
|
|
|
|
SUBDIRS = audio_file_processor bit_invader flp_import $(LADSPA_DIR) midi_import organic plucked_string_synth $(STK_DIR) triple_oscillator $(VESTIGE_SUBDIR) vibed
|
|
|