2003-10-30 17:42:53 -05:00
|
|
|
# $Id$
|
|
|
|
#
|
2003-12-04 18:20:51 -05:00
|
|
|
|
2003-10-30 17:42:53 -05:00
|
|
|
sbin_PROGRAMS = mt-daapd
|
2005-02-26 22:34:07 -05:00
|
|
|
bin_PROGRAMS = wavstreamer
|
2003-10-30 17:42:53 -05:00
|
|
|
|
2003-11-17 11:37:39 -05:00
|
|
|
if COND_REND_POSIX
|
2004-10-30 12:42:20 -04:00
|
|
|
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c rend-posix.c mDNSPlatformFunctions.h rend-unix.c
|
2003-11-17 11:37:39 -05:00
|
|
|
endif
|
2003-10-30 17:42:53 -05:00
|
|
|
|
2003-11-17 11:37:39 -05:00
|
|
|
if COND_REND_HOWL
|
2004-10-30 12:42:20 -04:00
|
|
|
HRENDSRC=rend-howl.c rend-unix.c
|
2003-11-17 11:37:39 -05:00
|
|
|
endif
|
2003-10-30 17:42:53 -05:00
|
|
|
|
2003-12-01 00:27:54 -05:00
|
|
|
if COND_REND_OSX
|
2004-10-30 12:42:20 -04:00
|
|
|
ORENDSRC=rend-osx.c rend-unix.c
|
2003-12-01 00:27:54 -05:00
|
|
|
endif
|
|
|
|
|
2004-12-05 22:06:12 -05:00
|
|
|
if COND_OGGVORBIS
|
|
|
|
OGGVORBISSRC=ogg.c
|
|
|
|
endif
|
|
|
|
|
2005-02-26 19:41:55 -05:00
|
|
|
if COND_FLAC
|
|
|
|
FLACSRC=flac.c
|
|
|
|
endif
|
|
|
|
|
2005-02-28 23:19:27 -05:00
|
|
|
if COND_SQLITE
|
2005-03-19 20:24:17 -05:00
|
|
|
SQLITEDB=dbs-sqlite.c dbs-sqlite.h
|
2005-02-28 23:19:27 -05:00
|
|
|
endif
|
|
|
|
|
2005-02-26 22:34:07 -05:00
|
|
|
wavstreamer_SOURCES = wavstreamer.c
|
|
|
|
|
2003-11-17 11:37:39 -05:00
|
|
|
mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
|
|
|
|
webserver.h configfile.c configfile.h err.c err.h restart.c restart.h \
|
2005-03-11 01:39:40 -05:00
|
|
|
mp3-scanner.h mp3-scanner.c rend-unix.h strcasestr.c strcasestr.h strsep.c \
|
|
|
|
dynamic-art.c dynamic-art.h query.c query.h ssc.c ssc.h \
|
2005-04-14 02:23:05 -04:00
|
|
|
db-generic.c db-generic.h dispatch.c dispatch.h wma.c \
|
2005-04-27 02:13:26 -04:00
|
|
|
scan-xml.c ezxml.c ezxml.h \
|
2005-02-28 23:19:27 -05:00
|
|
|
$(PRENDSRC) $(ORENDSRC) $(HRENDSRC) $(OGGVORBISSRC) $(FLACSRC) \
|
2005-03-11 01:39:40 -05:00
|
|
|
$(SQLITEDB)
|
2003-10-30 17:42:53 -05:00
|
|
|
|
2004-03-29 12:55:17 -05:00
|
|
|
EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
|
|
|
|
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
|
2005-03-11 01:43:26 -05:00
|
|
|
rend-howl.c rend-posix.c rend-osx.c
|
2005-03-19 20:24:17 -05:00
|
|
|
strcasestr.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
|