You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
336 B
19 lines
336 B
15 years ago
|
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)
|
||
|
|
||
|
|