2008-09-23 22:38:46 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2011-10-09 16:04:09 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 subdir-objects
|
2004-03-12 16:26:41 +01:00
|
|
|
|
2011-09-16 07:34:52 +02:00
|
|
|
AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS)
|
2009-02-18 19:27:05 +01:00
|
|
|
|
2009-07-28 16:17:18 +02:00
|
|
|
AM_CPPFLAGS += -DSYSTEM_CONFIG_FILE_LOCATION='"$(sysconfdir)/mpd.conf"'
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
bin_PROGRAMS = src/mpd
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
noinst_LIBRARIES = \
|
2012-03-21 18:50:18 +01:00
|
|
|
libutil.a \
|
2013-01-09 23:47:38 +01:00
|
|
|
libevent.a \
|
2011-10-09 16:18:03 +02:00
|
|
|
libpcm.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
libtag.a \
|
|
|
|
libinput.a \
|
2013-01-21 20:31:29 +01:00
|
|
|
libfs.a \
|
2012-08-02 19:23:11 +02:00
|
|
|
libdb_plugins.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
libplaylist_plugins.a \
|
|
|
|
libdecoder_plugins.a \
|
|
|
|
libfilter_plugins.a \
|
|
|
|
libmixer_plugins.a \
|
|
|
|
liboutput_plugins.a
|
2011-01-09 18:21:27 +01:00
|
|
|
|
2009-02-25 16:45:23 +01:00
|
|
|
src_mpd_CPPFLAGS = $(AM_CPPFLAGS) \
|
2011-09-05 22:53:46 +02:00
|
|
|
$(LIBMPDCLIENT_CFLAGS) \
|
2011-09-01 10:09:46 +02:00
|
|
|
$(AVAHI_CFLAGS) \
|
2010-01-20 21:04:07 +01:00
|
|
|
$(LIBWRAP_CFLAGS) \
|
2011-10-09 16:18:03 +02:00
|
|
|
$(SQLITE_CFLAGS)
|
2011-10-09 17:33:09 +02:00
|
|
|
src_mpd_LDADD = \
|
2012-08-02 19:23:11 +02:00
|
|
|
$(DB_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(PLAYLIST_LIBS) \
|
2011-09-01 10:09:46 +02:00
|
|
|
$(AVAHI_LIBS) \
|
2010-01-20 21:04:07 +01:00
|
|
|
$(LIBWRAP_LDFLAGS) \
|
2009-02-23 10:04:51 +01:00
|
|
|
$(SQLITE_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(DECODER_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(INPUT_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(ARCHIVE_LIBS) \
|
2009-04-25 13:21:28 +02:00
|
|
|
$(TAG_LIBS) \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(OUTPUT_LIBS) \
|
2009-03-28 21:38:44 +01:00
|
|
|
$(FILTER_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(ENCODER_LIBS) \
|
2011-11-13 23:19:38 +01:00
|
|
|
$(MIXER_LIBS) \
|
2013-01-09 23:47:38 +01:00
|
|
|
libevent.a \
|
2013-01-10 19:05:47 +01:00
|
|
|
libutil.a \
|
2013-01-21 20:31:29 +01:00
|
|
|
libfs.a \
|
2012-02-13 20:48:51 +01:00
|
|
|
$(SYSTEMD_DAEMON_LIBS) \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(GLIB_LIBS)
|
2009-02-23 10:04:51 +01:00
|
|
|
|
|
|
|
mpd_headers = \
|
2009-11-12 09:12:38 +01:00
|
|
|
src/check.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/ack.h \
|
2010-11-18 21:44:24 +01:00
|
|
|
src/ape.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/audio_format.h \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/audio_parser.h \
|
|
|
|
src/output_internal.h \
|
|
|
|
src/output_api.h \
|
2009-07-03 01:02:53 +02:00
|
|
|
src/filter_internal.h \
|
2009-12-14 21:09:28 +01:00
|
|
|
src/filter_config.h \
|
2009-07-03 01:02:53 +02:00
|
|
|
src/filter_plugin.h \
|
|
|
|
src/filter_registry.h \
|
2009-12-25 16:41:01 +01:00
|
|
|
src/filter/autoconvert_filter_plugin.h \
|
2009-07-06 10:01:02 +02:00
|
|
|
src/filter/chain_filter_plugin.h \
|
2009-07-06 10:01:02 +02:00
|
|
|
src/filter/convert_filter_plugin.h \
|
2009-07-05 16:31:47 +02:00
|
|
|
src/filter/volume_filter_plugin.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/command.h \
|
|
|
|
src/conf.h \
|
|
|
|
src/decoder_plugin.h \
|
|
|
|
src/decoder_command.h \
|
|
|
|
src/decoder_buffer.h \
|
|
|
|
src/decoder_api.h \
|
|
|
|
src/decoder_plugin.h \
|
|
|
|
src/encoder_plugin.h \
|
|
|
|
src/encoder_list.h \
|
|
|
|
src/encoder_api.h \
|
2009-11-07 18:55:16 +01:00
|
|
|
src/fd_util.h \
|
2012-08-02 18:20:46 +02:00
|
|
|
src/gerror.h \
|
2009-12-14 23:26:23 +01:00
|
|
|
src/glib_compat.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/gcc.h \
|
|
|
|
src/decoder_list.h \
|
2010-12-22 09:08:12 +01:00
|
|
|
src/decoder/pcm_decoder_plugin.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/input_stream.h \
|
2009-10-12 22:30:59 +02:00
|
|
|
src/text_input_stream.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/ls.h \
|
|
|
|
src/mixer_api.h \
|
2009-03-12 18:34:37 +01:00
|
|
|
src/mixer_control.h \
|
2009-03-14 11:36:59 +01:00
|
|
|
src/mixer_list.h \
|
2009-03-14 11:33:51 +01:00
|
|
|
src/mixer_plugin.h \
|
2009-07-06 07:37:37 +02:00
|
|
|
src/mixer_type.h \
|
2009-07-06 21:52:15 +02:00
|
|
|
src/mixer/software_mixer_plugin.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/daemon.h \
|
2009-12-15 07:38:30 +01:00
|
|
|
src/AudioCompress/config.h \
|
2009-12-02 18:11:53 +01:00
|
|
|
src/AudioCompress/compress.h \
|
2010-06-08 21:40:51 +02:00
|
|
|
src/open.h \
|
2013-01-04 20:50:00 +01:00
|
|
|
src/Playlist.hxx \
|
2011-09-11 07:51:27 +02:00
|
|
|
src/playlist_error.h \
|
2009-03-09 19:09:30 +01:00
|
|
|
src/poison.h \
|
2009-03-02 18:00:46 +01:00
|
|
|
src/riff.h \
|
2009-03-02 18:12:44 +01:00
|
|
|
src/aiff.h \
|
2010-01-04 20:58:17 +01:00
|
|
|
src/replay_gain_config.h \
|
2010-01-04 20:43:19 +01:00
|
|
|
src/replay_gain_info.h \
|
2010-11-18 22:25:11 +01:00
|
|
|
src/replay_gain_ape.h \
|
2013-01-02 20:29:24 +01:00
|
|
|
src/TimePrint.cxx src/TimePrint.hxx \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/song.h \
|
2012-01-24 21:33:09 +01:00
|
|
|
src/song_sort.c src/song_sort.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/stats.h \
|
|
|
|
src/tag.h \
|
|
|
|
src/tag_internal.h \
|
2010-05-30 22:39:09 +02:00
|
|
|
src/tag_table.h \
|
2009-02-28 16:44:41 +01:00
|
|
|
src/tag_ape.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/tag_id3.h \
|
2010-07-20 18:38:10 +02:00
|
|
|
src/tag_rva2.h \
|
2009-07-19 15:11:36 +02:00
|
|
|
src/tokenizer.h \
|
2009-02-25 16:44:06 +01:00
|
|
|
src/uri.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/utils.h \
|
2010-12-23 16:13:11 +01:00
|
|
|
src/string_util.h \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/timer.h \
|
2010-10-03 19:34:45 +02:00
|
|
|
src/mpd_error.h
|
2009-02-23 10:04:51 +01:00
|
|
|
|
|
|
|
src_mpd_SOURCES = \
|
|
|
|
$(mpd_headers) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(DECODER_SRC) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(OUTPUT_API_SRC) \
|
|
|
|
$(MIXER_API_SRC) \
|
2013-01-04 20:50:26 +01:00
|
|
|
src/thread/Mutex.hxx \
|
2013-01-07 10:32:01 +01:00
|
|
|
src/thread/PosixMutex.hxx \
|
2013-01-11 10:50:59 +01:00
|
|
|
src/thread/CriticalSection.hxx \
|
2013-01-10 09:16:22 +01:00
|
|
|
src/thread/GLibMutex.hxx \
|
2013-01-10 09:23:41 +01:00
|
|
|
src/thread/Cond.hxx \
|
|
|
|
src/thread/PosixCond.hxx \
|
2013-01-11 10:50:59 +01:00
|
|
|
src/thread/WindowsCond.hxx \
|
2013-01-10 09:23:41 +01:00
|
|
|
src/thread/GLibCond.hxx \
|
2011-09-19 20:40:33 +02:00
|
|
|
src/glib_socket.h \
|
2012-08-14 19:02:26 +02:00
|
|
|
src/clock.c src/clock.h \
|
2013-01-10 10:44:04 +01:00
|
|
|
src/notify.cxx src/notify.hxx \
|
2011-10-10 08:57:51 +02:00
|
|
|
src/audio_config.c src/audio_config.h \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.c \
|
2009-11-10 17:57:14 +01:00
|
|
|
src/audio_format.c \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/audio_parser.c \
|
2013-01-03 10:33:04 +01:00
|
|
|
src/protocol/ArgParser.cxx src/protocol/ArgParser.hxx \
|
|
|
|
src/protocol/Result.cxx src/protocol/Result.hxx \
|
2012-09-25 12:10:12 +02:00
|
|
|
src/CommandError.cxx src/CommandError.hxx \
|
2013-01-03 10:33:04 +01:00
|
|
|
src/AllCommands.cxx src/AllCommands.hxx \
|
2012-08-25 12:59:54 +02:00
|
|
|
src/QueueCommands.cxx src/QueueCommands.hxx \
|
|
|
|
src/PlayerCommands.cxx src/PlayerCommands.hxx \
|
|
|
|
src/PlaylistCommands.cxx src/PlaylistCommands.hxx \
|
2012-08-25 13:02:01 +02:00
|
|
|
src/DatabaseCommands.cxx src/DatabaseCommands.hxx \
|
2012-08-25 12:59:54 +02:00
|
|
|
src/OutputCommands.cxx src/OutputCommands.hxx \
|
|
|
|
src/MessageCommands.cxx src/MessageCommands.hxx \
|
2012-09-25 11:44:49 +02:00
|
|
|
src/OtherCommands.cxx src/OtherCommands.hxx \
|
2013-01-09 08:36:52 +01:00
|
|
|
src/Idle.cxx src/Idle.hxx \
|
2013-01-03 17:31:38 +01:00
|
|
|
src/CommandLine.cxx src/CommandLine.hxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx \
|
2013-01-04 10:31:59 +01:00
|
|
|
src/CrossFade.cxx src/CrossFade.hxx \
|
2012-02-10 00:12:29 +01:00
|
|
|
src/cue/cue_parser.c src/cue/cue_parser.h \
|
2012-08-08 21:54:54 +02:00
|
|
|
src/decoder_error.h \
|
2013-01-02 20:36:28 +01:00
|
|
|
src/DecoderThread.cxx src/DecoderThread.hxx \
|
2013-01-04 08:41:16 +01:00
|
|
|
src/DecoderControl.cxx src/DecoderControl.hxx \
|
|
|
|
src/DecoderAPI.cxx \
|
|
|
|
src/DecoderInternal.cxx src/DecoderInternal.hxx \
|
2013-01-03 11:14:36 +01:00
|
|
|
src/DecoderPrint.cxx src/DecoderPrint.hxx \
|
2013-01-02 22:52:08 +01:00
|
|
|
src/Directory.cxx src/Directory.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/DirectorySave.cxx src/DirectorySave.hxx \
|
2013-01-03 00:25:15 +01:00
|
|
|
src/DatabaseSimple.hxx \
|
2013-01-03 00:24:45 +01:00
|
|
|
src/DatabaseGlue.cxx src/DatabaseGlue.hxx \
|
2012-08-07 23:10:34 +02:00
|
|
|
src/DatabasePrint.cxx src/DatabasePrint.hxx \
|
2012-08-07 22:57:18 +02:00
|
|
|
src/DatabaseQueue.cxx src/DatabaseQueue.hxx \
|
|
|
|
src/DatabasePlaylist.cxx src/DatabasePlaylist.hxx \
|
2011-09-10 19:24:30 +02:00
|
|
|
src/db_error.h \
|
2013-01-02 20:56:21 +01:00
|
|
|
src/DatabaseLock.cxx src/DatabaseLock.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/DatabaseSave.cxx src/DatabaseSave.hxx \
|
2012-07-30 07:26:08 +02:00
|
|
|
src/DatabasePlugin.hxx \
|
|
|
|
src/DatabaseVisitor.hxx \
|
2012-08-29 20:03:37 +02:00
|
|
|
src/DatabaseSelection.cxx src/DatabaseSelection.hxx \
|
2013-01-03 09:51:35 +01:00
|
|
|
src/ExcludeList.cxx src/ExcludeList.hxx \
|
2009-11-07 18:55:16 +01:00
|
|
|
src/fd_util.c \
|
2009-12-14 21:09:28 +01:00
|
|
|
src/filter_config.c \
|
2009-07-03 01:02:53 +02:00
|
|
|
src/filter_plugin.c \
|
|
|
|
src/filter_registry.c \
|
2013-01-02 19:22:15 +01:00
|
|
|
src/UpdateGlue.cxx src/UpdateGlue.hxx \
|
|
|
|
src/UpdateQueue.cxx src/UpdateQueue.hxx \
|
|
|
|
src/UpdateIO.cxx src/UpdateIO.hxx \
|
|
|
|
src/UpdateDatabase.cxx src/UpdateDatabase.hxx \
|
|
|
|
src/UpdateWalk.cxx src/UpdateWalk.hxx \
|
|
|
|
src/UpdateSong.cxx src/UpdateSong.hxx \
|
|
|
|
src/UpdateContainer.cxx src/UpdateContainer.hxx \
|
|
|
|
src/UpdateInternal.hxx \
|
|
|
|
src/UpdateRemove.cxx src/UpdateRemove.hxx \
|
2013-01-04 00:50:13 +01:00
|
|
|
src/CommandListBuilder.cxx src/CommandListBuilder.hxx \
|
2013-01-03 10:33:04 +01:00
|
|
|
src/Client.cxx src/Client.hxx \
|
|
|
|
src/ClientInternal.hxx \
|
|
|
|
src/ClientEvent.cxx \
|
|
|
|
src/ClientExpire.cxx \
|
|
|
|
src/ClientGlobal.cxx \
|
2013-01-16 22:55:33 +01:00
|
|
|
src/ClientIdle.cxx \
|
2013-01-09 08:08:36 +01:00
|
|
|
src/ClientList.cxx src/ClientList.hxx \
|
2013-01-03 03:07:16 +01:00
|
|
|
src/ClientNew.cxx \
|
2013-01-03 10:33:04 +01:00
|
|
|
src/ClientProcess.cxx \
|
|
|
|
src/ClientRead.cxx \
|
|
|
|
src/ClientWrite.cxx \
|
|
|
|
src/ClientMessage.cxx src/ClientMessage.hxx \
|
|
|
|
src/ClientSubscribe.cxx src/ClientSubscribe.hxx \
|
|
|
|
src/ClientFile.cxx src/ClientFile.hxx \
|
2013-01-15 21:42:55 +01:00
|
|
|
src/ServerSocket.cxx src/ServerSocket.hxx \
|
2013-01-03 11:05:44 +01:00
|
|
|
src/Listen.cxx src/Listen.hxx \
|
2013-01-09 22:33:06 +01:00
|
|
|
src/Log.cxx src/Log.hxx \
|
2013-01-03 11:01:02 +01:00
|
|
|
src/ls.cxx \
|
2013-01-14 23:03:55 +01:00
|
|
|
src/SocketError.hxx \
|
2012-10-04 09:34:48 +02:00
|
|
|
src/io_error.h \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx src/IOThread.hxx \
|
2012-09-28 00:40:00 +02:00
|
|
|
src/Main.cxx src/Main.hxx \
|
|
|
|
src/Win32Main.cxx \
|
2013-01-09 23:12:53 +01:00
|
|
|
src/GlobalEvents.cxx src/GlobalEvents.hxx \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/daemon.c \
|
2009-12-02 18:11:53 +01:00
|
|
|
src/AudioCompress/compress.c \
|
2013-01-04 10:16:16 +01:00
|
|
|
src/MusicBuffer.cxx src/MusicBuffer.hxx \
|
|
|
|
src/MusicPipe.cxx src/MusicPipe.hxx \
|
|
|
|
src/MusicChunk.cxx src/MusicChunk.hxx \
|
2013-01-02 22:43:56 +01:00
|
|
|
src/Mapper.cxx src/Mapper.hxx \
|
2013-01-30 09:18:52 +01:00
|
|
|
src/Page.cxx src/Page.hxx \
|
2013-01-04 22:42:05 +01:00
|
|
|
src/Partition.hxx \
|
2013-01-03 03:06:45 +01:00
|
|
|
src/Permission.cxx src/Permission.hxx \
|
2013-01-02 20:36:28 +01:00
|
|
|
src/PlayerThread.cxx src/PlayerThread.hxx \
|
2013-01-04 22:31:53 +01:00
|
|
|
src/PlayerControl.cxx src/PlayerControl.hxx \
|
2013-01-04 20:50:00 +01:00
|
|
|
src/Playlist.cxx \
|
2013-01-09 22:23:37 +01:00
|
|
|
src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx \
|
2013-01-04 20:50:00 +01:00
|
|
|
src/PlaylistControl.cxx \
|
2013-01-03 00:35:05 +01:00
|
|
|
src/PlaylistEdit.cxx \
|
2012-08-29 20:17:13 +02:00
|
|
|
src/PlaylistPrint.cxx src/PlaylistPrint.hxx \
|
2012-09-27 22:55:57 +02:00
|
|
|
src/PlaylistSave.cxx src/PlaylistSave.hxx \
|
2013-01-02 18:38:32 +01:00
|
|
|
src/PlaylistMapper.cxx src/PlaylistMapper.hxx \
|
|
|
|
src/PlaylistAny.cxx src/PlaylistAny.hxx \
|
|
|
|
src/PlaylistSong.cxx src/PlaylistSong.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/PlaylistState.cxx src/PlaylistState.hxx \
|
2013-01-02 18:38:32 +01:00
|
|
|
src/PlaylistQueue.cxx src/PlaylistQueue.hxx \
|
2013-01-02 22:01:04 +01:00
|
|
|
src/PlaylistVector.cxx src/PlaylistVector.hxx \
|
2013-01-02 22:04:03 +01:00
|
|
|
src/PlaylistInfo.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/PlaylistDatabase.cxx \
|
2013-01-08 16:11:25 +01:00
|
|
|
src/IdTable.hxx \
|
2013-01-04 20:50:00 +01:00
|
|
|
src/Queue.cxx src/Queue.hxx \
|
2012-08-29 19:27:03 +02:00
|
|
|
src/QueuePrint.cxx src/QueuePrint.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/QueueSave.cxx src/QueueSave.hxx \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainConfig.cxx \
|
|
|
|
src/ReplayGainInfo.cxx \
|
2013-01-09 22:33:06 +01:00
|
|
|
src/SignalHandlers.cxx src/SignalHandlers.hxx \
|
2012-08-08 20:12:20 +02:00
|
|
|
src/Song.cxx \
|
2013-01-02 22:42:12 +01:00
|
|
|
src/SongUpdate.cxx \
|
2013-01-02 20:29:24 +01:00
|
|
|
src/SongPrint.cxx src/SongPrint.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/SongSave.cxx src/SongSave.hxx \
|
2011-09-20 07:56:59 +02:00
|
|
|
src/resolver.c src/resolver.h \
|
2013-01-15 22:39:51 +01:00
|
|
|
src/SocketUtil.cxx src/SocketUtil.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/StateFile.cxx src/StateFile.hxx \
|
2012-08-02 18:55:53 +02:00
|
|
|
src/Stats.cxx \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx \
|
|
|
|
src/TagNames.c \
|
|
|
|
src/TagPool.cxx src/TagPool.hxx \
|
2013-01-02 20:29:24 +01:00
|
|
|
src/TagPrint.cxx src/TagPrint.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/TagSave.cxx src/TagSave.hxx \
|
2012-02-11 19:12:02 +01:00
|
|
|
src/tag_handler.c src/tag_handler.h \
|
2013-01-26 01:18:12 +01:00
|
|
|
src/TagFile.cxx src/TagFile.hxx \
|
2009-07-19 15:11:36 +02:00
|
|
|
src/tokenizer.c \
|
2013-01-03 10:12:41 +01:00
|
|
|
src/TextFile.cxx src/TextFile.hxx \
|
2009-10-12 22:30:59 +02:00
|
|
|
src/text_input_stream.c \
|
2009-02-25 16:44:06 +01:00
|
|
|
src/uri.c \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/utils.c \
|
2010-12-23 16:13:11 +01:00
|
|
|
src/string_util.c \
|
2013-01-07 08:59:11 +01:00
|
|
|
src/Volume.cxx src/Volume.hxx \
|
2012-08-29 19:12:26 +02:00
|
|
|
src/SongFilter.cxx src/SongFilter.hxx \
|
2013-01-29 18:51:40 +01:00
|
|
|
src/SongPointer.hxx \
|
2012-09-28 00:40:00 +02:00
|
|
|
src/PlaylistFile.cxx src/PlaylistFile.hxx \
|
2009-02-23 10:04:51 +01:00
|
|
|
src/timer.c
|
|
|
|
|
2012-02-18 12:33:49 +01:00
|
|
|
#
|
|
|
|
# Windows resource file
|
|
|
|
#
|
|
|
|
|
|
|
|
src/win/mpd_win32_rc.$(OBJEXT): src/win/mpd_win32_rc.rc
|
|
|
|
$(WINDRES) -i $< -o $@
|
|
|
|
|
|
|
|
if HAVE_WINDOWS
|
|
|
|
noinst_DATA = src/win/mpd_win32_rc.rc
|
|
|
|
|
|
|
|
src_mpd_DEPENDENCIES = src/win/mpd_win32_rc.$(OBJEXT)
|
|
|
|
src_mpd_LDFLAGS = -Wl,src/win/mpd_win32_rc.$(OBJEXT)
|
|
|
|
endif
|
|
|
|
|
2011-03-27 08:41:40 +02:00
|
|
|
if ENABLE_DESPOTIFY
|
|
|
|
src_mpd_SOURCES += \
|
2013-01-21 18:24:26 +01:00
|
|
|
src/DespotifyUtils.cxx src/DespotifyUtils.hxx
|
2011-03-27 08:41:40 +02:00
|
|
|
endif
|
|
|
|
|
2009-10-24 18:24:29 +02:00
|
|
|
if ENABLE_INOTIFY
|
2009-09-25 18:32:00 +02:00
|
|
|
src_mpd_SOURCES += \
|
2013-01-02 19:22:15 +01:00
|
|
|
src/InotifySource.cxx src/InotifySource.hxx \
|
|
|
|
src/InotifyQueue.cxx src/InotifyQueue.hxx \
|
|
|
|
src/InotifyUpdate.cxx src/InotifyUpdate.hxx
|
2009-09-25 18:32:00 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if ENABLE_SQLITE
|
2009-04-01 17:30:56 +02:00
|
|
|
src_mpd_SOURCES += \
|
2012-08-25 12:59:54 +02:00
|
|
|
src/StickerCommands.cxx src/StickerCommands.hxx \
|
2013-01-02 22:25:17 +01:00
|
|
|
src/StickerDatabase.cxx src/StickerDatabase.hxx \
|
|
|
|
src/StickerPrint.cxx src/StickerPrint.hxx \
|
|
|
|
src/SongSticker.cxx src/SongSticker.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2012-03-21 18:50:18 +01:00
|
|
|
# Generic utility library
|
|
|
|
|
|
|
|
libutil_a_SOURCES = \
|
2013-01-29 23:20:19 +01:00
|
|
|
src/util/RefCount.hxx \
|
2013-01-15 01:00:59 +01:00
|
|
|
src/util/fifo_buffer.c src/util/fifo_buffer.h \
|
|
|
|
src/util/growing_fifo.c src/util/growing_fifo.h \
|
2013-01-07 20:50:48 +01:00
|
|
|
src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \
|
2013-01-04 16:26:41 +01:00
|
|
|
src/util/SliceBuffer.hxx \
|
2013-01-04 14:54:49 +01:00
|
|
|
src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \
|
2013-01-15 01:12:08 +01:00
|
|
|
src/util/PeakBuffer.cxx src/util/PeakBuffer.hxx \
|
2012-03-21 18:50:18 +01:00
|
|
|
src/util/list.h \
|
|
|
|
src/util/list_sort.c src/util/list_sort.h \
|
2012-03-21 18:45:51 +01:00
|
|
|
src/util/byte_reverse.c src/util/byte_reverse.h \
|
2012-03-21 18:50:18 +01:00
|
|
|
src/util/bit_reverse.c src/util/bit_reverse.h
|
|
|
|
|
2013-01-09 23:47:38 +01:00
|
|
|
# Event loop library
|
|
|
|
|
|
|
|
libevent_a_SOURCES = \
|
2013-01-10 19:13:00 +01:00
|
|
|
src/event/WakeFD.cxx src/event/WakeFD.hxx \
|
2013-01-10 19:08:42 +01:00
|
|
|
src/event/TimeoutMonitor.hxx src/event/TimeoutMonitor.cxx \
|
2013-01-10 19:05:47 +01:00
|
|
|
src/event/SocketMonitor.cxx src/event/SocketMonitor.hxx \
|
|
|
|
src/event/BufferedSocket.cxx src/event/BufferedSocket.hxx \
|
2013-01-15 07:14:36 +01:00
|
|
|
src/event/MultiSocketMonitor.cxx src/event/MultiSocketMonitor.hxx \
|
2013-01-10 19:13:00 +01:00
|
|
|
src/event/Loop.hxx
|
2013-01-09 23:47:38 +01:00
|
|
|
|
2011-10-09 16:18:03 +02:00
|
|
|
# PCM library
|
|
|
|
|
|
|
|
libpcm_a_SOURCES = \
|
2011-10-10 08:17:39 +02:00
|
|
|
src/pcm_buffer.c src/pcm_buffer.h \
|
2012-03-21 19:54:35 +01:00
|
|
|
src/pcm_export.c src/pcm_export.h \
|
2011-10-09 16:18:03 +02:00
|
|
|
src/pcm_convert.c src/pcm_convert.h \
|
2012-03-01 00:57:33 +01:00
|
|
|
src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \
|
|
|
|
src/pcm_dsd.c src/pcm_dsd.h \
|
2012-03-20 01:01:12 +01:00
|
|
|
src/pcm_dsd_usb.c src/pcm_dsd_usb.h \
|
2011-10-09 16:18:03 +02:00
|
|
|
src/pcm_volume.c src/pcm_volume.h \
|
|
|
|
src/pcm_mix.c src/pcm_mix.h \
|
|
|
|
src/pcm_channels.c src/pcm_channels.h \
|
|
|
|
src/pcm_pack.c src/pcm_pack.h \
|
|
|
|
src/pcm_format.c src/pcm_format.h \
|
|
|
|
src/pcm_resample.c src/pcm_resample.h \
|
|
|
|
src/pcm_resample_fallback.c \
|
|
|
|
src/pcm_resample_internal.h \
|
|
|
|
src/pcm_dither.c src/pcm_dither.h \
|
|
|
|
src/pcm_prng.h \
|
|
|
|
src/pcm_utils.h
|
|
|
|
libpcm_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-03-28 21:38:44 +01:00
|
|
|
$(SAMPLERATE_CFLAGS)
|
2011-10-09 16:18:03 +02:00
|
|
|
|
|
|
|
PCM_LIBS = \
|
|
|
|
libpcm.a \
|
2009-03-28 21:38:44 +01:00
|
|
|
$(SAMPLERATE_LIBS)
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_LIBSAMPLERATE
|
2011-10-09 16:18:03 +02:00
|
|
|
libpcm_a_SOURCES += src/pcm_resample_libsamplerate.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2013-01-21 20:31:29 +01:00
|
|
|
# File system library
|
|
|
|
|
|
|
|
libfs_a_SOURCES = \
|
|
|
|
src/fs/Path.cxx src/fs/Path.hxx \
|
|
|
|
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
|
|
|
|
src/fs/DirectoryReader.hxx
|
|
|
|
|
2012-08-02 19:23:11 +02:00
|
|
|
# database plugins
|
|
|
|
|
|
|
|
libdb_plugins_a_SOURCES = \
|
2012-08-07 20:07:17 +02:00
|
|
|
src/DatabaseRegistry.cxx src/DatabaseRegistry.hxx \
|
2012-08-15 21:32:34 +02:00
|
|
|
src/DatabaseHelpers.cxx src/DatabaseHelpers.hxx \
|
2012-08-02 19:23:11 +02:00
|
|
|
src/db/SimpleDatabasePlugin.cxx src/db/SimpleDatabasePlugin.hxx
|
|
|
|
|
2011-09-05 22:53:46 +02:00
|
|
|
if HAVE_LIBMPDCLIENT
|
|
|
|
libdb_plugins_a_SOURCES += \
|
|
|
|
src/db/ProxyDatabasePlugin.cxx src/db/ProxyDatabasePlugin.hxx
|
|
|
|
endif
|
|
|
|
|
2012-08-02 19:23:11 +02:00
|
|
|
DB_LIBS = \
|
2012-08-22 13:54:31 +02:00
|
|
|
libdb_plugins.a \
|
|
|
|
$(LIBMPDCLIENT_LIBS)
|
2012-08-02 19:23:11 +02:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
# archive plugins
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
if ENABLE_ARCHIVE
|
|
|
|
|
|
|
|
noinst_LIBRARIES += libarchive.a
|
|
|
|
|
2012-06-13 21:28:26 +02:00
|
|
|
src_mpd_SOURCES += \
|
2013-01-02 19:22:15 +01:00
|
|
|
src/UpdateArchive.cxx src/UpdateArchive.hxx
|
2012-06-13 21:28:26 +02:00
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libarchive_a_SOURCES = \
|
2013-01-24 19:18:58 +01:00
|
|
|
src/ArchiveLookup.cxx src/ArchiveLookup.hxx \
|
|
|
|
src/ArchiveList.cxx src/ArchiveList.hxx \
|
|
|
|
src/ArchivePlugin.cxx src/ArchivePlugin.hxx \
|
2013-01-29 21:21:07 +01:00
|
|
|
src/ArchiveVisitor.hxx \
|
2013-01-29 23:26:51 +01:00
|
|
|
src/ArchiveFile.hxx \
|
2013-01-24 19:18:58 +01:00
|
|
|
src/input/ArchiveInputPlugin.cxx src/input/ArchiveInputPlugin.hxx
|
2011-10-09 14:29:36 +02:00
|
|
|
libarchive_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2011-10-09 17:58:36 +02:00
|
|
|
$(BZ2_CFLAGS) \
|
2009-04-13 20:47:28 +02:00
|
|
|
$(ISO9660_CFLAGS) \
|
2009-04-13 20:46:31 +02:00
|
|
|
$(ZZIP_CFLAGS)
|
|
|
|
|
|
|
|
ARCHIVE_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
libarchive.a \
|
2011-10-09 17:56:46 +02:00
|
|
|
$(BZ2_LIBS) \
|
2009-04-13 20:47:28 +02:00
|
|
|
$(ISO9660_LIBS) \
|
2009-04-13 20:46:31 +02:00
|
|
|
$(ZZIP_LIBS)
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_BZ2
|
2013-01-24 19:18:58 +01:00
|
|
|
libarchive_a_SOURCES += \
|
|
|
|
src/archive/Bzip2ArchivePlugin.cxx \
|
|
|
|
src/archive/Bzip2ArchivePlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-12-15 20:29:44 +01:00
|
|
|
if HAVE_ZZIP
|
2013-01-24 19:18:58 +01:00
|
|
|
libarchive_a_SOURCES += \
|
|
|
|
src/archive/ZzipArchivePlugin.cxx \
|
|
|
|
src/archive/ZzipArchivePlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-12-16 16:06:16 +01:00
|
|
|
if HAVE_ISO9660
|
2013-01-24 19:18:58 +01:00
|
|
|
libarchive_a_SOURCES += \
|
|
|
|
src/archive/Iso9660ArchivePlugin.cxx \
|
|
|
|
src/archive/Iso9660ArchivePlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
else
|
|
|
|
ARCHIVE_LIBS =
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
2009-04-25 13:21:28 +02:00
|
|
|
# tag plugins
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libtag_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-04-25 13:21:28 +02:00
|
|
|
$(ID3TAG_CFLAGS)
|
|
|
|
TAG_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
libtag.a \
|
2009-04-25 13:21:28 +02:00
|
|
|
$(ID3TAG_LIBS)
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libtag_a_SOURCES =\
|
2010-11-18 21:44:24 +01:00
|
|
|
src/ape.c \
|
2010-11-18 22:25:11 +01:00
|
|
|
src/replay_gain_ape.c \
|
2009-04-25 13:21:28 +02:00
|
|
|
src/tag_ape.c
|
|
|
|
|
|
|
|
if HAVE_ID3TAG
|
2011-10-09 14:29:36 +02:00
|
|
|
libtag_a_SOURCES += \
|
|
|
|
src/tag_id3.c \
|
2010-07-20 18:38:10 +02:00
|
|
|
src/tag_rva2.c \
|
2009-04-25 13:21:28 +02:00
|
|
|
src/riff.c src/aiff.c
|
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
# decoder plugins
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES = \
|
|
|
|
src/decoder/pcm_decoder_plugin.c \
|
|
|
|
src/decoder/dsdiff_decoder_plugin.c \
|
|
|
|
src/decoder/dsdiff_decoder_plugin.h \
|
2012-06-16 13:46:42 +02:00
|
|
|
src/decoder/dsf_decoder_plugin.c \
|
|
|
|
src/decoder/dsf_decoder_plugin.h \
|
|
|
|
src/decoder/dsdlib.c \
|
|
|
|
src/decoder/dsdlib.h \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/decoder_buffer.c \
|
|
|
|
src/decoder_plugin.c \
|
|
|
|
src/decoder_list.c
|
|
|
|
libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-04-01 22:45:17 +02:00
|
|
|
$(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \
|
2009-07-07 08:58:51 +02:00
|
|
|
$(SNDFILE_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(AUDIOFILE_CFLAGS) \
|
|
|
|
$(LIBMIKMOD_CFLAGS) \
|
2010-04-10 10:05:16 +02:00
|
|
|
$(GME_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(SIDPLAY_CFLAGS) \
|
|
|
|
$(FLUIDSYNTH_CFLAGS) \
|
|
|
|
$(WILDMIDI_CFLAGS) \
|
2009-07-14 21:29:01 +02:00
|
|
|
$(WAVPACK_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(MAD_CFLAGS) \
|
2009-08-26 20:08:13 +02:00
|
|
|
$(MPG123_CFLAGS) \
|
2012-09-04 09:26:18 +02:00
|
|
|
$(OPUS_CFLAGS) \
|
2009-03-31 21:48:04 +02:00
|
|
|
$(FFMPEG_CFLAGS) \
|
2011-10-09 17:58:36 +02:00
|
|
|
$(MPCDEC_CFLAGS) \
|
2012-09-25 22:03:44 +02:00
|
|
|
$(ADPLUG_CFLAGS) \
|
2012-02-10 00:12:29 +01:00
|
|
|
$(FAAD_CFLAGS)
|
2009-02-25 16:44:11 +01:00
|
|
|
|
|
|
|
DECODER_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins.a \
|
2009-04-01 22:45:17 +02:00
|
|
|
$(VORBIS_LIBS) $(TREMOR_LIBS) \
|
2009-04-01 22:45:00 +02:00
|
|
|
$(FLAC_LIBS) \
|
2009-07-07 08:58:51 +02:00
|
|
|
$(SNDFILE_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(AUDIOFILE_LIBS) $(LIBMIKMOD_LIBS) \
|
2010-04-10 10:05:16 +02:00
|
|
|
$(GME_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(SIDPLAY_LIBS) \
|
|
|
|
$(FLUIDSYNTH_LIBS) \
|
|
|
|
$(WILDMIDI_LIBS) \
|
2009-07-14 21:29:01 +02:00
|
|
|
$(WAVPACK_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(MAD_LIBS) \
|
2009-08-26 20:08:13 +02:00
|
|
|
$(MPG123_LIBS) \
|
2012-09-04 09:26:18 +02:00
|
|
|
$(OPUS_LIBS) \
|
2009-03-31 21:48:04 +02:00
|
|
|
$(FFMPEG_LIBS) \
|
2011-10-09 17:58:36 +02:00
|
|
|
$(MPCDEC_LIBS) \
|
2012-09-25 22:03:44 +02:00
|
|
|
$(ADPLUG_LIBS) \
|
2012-02-10 00:12:29 +01:00
|
|
|
$(FAAD_LIBS)
|
2009-02-25 16:44:11 +01:00
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
DECODER_SRC =
|
2009-02-25 16:44:11 +01:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_MAD
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/mad_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-08-26 20:08:13 +02:00
|
|
|
if HAVE_MPG123
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/mpg123_decoder_plugin.c
|
2009-08-26 20:08:13 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_MPCDEC
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/mpcdec_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2012-09-04 09:26:18 +02:00
|
|
|
if HAVE_OPUS
|
|
|
|
libdecoder_plugins_a_SOURCES += \
|
|
|
|
src/decoder/OggUtil.cxx \
|
|
|
|
src/decoder/OggUtil.hxx \
|
2013-01-07 23:06:02 +01:00
|
|
|
src/decoder/OggFind.cxx src/decoder/OggFind.hxx \
|
2012-09-04 09:26:18 +02:00
|
|
|
src/decoder/OpusReader.hxx \
|
|
|
|
src/decoder/OpusHead.hxx \
|
|
|
|
src/decoder/OpusHead.cxx \
|
|
|
|
src/decoder/OpusTags.cxx \
|
|
|
|
src/decoder/OpusTags.hxx \
|
|
|
|
src/decoder/OpusDecoderPlugin.cxx \
|
|
|
|
src/decoder/OpusDecoderPlugin.h
|
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_WAVPACK
|
2013-01-10 18:18:14 +01:00
|
|
|
libdecoder_plugins_a_SOURCES += \
|
|
|
|
src/decoder/WavpackDecoderPlugin.cxx \
|
|
|
|
src/decoder/WavpackDecoderPlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2012-09-25 22:03:44 +02:00
|
|
|
if HAVE_ADPLUG
|
|
|
|
libdecoder_plugins_a_SOURCES += \
|
|
|
|
src/decoder/AdPlugDecoderPlugin.cxx \
|
|
|
|
src/decoder/AdPlugDecoderPlugin.h
|
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_FAAD
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/faad_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2012-09-05 22:56:17 +02:00
|
|
|
if HAVE_XIPH
|
2012-09-04 11:28:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += \
|
2012-09-05 22:56:57 +02:00
|
|
|
src/decoder/XiphTags.c src/decoder/XiphTags.h \
|
2013-01-07 22:12:09 +01:00
|
|
|
src/decoder/OggCodec.cxx src/decoder/OggCodec.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-04-01 22:45:17 +02:00
|
|
|
if ENABLE_VORBIS_DECODER
|
2012-02-11 10:04:02 +01:00
|
|
|
libdecoder_plugins_a_SOURCES += \
|
2013-01-07 22:04:58 +01:00
|
|
|
src/decoder/VorbisComments.cxx src/decoder/VorbisComments.hxx \
|
|
|
|
src/decoder/VorbisDecoderPlugin.cxx src/decoder/VorbisDecoderPlugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_FLAC
|
2012-10-02 10:58:53 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += \
|
2012-10-02 19:27:30 +02:00
|
|
|
src/decoder/FLACInput.cxx src/decoder/FLACInput.hxx \
|
2012-10-04 07:09:31 +02:00
|
|
|
src/decoder/FLACIOHandle.cxx src/decoder/FLACIOHandle.hxx \
|
2012-10-02 10:56:44 +02:00
|
|
|
src/decoder/FLACMetaData.cxx src/decoder/FLACMetaData.hxx \
|
|
|
|
src/decoder/FLAC_PCM.cxx src/decoder/FLAC_PCM.hxx \
|
|
|
|
src/decoder/FLACCommon.cxx src/decoder/FLACCommon.hxx \
|
|
|
|
src/decoder/FLACDecoderPlugin.cxx \
|
|
|
|
src/decoder/FLACDecoderPlugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_AUDIOFILE
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/audiofile_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-04-01 22:48:06 +02:00
|
|
|
if ENABLE_MIKMOD_DECODER
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/mikmod_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_MODPLUG
|
2011-01-09 18:21:27 +01:00
|
|
|
libmodplug_decoder_plugin_a_SOURCES = src/decoder/modplug_decoder_plugin.c
|
|
|
|
libmodplug_decoder_plugin_a_CFLAGS = $(src_mpd_CFLAGS) $(MODPLUG_CFLAGS)
|
|
|
|
libmodplug_decoder_plugin_a_CPPFLAGS = $(src_mpd_CPPFLAGS)
|
|
|
|
noinst_LIBRARIES += libmodplug_decoder_plugin.a
|
|
|
|
DECODER_LIBS += libmodplug_decoder_plugin.a $(MODPLUG_LIBS)
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_SIDPLAY
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/sidplay_decoder_plugin.cxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_FLUIDSYNTH
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/fluidsynth_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_WILDMIDI
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/wildmidi_decoder_plugin.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_FFMPEG
|
2012-02-11 16:29:49 +01:00
|
|
|
libdecoder_plugins_a_SOURCES += \
|
2013-01-26 00:37:04 +01:00
|
|
|
src/decoder/FfmpegMetaData.cxx \
|
|
|
|
src/decoder/FfmpegMetaData.hxx \
|
|
|
|
src/decoder/FfmpegDecoderPlugin.cxx \
|
|
|
|
src/decoder/FfmpegDecoderPlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-07-07 08:58:51 +02:00
|
|
|
if ENABLE_SNDFILE
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/sndfile_decoder_plugin.c
|
2009-07-07 08:58:51 +02:00
|
|
|
endif
|
|
|
|
|
2010-04-10 10:05:16 +02:00
|
|
|
if HAVE_GME
|
2011-10-09 14:29:36 +02:00
|
|
|
libdecoder_plugins_a_SOURCES += src/decoder/gme_decoder_plugin.c
|
2010-04-10 10:05:16 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
# encoder plugins
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
if ENABLE_ENCODER
|
|
|
|
|
|
|
|
noinst_LIBRARIES += libencoder_plugins.a
|
|
|
|
|
|
|
|
libencoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-04-01 22:05:53 +02:00
|
|
|
$(LAME_CFLAGS) \
|
2009-07-14 23:07:41 +02:00
|
|
|
$(TWOLAME_CFLAGS) \
|
2009-11-17 19:41:35 +01:00
|
|
|
$(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \
|
2012-10-01 20:15:15 +02:00
|
|
|
$(OPUS_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(VORBISENC_CFLAGS)
|
|
|
|
|
|
|
|
ENCODER_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
libencoder_plugins.a \
|
2009-04-01 22:05:53 +02:00
|
|
|
$(LAME_LIBS) \
|
2009-07-14 23:07:41 +02:00
|
|
|
$(TWOLAME_LIBS) \
|
2009-11-17 19:41:35 +01:00
|
|
|
$(FLAC_LIBS) \
|
2012-10-01 20:15:15 +02:00
|
|
|
$(OPUS_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(VORBISENC_LIBS)
|
|
|
|
|
2012-10-02 09:06:03 +02:00
|
|
|
libencoder_plugins_a_SOURCES = \
|
|
|
|
src/encoder/OggStream.hxx \
|
|
|
|
src/encoder/null_encoder.c \
|
|
|
|
src/encoder_list.c
|
2009-02-23 10:04:51 +01:00
|
|
|
|
2009-11-10 23:29:54 +01:00
|
|
|
if ENABLE_WAVE_ENCODER
|
2011-10-09 14:29:36 +02:00
|
|
|
libencoder_plugins_a_SOURCES += src/encoder/wave_encoder.c
|
2009-11-10 23:29:54 +01:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if ENABLE_VORBIS_ENCODER
|
2012-10-01 20:02:59 +02:00
|
|
|
libencoder_plugins_a_SOURCES += \
|
|
|
|
src/encoder/VorbisEncoderPlugin.cxx \
|
|
|
|
src/encoder/VorbisEncoderPlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2012-10-01 20:15:15 +02:00
|
|
|
if HAVE_OPUS
|
|
|
|
libencoder_plugins_a_SOURCES += \
|
|
|
|
src/encoder/OpusEncoderPlugin.cxx \
|
|
|
|
src/encoder/OpusEncoderPlugin.hxx
|
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if ENABLE_LAME_ENCODER
|
2011-10-09 14:29:36 +02:00
|
|
|
libencoder_plugins_a_SOURCES += src/encoder/lame_encoder.c
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
2009-07-14 23:07:41 +02:00
|
|
|
|
|
|
|
if ENABLE_TWOLAME_ENCODER
|
2011-10-09 14:29:36 +02:00
|
|
|
libencoder_plugins_a_SOURCES += src/encoder/twolame_encoder.c
|
2009-07-14 23:07:41 +02:00
|
|
|
endif
|
2009-11-17 19:41:35 +01:00
|
|
|
|
|
|
|
if ENABLE_FLAC_ENCODER
|
2011-10-09 14:29:36 +02:00
|
|
|
libencoder_plugins_a_SOURCES += src/encoder/flac_encoder.c
|
2009-11-17 19:41:35 +01:00
|
|
|
endif
|
2011-10-09 14:29:36 +02:00
|
|
|
|
|
|
|
else
|
|
|
|
ENCODER_LIBS =
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
if HAVE_ZEROCONF
|
2013-01-27 22:18:45 +01:00
|
|
|
src_mpd_SOURCES += \
|
|
|
|
src/ZeroconfInternal.hxx \
|
|
|
|
src/ZeroconfGlue.cxx src/ZeroconfGlue.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
|
|
|
|
if HAVE_AVAHI
|
2013-01-27 22:18:45 +01:00
|
|
|
src_mpd_SOURCES += src/ZeroconfAvahi.cxx src/ZeroconfAvahi.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_BONJOUR
|
2013-01-27 22:18:45 +01:00
|
|
|
src_mpd_SOURCES += src/ZeroconfBonjour.cxx src/ZeroconfBonjour.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2009-02-25 16:44:11 +01:00
|
|
|
#
|
|
|
|
# input plugins
|
|
|
|
#
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libinput_a_SOURCES = \
|
2013-01-10 10:15:09 +01:00
|
|
|
src/InputInit.cxx src/InputInit.hxx \
|
|
|
|
src/InputRegistry.cxx src/InputRegistry.hxx \
|
2013-01-24 19:14:40 +01:00
|
|
|
src/InputStream.cxx src/InputStream.hxx \
|
2013-01-25 22:43:01 +01:00
|
|
|
src/InputPlugin.hxx \
|
|
|
|
src/InputInternal.cxx src/InputInternal.hxx \
|
2013-01-21 17:36:19 +01:00
|
|
|
src/input/RewindInputPlugin.cxx src/input/RewindInputPlugin.hxx \
|
2013-01-21 10:49:42 +01:00
|
|
|
src/input/FileInputPlugin.cxx src/input/FileInputPlugin.hxx
|
2011-10-09 14:29:36 +02:00
|
|
|
|
|
|
|
libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(CURL_CFLAGS) \
|
2011-08-24 03:23:12 +02:00
|
|
|
$(SOUP_CFLAGS) \
|
2010-12-21 22:23:01 +01:00
|
|
|
$(CDIO_PARANOIA_CFLAGS) \
|
2010-05-18 20:48:52 +02:00
|
|
|
$(FFMPEG_CFLAGS) \
|
2011-10-09 17:36:02 +02:00
|
|
|
$(DESPOTIFY_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(MMS_CFLAGS)
|
|
|
|
|
|
|
|
INPUT_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
libinput.a \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(CURL_LIBS) \
|
2011-08-24 03:23:12 +02:00
|
|
|
$(SOUP_LIBS) \
|
2010-12-21 22:23:01 +01:00
|
|
|
$(CDIO_PARANOIA_LIBS) \
|
2010-05-18 20:48:52 +02:00
|
|
|
$(FFMPEG_LIBS) \
|
2011-10-09 17:36:02 +02:00
|
|
|
$(DESPOTIFY_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(MMS_LIBS)
|
|
|
|
|
2009-09-24 21:40:07 +02:00
|
|
|
if ENABLE_CURL
|
2013-01-10 10:14:29 +01:00
|
|
|
libinput_a_SOURCES += \
|
|
|
|
src/input/CurlInputPlugin.cxx src/input/CurlInputPlugin.hxx \
|
2013-01-10 22:33:16 +01:00
|
|
|
src/IcyMetaDataParser.cxx src/IcyMetaDataParser.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
2009-03-02 23:11:31 +01:00
|
|
|
|
2011-08-24 03:23:12 +02:00
|
|
|
if ENABLE_SOUP
|
2011-10-09 14:29:36 +02:00
|
|
|
libinput_a_SOURCES += \
|
2013-01-10 10:14:29 +01:00
|
|
|
src/input/SoupInputPlugin.cxx src/input/SoupInputPlugin.hxx
|
2011-08-24 03:23:12 +02:00
|
|
|
endif
|
|
|
|
|
2010-12-21 22:23:01 +01:00
|
|
|
if ENABLE_CDIO_PARANOIA
|
2013-01-21 17:58:30 +01:00
|
|
|
libinput_a_SOURCES += \
|
|
|
|
src/input/CdioParanoiaInputPlugin.cxx \
|
|
|
|
src/input/CdioParanoiaInputPlugin.hxx
|
2010-12-21 22:23:01 +01:00
|
|
|
endif
|
|
|
|
|
2010-05-18 20:48:52 +02:00
|
|
|
if HAVE_FFMPEG
|
2013-01-21 17:38:40 +01:00
|
|
|
libinput_a_SOURCES += \
|
|
|
|
src/input/FfmpegInputPlugin.cxx src/input/FfmpegInputPlugin.hxx
|
2010-05-18 20:48:52 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if ENABLE_MMS
|
2013-01-21 10:49:42 +01:00
|
|
|
libinput_a_SOURCES += \
|
|
|
|
src/input/MmsInputPlugin.cxx src/input/MmsInputPlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2011-03-27 08:41:40 +02:00
|
|
|
if ENABLE_DESPOTIFY
|
2013-01-21 18:24:26 +01:00
|
|
|
libinput_a_SOURCES += \
|
|
|
|
src/input/DespotifyInputPlugin.cxx \
|
|
|
|
src/input/DespotifyInputPlugin.hxx
|
2011-03-27 08:41:40 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(AO_CFLAGS) \
|
|
|
|
$(ALSA_CFLAGS) \
|
2010-10-03 21:07:55 +02:00
|
|
|
$(FFADO_CFLAGS) \
|
2009-03-28 21:38:53 +01:00
|
|
|
$(JACK_CFLAGS) \
|
2010-01-01 17:10:10 +01:00
|
|
|
$(OPENAL_CFLAGS) \
|
2011-08-29 09:21:00 +02:00
|
|
|
$(OPENSSL_CFLAGS) \
|
2009-03-28 21:39:26 +01:00
|
|
|
$(PULSE_CFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(SHOUT_CFLAGS)
|
|
|
|
|
|
|
|
OUTPUT_LIBS = \
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins.a \
|
2010-06-21 09:45:35 +02:00
|
|
|
$(LIBWRAP_LDFLAGS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(AO_LIBS) \
|
|
|
|
$(ALSA_LIBS) \
|
2011-02-08 00:17:58 +01:00
|
|
|
$(ROAR_LIBS) \
|
2010-10-03 21:07:55 +02:00
|
|
|
$(FFADO_LIBS) \
|
2009-03-28 21:38:53 +01:00
|
|
|
$(JACK_LIBS) \
|
2010-01-01 17:10:10 +01:00
|
|
|
$(OPENAL_LIBS) \
|
2009-03-28 21:39:26 +01:00
|
|
|
$(PULSE_LIBS) \
|
2009-02-25 16:44:11 +01:00
|
|
|
$(SHOUT_LIBS)
|
|
|
|
|
2009-03-10 15:46:55 +01:00
|
|
|
OUTPUT_API_SRC = \
|
2013-01-04 09:46:41 +01:00
|
|
|
src/OutputList.cxx src/OutputList.hxx \
|
2013-01-07 08:54:26 +01:00
|
|
|
src/OutputAll.cxx src/OutputAll.hxx \
|
2013-01-04 09:46:41 +01:00
|
|
|
src/OutputThread.cxx src/OutputThread.hxx \
|
|
|
|
src/OutputError.hxx \
|
|
|
|
src/OutputControl.cxx src/OutputControl.hxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/OutputState.cxx src/OutputState.hxx \
|
2013-01-03 10:58:39 +01:00
|
|
|
src/OutputPrint.cxx src/OutputPrint.hxx \
|
2013-01-04 09:46:41 +01:00
|
|
|
src/OutputCommand.cxx src/OutputCommand.hxx \
|
|
|
|
src/OutputPlugin.cxx src/output_plugin.h \
|
|
|
|
src/OutputFinish.cxx \
|
|
|
|
src/OutputInit.cxx
|
2009-03-10 15:46:55 +01:00
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES = \
|
2012-06-27 10:11:21 +02:00
|
|
|
src/output/null_output_plugin.h \
|
2011-09-17 08:54:50 +02:00
|
|
|
src/output/null_output_plugin.c
|
2009-02-25 16:44:11 +01:00
|
|
|
|
2011-11-13 23:19:38 +01:00
|
|
|
MIXER_LIBS = \
|
|
|
|
libmixer_plugins.a \
|
|
|
|
$(PULSE_LIBS)
|
|
|
|
|
2009-03-12 18:34:37 +01:00
|
|
|
MIXER_API_SRC = \
|
|
|
|
src/mixer_control.c \
|
2009-07-06 07:37:37 +02:00
|
|
|
src/mixer_type.c \
|
2013-01-07 08:54:26 +01:00
|
|
|
src/MixerAll.cxx src/MixerAll.hxx \
|
2009-02-25 16:44:11 +01:00
|
|
|
src/mixer_api.c
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libmixer_plugins_a_SOURCES = \
|
2009-07-06 21:52:15 +02:00
|
|
|
src/mixer/software_mixer_plugin.c
|
2011-10-09 14:29:36 +02:00
|
|
|
libmixer_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
|
|
|
$(ALSA_CFLAGS) \
|
|
|
|
$(PULSE_CFLAGS)
|
2009-03-12 18:34:37 +01:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_ALSA
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2013-01-29 14:32:32 +01:00
|
|
|
src/output/AlsaOutputPlugin.cxx \
|
|
|
|
src/output/AlsaOutputPlugin.hxx
|
2013-01-09 22:25:24 +01:00
|
|
|
libmixer_plugins_a_SOURCES += src/mixer/AlsaMixerPlugin.cxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2011-02-08 00:17:58 +01:00
|
|
|
if HAVE_ROAR
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2013-01-16 23:29:56 +01:00
|
|
|
src/output/RoarOutputPlugin.cxx src/output/RoarOutputPlugin.hxx
|
|
|
|
libmixer_plugins_a_SOURCES += src/mixer/RoarMixerPlugin.cxx
|
2011-02-08 00:17:58 +01:00
|
|
|
endif
|
|
|
|
|
2010-10-03 21:07:55 +02:00
|
|
|
if ENABLE_FFADO_OUTPUT
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/ffado_output_plugin.c src/output/ffado_output_plugin.h
|
2010-10-03 21:07:55 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_AO
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/ao_output_plugin.c src/output/ao_output_plugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_FIFO
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/fifo_output_plugin.c src/output/fifo_output_plugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-02-28 16:11:59 +01:00
|
|
|
if ENABLE_PIPE_OUTPUT
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/pipe_output_plugin.c src/output/pipe_output_plugin.h
|
2009-02-28 16:11:59 +01:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_JACK
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/jack_output_plugin.c src/output/jack_output_plugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_MVP
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/mvp_output_plugin.c src/output/mvp_output_plugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_OSS
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2013-01-29 14:32:32 +01:00
|
|
|
src/output/OssOutputPlugin.cxx \
|
|
|
|
src/output/OssOutputPlugin.hxx
|
|
|
|
libmixer_plugins_a_SOURCES += src/mixer/OssMixerPlugin.cxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-08-31 09:26:22 +02:00
|
|
|
if HAVE_OPENAL
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/openal_output_plugin.c src/output/openal_output_plugin.h
|
2009-08-31 09:26:22 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if HAVE_OSX
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2013-01-29 16:59:21 +01:00
|
|
|
src/output/OSXOutputPlugin.cxx \
|
|
|
|
src/output/OSXOutputPlugin.hxx
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_PULSE
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2011-09-17 08:54:28 +02:00
|
|
|
src/output/pulse_output_plugin.c src/output/pulse_output_plugin.h
|
2013-01-09 22:25:24 +01:00
|
|
|
libmixer_plugins_a_SOURCES += \
|
|
|
|
src/mixer/PulseMixerPlugin.cxx src/mixer/PulseMixerPlugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_SHOUT
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/shout_output_plugin.c src/output/shout_output_plugin.h
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
2009-08-24 18:57:06 +02:00
|
|
|
if ENABLE_RECORDER_OUTPUT
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/recorder_output_plugin.c src/output/recorder_output_plugin.h
|
2009-08-24 18:57:06 +02:00
|
|
|
endif
|
|
|
|
|
httpd: new output plugin to replace "shout"
Let's get rid of the "shout" plugin, and the awfully complicated
icecast daemon setup! MPD can do better if it's doing the HTTP server
stuff on its own. This new plugin has several advantages:
- easier to set up - only one daemon, no password settings, no mount
settings
- MPD controls the encoder and thus already knows the packet
boundaries - icecast has to parse them
- MPD doesn't bother to encode data while nobody is listening
This implementation is very experimental (no header parsing, ignores
request URI, no icy-metadata, ...). It should be able to suport
several encoders in parallel in the future (with different bit rates,
different codec, ...), to make MPD the perfect streaming server. Once
MPD gets multi-player support, we can even mount several different
radio stations on one server.
2009-03-15 03:32:34 +01:00
|
|
|
if ENABLE_HTTPD_OUTPUT
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2013-01-30 09:08:50 +01:00
|
|
|
src/IcyMetaDataServer.cxx src/IcyMetaDataServer.hxx \
|
2013-01-15 18:22:17 +01:00
|
|
|
src/output/HttpdInternal.hxx \
|
|
|
|
src/output/HttpdClient.cxx src/output/HttpdClient.hxx \
|
|
|
|
src/output/HttpdOutputPlugin.cxx src/output/HttpdOutputPlugin.hxx
|
httpd: new output plugin to replace "shout"
Let's get rid of the "shout" plugin, and the awfully complicated
icecast daemon setup! MPD can do better if it's doing the HTTP server
stuff on its own. This new plugin has several advantages:
- easier to set up - only one daemon, no password settings, no mount
settings
- MPD controls the encoder and thus already knows the packet
boundaries - icecast has to parse them
- MPD doesn't bother to encode data while nobody is listening
This implementation is very experimental (no header parsing, ignores
request URI, no icy-metadata, ...). It should be able to suport
several encoders in parallel in the future (with different bit rates,
different codec, ...), to make MPD the perfect streaming server. Once
MPD gets multi-player support, we can even mount several different
radio stations on one server.
2009-03-15 03:32:34 +01:00
|
|
|
endif
|
|
|
|
|
2009-03-16 09:55:10 +01:00
|
|
|
if ENABLE_SOLARIS_OUTPUT
|
2012-06-27 10:11:21 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
|
|
|
src/output/solaris_output_plugin.c src/output/solaris_output_plugin.h
|
2009-03-16 09:55:10 +01:00
|
|
|
endif
|
|
|
|
|
2010-10-08 19:55:14 +02:00
|
|
|
if ENABLE_WINMM_OUTPUT
|
2011-10-09 14:29:36 +02:00
|
|
|
liboutput_plugins_a_SOURCES += \
|
2011-09-17 08:54:28 +02:00
|
|
|
src/output/winmm_output_plugin.c src/output/winmm_output_plugin.h
|
2011-10-09 14:29:36 +02:00
|
|
|
libmixer_plugins_a_SOURCES += src/mixer/winmm_mixer_plugin.c
|
2010-05-18 22:56:42 +02:00
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
|
2009-10-12 22:34:04 +02:00
|
|
|
#
|
|
|
|
# Playlist plugins
|
|
|
|
#
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libplaylist_plugins_a_SOURCES = \
|
2013-01-27 17:38:09 +01:00
|
|
|
src/PlaylistPlugin.hxx \
|
2013-01-29 18:56:35 +01:00
|
|
|
src/playlist/MemoryPlaylistProvider.cxx \
|
|
|
|
src/playlist/MemoryPlaylistProvider.hxx \
|
2013-01-27 17:38:09 +01:00
|
|
|
src/playlist/ExtM3uPlaylistPlugin.cxx \
|
|
|
|
src/playlist/ExtM3uPlaylistPlugin.hxx \
|
|
|
|
src/playlist/M3uPlaylistPlugin.cxx \
|
|
|
|
src/playlist/M3uPlaylistPlugin.hxx \
|
|
|
|
src/playlist/PlsPlaylistPlugin.cxx \
|
|
|
|
src/playlist/PlsPlaylistPlugin.hxx \
|
|
|
|
src/playlist/XspfPlaylistPlugin.cxx \
|
|
|
|
src/playlist/XspfPlaylistPlugin.hxx \
|
|
|
|
src/playlist/AsxPlaylistPlugin.cxx \
|
|
|
|
src/playlist/AsxPlaylistPlugin.hxx \
|
|
|
|
src/playlist/RssPlaylistPlugin.cxx \
|
|
|
|
src/playlist/RssPlaylistPlugin.hxx \
|
|
|
|
src/playlist/CuePlaylistPlugin.cxx \
|
|
|
|
src/playlist/CuePlaylistPlugin.hxx \
|
2013-01-26 01:04:02 +01:00
|
|
|
src/playlist/EmbeddedCuePlaylistPlugin.cxx \
|
|
|
|
src/playlist/EmbeddedCuePlaylistPlugin.hxx \
|
|
|
|
src/PlaylistRegistry.cxx src/PlaylistRegistry.hxx
|
2011-10-09 14:29:36 +02:00
|
|
|
libplaylist_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
2012-03-19 21:16:48 +01:00
|
|
|
$(YAJL_CFLAGS) \
|
2012-02-10 00:12:29 +01:00
|
|
|
$(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS))
|
2011-10-09 14:29:36 +02:00
|
|
|
|
|
|
|
PLAYLIST_LIBS = \
|
|
|
|
libplaylist_plugins.a \
|
|
|
|
$(FLAC_LIBS)
|
2009-10-12 22:34:04 +02:00
|
|
|
|
2009-10-13 16:32:10 +02:00
|
|
|
if ENABLE_LASTFM
|
2013-01-26 01:04:02 +01:00
|
|
|
libplaylist_plugins_a_SOURCES += \
|
|
|
|
src/playlist/LastFMPlaylistPlugin.cxx \
|
|
|
|
src/playlist/LastFMPlaylistPlugin.hxx
|
2009-10-13 16:32:10 +02:00
|
|
|
endif
|
|
|
|
|
2011-03-27 08:41:40 +02:00
|
|
|
if ENABLE_DESPOTIFY
|
2013-01-21 18:24:26 +01:00
|
|
|
libplaylist_plugins_a_SOURCES += \
|
|
|
|
src/playlist/DespotifyPlaylistPlugin.cxx \
|
|
|
|
src/playlist/DespotifyPlaylistPlugin.hxx
|
2011-03-27 08:41:40 +02:00
|
|
|
endif
|
|
|
|
|
2012-02-27 13:19:45 +01:00
|
|
|
if ENABLE_SOUNDCLOUD
|
|
|
|
libplaylist_plugins_a_SOURCES += \
|
2013-01-26 01:04:02 +01:00
|
|
|
src/playlist/SoundCloudPlaylistPlugin.cxx \
|
|
|
|
src/playlist/SoundCloudPlaylistPlugin.hxx
|
2012-03-01 20:18:16 +01:00
|
|
|
PLAYLIST_LIBS += $(YAJL_LIBS)
|
2012-02-27 13:19:45 +01:00
|
|
|
endif
|
2009-10-12 22:34:04 +02:00
|
|
|
|
2009-07-05 06:54:48 +02:00
|
|
|
#
|
|
|
|
# Filter plugins
|
|
|
|
#
|
|
|
|
|
2011-10-09 14:29:36 +02:00
|
|
|
libfilter_plugins_a_SOURCES = \
|
2009-07-05 06:54:48 +02:00
|
|
|
src/filter/null_filter_plugin.c \
|
2009-07-06 10:01:02 +02:00
|
|
|
src/filter/chain_filter_plugin.c \
|
2009-12-25 16:41:01 +01:00
|
|
|
src/filter/autoconvert_filter_plugin.c \
|
2009-07-06 10:01:02 +02:00
|
|
|
src/filter/convert_filter_plugin.c \
|
2009-12-13 21:23:57 +01:00
|
|
|
src/filter/route_filter_plugin.c \
|
2009-12-02 21:59:06 +01:00
|
|
|
src/filter/normalize_filter_plugin.c \
|
2013-01-07 10:12:51 +01:00
|
|
|
src/filter/ReplayGainFilterPlugin.cxx \
|
|
|
|
src/filter/ReplayGainFilterPlugin.hxx \
|
2009-07-05 06:54:48 +02:00
|
|
|
src/filter/volume_filter_plugin.c
|
|
|
|
|
2011-10-09 16:18:03 +02:00
|
|
|
FILTER_LIBS = \
|
|
|
|
libfilter_plugins.a \
|
|
|
|
$(PCM_LIBS)
|
|
|
|
|
2009-07-05 06:54:48 +02:00
|
|
|
|
2011-09-30 08:37:36 +02:00
|
|
|
#
|
|
|
|
# systemd unit
|
|
|
|
#
|
|
|
|
|
|
|
|
if HAVE_SYSTEMD
|
|
|
|
systemdsystemunit_DATA = \
|
|
|
|
mpd.service
|
|
|
|
endif
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
#
|
|
|
|
# Sparse code analysis
|
|
|
|
#
|
|
|
|
# sparse is a semantic parser
|
|
|
|
# URL: git://www.kernel.org/pub/scm/devel/sparse/sparse.git
|
|
|
|
#
|
|
|
|
|
|
|
|
SPARSE = sparse
|
|
|
|
SPARSE_FLAGS =
|
|
|
|
SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) \
|
|
|
|
-I$(shell $(CC) -print-file-name=include) \
|
|
|
|
-I$(shell $(CC) -print-file-name=include-fixed)
|
2009-03-14 14:30:01 +01:00
|
|
|
SPARSE_CPPFLAGS += -D__SCHAR_MAX__=127 -D__SHRT_MAX__=32767 \
|
|
|
|
-D__INT_MAX__=2147483647 -D__LONG_MAX__=2147483647
|
2011-09-19 08:03:27 +02:00
|
|
|
SPARSE_SRC = $(addprefix $(top_srcdir)/,$(filter %.c,$(src_mpd_SOURCES)))
|
2009-02-23 10:04:51 +01:00
|
|
|
sparse-check:
|
2011-09-19 08:03:27 +02:00
|
|
|
$(SPARSE) -I. $(src_mpd_CFLAGS) $(src_mpd_CPPFLAGS) $(SPARSE_FLAGS) $(SPARSE_CPPFLAGS) $(SPARSE_SRC)
|
2009-02-23 10:04:51 +01:00
|
|
|
|
|
|
|
.PHONY: sparse-check
|
|
|
|
|
2009-02-18 19:27:05 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Test programs
|
|
|
|
#
|
|
|
|
|
|
|
|
if ENABLE_TEST
|
|
|
|
|
2011-07-19 00:34:33 +02:00
|
|
|
C_TESTS = \
|
2012-03-21 19:08:32 +01:00
|
|
|
test/test_byte_reverse \
|
2011-10-09 13:22:08 +02:00
|
|
|
test/test_pcm \
|
2013-01-08 15:33:58 +01:00
|
|
|
test/test_queue_priority
|
2011-07-19 00:34:33 +02:00
|
|
|
|
|
|
|
TESTS = $(C_TESTS)
|
2009-12-31 11:11:14 +01:00
|
|
|
|
2009-02-25 17:09:09 +01:00
|
|
|
noinst_PROGRAMS = \
|
2011-07-19 00:34:33 +02:00
|
|
|
$(C_TESTS) \
|
2009-04-10 09:14:12 +02:00
|
|
|
test/read_conf \
|
2011-09-20 20:51:46 +02:00
|
|
|
test/run_resolver \
|
2012-08-07 20:08:50 +02:00
|
|
|
test/DumpDatabase \
|
2013-01-05 02:39:32 +01:00
|
|
|
test/run_input \
|
2012-03-19 19:59:30 +01:00
|
|
|
test/dump_text_file \
|
2013-01-05 02:39:32 +01:00
|
|
|
test/dump_playlist \
|
2009-02-25 17:09:09 +01:00
|
|
|
test/run_decoder \
|
2009-02-28 17:04:37 +01:00
|
|
|
test/read_tags \
|
2009-07-05 06:54:48 +02:00
|
|
|
test/run_filter \
|
2009-03-10 15:46:55 +01:00
|
|
|
test/run_output \
|
2009-11-19 21:00:46 +01:00
|
|
|
test/run_convert \
|
2009-12-02 21:56:02 +01:00
|
|
|
test/run_normalize \
|
2009-02-25 17:09:09 +01:00
|
|
|
test/software_volume
|
|
|
|
|
2013-01-29 22:40:11 +01:00
|
|
|
if ENABLE_ARCHIVE
|
|
|
|
noinst_PROGRAMS += test/visit_archive
|
|
|
|
endif
|
|
|
|
|
2012-04-23 22:30:06 +02:00
|
|
|
if HAVE_ID3TAG
|
|
|
|
noinst_PROGRAMS += test/dump_rva2
|
|
|
|
endif
|
|
|
|
|
2010-05-18 23:40:11 +02:00
|
|
|
if HAVE_ALSA
|
|
|
|
# this debug program is still ALSA specific
|
|
|
|
noinst_PROGRAMS += test/read_mixer
|
|
|
|
endif
|
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_read_conf_LDADD = \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2009-04-10 09:14:12 +02:00
|
|
|
$(GLIB_LIBS)
|
2013-01-29 17:23:58 +01:00
|
|
|
test_read_conf_SOURCES = test/read_conf.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c
|
2009-04-10 09:14:12 +02:00
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_run_resolver_LDADD = \
|
2011-09-20 20:51:46 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
test_run_resolver_SOURCES = test/run_resolver.c \
|
|
|
|
src/resolver.c
|
|
|
|
|
2012-08-07 20:08:50 +02:00
|
|
|
test_DumpDatabase_LDADD = \
|
2011-09-05 22:53:46 +02:00
|
|
|
$(DB_LIBS) \
|
2012-08-07 20:08:50 +02:00
|
|
|
libutil.a \
|
2013-01-21 20:31:29 +01:00
|
|
|
libfs.a \
|
2012-08-07 20:08:50 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
|
|
|
|
src/DatabaseRegistry.cxx \
|
2012-08-29 20:03:37 +02:00
|
|
|
src/DatabaseSelection.cxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/Directory.cxx src/DirectorySave.cxx \
|
2013-01-02 22:04:03 +01:00
|
|
|
src/PlaylistVector.cxx src/PlaylistDatabase.cxx \
|
2013-01-02 20:56:21 +01:00
|
|
|
src/DatabaseLock.cxx src/DatabaseSave.cxx \
|
2013-01-02 19:52:57 +01:00
|
|
|
src/Song.cxx src/song_sort.c src/SongSave.cxx \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx \
|
2012-08-29 19:12:26 +02:00
|
|
|
src/SongFilter.cxx \
|
2013-01-03 10:12:41 +01:00
|
|
|
src/TextFile.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c
|
2012-08-07 20:08:50 +02:00
|
|
|
|
2013-01-05 02:39:32 +01:00
|
|
|
test_run_input_LDADD = \
|
2009-04-13 19:18:10 +02:00
|
|
|
$(INPUT_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(ARCHIVE_LIBS) \
|
2013-01-15 07:14:36 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2009-04-13 19:18:10 +02:00
|
|
|
$(GLIB_LIBS)
|
2013-01-27 22:17:47 +01:00
|
|
|
test_run_input_SOURCES = test/run_input.cxx \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c\
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx \
|
2013-01-07 23:23:58 +01:00
|
|
|
src/uri.c \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/fd_util.c
|
2009-04-13 19:18:10 +02:00
|
|
|
|
2013-01-29 22:40:11 +01:00
|
|
|
if ENABLE_ARCHIVE
|
|
|
|
|
|
|
|
test_visit_archive_LDADD = \
|
|
|
|
$(INPUT_LIBS) \
|
|
|
|
$(ARCHIVE_LIBS) \
|
|
|
|
libevent.a \
|
|
|
|
libfs.a \
|
|
|
|
$(GLIB_LIBS)
|
|
|
|
test_visit_archive_SOURCES = test/visit_archive.cxx \
|
|
|
|
src/IOThread.cxx \
|
|
|
|
src/InputStream.cxx \
|
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx \
|
|
|
|
src/uri.c \
|
|
|
|
src/fd_util.c
|
|
|
|
|
|
|
|
if ENABLE_DESPOTIFY
|
|
|
|
test_visit_archive_SOURCES += src/DespotifyUtils.cxx
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2012-03-19 19:59:30 +01:00
|
|
|
test_dump_text_file_LDADD = \
|
|
|
|
$(INPUT_LIBS) \
|
|
|
|
$(ARCHIVE_LIBS) \
|
2013-01-15 07:14:36 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2013-01-15 07:14:36 +01:00
|
|
|
libutil.a \
|
2012-03-19 19:59:30 +01:00
|
|
|
$(GLIB_LIBS)
|
2013-01-10 10:15:09 +01:00
|
|
|
test_dump_text_file_SOURCES = test/dump_text_file.cxx \
|
2012-03-19 19:59:30 +01:00
|
|
|
test/stdbin.h \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c\
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx \
|
2013-01-15 01:00:59 +01:00
|
|
|
src/text_input_stream.c \
|
2013-01-07 23:23:58 +01:00
|
|
|
src/uri.c \
|
2012-03-19 19:59:30 +01:00
|
|
|
src/fd_util.c
|
|
|
|
|
2013-01-05 02:39:32 +01:00
|
|
|
test_dump_playlist_LDADD = \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(PLAYLIST_LIBS) \
|
2010-01-05 21:46:32 +01:00
|
|
|
$(FLAC_LIBS) \
|
2009-10-12 22:34:04 +02:00
|
|
|
$(INPUT_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(ARCHIVE_LIBS) \
|
2012-02-12 15:20:38 +01:00
|
|
|
$(DECODER_LIBS) \
|
|
|
|
$(TAG_LIBS) \
|
2013-01-15 07:14:36 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2012-03-21 18:50:18 +01:00
|
|
|
libutil.a \
|
2009-10-12 22:34:04 +02:00
|
|
|
$(GLIB_LIBS)
|
2013-01-05 02:39:32 +01:00
|
|
|
test_dump_playlist_SOURCES = test/dump_playlist.cxx \
|
2012-02-12 15:20:38 +01:00
|
|
|
$(DECODER_SRC) \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c\
|
2009-10-12 22:34:04 +02:00
|
|
|
src/uri.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Song.cxx src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx \
|
2013-01-26 01:18:12 +01:00
|
|
|
src/tag_handler.c src/TagFile.cxx \
|
2012-02-12 15:20:38 +01:00
|
|
|
src/audio_check.c src/pcm_buffer.c \
|
2013-01-15 01:00:59 +01:00
|
|
|
src/text_input_stream.c \
|
2012-02-10 00:12:29 +01:00
|
|
|
src/cue/cue_parser.c src/cue/cue_parser.h \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/fd_util.c
|
2009-10-12 22:34:04 +02:00
|
|
|
|
2010-01-05 21:46:32 +01:00
|
|
|
if HAVE_FLAC
|
2013-01-05 02:39:32 +01:00
|
|
|
test_dump_playlist_SOURCES += \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainInfo.cxx \
|
2012-10-02 10:56:44 +02:00
|
|
|
src/decoder/FLACMetaData.cxx
|
2010-01-05 21:46:32 +01:00
|
|
|
endif
|
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_run_decoder_LDADD = \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(DECODER_LIBS) \
|
2011-10-10 08:17:39 +02:00
|
|
|
libpcm.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(INPUT_LIBS) \
|
2009-04-13 20:46:31 +02:00
|
|
|
$(ARCHIVE_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(TAG_LIBS) \
|
2013-01-15 07:14:36 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2012-03-21 18:50:18 +01:00
|
|
|
libutil.a \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(GLIB_LIBS)
|
2013-01-10 10:15:09 +01:00
|
|
|
test_run_decoder_SOURCES = test/run_decoder.cxx \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainInfo.cxx \
|
2009-02-28 17:04:37 +01:00
|
|
|
src/uri.c \
|
2009-11-07 18:55:16 +01:00
|
|
|
src/fd_util.c \
|
2009-11-10 19:01:38 +01:00
|
|
|
src/audio_check.c \
|
2009-11-10 17:57:14 +01:00
|
|
|
src/audio_format.c \
|
2009-02-28 17:04:37 +01:00
|
|
|
$(ARCHIVE_SRC) \
|
|
|
|
$(INPUT_SRC) \
|
2009-04-25 13:21:28 +02:00
|
|
|
$(TAG_SRC) \
|
2009-02-28 17:04:37 +01:00
|
|
|
$(DECODER_SRC)
|
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_read_tags_LDADD = \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(DECODER_LIBS) \
|
2011-10-10 08:17:39 +02:00
|
|
|
libpcm.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(INPUT_LIBS) \
|
2009-04-13 20:46:31 +02:00
|
|
|
$(ARCHIVE_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(TAG_LIBS) \
|
2013-01-15 07:14:36 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2012-03-21 18:50:18 +01:00
|
|
|
libutil.a \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(GLIB_LIBS)
|
2013-01-10 10:15:09 +01:00
|
|
|
test_read_tags_SOURCES = test/read_tags.cxx \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/tag_handler.c \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainInfo.cxx \
|
2009-02-25 17:09:09 +01:00
|
|
|
src/uri.c \
|
2009-11-07 18:55:16 +01:00
|
|
|
src/fd_util.c \
|
2009-11-10 19:01:38 +01:00
|
|
|
src/audio_check.c \
|
2009-02-25 17:09:09 +01:00
|
|
|
$(DECODER_SRC)
|
2009-02-18 22:27:55 +01:00
|
|
|
|
2012-04-23 22:30:06 +02:00
|
|
|
if HAVE_ID3TAG
|
|
|
|
test_dump_rva2_LDADD = \
|
|
|
|
$(ID3TAG_LIBS) \
|
|
|
|
$(GLIB_LIBS)
|
|
|
|
test_dump_rva2_SOURCES = test/dump_rva2.c \
|
|
|
|
src/riff.c src/aiff.c \
|
|
|
|
src/tag_handler.c \
|
|
|
|
src/tag_id3.c \
|
|
|
|
src/tag_rva2.c
|
|
|
|
endif
|
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_run_filter_LDADD = \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(FILTER_LIBS) \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2009-07-05 06:54:48 +02:00
|
|
|
$(GLIB_LIBS)
|
2013-01-29 17:23:58 +01:00
|
|
|
test_run_filter_SOURCES = test/run_filter.cxx \
|
2013-01-09 09:06:43 +01:00
|
|
|
test/FakeReplayGainConfig.cxx \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2009-07-05 06:54:48 +02:00
|
|
|
src/filter_plugin.c \
|
|
|
|
src/filter_registry.c \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.c \
|
2009-11-10 17:57:14 +01:00
|
|
|
src/audio_format.c \
|
2009-07-05 06:54:48 +02:00
|
|
|
src/audio_parser.c \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainInfo.cxx \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/AudioCompress/compress.c
|
2009-07-05 06:54:48 +02:00
|
|
|
|
2011-03-27 08:41:40 +02:00
|
|
|
if ENABLE_DESPOTIFY
|
2013-01-21 18:24:26 +01:00
|
|
|
test_read_tags_SOURCES += src/DespotifyUtils.cxx
|
|
|
|
test_run_input_SOURCES += src/DespotifyUtils.cxx
|
|
|
|
test_dump_text_file_SOURCES += src/DespotifyUtils.cxx
|
|
|
|
test_dump_playlist_SOURCES += src/DespotifyUtils.cxx
|
|
|
|
test_run_decoder_SOURCES += src/DespotifyUtils.cxx
|
2011-03-27 08:41:40 +02:00
|
|
|
endif
|
|
|
|
|
2009-07-06 22:50:07 +02:00
|
|
|
if ENABLE_ENCODER
|
|
|
|
noinst_PROGRAMS += test/run_encoder
|
2009-02-25 17:12:14 +01:00
|
|
|
test_run_encoder_SOURCES = test/run_encoder.c \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c \
|
2010-12-23 16:13:11 +01:00
|
|
|
src/utils.c src/string_util.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.c \
|
2009-11-10 17:57:14 +01:00
|
|
|
src/audio_format.c \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/audio_parser.c
|
2011-10-09 17:33:09 +02:00
|
|
|
test_run_encoder_LDADD = \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(ENCODER_LIBS) \
|
2011-10-10 08:17:39 +02:00
|
|
|
libpcm.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2013-01-15 01:00:59 +01:00
|
|
|
libutil.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(TAG_LIBS) \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(GLIB_LIBS)
|
2009-07-06 22:50:07 +02:00
|
|
|
endif
|
2009-02-25 17:12:14 +01:00
|
|
|
|
2012-04-04 22:56:38 +02:00
|
|
|
if ENABLE_VORBIS_ENCODER
|
|
|
|
noinst_PROGRAMS += test/test_vorbis_encoder
|
|
|
|
test_test_vorbis_encoder_SOURCES = test/test_vorbis_encoder.c \
|
|
|
|
test/stdbin.h \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c \
|
2012-04-04 22:56:38 +02:00
|
|
|
src/utils.c \
|
2012-04-05 00:45:39 +02:00
|
|
|
src/string_util.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx \
|
2012-04-04 22:56:38 +02:00
|
|
|
src/audio_check.c \
|
|
|
|
src/audio_format.c \
|
|
|
|
src/audio_parser.c \
|
|
|
|
src/pcm_buffer.c \
|
|
|
|
$(ENCODER_SRC)
|
|
|
|
test_test_vorbis_encoder_CPPFLAGS = $(AM_CPPFLAGS) \
|
|
|
|
$(ENCODER_CFLAGS)
|
|
|
|
test_test_vorbis_encoder_LDADD = $(MPD_LIBS) \
|
|
|
|
$(ENCODER_LIBS) \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2013-01-15 01:00:59 +01:00
|
|
|
libutil.a \
|
2012-04-04 22:56:38 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
endif
|
|
|
|
|
2009-02-18 22:27:55 +01:00
|
|
|
test_software_volume_SOURCES = test/software_volume.c \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.c \
|
2011-10-09 16:18:03 +02:00
|
|
|
src/audio_parser.c
|
2009-03-12 19:41:11 +01:00
|
|
|
test_software_volume_LDADD = \
|
2011-10-09 16:18:03 +02:00
|
|
|
$(PCM_LIBS) \
|
2009-03-12 19:41:11 +01:00
|
|
|
$(GLIB_LIBS)
|
2009-02-28 17:04:37 +01:00
|
|
|
|
2009-12-02 21:56:02 +01:00
|
|
|
test_run_normalize_SOURCES = test/run_normalize.c \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2009-12-02 21:56:02 +01:00
|
|
|
src/audio_check.c \
|
|
|
|
src/audio_parser.c \
|
2009-12-14 21:36:25 +01:00
|
|
|
src/AudioCompress/compress.c
|
2009-12-02 21:56:02 +01:00
|
|
|
test_run_normalize_LDADD = \
|
|
|
|
$(GLIB_LIBS)
|
|
|
|
|
2009-11-19 21:00:46 +01:00
|
|
|
test_run_convert_SOURCES = test/run_convert.c \
|
2012-03-01 00:57:33 +01:00
|
|
|
src/dsd2pcm/dsd2pcm.c \
|
2009-11-10 17:11:34 +01:00
|
|
|
src/audio_format.c \
|
2009-11-19 21:00:46 +01:00
|
|
|
src/audio_check.c \
|
2011-10-09 16:18:03 +02:00
|
|
|
src/audio_parser.c
|
2009-11-19 21:00:46 +01:00
|
|
|
test_run_convert_LDADD = \
|
2011-10-09 16:18:03 +02:00
|
|
|
$(PCM_LIBS) \
|
2012-03-21 18:50:18 +01:00
|
|
|
libutil.a \
|
2009-11-19 21:00:46 +01:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
|
2011-10-09 16:18:03 +02:00
|
|
|
test_run_output_LDADD = $(MPD_LIBS) \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(OUTPUT_LIBS) \
|
2011-10-09 14:29:36 +02:00
|
|
|
$(ENCODER_LIBS) \
|
|
|
|
libmixer_plugins.a \
|
|
|
|
$(FILTER_LIBS) \
|
2013-01-15 07:53:44 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2012-03-21 19:09:22 +01:00
|
|
|
libutil.a \
|
2009-03-11 12:38:25 +01:00
|
|
|
$(GLIB_LIBS)
|
2013-01-04 09:46:41 +01:00
|
|
|
test_run_output_SOURCES = test/run_output.cxx \
|
2013-01-09 09:06:43 +01:00
|
|
|
test/FakeReplayGainConfig.cxx \
|
2011-02-18 08:19:37 +01:00
|
|
|
test/stdbin.h \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
2013-01-10 10:33:20 +01:00
|
|
|
src/IOThread.cxx \
|
2009-11-10 19:00:41 +01:00
|
|
|
src/audio_check.c \
|
2009-11-10 17:57:14 +01:00
|
|
|
src/audio_format.c \
|
2009-03-10 15:46:55 +01:00
|
|
|
src/audio_parser.c \
|
2012-08-14 19:02:26 +02:00
|
|
|
src/timer.c src/clock.c \
|
2013-01-07 10:36:27 +01:00
|
|
|
src/Tag.cxx src/TagNames.c src/TagPool.cxx \
|
2013-01-30 09:18:52 +01:00
|
|
|
src/Page.cxx \
|
2013-01-15 22:39:51 +01:00
|
|
|
src/SocketUtil.cxx \
|
2011-09-20 07:56:59 +02:00
|
|
|
src/resolver.c \
|
2013-01-04 09:46:41 +01:00
|
|
|
src/OutputInit.cxx src/OutputFinish.cxx src/OutputList.cxx \
|
|
|
|
src/OutputPlugin.cxx \
|
2009-03-12 18:34:37 +01:00
|
|
|
src/mixer_api.c \
|
2009-03-14 11:36:50 +01:00
|
|
|
src/mixer_control.c \
|
2009-07-06 22:00:50 +02:00
|
|
|
src/mixer_type.c \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/filter_plugin.c \
|
2009-12-14 21:09:28 +01:00
|
|
|
src/filter_config.c \
|
2009-12-14 21:36:25 +01:00
|
|
|
src/AudioCompress/compress.c \
|
2013-01-04 23:45:55 +01:00
|
|
|
src/ReplayGainInfo.cxx \
|
2009-11-07 18:55:16 +01:00
|
|
|
src/fd_util.c \
|
2013-01-15 21:42:55 +01:00
|
|
|
src/ServerSocket.cxx
|
2009-03-10 15:46:55 +01:00
|
|
|
|
2011-10-09 17:33:09 +02:00
|
|
|
test_read_mixer_LDADD = \
|
2011-10-10 08:17:39 +02:00
|
|
|
libpcm.a \
|
2011-10-09 14:29:36 +02:00
|
|
|
libmixer_plugins.a \
|
2009-04-21 22:46:41 +02:00
|
|
|
$(OUTPUT_LIBS) \
|
2013-01-15 07:53:44 +01:00
|
|
|
libevent.a \
|
2013-01-29 17:23:35 +01:00
|
|
|
libfs.a \
|
2009-04-21 22:46:41 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
test_read_mixer_SOURCES = test/read_mixer.c \
|
2013-01-10 18:11:12 +01:00
|
|
|
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c \
|
2009-04-21 22:46:41 +02:00
|
|
|
src/mixer_control.c src/mixer_api.c \
|
2009-07-06 21:52:15 +02:00
|
|
|
src/filter_plugin.c \
|
|
|
|
src/filter/volume_filter_plugin.c \
|
2011-10-09 14:29:36 +02:00
|
|
|
src/fd_util.c
|
2009-02-28 17:04:37 +01:00
|
|
|
|
2009-12-31 11:11:14 +01:00
|
|
|
if ENABLE_BZIP2_TEST
|
|
|
|
TESTS += test/test_archive_bzip2.sh
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_ZZIP_TEST
|
|
|
|
TESTS += test/test_archive_zzip.sh
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_ISO9660_TEST
|
|
|
|
TESTS += test/test_archive_iso9660.sh
|
|
|
|
endif
|
|
|
|
|
2010-05-30 23:30:43 +02:00
|
|
|
if ENABLE_INOTIFY
|
2013-01-08 15:33:58 +01:00
|
|
|
noinst_PROGRAMS += test/run_inotify
|
|
|
|
test_run_inotify_SOURCES = test/run_inotify.cxx \
|
2010-05-30 23:30:43 +02:00
|
|
|
src/fd_util.c \
|
2013-01-02 19:22:15 +01:00
|
|
|
src/InotifySource.cxx
|
2013-01-15 01:00:59 +01:00
|
|
|
test_run_inotify_LDADD = \
|
2013-01-15 18:18:02 +01:00
|
|
|
libevent.a \
|
2013-01-15 01:00:59 +01:00
|
|
|
libutil.a \
|
|
|
|
$(GLIB_LIBS)
|
2010-05-30 23:30:43 +02:00
|
|
|
endif
|
|
|
|
|
2012-03-21 19:08:32 +01:00
|
|
|
test_test_byte_reverse_SOURCES = \
|
|
|
|
test/test_byte_reverse.c
|
|
|
|
test_test_byte_reverse_LDADD = \
|
|
|
|
libutil.a \
|
|
|
|
$(GLIB_LIBS)
|
|
|
|
|
2011-10-09 13:22:08 +02:00
|
|
|
test_test_pcm_SOURCES = \
|
|
|
|
test/test_pcm_dither.c \
|
|
|
|
test/test_pcm_pack.c \
|
|
|
|
test/test_pcm_channels.c \
|
2012-07-09 23:11:40 +02:00
|
|
|
test/test_pcm_volume.c \
|
2011-10-09 13:22:08 +02:00
|
|
|
test/test_pcm_all.h \
|
|
|
|
test/test_pcm_main.c
|
|
|
|
test_test_pcm_LDADD = \
|
|
|
|
$(PCM_LIBS) \
|
2012-03-21 18:45:51 +01:00
|
|
|
libutil.a \
|
2011-10-09 13:22:08 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
|
2013-01-08 15:33:58 +01:00
|
|
|
test_test_queue_priority_SOURCES = \
|
2013-01-04 20:50:00 +01:00
|
|
|
src/Queue.cxx \
|
2013-01-07 21:07:30 +01:00
|
|
|
src/fd_util.c \
|
2013-01-08 15:33:58 +01:00
|
|
|
test/test_queue_priority.cxx
|
|
|
|
test_test_queue_priority_LDADD = \
|
2013-01-07 21:07:30 +01:00
|
|
|
libutil.a \
|
2011-07-19 00:34:33 +02:00
|
|
|
$(GLIB_LIBS)
|
|
|
|
|
2011-10-03 12:13:57 +02:00
|
|
|
noinst_PROGRAMS += src/dsd2pcm/dsd2pcm
|
|
|
|
|
|
|
|
src_dsd2pcm_dsd2pcm_SOURCES = \
|
|
|
|
src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \
|
|
|
|
src/dsd2pcm/noiseshape.c src/dsd2pcm/noiseshape.h \
|
|
|
|
src/dsd2pcm/main.cpp
|
2012-03-21 18:50:18 +01:00
|
|
|
src_dsd2pcm_dsd2pcm_LDADD = libutil.a
|
2011-10-03 12:13:57 +02:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Documentation
|
|
|
|
#
|
|
|
|
|
|
|
|
man_MANS = doc/mpd.1 doc/mpd.conf.5
|
2009-04-10 09:14:25 +02:00
|
|
|
doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
|
2009-02-23 10:04:51 +01:00
|
|
|
|
2010-02-08 11:55:03 +01:00
|
|
|
DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml
|
2009-04-30 11:43:19 +02:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
if ENABLE_DOCUMENTATION
|
|
|
|
protocoldir = $(docdir)/protocol
|
|
|
|
protocol_DATA = $(wildcard doc/protocol/*.html)
|
|
|
|
|
2009-03-12 17:06:48 +01:00
|
|
|
userdir = $(docdir)/user
|
|
|
|
user_DATA = $(wildcard doc/user/*.html)
|
|
|
|
|
2009-06-02 21:09:45 +02:00
|
|
|
developerdir = $(docdir)/developer
|
|
|
|
developer_DATA = $(wildcard doc/developer/*.html)
|
|
|
|
|
2009-03-01 01:26:04 +01:00
|
|
|
if HAVE_XMLTO
|
|
|
|
|
|
|
|
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
$(DOCBOOK_HTML): %/index.html: %.xml
|
2009-03-01 01:15:09 +01:00
|
|
|
$(XMLTO) -o $(@D) --stringparam chunker.output.encoding=utf-8 html $<
|
2009-02-23 10:04:51 +01:00
|
|
|
|
2009-03-01 01:26:04 +01:00
|
|
|
else
|
|
|
|
|
|
|
|
DOCBOOK_HTML =
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2009-04-26 20:02:53 +02:00
|
|
|
doc/api/html/index.html: doc/doxygen.conf
|
2009-12-26 02:58:17 +01:00
|
|
|
@mkdir -p $(@D)
|
2010-12-24 00:25:31 +01:00
|
|
|
$(DOXYGEN) $<
|
2009-04-26 20:02:53 +02:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
all-local: $(DOCBOOK_HTML) doc/api/html/index.html
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -rf $(patsubst %.xml,%,$(DOCBOOK_FILES))
|
|
|
|
rm -rf doc/api
|
|
|
|
|
|
|
|
install-data-local: doc/api/html/index.html
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(docdir)/api/html
|
2010-07-25 14:04:24 +02:00
|
|
|
$(INSTALL_DATA) -c -m 644 doc/api/html/*.* \
|
2009-02-23 10:04:51 +01:00
|
|
|
$(DESTDIR)$(docdir)/api/html
|
2009-02-18 19:27:05 +01:00
|
|
|
|
2010-07-25 14:04:24 +02:00
|
|
|
uninstall-local:
|
|
|
|
rm -f $(DESTDIR)$(docdir)/api/html/*.*
|
|
|
|
|
2009-03-15 17:32:28 +01:00
|
|
|
upload: $(DOCBOOK_HTML) doc/api/html/index.html
|
2012-07-11 21:26:55 +02:00
|
|
|
rsync -vpruz --delete doc/ www.musicpd.org:/var/www/doc/ \
|
2009-03-15 17:32:28 +01:00
|
|
|
--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \
|
|
|
|
--include=protocol --include=protocol/** \
|
|
|
|
--include=user --include=user/** \
|
2009-06-02 21:09:45 +02:00
|
|
|
--include=developer --include=developer/** \
|
2009-03-15 17:32:28 +01:00
|
|
|
--include=api --include=api/** \
|
|
|
|
--exclude=*
|
|
|
|
|
2009-02-18 19:27:05 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
#
|
|
|
|
# Distribution
|
|
|
|
#
|
2007-12-28 03:56:25 +01:00
|
|
|
|
2009-02-23 10:04:51 +01:00
|
|
|
EXTRA_DIST = $(doc_DATA) autogen.sh \
|
2009-04-29 11:41:19 +02:00
|
|
|
$(wildcard scripts/*.sh) \
|
2012-02-18 12:33:49 +01:00
|
|
|
$(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \
|
2013-01-08 12:46:04 +01:00
|
|
|
src/win/mpd_win32_rc.rc.in src/win/mpd.ico
|