
add_subdirectory( alarm ) 
add_subdirectory( alsaplayer ) 
add_subdirectory( charlatan ) 
add_subdirectory( dub ) 
add_subdirectory( ffrs ) 
add_subdirectory( luckytag ) 
add_subdirectory( lyrics ) 
add_subdirectory( noatunmadness ) 

message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir $(NOATUN_SUBDIR)")
# TODO: configure check for BerkeleyDB - see FindBerkeleyDB from kdelibs
message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir $(BDB_SUBDIRS)")
message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir $(SDL_SUBDIRS)")



########### install files ###############





#original Makefile.am contents follow:

#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)
#
#
