owntone-server/src/Makefile.am

48 lines
1.2 KiB
Makefile
Raw Normal View History

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
2005-05-01 01:09:02 -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
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
ORENDSRC=rend-osx.c rend-unix.c
2003-12-01 00:27:54 -05:00
endif
if COND_OGGVORBIS
OGGVORBISSRC=scan-ogg.c
endif
if COND_FLAC
FLACSRC=scan-flac.c
endif
2005-02-28 23:19:27 -05:00
if COND_SQLITE
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-05-01 01:09:02 -04: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 \
db-generic.c db-generic.h dispatch.c dispatch.h \
rxml.c rxml.h redblack.c redblack.h \
2005-05-31 22:54:20 -04:00
scan-xml.c scan-wma.c scan-aac.c scan-aac.h scan-wav.c \
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-05-01 01:09:02 -04:00
rend-howl.c rend-posix.c rend-osx.c \
strcasestr.h scan-ogg.c scan-flac.c dbs-sqlite.c dbs-sqlite.h