blob: 25f7198eb51326b4735be4f58981c923f9588a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if include_SDL
SDL_SUBDIRS = blurscope synaescope tippercanoe tyler
endif
if include_noatunplugin
NOATUN_SUBDIR = pitchablespeed wavecapture
endif
if include_BERKELEY_DB
BDB_SUBDIRS = oblique
endif
SUBDIRS = \
alarm alsaplayer charlatan dub ffrs \
luckytag lyrics noatunmadness $(NOATUN_SUBDIR) \
$(BDB_SUBDIRS) $(SDL_SUBDIRS)
|