Merge lp:~funkyhat/ubuntu/maverick/mpd/merge-from-squeeze into lp:ubuntu/maverick/mpd

Proposed by Matt Wheeler
Status: Merged
Merged at revision: 38
Proposed branch: lp:~funkyhat/ubuntu/maverick/mpd/merge-from-squeeze
Merge into: lp:ubuntu/maverick/mpd
Diff against target: 26600 lines
To merge this branch: bzr merge lp:~funkyhat/ubuntu/maverick/mpd/merge-from-squeeze
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+27062@code.launchpad.net
To post a comment you must log in.
39. By Matt Wheeler

  - debian/control:
    + Don't build-depends on libmikmod2-dev (Debian bug #510675).
    + Move avahi-daemon from Suggests field to Recommends field.
  Patch from 0.15.4-1ubuntu3 dropped.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2009-10-23 12:38:20 +0000
3+++ Makefile.am 2010-06-08 21:31:24 +0000
4@@ -75,6 +75,7 @@
5 src/input_stream.h \
6 src/input/file_input_plugin.h \
7 src/input/curl_input_plugin.h \
8+ src/input/rewind_input_plugin.h \
9 src/input/lastfm_input_plugin.h \
10 src/input/mms_input_plugin.h \
11 src/icy_server.h \
12@@ -467,7 +468,9 @@
13 src/input/file_input_plugin.c
14
15 if HAVE_CURL
16-INPUT_SRC += src/input/curl_input_plugin.c src/icy_metadata.c
17+INPUT_SRC += src/input/curl_input_plugin.c \
18+ src/input/rewind_input_plugin.c \
19+ src/icy_metadata.c
20 endif
21
22 if ENABLE_LASTFM
23@@ -637,6 +640,7 @@
24 src/tag.c src/tag_pool.c \
25 src/replay_gain.c \
26 src/uri.c \
27+ src/timer.c \
28 $(ARCHIVE_SRC) \
29 $(INPUT_SRC) \
30 $(TAG_SRC) \
31@@ -656,6 +660,7 @@
32 src/tag.c src/tag_pool.c \
33 src/replay_gain.c \
34 src/uri.c \
35+ src/timer.c \
36 $(ARCHIVE_SRC) \
37 $(INPUT_SRC) \
38 $(TAG_SRC) \
39@@ -748,6 +753,7 @@
40 endif
41
42 doc/api/html/index.html: doc/doxygen.conf
43+ @mkdir -p $(@D)
44 $(DOXYGEN) $<
45
46 all-local: $(DOCBOOK_HTML) doc/api/html/index.html
47
48=== modified file 'Makefile.in'
49--- Makefile.in 2009-10-23 12:38:20 +0000
50+++ Makefile.in 2010-06-08 21:31:24 +0000
51@@ -1,8 +1,9 @@
52-# Makefile.in generated by automake 1.9.6 from Makefile.am.
53+# Makefile.in generated by automake 1.10.3 from Makefile.am.
54 # @configure_input@
55
56 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
57-# 2003, 2004, 2005 Free Software Foundation, Inc.
58+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
59+# Inc.
60 # This Makefile.in is free software; the Free Software Foundation
61 # gives unlimited permission to copy and/or distribute it,
62 # with or without modifications, as long as this notice is preserved.
63@@ -15,15 +16,11 @@
64 @SET_MAKE@
65
66
67-srcdir = @srcdir@
68-top_srcdir = @top_srcdir@
69 VPATH = @srcdir@
70 pkgdatadir = $(datadir)/@PACKAGE@
71 pkglibdir = $(libdir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73-top_builddir = .
74 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
75-INSTALL = @INSTALL@
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79@@ -79,7 +76,10 @@
80 @HAVE_AVAHI_TRUE@@HAVE_ZEROCONF_TRUE@am__append_29 = src/zeroconf-avahi.c
81 @HAVE_BONJOUR_TRUE@@HAVE_ZEROCONF_TRUE@am__append_30 = src/zeroconf-bonjour.c
82 @HAVE_CUE_TRUE@am__append_31 = src/cue/cue_tag.c
83-@HAVE_CURL_TRUE@am__append_32 = src/input/curl_input_plugin.c src/icy_metadata.c
84+@HAVE_CURL_TRUE@am__append_32 = src/input/curl_input_plugin.c \
85+@HAVE_CURL_TRUE@ src/input/rewind_input_plugin.c \
86+@HAVE_CURL_TRUE@ src/icy_metadata.c
87+
88 @ENABLE_LASTFM_TRUE@am__append_33 = src/input/lastfm_input_plugin.c
89 @ENABLE_MMS_TRUE@am__append_34 = src/input/mms_input_plugin.c
90 @HAVE_ALSA_TRUE@am__append_35 = src/output/alsa_plugin.c
91@@ -110,11 +110,11 @@
92 @ENABLE_TEST_TRUE@ test/software_volume$(EXEEXT) \
93 @ENABLE_TEST_TRUE@ $(am__EXEEXT_1)
94 @ENABLE_ENCODER_TRUE@@ENABLE_TEST_TRUE@am__append_50 = test/run_encoder
95+subdir = .
96 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
97 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
98- $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS compile \
99+ $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS \
100 config.guess config.sub depcomp install-sh missing
101-subdir = .
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/m4/faad.m4 \
104 $(top_srcdir)/m4/lame.m4 $(top_srcdir)/m4/libOggFLAC.m4 \
105@@ -124,7 +124,7 @@
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109- configure.lineno configure.status.lineno
110+ configure.lineno config.status.lineno
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES =
114@@ -151,6 +151,7 @@
115 src/decoder/_flac_common.h src/decoder/_ogg_common.h \
116 src/input_plugin.h src/input_stream.h \
117 src/input/file_input_plugin.h src/input/curl_input_plugin.h \
118+ src/input/rewind_input_plugin.h \
119 src/input/lastfm_input_plugin.h src/input/mms_input_plugin.h \
120 src/icy_server.h src/icy_metadata.h src/client.h src/listen.h \
121 src/log.h src/ls.h src/main.h src/mixer_all.h src/mixer_api.h \
122@@ -180,9 +181,10 @@
123 src/archive/iso_plugin.c src/archive_api.c src/archive_list.c \
124 src/input/archive_input_plugin.c src/input_stream.c \
125 src/input/file_input_plugin.c src/input/curl_input_plugin.c \
126- src/icy_metadata.c src/input/lastfm_input_plugin.c \
127- src/input/mms_input_plugin.c src/tag_ape.c src/tag_id3.c \
128- src/riff.c src/aiff.c src/decoder_buffer.c src/decoder_list.c \
129+ src/input/rewind_input_plugin.c src/icy_metadata.c \
130+ src/input/lastfm_input_plugin.c src/input/mms_input_plugin.c \
131+ src/tag_ape.c src/tag_id3.c src/riff.c src/aiff.c \
132+ src/decoder_buffer.c src/decoder_list.c \
133 src/decoder/mad_plugin.c src/decoder/mpcdec_plugin.c \
134 src/decoder/wavpack_plugin.c src/decoder/faad_plugin.c \
135 src/decoder/mp4ff_plugin.c src/decoder/_ogg_common.c \
136@@ -241,6 +243,7 @@
137 am__objects_6 = $(am__objects_2) $(am__objects_3) $(am__objects_4) \
138 $(am__objects_5)
139 @HAVE_CURL_TRUE@am__objects_7 = src_mpd-curl_input_plugin.$(OBJEXT) \
140+@HAVE_CURL_TRUE@ src_mpd-rewind_input_plugin.$(OBJEXT) \
141 @HAVE_CURL_TRUE@ src_mpd-icy_metadata.$(OBJEXT)
142 @ENABLE_LASTFM_TRUE@am__objects_8 = \
143 @ENABLE_LASTFM_TRUE@ src_mpd-lastfm_input_plugin.$(OBJEXT)
144@@ -431,14 +434,15 @@
145 @ENABLE_TEST_TRUE@ $(am__DEPENDENCIES_1)
146 am__test_read_tags_SOURCES_DIST = test/read_tags.c src/conf.c \
147 src/buffer2array.c src/utils.c src/log.c src/tag.c \
148- src/tag_pool.c src/replay_gain.c src/uri.c \
149+ src/tag_pool.c src/replay_gain.c src/uri.c src/timer.c \
150 src/archive/bz2_plugin.c src/archive/zip_plugin.c \
151 src/archive/iso_plugin.c src/archive_api.c src/archive_list.c \
152 src/input/archive_input_plugin.c src/input_stream.c \
153 src/input/file_input_plugin.c src/input/curl_input_plugin.c \
154- src/icy_metadata.c src/input/lastfm_input_plugin.c \
155- src/input/mms_input_plugin.c src/tag_ape.c src/tag_id3.c \
156- src/riff.c src/aiff.c src/decoder_buffer.c src/decoder_list.c \
157+ src/input/rewind_input_plugin.c src/icy_metadata.c \
158+ src/input/lastfm_input_plugin.c src/input/mms_input_plugin.c \
159+ src/tag_ape.c src/tag_id3.c src/riff.c src/aiff.c \
160+ src/decoder_buffer.c src/decoder_list.c \
161 src/decoder/mad_plugin.c src/decoder/mpcdec_plugin.c \
162 src/decoder/wavpack_plugin.c src/decoder/faad_plugin.c \
163 src/decoder/mp4ff_plugin.c src/decoder/_ogg_common.c \
164@@ -459,6 +463,7 @@
165 $(am__objects_67)
166 @HAVE_CURL_TRUE@am__objects_69 = \
167 @HAVE_CURL_TRUE@ test_read_tags-curl_input_plugin.$(OBJEXT) \
168+@HAVE_CURL_TRUE@ test_read_tags-rewind_input_plugin.$(OBJEXT) \
169 @HAVE_CURL_TRUE@ test_read_tags-icy_metadata.$(OBJEXT)
170 @ENABLE_LASTFM_TRUE@am__objects_70 = test_read_tags-lastfm_input_plugin.$(OBJEXT)
171 @ENABLE_MMS_TRUE@am__objects_71 = \
172@@ -514,6 +519,7 @@
173 @ENABLE_TEST_TRUE@ test_read_tags-tag_pool.$(OBJEXT) \
174 @ENABLE_TEST_TRUE@ test_read_tags-replay_gain.$(OBJEXT) \
175 @ENABLE_TEST_TRUE@ test_read_tags-uri.$(OBJEXT) \
176+@ENABLE_TEST_TRUE@ test_read_tags-timer.$(OBJEXT) \
177 @ENABLE_TEST_TRUE@ $(am__objects_68) $(am__objects_72) \
178 @ENABLE_TEST_TRUE@ $(am__objects_74) $(am__objects_93)
179 test_read_tags_OBJECTS = $(am_test_read_tags_OBJECTS)
180@@ -523,14 +529,15 @@
181 @ENABLE_TEST_TRUE@ $(am__DEPENDENCIES_1)
182 am__test_run_decoder_SOURCES_DIST = test/run_decoder.c src/conf.c \
183 src/buffer2array.c src/utils.c src/log.c src/tag.c \
184- src/tag_pool.c src/replay_gain.c src/uri.c \
185+ src/tag_pool.c src/replay_gain.c src/uri.c src/timer.c \
186 src/archive/bz2_plugin.c src/archive/zip_plugin.c \
187 src/archive/iso_plugin.c src/archive_api.c src/archive_list.c \
188 src/input/archive_input_plugin.c src/input_stream.c \
189 src/input/file_input_plugin.c src/input/curl_input_plugin.c \
190- src/icy_metadata.c src/input/lastfm_input_plugin.c \
191- src/input/mms_input_plugin.c src/tag_ape.c src/tag_id3.c \
192- src/riff.c src/aiff.c src/decoder_buffer.c src/decoder_list.c \
193+ src/input/rewind_input_plugin.c src/icy_metadata.c \
194+ src/input/lastfm_input_plugin.c src/input/mms_input_plugin.c \
195+ src/tag_ape.c src/tag_id3.c src/riff.c src/aiff.c \
196+ src/decoder_buffer.c src/decoder_list.c \
197 src/decoder/mad_plugin.c src/decoder/mpcdec_plugin.c \
198 src/decoder/wavpack_plugin.c src/decoder/faad_plugin.c \
199 src/decoder/mp4ff_plugin.c src/decoder/_ogg_common.c \
200@@ -551,6 +558,7 @@
201 $(am__objects_97)
202 @HAVE_CURL_TRUE@am__objects_99 = \
203 @HAVE_CURL_TRUE@ test_run_decoder-curl_input_plugin.$(OBJEXT) \
204+@HAVE_CURL_TRUE@ test_run_decoder-rewind_input_plugin.$(OBJEXT) \
205 @HAVE_CURL_TRUE@ test_run_decoder-icy_metadata.$(OBJEXT)
206 @ENABLE_LASTFM_TRUE@am__objects_100 = test_run_decoder-lastfm_input_plugin.$(OBJEXT)
207 @ENABLE_MMS_TRUE@am__objects_101 = \
208@@ -610,6 +618,7 @@
209 @ENABLE_TEST_TRUE@ test_run_decoder-tag_pool.$(OBJEXT) \
210 @ENABLE_TEST_TRUE@ test_run_decoder-replay_gain.$(OBJEXT) \
211 @ENABLE_TEST_TRUE@ test_run_decoder-uri.$(OBJEXT) \
212+@ENABLE_TEST_TRUE@ test_run_decoder-timer.$(OBJEXT) \
213 @ENABLE_TEST_TRUE@ $(am__objects_98) $(am__objects_102) \
214 @ENABLE_TEST_TRUE@ $(am__objects_104) $(am__objects_123)
215 test_run_decoder_OBJECTS = $(am_test_run_decoder_OBJECTS)
216@@ -647,8 +656,8 @@
217 src/archive_api.c src/archive_list.c \
218 src/input/archive_input_plugin.c src/input_stream.c \
219 src/input/file_input_plugin.c src/input/curl_input_plugin.c \
220- src/icy_metadata.c src/input/lastfm_input_plugin.c \
221- src/input/mms_input_plugin.c
222+ src/input/rewind_input_plugin.c src/icy_metadata.c \
223+ src/input/lastfm_input_plugin.c src/input/mms_input_plugin.c
224 @HAVE_BZ2_TRUE@am__objects_128 = test_run_input-bz2_plugin.$(OBJEXT)
225 @HAVE_ZIP_TRUE@am__objects_129 = test_run_input-zip_plugin.$(OBJEXT)
226 @HAVE_ISO_TRUE@am__objects_130 = test_run_input-iso_plugin.$(OBJEXT)
227@@ -660,6 +669,7 @@
228 $(am__objects_130) $(am__objects_131)
229 @HAVE_CURL_TRUE@am__objects_133 = \
230 @HAVE_CURL_TRUE@ test_run_input-curl_input_plugin.$(OBJEXT) \
231+@HAVE_CURL_TRUE@ test_run_input-rewind_input_plugin.$(OBJEXT) \
232 @HAVE_CURL_TRUE@ test_run_input-icy_metadata.$(OBJEXT)
233 @ENABLE_LASTFM_TRUE@am__objects_134 = test_run_input-lastfm_input_plugin.$(OBJEXT)
234 @ENABLE_MMS_TRUE@am__objects_135 = \
235@@ -764,7 +774,7 @@
236 test_software_volume_OBJECTS = $(am_test_software_volume_OBJECTS)
237 @ENABLE_TEST_TRUE@test_software_volume_DEPENDENCIES = \
238 @ENABLE_TEST_TRUE@ $(am__DEPENDENCIES_1)
239-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
240+DEFAULT_INCLUDES = -I.@am__isrc@
241 depcomp = $(SHELL) $(top_srcdir)/depcomp
242 am__depfiles_maybe = depfiles
243 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
244@@ -821,8 +831,6 @@
245 ACLOCAL = @ACLOCAL@
246 ALSA_CFLAGS = @ALSA_CFLAGS@
247 ALSA_LIBS = @ALSA_LIBS@
248-AMDEP_FALSE = @AMDEP_FALSE@
249-AMDEP_TRUE = @AMDEP_TRUE@
250 AMTAR = @AMTAR@
251 AM_CFLAGS = @AM_CFLAGS@
252 AO_CFLAGS = @AO_CFLAGS@
253@@ -855,40 +863,6 @@
254 ECHO_N = @ECHO_N@
255 ECHO_T = @ECHO_T@
256 EGREP = @EGREP@
257-ENABLE_ARCHIVE_FALSE = @ENABLE_ARCHIVE_FALSE@
258-ENABLE_ARCHIVE_TRUE = @ENABLE_ARCHIVE_TRUE@
259-ENABLE_DOCUMENTATION_FALSE = @ENABLE_DOCUMENTATION_FALSE@
260-ENABLE_DOCUMENTATION_TRUE = @ENABLE_DOCUMENTATION_TRUE@
261-ENABLE_ENCODER_FALSE = @ENABLE_ENCODER_FALSE@
262-ENABLE_ENCODER_TRUE = @ENABLE_ENCODER_TRUE@
263-ENABLE_FLUIDSYNTH_FALSE = @ENABLE_FLUIDSYNTH_FALSE@
264-ENABLE_FLUIDSYNTH_TRUE = @ENABLE_FLUIDSYNTH_TRUE@
265-ENABLE_HTTPD_OUTPUT_FALSE = @ENABLE_HTTPD_OUTPUT_FALSE@
266-ENABLE_HTTPD_OUTPUT_TRUE = @ENABLE_HTTPD_OUTPUT_TRUE@
267-ENABLE_LAME_ENCODER_FALSE = @ENABLE_LAME_ENCODER_FALSE@
268-ENABLE_LAME_ENCODER_TRUE = @ENABLE_LAME_ENCODER_TRUE@
269-ENABLE_LASTFM_FALSE = @ENABLE_LASTFM_FALSE@
270-ENABLE_LASTFM_TRUE = @ENABLE_LASTFM_TRUE@
271-ENABLE_MIKMOD_DECODER_FALSE = @ENABLE_MIKMOD_DECODER_FALSE@
272-ENABLE_MIKMOD_DECODER_TRUE = @ENABLE_MIKMOD_DECODER_TRUE@
273-ENABLE_MMS_FALSE = @ENABLE_MMS_FALSE@
274-ENABLE_MMS_TRUE = @ENABLE_MMS_TRUE@
275-ENABLE_PIPE_OUTPUT_FALSE = @ENABLE_PIPE_OUTPUT_FALSE@
276-ENABLE_PIPE_OUTPUT_TRUE = @ENABLE_PIPE_OUTPUT_TRUE@
277-ENABLE_SIDPLAY_FALSE = @ENABLE_SIDPLAY_FALSE@
278-ENABLE_SIDPLAY_TRUE = @ENABLE_SIDPLAY_TRUE@
279-ENABLE_SOLARIS_OUTPUT_FALSE = @ENABLE_SOLARIS_OUTPUT_FALSE@
280-ENABLE_SOLARIS_OUTPUT_TRUE = @ENABLE_SOLARIS_OUTPUT_TRUE@
281-ENABLE_SQLITE_FALSE = @ENABLE_SQLITE_FALSE@
282-ENABLE_SQLITE_TRUE = @ENABLE_SQLITE_TRUE@
283-ENABLE_TEST_FALSE = @ENABLE_TEST_FALSE@
284-ENABLE_TEST_TRUE = @ENABLE_TEST_TRUE@
285-ENABLE_VORBIS_DECODER_FALSE = @ENABLE_VORBIS_DECODER_FALSE@
286-ENABLE_VORBIS_DECODER_TRUE = @ENABLE_VORBIS_DECODER_TRUE@
287-ENABLE_VORBIS_ENCODER_FALSE = @ENABLE_VORBIS_ENCODER_FALSE@
288-ENABLE_VORBIS_ENCODER_TRUE = @ENABLE_VORBIS_ENCODER_TRUE@
289-ENABLE_WILDMIDI_FALSE = @ENABLE_WILDMIDI_FALSE@
290-ENABLE_WILDMIDI_TRUE = @ENABLE_WILDMIDI_TRUE@
291 EXEEXT = @EXEEXT@
292 FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
293 FFMPEG_LIBS = @FFMPEG_LIBS@
294@@ -899,72 +873,9 @@
295 GLIB_CFLAGS = @GLIB_CFLAGS@
296 GLIB_LIBS = @GLIB_LIBS@
297 GREP = @GREP@
298-HAVE_ALSA_FALSE = @HAVE_ALSA_FALSE@
299-HAVE_ALSA_TRUE = @HAVE_ALSA_TRUE@
300-HAVE_AO_FALSE = @HAVE_AO_FALSE@
301-HAVE_AO_TRUE = @HAVE_AO_TRUE@
302-HAVE_AUDIOFILE_FALSE = @HAVE_AUDIOFILE_FALSE@
303-HAVE_AUDIOFILE_TRUE = @HAVE_AUDIOFILE_TRUE@
304-HAVE_AVAHI_FALSE = @HAVE_AVAHI_FALSE@
305-HAVE_AVAHI_TRUE = @HAVE_AVAHI_TRUE@
306-HAVE_BONJOUR_FALSE = @HAVE_BONJOUR_FALSE@
307-HAVE_BONJOUR_TRUE = @HAVE_BONJOUR_TRUE@
308-HAVE_BZ2_FALSE = @HAVE_BZ2_FALSE@
309-HAVE_BZ2_TRUE = @HAVE_BZ2_TRUE@
310-HAVE_CUE_FALSE = @HAVE_CUE_FALSE@
311-HAVE_CUE_TRUE = @HAVE_CUE_TRUE@
312-HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
313-HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
314-HAVE_FAAD_FALSE = @HAVE_FAAD_FALSE@
315-HAVE_FAAD_TRUE = @HAVE_FAAD_TRUE@
316-HAVE_FFMPEG_FALSE = @HAVE_FFMPEG_FALSE@
317-HAVE_FFMPEG_TRUE = @HAVE_FFMPEG_TRUE@
318-HAVE_FIFO_FALSE = @HAVE_FIFO_FALSE@
319-HAVE_FIFO_TRUE = @HAVE_FIFO_TRUE@
320-HAVE_FLAC_COMMON_FALSE = @HAVE_FLAC_COMMON_FALSE@
321-HAVE_FLAC_COMMON_TRUE = @HAVE_FLAC_COMMON_TRUE@
322-HAVE_FLAC_FALSE = @HAVE_FLAC_FALSE@
323-HAVE_FLAC_TRUE = @HAVE_FLAC_TRUE@
324-HAVE_ID3TAG_FALSE = @HAVE_ID3TAG_FALSE@
325-HAVE_ID3TAG_TRUE = @HAVE_ID3TAG_TRUE@
326-HAVE_ISO_FALSE = @HAVE_ISO_FALSE@
327-HAVE_ISO_TRUE = @HAVE_ISO_TRUE@
328-HAVE_JACK_FALSE = @HAVE_JACK_FALSE@
329-HAVE_JACK_TRUE = @HAVE_JACK_TRUE@
330-HAVE_LIBSAMPLERATE_FALSE = @HAVE_LIBSAMPLERATE_FALSE@
331-HAVE_LIBSAMPLERATE_TRUE = @HAVE_LIBSAMPLERATE_TRUE@
332-HAVE_MAD_FALSE = @HAVE_MAD_FALSE@
333-HAVE_MAD_TRUE = @HAVE_MAD_TRUE@
334-HAVE_MODPLUG_FALSE = @HAVE_MODPLUG_FALSE@
335-HAVE_MODPLUG_TRUE = @HAVE_MODPLUG_TRUE@
336-HAVE_MP4_FALSE = @HAVE_MP4_FALSE@
337-HAVE_MP4_TRUE = @HAVE_MP4_TRUE@
338-HAVE_MPCDEC_FALSE = @HAVE_MPCDEC_FALSE@
339-HAVE_MPCDEC_TRUE = @HAVE_MPCDEC_TRUE@
340-HAVE_MVP_FALSE = @HAVE_MVP_FALSE@
341-HAVE_MVP_TRUE = @HAVE_MVP_TRUE@
342-HAVE_OGGFLAC_FALSE = @HAVE_OGGFLAC_FALSE@
343-HAVE_OGGFLAC_TRUE = @HAVE_OGGFLAC_TRUE@
344-HAVE_OGG_COMMON_FALSE = @HAVE_OGG_COMMON_FALSE@
345-HAVE_OGG_COMMON_TRUE = @HAVE_OGG_COMMON_TRUE@
346-HAVE_OSS_FALSE = @HAVE_OSS_FALSE@
347-HAVE_OSS_TRUE = @HAVE_OSS_TRUE@
348-HAVE_OSX_FALSE = @HAVE_OSX_FALSE@
349-HAVE_OSX_TRUE = @HAVE_OSX_TRUE@
350-HAVE_PULSE_FALSE = @HAVE_PULSE_FALSE@
351-HAVE_PULSE_TRUE = @HAVE_PULSE_TRUE@
352-HAVE_SHOUT_FALSE = @HAVE_SHOUT_FALSE@
353-HAVE_SHOUT_TRUE = @HAVE_SHOUT_TRUE@
354-HAVE_WAVPACK_FALSE = @HAVE_WAVPACK_FALSE@
355-HAVE_WAVPACK_TRUE = @HAVE_WAVPACK_TRUE@
356-HAVE_XMLTO_FALSE = @HAVE_XMLTO_FALSE@
357-HAVE_XMLTO_TRUE = @HAVE_XMLTO_TRUE@
358-HAVE_ZEROCONF_FALSE = @HAVE_ZEROCONF_FALSE@
359-HAVE_ZEROCONF_TRUE = @HAVE_ZEROCONF_TRUE@
360-HAVE_ZIP_FALSE = @HAVE_ZIP_FALSE@
361-HAVE_ZIP_TRUE = @HAVE_ZIP_TRUE@
362 ID3TAG_CFLAGS = @ID3TAG_CFLAGS@
363 ID3TAG_LIBS = @ID3TAG_LIBS@
364+INSTALL = @INSTALL@
365 INSTALL_DATA = @INSTALL_DATA@
366 INSTALL_PROGRAM = @INSTALL_PROGRAM@
367 INSTALL_SCRIPT = @INSTALL_SCRIPT@
368@@ -987,6 +898,7 @@
369 MAD_CFLAGS = @MAD_CFLAGS@
370 MAD_LIBS = @MAD_LIBS@
371 MAKEINFO = @MAKEINFO@
372+MKDIR_P = @MKDIR_P@
373 MMS_CFLAGS = @MMS_CFLAGS@
374 MMS_LIBS = @MMS_LIBS@
375 MODPLUG_CFLAGS = @MODPLUG_CFLAGS@
376@@ -1000,6 +912,7 @@
377 PACKAGE_NAME = @PACKAGE_NAME@
378 PACKAGE_STRING = @PACKAGE_STRING@
379 PACKAGE_TARNAME = @PACKAGE_TARNAME@
380+PACKAGE_URL = @PACKAGE_URL@
381 PACKAGE_VERSION = @PACKAGE_VERSION@
382 PATH_SEPARATOR = @PATH_SEPARATOR@
383 PKG_CONFIG = @PKG_CONFIG@
384@@ -1032,12 +945,12 @@
385 XMLTO = @XMLTO@
386 ZZIP_CFLAGS = @ZZIP_CFLAGS@
387 ZZIP_LIBS = @ZZIP_LIBS@
388+abs_builddir = @abs_builddir@
389+abs_srcdir = @abs_srcdir@
390+abs_top_builddir = @abs_top_builddir@
391+abs_top_srcdir = @abs_top_srcdir@
392 ac_ct_CC = @ac_ct_CC@
393 ac_ct_CXX = @ac_ct_CXX@
394-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
395-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
396-am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
397-am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
398 am__include = @am__include@
399 am__leading_dot = @am__leading_dot@
400 am__quote = @am__quote@
401@@ -1049,6 +962,7 @@
402 build_cpu = @build_cpu@
403 build_os = @build_os@
404 build_vendor = @build_vendor@
405+builddir = @builddir@
406 datadir = @datadir@
407 datarootdir = @datarootdir@
408 docdir = @docdir@
409@@ -1076,8 +990,12 @@
410 psdir = @psdir@
411 sbindir = @sbindir@
412 sharedstatedir = @sharedstatedir@
413+srcdir = @srcdir@
414 sysconfdir = @sysconfdir@
415 target_alias = @target_alias@
416+top_build_prefix = @top_build_prefix@
417+top_builddir = @top_builddir@
418+top_srcdir = @top_srcdir@
419 ACLOCAL_AMFLAGS = -I m4
420 AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
421 AM_CPPFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS)
422@@ -1152,6 +1070,7 @@
423 src/input_stream.h \
424 src/input/file_input_plugin.h \
425 src/input/curl_input_plugin.h \
426+ src/input/rewind_input_plugin.h \
427 src/input/lastfm_input_plugin.h \
428 src/input/mms_input_plugin.h \
429 src/icy_server.h \
430@@ -1439,6 +1358,7 @@
431 @ENABLE_TEST_TRUE@ src/tag.c src/tag_pool.c \
432 @ENABLE_TEST_TRUE@ src/replay_gain.c \
433 @ENABLE_TEST_TRUE@ src/uri.c \
434+@ENABLE_TEST_TRUE@ src/timer.c \
435 @ENABLE_TEST_TRUE@ $(ARCHIVE_SRC) \
436 @ENABLE_TEST_TRUE@ $(INPUT_SRC) \
437 @ENABLE_TEST_TRUE@ $(TAG_SRC) \
438@@ -1460,6 +1380,7 @@
439 @ENABLE_TEST_TRUE@ src/tag.c src/tag_pool.c \
440 @ENABLE_TEST_TRUE@ src/replay_gain.c \
441 @ENABLE_TEST_TRUE@ src/uri.c \
442+@ENABLE_TEST_TRUE@ src/timer.c \
443 @ENABLE_TEST_TRUE@ $(ARCHIVE_SRC) \
444 @ENABLE_TEST_TRUE@ $(INPUT_SRC) \
445 @ENABLE_TEST_TRUE@ $(TAG_SRC) \
446@@ -1584,7 +1505,7 @@
447 config.h: stamp-h1
448 @if test ! -f $@; then \
449 rm -f stamp-h1; \
450- $(MAKE) stamp-h1; \
451+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
452 else :; fi
453
454 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
455@@ -1599,7 +1520,7 @@
456 -rm -f config.h stamp-h1
457 install-binPROGRAMS: $(bin_PROGRAMS)
458 @$(NORMAL_INSTALL)
459- test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
460+ test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
461 @list='$(bin_PROGRAMS)'; for p in $$list; do \
462 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
463 if test -f $$p \
464@@ -1624,38 +1545,38 @@
465 clean-noinstPROGRAMS:
466 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
467 src/$(am__dirstamp):
468- @$(mkdir_p) src
469+ @$(MKDIR_P) src
470 @: > src/$(am__dirstamp)
471 src/mpd$(EXEEXT): $(src_mpd_OBJECTS) $(src_mpd_DEPENDENCIES) src/$(am__dirstamp)
472 @rm -f src/mpd$(EXEEXT)
473- $(CXXLINK) $(src_mpd_LDFLAGS) $(src_mpd_OBJECTS) $(src_mpd_LDADD) $(LIBS)
474+ $(CXXLINK) $(src_mpd_OBJECTS) $(src_mpd_LDADD) $(LIBS)
475 test/$(am__dirstamp):
476- @$(mkdir_p) test
477+ @$(MKDIR_P) test
478 @: > test/$(am__dirstamp)
479 test/read_conf$(EXEEXT): $(test_read_conf_OBJECTS) $(test_read_conf_DEPENDENCIES) test/$(am__dirstamp)
480 @rm -f test/read_conf$(EXEEXT)
481- $(LINK) $(test_read_conf_LDFLAGS) $(test_read_conf_OBJECTS) $(test_read_conf_LDADD) $(LIBS)
482+ $(LINK) $(test_read_conf_OBJECTS) $(test_read_conf_LDADD) $(LIBS)
483 test/read_mixer$(EXEEXT): $(test_read_mixer_OBJECTS) $(test_read_mixer_DEPENDENCIES) test/$(am__dirstamp)
484 @rm -f test/read_mixer$(EXEEXT)
485- $(LINK) $(test_read_mixer_LDFLAGS) $(test_read_mixer_OBJECTS) $(test_read_mixer_LDADD) $(LIBS)
486+ $(LINK) $(test_read_mixer_OBJECTS) $(test_read_mixer_LDADD) $(LIBS)
487 test/read_tags$(EXEEXT): $(test_read_tags_OBJECTS) $(test_read_tags_DEPENDENCIES) test/$(am__dirstamp)
488 @rm -f test/read_tags$(EXEEXT)
489- $(CXXLINK) $(test_read_tags_LDFLAGS) $(test_read_tags_OBJECTS) $(test_read_tags_LDADD) $(LIBS)
490+ $(CXXLINK) $(test_read_tags_OBJECTS) $(test_read_tags_LDADD) $(LIBS)
491 test/run_decoder$(EXEEXT): $(test_run_decoder_OBJECTS) $(test_run_decoder_DEPENDENCIES) test/$(am__dirstamp)
492 @rm -f test/run_decoder$(EXEEXT)
493- $(CXXLINK) $(test_run_decoder_LDFLAGS) $(test_run_decoder_OBJECTS) $(test_run_decoder_LDADD) $(LIBS)
494+ $(CXXLINK) $(test_run_decoder_OBJECTS) $(test_run_decoder_LDADD) $(LIBS)
495 test/run_encoder$(EXEEXT): $(test_run_encoder_OBJECTS) $(test_run_encoder_DEPENDENCIES) test/$(am__dirstamp)
496 @rm -f test/run_encoder$(EXEEXT)
497- $(LINK) $(test_run_encoder_LDFLAGS) $(test_run_encoder_OBJECTS) $(test_run_encoder_LDADD) $(LIBS)
498+ $(LINK) $(test_run_encoder_OBJECTS) $(test_run_encoder_LDADD) $(LIBS)
499 test/run_input$(EXEEXT): $(test_run_input_OBJECTS) $(test_run_input_DEPENDENCIES) test/$(am__dirstamp)
500 @rm -f test/run_input$(EXEEXT)
501- $(LINK) $(test_run_input_LDFLAGS) $(test_run_input_OBJECTS) $(test_run_input_LDADD) $(LIBS)
502+ $(LINK) $(test_run_input_OBJECTS) $(test_run_input_LDADD) $(LIBS)
503 test/run_output$(EXEEXT): $(test_run_output_OBJECTS) $(test_run_output_DEPENDENCIES) test/$(am__dirstamp)
504 @rm -f test/run_output$(EXEEXT)
505- $(LINK) $(test_run_output_LDFLAGS) $(test_run_output_OBJECTS) $(test_run_output_LDADD) $(LIBS)
506+ $(LINK) $(test_run_output_OBJECTS) $(test_run_output_LDADD) $(LIBS)
507 test/software_volume$(EXEEXT): $(test_software_volume_OBJECTS) $(test_software_volume_DEPENDENCIES) test/$(am__dirstamp)
508 @rm -f test/software_volume$(EXEEXT)
509- $(LINK) $(test_software_volume_LDFLAGS) $(test_software_volume_OBJECTS) $(test_software_volume_LDADD) $(LIBS)
510+ $(LINK) $(test_software_volume_OBJECTS) $(test_software_volume_LDADD) $(LIBS)
511
512 mostlyclean-compile:
513 -rm -f *.$(OBJEXT)
514@@ -1787,6 +1708,7 @@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-queue_print.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-queue_save.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-replay_gain.Po@am__quote@
518+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-rewind_input_plugin.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-riff.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-shout_plugin.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/src_mpd-sidplay_plugin.Po@am__quote@
522@@ -1872,12 +1794,14 @@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-oggflac_plugin.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-read_tags.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-replay_gain.Po@am__quote@
526+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-rewind_input_plugin.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-riff.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-sidplay_plugin.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-tag.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-tag_ape.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-tag_id3.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-tag_pool.Po@am__quote@
533+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-timer.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-uri.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-utils.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_read_tags-vorbis_plugin.Po@am__quote@
537@@ -1916,6 +1840,7 @@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-mpcdec_plugin.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-oggflac_plugin.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-replay_gain.Po@am__quote@
541+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-rewind_input_plugin.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-riff.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-run_decoder.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-sidplay_plugin.Po@am__quote@
545@@ -1923,6 +1848,7 @@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-tag_ape.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-tag_id3.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-tag_pool.Po@am__quote@
549+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-timer.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-uri.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-utils.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_decoder-vorbis_plugin.Po@am__quote@
553@@ -1942,6 +1868,7 @@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-iso_plugin.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-lastfm_input_plugin.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-mms_input_plugin.Po@am__quote@
557+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-rewind_input_plugin.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-run_input.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-tag.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_run_input-tag_pool.Po@am__quote@
561@@ -1989,4572 +1916,4655 @@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbis_encoder.Po@am__quote@
563
564 .c.o:
565-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
566-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
567+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
568+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
572
573 .c.obj:
574-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
575-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
576+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
577+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
581
582 src_mpd-bz2_plugin.o: src/archive/bz2_plugin.c
583-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-bz2_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-bz2_plugin.Tpo" -c -o src_mpd-bz2_plugin.o `test -f 'src/archive/bz2_plugin.c' || echo '$(srcdir)/'`src/archive/bz2_plugin.c; \
584-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-bz2_plugin.Tpo" "$(DEPDIR)/src_mpd-bz2_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-bz2_plugin.Tpo"; exit 1; fi
585+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-bz2_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-bz2_plugin.Tpo -c -o src_mpd-bz2_plugin.o `test -f 'src/archive/bz2_plugin.c' || echo '$(srcdir)/'`src/archive/bz2_plugin.c
586+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-bz2_plugin.Tpo $(DEPDIR)/src_mpd-bz2_plugin.Po
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/bz2_plugin.c' object='src_mpd-bz2_plugin.o' libtool=no @AMDEPBACKSLASH@
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-bz2_plugin.o `test -f 'src/archive/bz2_plugin.c' || echo '$(srcdir)/'`src/archive/bz2_plugin.c
590
591 src_mpd-bz2_plugin.obj: src/archive/bz2_plugin.c
592-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-bz2_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-bz2_plugin.Tpo" -c -o src_mpd-bz2_plugin.obj `if test -f 'src/archive/bz2_plugin.c'; then $(CYGPATH_W) 'src/archive/bz2_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/bz2_plugin.c'; fi`; \
593-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-bz2_plugin.Tpo" "$(DEPDIR)/src_mpd-bz2_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-bz2_plugin.Tpo"; exit 1; fi
594+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-bz2_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-bz2_plugin.Tpo -c -o src_mpd-bz2_plugin.obj `if test -f 'src/archive/bz2_plugin.c'; then $(CYGPATH_W) 'src/archive/bz2_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/bz2_plugin.c'; fi`
595+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-bz2_plugin.Tpo $(DEPDIR)/src_mpd-bz2_plugin.Po
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/bz2_plugin.c' object='src_mpd-bz2_plugin.obj' libtool=no @AMDEPBACKSLASH@
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-bz2_plugin.obj `if test -f 'src/archive/bz2_plugin.c'; then $(CYGPATH_W) 'src/archive/bz2_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/bz2_plugin.c'; fi`
599
600 src_mpd-zip_plugin.o: src/archive/zip_plugin.c
601-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zip_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-zip_plugin.Tpo" -c -o src_mpd-zip_plugin.o `test -f 'src/archive/zip_plugin.c' || echo '$(srcdir)/'`src/archive/zip_plugin.c; \
602-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zip_plugin.Tpo" "$(DEPDIR)/src_mpd-zip_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-zip_plugin.Tpo"; exit 1; fi
603+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zip_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-zip_plugin.Tpo -c -o src_mpd-zip_plugin.o `test -f 'src/archive/zip_plugin.c' || echo '$(srcdir)/'`src/archive/zip_plugin.c
604+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zip_plugin.Tpo $(DEPDIR)/src_mpd-zip_plugin.Po
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/zip_plugin.c' object='src_mpd-zip_plugin.o' libtool=no @AMDEPBACKSLASH@
606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zip_plugin.o `test -f 'src/archive/zip_plugin.c' || echo '$(srcdir)/'`src/archive/zip_plugin.c
608
609 src_mpd-zip_plugin.obj: src/archive/zip_plugin.c
610-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zip_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-zip_plugin.Tpo" -c -o src_mpd-zip_plugin.obj `if test -f 'src/archive/zip_plugin.c'; then $(CYGPATH_W) 'src/archive/zip_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/zip_plugin.c'; fi`; \
611-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zip_plugin.Tpo" "$(DEPDIR)/src_mpd-zip_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-zip_plugin.Tpo"; exit 1; fi
612+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zip_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-zip_plugin.Tpo -c -o src_mpd-zip_plugin.obj `if test -f 'src/archive/zip_plugin.c'; then $(CYGPATH_W) 'src/archive/zip_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/zip_plugin.c'; fi`
613+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zip_plugin.Tpo $(DEPDIR)/src_mpd-zip_plugin.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/zip_plugin.c' object='src_mpd-zip_plugin.obj' libtool=no @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zip_plugin.obj `if test -f 'src/archive/zip_plugin.c'; then $(CYGPATH_W) 'src/archive/zip_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/zip_plugin.c'; fi`
617
618 src_mpd-iso_plugin.o: src/archive/iso_plugin.c
619-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-iso_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-iso_plugin.Tpo" -c -o src_mpd-iso_plugin.o `test -f 'src/archive/iso_plugin.c' || echo '$(srcdir)/'`src/archive/iso_plugin.c; \
620-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-iso_plugin.Tpo" "$(DEPDIR)/src_mpd-iso_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-iso_plugin.Tpo"; exit 1; fi
621+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-iso_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-iso_plugin.Tpo -c -o src_mpd-iso_plugin.o `test -f 'src/archive/iso_plugin.c' || echo '$(srcdir)/'`src/archive/iso_plugin.c
622+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-iso_plugin.Tpo $(DEPDIR)/src_mpd-iso_plugin.Po
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/iso_plugin.c' object='src_mpd-iso_plugin.o' libtool=no @AMDEPBACKSLASH@
624 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-iso_plugin.o `test -f 'src/archive/iso_plugin.c' || echo '$(srcdir)/'`src/archive/iso_plugin.c
626
627 src_mpd-iso_plugin.obj: src/archive/iso_plugin.c
628-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-iso_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-iso_plugin.Tpo" -c -o src_mpd-iso_plugin.obj `if test -f 'src/archive/iso_plugin.c'; then $(CYGPATH_W) 'src/archive/iso_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/iso_plugin.c'; fi`; \
629-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-iso_plugin.Tpo" "$(DEPDIR)/src_mpd-iso_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-iso_plugin.Tpo"; exit 1; fi
630+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-iso_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-iso_plugin.Tpo -c -o src_mpd-iso_plugin.obj `if test -f 'src/archive/iso_plugin.c'; then $(CYGPATH_W) 'src/archive/iso_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/iso_plugin.c'; fi`
631+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-iso_plugin.Tpo $(DEPDIR)/src_mpd-iso_plugin.Po
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive/iso_plugin.c' object='src_mpd-iso_plugin.obj' libtool=no @AMDEPBACKSLASH@
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-iso_plugin.obj `if test -f 'src/archive/iso_plugin.c'; then $(CYGPATH_W) 'src/archive/iso_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/archive/iso_plugin.c'; fi`
635
636 src_mpd-archive_api.o: src/archive_api.c
637-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_api.o -MD -MP -MF "$(DEPDIR)/src_mpd-archive_api.Tpo" -c -o src_mpd-archive_api.o `test -f 'src/archive_api.c' || echo '$(srcdir)/'`src/archive_api.c; \
638-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_api.Tpo" "$(DEPDIR)/src_mpd-archive_api.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_api.Tpo"; exit 1; fi
639+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_api.o -MD -MP -MF $(DEPDIR)/src_mpd-archive_api.Tpo -c -o src_mpd-archive_api.o `test -f 'src/archive_api.c' || echo '$(srcdir)/'`src/archive_api.c
640+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_api.Tpo $(DEPDIR)/src_mpd-archive_api.Po
641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive_api.c' object='src_mpd-archive_api.o' libtool=no @AMDEPBACKSLASH@
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_api.o `test -f 'src/archive_api.c' || echo '$(srcdir)/'`src/archive_api.c
644
645 src_mpd-archive_api.obj: src/archive_api.c
646-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_api.obj -MD -MP -MF "$(DEPDIR)/src_mpd-archive_api.Tpo" -c -o src_mpd-archive_api.obj `if test -f 'src/archive_api.c'; then $(CYGPATH_W) 'src/archive_api.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_api.c'; fi`; \
647-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_api.Tpo" "$(DEPDIR)/src_mpd-archive_api.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_api.Tpo"; exit 1; fi
648+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_api.obj -MD -MP -MF $(DEPDIR)/src_mpd-archive_api.Tpo -c -o src_mpd-archive_api.obj `if test -f 'src/archive_api.c'; then $(CYGPATH_W) 'src/archive_api.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_api.c'; fi`
649+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_api.Tpo $(DEPDIR)/src_mpd-archive_api.Po
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive_api.c' object='src_mpd-archive_api.obj' libtool=no @AMDEPBACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_api.obj `if test -f 'src/archive_api.c'; then $(CYGPATH_W) 'src/archive_api.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_api.c'; fi`
653
654 src_mpd-archive_list.o: src/archive_list.c
655-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_list.o -MD -MP -MF "$(DEPDIR)/src_mpd-archive_list.Tpo" -c -o src_mpd-archive_list.o `test -f 'src/archive_list.c' || echo '$(srcdir)/'`src/archive_list.c; \
656-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_list.Tpo" "$(DEPDIR)/src_mpd-archive_list.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_list.Tpo"; exit 1; fi
657+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_list.o -MD -MP -MF $(DEPDIR)/src_mpd-archive_list.Tpo -c -o src_mpd-archive_list.o `test -f 'src/archive_list.c' || echo '$(srcdir)/'`src/archive_list.c
658+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_list.Tpo $(DEPDIR)/src_mpd-archive_list.Po
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive_list.c' object='src_mpd-archive_list.o' libtool=no @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_list.o `test -f 'src/archive_list.c' || echo '$(srcdir)/'`src/archive_list.c
662
663 src_mpd-archive_list.obj: src/archive_list.c
664-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_list.obj -MD -MP -MF "$(DEPDIR)/src_mpd-archive_list.Tpo" -c -o src_mpd-archive_list.obj `if test -f 'src/archive_list.c'; then $(CYGPATH_W) 'src/archive_list.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_list.c'; fi`; \
665-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_list.Tpo" "$(DEPDIR)/src_mpd-archive_list.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_list.Tpo"; exit 1; fi
666+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_list.obj -MD -MP -MF $(DEPDIR)/src_mpd-archive_list.Tpo -c -o src_mpd-archive_list.obj `if test -f 'src/archive_list.c'; then $(CYGPATH_W) 'src/archive_list.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_list.c'; fi`
667+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_list.Tpo $(DEPDIR)/src_mpd-archive_list.Po
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/archive_list.c' object='src_mpd-archive_list.obj' libtool=no @AMDEPBACKSLASH@
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_list.obj `if test -f 'src/archive_list.c'; then $(CYGPATH_W) 'src/archive_list.c'; else $(CYGPATH_W) '$(srcdir)/src/archive_list.c'; fi`
671
672 src_mpd-archive_input_plugin.o: src/input/archive_input_plugin.c
673-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_input_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo" -c -o src_mpd-archive_input_plugin.o `test -f 'src/input/archive_input_plugin.c' || echo '$(srcdir)/'`src/input/archive_input_plugin.c; \
674-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo" "$(DEPDIR)/src_mpd-archive_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo"; exit 1; fi
675+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-archive_input_plugin.Tpo -c -o src_mpd-archive_input_plugin.o `test -f 'src/input/archive_input_plugin.c' || echo '$(srcdir)/'`src/input/archive_input_plugin.c
676+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_input_plugin.Tpo $(DEPDIR)/src_mpd-archive_input_plugin.Po
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/archive_input_plugin.c' object='src_mpd-archive_input_plugin.o' libtool=no @AMDEPBACKSLASH@
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_input_plugin.o `test -f 'src/input/archive_input_plugin.c' || echo '$(srcdir)/'`src/input/archive_input_plugin.c
680
681 src_mpd-archive_input_plugin.obj: src/input/archive_input_plugin.c
682-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_input_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo" -c -o src_mpd-archive_input_plugin.obj `if test -f 'src/input/archive_input_plugin.c'; then $(CYGPATH_W) 'src/input/archive_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/archive_input_plugin.c'; fi`; \
683-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo" "$(DEPDIR)/src_mpd-archive_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-archive_input_plugin.Tpo"; exit 1; fi
684+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-archive_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-archive_input_plugin.Tpo -c -o src_mpd-archive_input_plugin.obj `if test -f 'src/input/archive_input_plugin.c'; then $(CYGPATH_W) 'src/input/archive_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/archive_input_plugin.c'; fi`
685+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-archive_input_plugin.Tpo $(DEPDIR)/src_mpd-archive_input_plugin.Po
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/archive_input_plugin.c' object='src_mpd-archive_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-archive_input_plugin.obj `if test -f 'src/input/archive_input_plugin.c'; then $(CYGPATH_W) 'src/input/archive_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/archive_input_plugin.c'; fi`
689
690 src_mpd-input_stream.o: src/input_stream.c
691-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-input_stream.o -MD -MP -MF "$(DEPDIR)/src_mpd-input_stream.Tpo" -c -o src_mpd-input_stream.o `test -f 'src/input_stream.c' || echo '$(srcdir)/'`src/input_stream.c; \
692-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-input_stream.Tpo" "$(DEPDIR)/src_mpd-input_stream.Po"; else rm -f "$(DEPDIR)/src_mpd-input_stream.Tpo"; exit 1; fi
693+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-input_stream.o -MD -MP -MF $(DEPDIR)/src_mpd-input_stream.Tpo -c -o src_mpd-input_stream.o `test -f 'src/input_stream.c' || echo '$(srcdir)/'`src/input_stream.c
694+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-input_stream.Tpo $(DEPDIR)/src_mpd-input_stream.Po
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input_stream.c' object='src_mpd-input_stream.o' libtool=no @AMDEPBACKSLASH@
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-input_stream.o `test -f 'src/input_stream.c' || echo '$(srcdir)/'`src/input_stream.c
698
699 src_mpd-input_stream.obj: src/input_stream.c
700-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-input_stream.obj -MD -MP -MF "$(DEPDIR)/src_mpd-input_stream.Tpo" -c -o src_mpd-input_stream.obj `if test -f 'src/input_stream.c'; then $(CYGPATH_W) 'src/input_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/input_stream.c'; fi`; \
701-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-input_stream.Tpo" "$(DEPDIR)/src_mpd-input_stream.Po"; else rm -f "$(DEPDIR)/src_mpd-input_stream.Tpo"; exit 1; fi
702+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-input_stream.obj -MD -MP -MF $(DEPDIR)/src_mpd-input_stream.Tpo -c -o src_mpd-input_stream.obj `if test -f 'src/input_stream.c'; then $(CYGPATH_W) 'src/input_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/input_stream.c'; fi`
703+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-input_stream.Tpo $(DEPDIR)/src_mpd-input_stream.Po
704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input_stream.c' object='src_mpd-input_stream.obj' libtool=no @AMDEPBACKSLASH@
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
706 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-input_stream.obj `if test -f 'src/input_stream.c'; then $(CYGPATH_W) 'src/input_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/input_stream.c'; fi`
707
708 src_mpd-file_input_plugin.o: src/input/file_input_plugin.c
709-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-file_input_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-file_input_plugin.Tpo" -c -o src_mpd-file_input_plugin.o `test -f 'src/input/file_input_plugin.c' || echo '$(srcdir)/'`src/input/file_input_plugin.c; \
710-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-file_input_plugin.Tpo" "$(DEPDIR)/src_mpd-file_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-file_input_plugin.Tpo"; exit 1; fi
711+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-file_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-file_input_plugin.Tpo -c -o src_mpd-file_input_plugin.o `test -f 'src/input/file_input_plugin.c' || echo '$(srcdir)/'`src/input/file_input_plugin.c
712+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-file_input_plugin.Tpo $(DEPDIR)/src_mpd-file_input_plugin.Po
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/file_input_plugin.c' object='src_mpd-file_input_plugin.o' libtool=no @AMDEPBACKSLASH@
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-file_input_plugin.o `test -f 'src/input/file_input_plugin.c' || echo '$(srcdir)/'`src/input/file_input_plugin.c
716
717 src_mpd-file_input_plugin.obj: src/input/file_input_plugin.c
718-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-file_input_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-file_input_plugin.Tpo" -c -o src_mpd-file_input_plugin.obj `if test -f 'src/input/file_input_plugin.c'; then $(CYGPATH_W) 'src/input/file_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/file_input_plugin.c'; fi`; \
719-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-file_input_plugin.Tpo" "$(DEPDIR)/src_mpd-file_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-file_input_plugin.Tpo"; exit 1; fi
720+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-file_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-file_input_plugin.Tpo -c -o src_mpd-file_input_plugin.obj `if test -f 'src/input/file_input_plugin.c'; then $(CYGPATH_W) 'src/input/file_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/file_input_plugin.c'; fi`
721+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-file_input_plugin.Tpo $(DEPDIR)/src_mpd-file_input_plugin.Po
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/file_input_plugin.c' object='src_mpd-file_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-file_input_plugin.obj `if test -f 'src/input/file_input_plugin.c'; then $(CYGPATH_W) 'src/input/file_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/file_input_plugin.c'; fi`
725
726 src_mpd-curl_input_plugin.o: src/input/curl_input_plugin.c
727-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-curl_input_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo" -c -o src_mpd-curl_input_plugin.o `test -f 'src/input/curl_input_plugin.c' || echo '$(srcdir)/'`src/input/curl_input_plugin.c; \
728-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo" "$(DEPDIR)/src_mpd-curl_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo"; exit 1; fi
729+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-curl_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-curl_input_plugin.Tpo -c -o src_mpd-curl_input_plugin.o `test -f 'src/input/curl_input_plugin.c' || echo '$(srcdir)/'`src/input/curl_input_plugin.c
730+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-curl_input_plugin.Tpo $(DEPDIR)/src_mpd-curl_input_plugin.Po
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/curl_input_plugin.c' object='src_mpd-curl_input_plugin.o' libtool=no @AMDEPBACKSLASH@
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-curl_input_plugin.o `test -f 'src/input/curl_input_plugin.c' || echo '$(srcdir)/'`src/input/curl_input_plugin.c
734
735 src_mpd-curl_input_plugin.obj: src/input/curl_input_plugin.c
736-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-curl_input_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo" -c -o src_mpd-curl_input_plugin.obj `if test -f 'src/input/curl_input_plugin.c'; then $(CYGPATH_W) 'src/input/curl_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/curl_input_plugin.c'; fi`; \
737-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo" "$(DEPDIR)/src_mpd-curl_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-curl_input_plugin.Tpo"; exit 1; fi
738+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-curl_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-curl_input_plugin.Tpo -c -o src_mpd-curl_input_plugin.obj `if test -f 'src/input/curl_input_plugin.c'; then $(CYGPATH_W) 'src/input/curl_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/curl_input_plugin.c'; fi`
739+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-curl_input_plugin.Tpo $(DEPDIR)/src_mpd-curl_input_plugin.Po
740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/curl_input_plugin.c' object='src_mpd-curl_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-curl_input_plugin.obj `if test -f 'src/input/curl_input_plugin.c'; then $(CYGPATH_W) 'src/input/curl_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/curl_input_plugin.c'; fi`
743
744+src_mpd-rewind_input_plugin.o: src/input/rewind_input_plugin.c
745+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-rewind_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-rewind_input_plugin.Tpo -c -o src_mpd-rewind_input_plugin.o `test -f 'src/input/rewind_input_plugin.c' || echo '$(srcdir)/'`src/input/rewind_input_plugin.c
746+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-rewind_input_plugin.Tpo $(DEPDIR)/src_mpd-rewind_input_plugin.Po
747+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/rewind_input_plugin.c' object='src_mpd-rewind_input_plugin.o' libtool=no @AMDEPBACKSLASH@
748+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-rewind_input_plugin.o `test -f 'src/input/rewind_input_plugin.c' || echo '$(srcdir)/'`src/input/rewind_input_plugin.c
750+
751+src_mpd-rewind_input_plugin.obj: src/input/rewind_input_plugin.c
752+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-rewind_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-rewind_input_plugin.Tpo -c -o src_mpd-rewind_input_plugin.obj `if test -f 'src/input/rewind_input_plugin.c'; then $(CYGPATH_W) 'src/input/rewind_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/rewind_input_plugin.c'; fi`
753+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-rewind_input_plugin.Tpo $(DEPDIR)/src_mpd-rewind_input_plugin.Po
754+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/rewind_input_plugin.c' object='src_mpd-rewind_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
755+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-rewind_input_plugin.obj `if test -f 'src/input/rewind_input_plugin.c'; then $(CYGPATH_W) 'src/input/rewind_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/rewind_input_plugin.c'; fi`
757+
758 src_mpd-icy_metadata.o: src/icy_metadata.c
759-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_metadata.o -MD -MP -MF "$(DEPDIR)/src_mpd-icy_metadata.Tpo" -c -o src_mpd-icy_metadata.o `test -f 'src/icy_metadata.c' || echo '$(srcdir)/'`src/icy_metadata.c; \
760-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-icy_metadata.Tpo" "$(DEPDIR)/src_mpd-icy_metadata.Po"; else rm -f "$(DEPDIR)/src_mpd-icy_metadata.Tpo"; exit 1; fi
761+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_metadata.o -MD -MP -MF $(DEPDIR)/src_mpd-icy_metadata.Tpo -c -o src_mpd-icy_metadata.o `test -f 'src/icy_metadata.c' || echo '$(srcdir)/'`src/icy_metadata.c
762+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-icy_metadata.Tpo $(DEPDIR)/src_mpd-icy_metadata.Po
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/icy_metadata.c' object='src_mpd-icy_metadata.o' libtool=no @AMDEPBACKSLASH@
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-icy_metadata.o `test -f 'src/icy_metadata.c' || echo '$(srcdir)/'`src/icy_metadata.c
766
767 src_mpd-icy_metadata.obj: src/icy_metadata.c
768-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_metadata.obj -MD -MP -MF "$(DEPDIR)/src_mpd-icy_metadata.Tpo" -c -o src_mpd-icy_metadata.obj `if test -f 'src/icy_metadata.c'; then $(CYGPATH_W) 'src/icy_metadata.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_metadata.c'; fi`; \
769-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-icy_metadata.Tpo" "$(DEPDIR)/src_mpd-icy_metadata.Po"; else rm -f "$(DEPDIR)/src_mpd-icy_metadata.Tpo"; exit 1; fi
770+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_metadata.obj -MD -MP -MF $(DEPDIR)/src_mpd-icy_metadata.Tpo -c -o src_mpd-icy_metadata.obj `if test -f 'src/icy_metadata.c'; then $(CYGPATH_W) 'src/icy_metadata.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_metadata.c'; fi`
771+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-icy_metadata.Tpo $(DEPDIR)/src_mpd-icy_metadata.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/icy_metadata.c' object='src_mpd-icy_metadata.obj' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-icy_metadata.obj `if test -f 'src/icy_metadata.c'; then $(CYGPATH_W) 'src/icy_metadata.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_metadata.c'; fi`
775
776 src_mpd-lastfm_input_plugin.o: src/input/lastfm_input_plugin.c
777-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lastfm_input_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo" -c -o src_mpd-lastfm_input_plugin.o `test -f 'src/input/lastfm_input_plugin.c' || echo '$(srcdir)/'`src/input/lastfm_input_plugin.c; \
778-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo" "$(DEPDIR)/src_mpd-lastfm_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo"; exit 1; fi
779+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lastfm_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo -c -o src_mpd-lastfm_input_plugin.o `test -f 'src/input/lastfm_input_plugin.c' || echo '$(srcdir)/'`src/input/lastfm_input_plugin.c
780+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo $(DEPDIR)/src_mpd-lastfm_input_plugin.Po
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/lastfm_input_plugin.c' object='src_mpd-lastfm_input_plugin.o' libtool=no @AMDEPBACKSLASH@
782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-lastfm_input_plugin.o `test -f 'src/input/lastfm_input_plugin.c' || echo '$(srcdir)/'`src/input/lastfm_input_plugin.c
784
785 src_mpd-lastfm_input_plugin.obj: src/input/lastfm_input_plugin.c
786-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lastfm_input_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo" -c -o src_mpd-lastfm_input_plugin.obj `if test -f 'src/input/lastfm_input_plugin.c'; then $(CYGPATH_W) 'src/input/lastfm_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/lastfm_input_plugin.c'; fi`; \
787-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo" "$(DEPDIR)/src_mpd-lastfm_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo"; exit 1; fi
788+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lastfm_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo -c -o src_mpd-lastfm_input_plugin.obj `if test -f 'src/input/lastfm_input_plugin.c'; then $(CYGPATH_W) 'src/input/lastfm_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/lastfm_input_plugin.c'; fi`
789+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-lastfm_input_plugin.Tpo $(DEPDIR)/src_mpd-lastfm_input_plugin.Po
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/lastfm_input_plugin.c' object='src_mpd-lastfm_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
791 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-lastfm_input_plugin.obj `if test -f 'src/input/lastfm_input_plugin.c'; then $(CYGPATH_W) 'src/input/lastfm_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/lastfm_input_plugin.c'; fi`
793
794 src_mpd-mms_input_plugin.o: src/input/mms_input_plugin.c
795-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mms_input_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo" -c -o src_mpd-mms_input_plugin.o `test -f 'src/input/mms_input_plugin.c' || echo '$(srcdir)/'`src/input/mms_input_plugin.c; \
796-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo" "$(DEPDIR)/src_mpd-mms_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo"; exit 1; fi
797+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mms_input_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mms_input_plugin.Tpo -c -o src_mpd-mms_input_plugin.o `test -f 'src/input/mms_input_plugin.c' || echo '$(srcdir)/'`src/input/mms_input_plugin.c
798+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mms_input_plugin.Tpo $(DEPDIR)/src_mpd-mms_input_plugin.Po
799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/mms_input_plugin.c' object='src_mpd-mms_input_plugin.o' libtool=no @AMDEPBACKSLASH@
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mms_input_plugin.o `test -f 'src/input/mms_input_plugin.c' || echo '$(srcdir)/'`src/input/mms_input_plugin.c
802
803 src_mpd-mms_input_plugin.obj: src/input/mms_input_plugin.c
804-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mms_input_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo" -c -o src_mpd-mms_input_plugin.obj `if test -f 'src/input/mms_input_plugin.c'; then $(CYGPATH_W) 'src/input/mms_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/mms_input_plugin.c'; fi`; \
805-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo" "$(DEPDIR)/src_mpd-mms_input_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mms_input_plugin.Tpo"; exit 1; fi
806+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mms_input_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mms_input_plugin.Tpo -c -o src_mpd-mms_input_plugin.obj `if test -f 'src/input/mms_input_plugin.c'; then $(CYGPATH_W) 'src/input/mms_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/mms_input_plugin.c'; fi`
807+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mms_input_plugin.Tpo $(DEPDIR)/src_mpd-mms_input_plugin.Po
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/input/mms_input_plugin.c' object='src_mpd-mms_input_plugin.obj' libtool=no @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mms_input_plugin.obj `if test -f 'src/input/mms_input_plugin.c'; then $(CYGPATH_W) 'src/input/mms_input_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/input/mms_input_plugin.c'; fi`
811
812 src_mpd-tag_ape.o: src/tag_ape.c
813-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_ape.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag_ape.Tpo" -c -o src_mpd-tag_ape.o `test -f 'src/tag_ape.c' || echo '$(srcdir)/'`src/tag_ape.c; \
814-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_ape.Tpo" "$(DEPDIR)/src_mpd-tag_ape.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_ape.Tpo"; exit 1; fi
815+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_ape.o -MD -MP -MF $(DEPDIR)/src_mpd-tag_ape.Tpo -c -o src_mpd-tag_ape.o `test -f 'src/tag_ape.c' || echo '$(srcdir)/'`src/tag_ape.c
816+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_ape.Tpo $(DEPDIR)/src_mpd-tag_ape.Po
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_ape.c' object='src_mpd-tag_ape.o' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_ape.o `test -f 'src/tag_ape.c' || echo '$(srcdir)/'`src/tag_ape.c
820
821 src_mpd-tag_ape.obj: src/tag_ape.c
822-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_ape.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag_ape.Tpo" -c -o src_mpd-tag_ape.obj `if test -f 'src/tag_ape.c'; then $(CYGPATH_W) 'src/tag_ape.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_ape.c'; fi`; \
823-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_ape.Tpo" "$(DEPDIR)/src_mpd-tag_ape.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_ape.Tpo"; exit 1; fi
824+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_ape.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag_ape.Tpo -c -o src_mpd-tag_ape.obj `if test -f 'src/tag_ape.c'; then $(CYGPATH_W) 'src/tag_ape.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_ape.c'; fi`
825+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_ape.Tpo $(DEPDIR)/src_mpd-tag_ape.Po
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_ape.c' object='src_mpd-tag_ape.obj' libtool=no @AMDEPBACKSLASH@
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_ape.obj `if test -f 'src/tag_ape.c'; then $(CYGPATH_W) 'src/tag_ape.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_ape.c'; fi`
829
830 src_mpd-tag_id3.o: src/tag_id3.c
831-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_id3.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag_id3.Tpo" -c -o src_mpd-tag_id3.o `test -f 'src/tag_id3.c' || echo '$(srcdir)/'`src/tag_id3.c; \
832-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_id3.Tpo" "$(DEPDIR)/src_mpd-tag_id3.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_id3.Tpo"; exit 1; fi
833+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_id3.o -MD -MP -MF $(DEPDIR)/src_mpd-tag_id3.Tpo -c -o src_mpd-tag_id3.o `test -f 'src/tag_id3.c' || echo '$(srcdir)/'`src/tag_id3.c
834+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_id3.Tpo $(DEPDIR)/src_mpd-tag_id3.Po
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_id3.c' object='src_mpd-tag_id3.o' libtool=no @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_id3.o `test -f 'src/tag_id3.c' || echo '$(srcdir)/'`src/tag_id3.c
838
839 src_mpd-tag_id3.obj: src/tag_id3.c
840-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_id3.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag_id3.Tpo" -c -o src_mpd-tag_id3.obj `if test -f 'src/tag_id3.c'; then $(CYGPATH_W) 'src/tag_id3.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_id3.c'; fi`; \
841-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_id3.Tpo" "$(DEPDIR)/src_mpd-tag_id3.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_id3.Tpo"; exit 1; fi
842+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_id3.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag_id3.Tpo -c -o src_mpd-tag_id3.obj `if test -f 'src/tag_id3.c'; then $(CYGPATH_W) 'src/tag_id3.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_id3.c'; fi`
843+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_id3.Tpo $(DEPDIR)/src_mpd-tag_id3.Po
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_id3.c' object='src_mpd-tag_id3.obj' libtool=no @AMDEPBACKSLASH@
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_id3.obj `if test -f 'src/tag_id3.c'; then $(CYGPATH_W) 'src/tag_id3.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_id3.c'; fi`
847
848 src_mpd-riff.o: src/riff.c
849-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-riff.o -MD -MP -MF "$(DEPDIR)/src_mpd-riff.Tpo" -c -o src_mpd-riff.o `test -f 'src/riff.c' || echo '$(srcdir)/'`src/riff.c; \
850-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-riff.Tpo" "$(DEPDIR)/src_mpd-riff.Po"; else rm -f "$(DEPDIR)/src_mpd-riff.Tpo"; exit 1; fi
851+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-riff.o -MD -MP -MF $(DEPDIR)/src_mpd-riff.Tpo -c -o src_mpd-riff.o `test -f 'src/riff.c' || echo '$(srcdir)/'`src/riff.c
852+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-riff.Tpo $(DEPDIR)/src_mpd-riff.Po
853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/riff.c' object='src_mpd-riff.o' libtool=no @AMDEPBACKSLASH@
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-riff.o `test -f 'src/riff.c' || echo '$(srcdir)/'`src/riff.c
856
857 src_mpd-riff.obj: src/riff.c
858-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-riff.obj -MD -MP -MF "$(DEPDIR)/src_mpd-riff.Tpo" -c -o src_mpd-riff.obj `if test -f 'src/riff.c'; then $(CYGPATH_W) 'src/riff.c'; else $(CYGPATH_W) '$(srcdir)/src/riff.c'; fi`; \
859-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-riff.Tpo" "$(DEPDIR)/src_mpd-riff.Po"; else rm -f "$(DEPDIR)/src_mpd-riff.Tpo"; exit 1; fi
860+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-riff.obj -MD -MP -MF $(DEPDIR)/src_mpd-riff.Tpo -c -o src_mpd-riff.obj `if test -f 'src/riff.c'; then $(CYGPATH_W) 'src/riff.c'; else $(CYGPATH_W) '$(srcdir)/src/riff.c'; fi`
861+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-riff.Tpo $(DEPDIR)/src_mpd-riff.Po
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/riff.c' object='src_mpd-riff.obj' libtool=no @AMDEPBACKSLASH@
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-riff.obj `if test -f 'src/riff.c'; then $(CYGPATH_W) 'src/riff.c'; else $(CYGPATH_W) '$(srcdir)/src/riff.c'; fi`
865
866 src_mpd-aiff.o: src/aiff.c
867-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-aiff.o -MD -MP -MF "$(DEPDIR)/src_mpd-aiff.Tpo" -c -o src_mpd-aiff.o `test -f 'src/aiff.c' || echo '$(srcdir)/'`src/aiff.c; \
868-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-aiff.Tpo" "$(DEPDIR)/src_mpd-aiff.Po"; else rm -f "$(DEPDIR)/src_mpd-aiff.Tpo"; exit 1; fi
869+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-aiff.o -MD -MP -MF $(DEPDIR)/src_mpd-aiff.Tpo -c -o src_mpd-aiff.o `test -f 'src/aiff.c' || echo '$(srcdir)/'`src/aiff.c
870+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-aiff.Tpo $(DEPDIR)/src_mpd-aiff.Po
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/aiff.c' object='src_mpd-aiff.o' libtool=no @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
873 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-aiff.o `test -f 'src/aiff.c' || echo '$(srcdir)/'`src/aiff.c
874
875 src_mpd-aiff.obj: src/aiff.c
876-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-aiff.obj -MD -MP -MF "$(DEPDIR)/src_mpd-aiff.Tpo" -c -o src_mpd-aiff.obj `if test -f 'src/aiff.c'; then $(CYGPATH_W) 'src/aiff.c'; else $(CYGPATH_W) '$(srcdir)/src/aiff.c'; fi`; \
877-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-aiff.Tpo" "$(DEPDIR)/src_mpd-aiff.Po"; else rm -f "$(DEPDIR)/src_mpd-aiff.Tpo"; exit 1; fi
878+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-aiff.obj -MD -MP -MF $(DEPDIR)/src_mpd-aiff.Tpo -c -o src_mpd-aiff.obj `if test -f 'src/aiff.c'; then $(CYGPATH_W) 'src/aiff.c'; else $(CYGPATH_W) '$(srcdir)/src/aiff.c'; fi`
879+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-aiff.Tpo $(DEPDIR)/src_mpd-aiff.Po
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/aiff.c' object='src_mpd-aiff.obj' libtool=no @AMDEPBACKSLASH@
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-aiff.obj `if test -f 'src/aiff.c'; then $(CYGPATH_W) 'src/aiff.c'; else $(CYGPATH_W) '$(srcdir)/src/aiff.c'; fi`
883
884 src_mpd-decoder_buffer.o: src/decoder_buffer.c
885-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_buffer.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_buffer.Tpo" -c -o src_mpd-decoder_buffer.o `test -f 'src/decoder_buffer.c' || echo '$(srcdir)/'`src/decoder_buffer.c; \
886-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_buffer.Tpo" "$(DEPDIR)/src_mpd-decoder_buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_buffer.Tpo"; exit 1; fi
887+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_buffer.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_buffer.Tpo -c -o src_mpd-decoder_buffer.o `test -f 'src/decoder_buffer.c' || echo '$(srcdir)/'`src/decoder_buffer.c
888+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_buffer.Tpo $(DEPDIR)/src_mpd-decoder_buffer.Po
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_buffer.c' object='src_mpd-decoder_buffer.o' libtool=no @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_buffer.o `test -f 'src/decoder_buffer.c' || echo '$(srcdir)/'`src/decoder_buffer.c
892
893 src_mpd-decoder_buffer.obj: src/decoder_buffer.c
894-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_buffer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_buffer.Tpo" -c -o src_mpd-decoder_buffer.obj `if test -f 'src/decoder_buffer.c'; then $(CYGPATH_W) 'src/decoder_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_buffer.c'; fi`; \
895-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_buffer.Tpo" "$(DEPDIR)/src_mpd-decoder_buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_buffer.Tpo"; exit 1; fi
896+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_buffer.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_buffer.Tpo -c -o src_mpd-decoder_buffer.obj `if test -f 'src/decoder_buffer.c'; then $(CYGPATH_W) 'src/decoder_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_buffer.c'; fi`
897+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_buffer.Tpo $(DEPDIR)/src_mpd-decoder_buffer.Po
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_buffer.c' object='src_mpd-decoder_buffer.obj' libtool=no @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_buffer.obj `if test -f 'src/decoder_buffer.c'; then $(CYGPATH_W) 'src/decoder_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_buffer.c'; fi`
901
902 src_mpd-decoder_list.o: src/decoder_list.c
903-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_list.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_list.Tpo" -c -o src_mpd-decoder_list.o `test -f 'src/decoder_list.c' || echo '$(srcdir)/'`src/decoder_list.c; \
904-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_list.Tpo" "$(DEPDIR)/src_mpd-decoder_list.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_list.Tpo"; exit 1; fi
905+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_list.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_list.Tpo -c -o src_mpd-decoder_list.o `test -f 'src/decoder_list.c' || echo '$(srcdir)/'`src/decoder_list.c
906+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_list.Tpo $(DEPDIR)/src_mpd-decoder_list.Po
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_list.c' object='src_mpd-decoder_list.o' libtool=no @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_list.o `test -f 'src/decoder_list.c' || echo '$(srcdir)/'`src/decoder_list.c
910
911 src_mpd-decoder_list.obj: src/decoder_list.c
912-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_list.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_list.Tpo" -c -o src_mpd-decoder_list.obj `if test -f 'src/decoder_list.c'; then $(CYGPATH_W) 'src/decoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_list.c'; fi`; \
913-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_list.Tpo" "$(DEPDIR)/src_mpd-decoder_list.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_list.Tpo"; exit 1; fi
914+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_list.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_list.Tpo -c -o src_mpd-decoder_list.obj `if test -f 'src/decoder_list.c'; then $(CYGPATH_W) 'src/decoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_list.c'; fi`
915+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_list.Tpo $(DEPDIR)/src_mpd-decoder_list.Po
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_list.c' object='src_mpd-decoder_list.obj' libtool=no @AMDEPBACKSLASH@
917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_list.obj `if test -f 'src/decoder_list.c'; then $(CYGPATH_W) 'src/decoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_list.c'; fi`
919
920 src_mpd-mad_plugin.o: src/decoder/mad_plugin.c
921-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mad_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mad_plugin.Tpo" -c -o src_mpd-mad_plugin.o `test -f 'src/decoder/mad_plugin.c' || echo '$(srcdir)/'`src/decoder/mad_plugin.c; \
922-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mad_plugin.Tpo" "$(DEPDIR)/src_mpd-mad_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mad_plugin.Tpo"; exit 1; fi
923+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mad_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mad_plugin.Tpo -c -o src_mpd-mad_plugin.o `test -f 'src/decoder/mad_plugin.c' || echo '$(srcdir)/'`src/decoder/mad_plugin.c
924+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mad_plugin.Tpo $(DEPDIR)/src_mpd-mad_plugin.Po
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mad_plugin.c' object='src_mpd-mad_plugin.o' libtool=no @AMDEPBACKSLASH@
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mad_plugin.o `test -f 'src/decoder/mad_plugin.c' || echo '$(srcdir)/'`src/decoder/mad_plugin.c
928
929 src_mpd-mad_plugin.obj: src/decoder/mad_plugin.c
930-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mad_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mad_plugin.Tpo" -c -o src_mpd-mad_plugin.obj `if test -f 'src/decoder/mad_plugin.c'; then $(CYGPATH_W) 'src/decoder/mad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mad_plugin.c'; fi`; \
931-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mad_plugin.Tpo" "$(DEPDIR)/src_mpd-mad_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mad_plugin.Tpo"; exit 1; fi
932+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mad_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mad_plugin.Tpo -c -o src_mpd-mad_plugin.obj `if test -f 'src/decoder/mad_plugin.c'; then $(CYGPATH_W) 'src/decoder/mad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mad_plugin.c'; fi`
933+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mad_plugin.Tpo $(DEPDIR)/src_mpd-mad_plugin.Po
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mad_plugin.c' object='src_mpd-mad_plugin.obj' libtool=no @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mad_plugin.obj `if test -f 'src/decoder/mad_plugin.c'; then $(CYGPATH_W) 'src/decoder/mad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mad_plugin.c'; fi`
937
938 src_mpd-mpcdec_plugin.o: src/decoder/mpcdec_plugin.c
939-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mpcdec_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo" -c -o src_mpd-mpcdec_plugin.o `test -f 'src/decoder/mpcdec_plugin.c' || echo '$(srcdir)/'`src/decoder/mpcdec_plugin.c; \
940-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo" "$(DEPDIR)/src_mpd-mpcdec_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo"; exit 1; fi
941+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mpcdec_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mpcdec_plugin.Tpo -c -o src_mpd-mpcdec_plugin.o `test -f 'src/decoder/mpcdec_plugin.c' || echo '$(srcdir)/'`src/decoder/mpcdec_plugin.c
942+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mpcdec_plugin.Tpo $(DEPDIR)/src_mpd-mpcdec_plugin.Po
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mpcdec_plugin.c' object='src_mpd-mpcdec_plugin.o' libtool=no @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mpcdec_plugin.o `test -f 'src/decoder/mpcdec_plugin.c' || echo '$(srcdir)/'`src/decoder/mpcdec_plugin.c
946
947 src_mpd-mpcdec_plugin.obj: src/decoder/mpcdec_plugin.c
948-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mpcdec_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo" -c -o src_mpd-mpcdec_plugin.obj `if test -f 'src/decoder/mpcdec_plugin.c'; then $(CYGPATH_W) 'src/decoder/mpcdec_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mpcdec_plugin.c'; fi`; \
949-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo" "$(DEPDIR)/src_mpd-mpcdec_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mpcdec_plugin.Tpo"; exit 1; fi
950+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mpcdec_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mpcdec_plugin.Tpo -c -o src_mpd-mpcdec_plugin.obj `if test -f 'src/decoder/mpcdec_plugin.c'; then $(CYGPATH_W) 'src/decoder/mpcdec_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mpcdec_plugin.c'; fi`
951+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mpcdec_plugin.Tpo $(DEPDIR)/src_mpd-mpcdec_plugin.Po
952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mpcdec_plugin.c' object='src_mpd-mpcdec_plugin.obj' libtool=no @AMDEPBACKSLASH@
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mpcdec_plugin.obj `if test -f 'src/decoder/mpcdec_plugin.c'; then $(CYGPATH_W) 'src/decoder/mpcdec_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mpcdec_plugin.c'; fi`
955
956 src_mpd-wavpack_plugin.o: src/decoder/wavpack_plugin.c
957-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wavpack_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo" -c -o src_mpd-wavpack_plugin.o `test -f 'src/decoder/wavpack_plugin.c' || echo '$(srcdir)/'`src/decoder/wavpack_plugin.c; \
958-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo" "$(DEPDIR)/src_mpd-wavpack_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo"; exit 1; fi
959+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wavpack_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-wavpack_plugin.Tpo -c -o src_mpd-wavpack_plugin.o `test -f 'src/decoder/wavpack_plugin.c' || echo '$(srcdir)/'`src/decoder/wavpack_plugin.c
960+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-wavpack_plugin.Tpo $(DEPDIR)/src_mpd-wavpack_plugin.Po
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/wavpack_plugin.c' object='src_mpd-wavpack_plugin.o' libtool=no @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-wavpack_plugin.o `test -f 'src/decoder/wavpack_plugin.c' || echo '$(srcdir)/'`src/decoder/wavpack_plugin.c
964
965 src_mpd-wavpack_plugin.obj: src/decoder/wavpack_plugin.c
966-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wavpack_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo" -c -o src_mpd-wavpack_plugin.obj `if test -f 'src/decoder/wavpack_plugin.c'; then $(CYGPATH_W) 'src/decoder/wavpack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wavpack_plugin.c'; fi`; \
967-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo" "$(DEPDIR)/src_mpd-wavpack_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-wavpack_plugin.Tpo"; exit 1; fi
968+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wavpack_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-wavpack_plugin.Tpo -c -o src_mpd-wavpack_plugin.obj `if test -f 'src/decoder/wavpack_plugin.c'; then $(CYGPATH_W) 'src/decoder/wavpack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wavpack_plugin.c'; fi`
969+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-wavpack_plugin.Tpo $(DEPDIR)/src_mpd-wavpack_plugin.Po
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/wavpack_plugin.c' object='src_mpd-wavpack_plugin.obj' libtool=no @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-wavpack_plugin.obj `if test -f 'src/decoder/wavpack_plugin.c'; then $(CYGPATH_W) 'src/decoder/wavpack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wavpack_plugin.c'; fi`
973
974 src_mpd-faad_plugin.o: src/decoder/faad_plugin.c
975-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-faad_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-faad_plugin.Tpo" -c -o src_mpd-faad_plugin.o `test -f 'src/decoder/faad_plugin.c' || echo '$(srcdir)/'`src/decoder/faad_plugin.c; \
976-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-faad_plugin.Tpo" "$(DEPDIR)/src_mpd-faad_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-faad_plugin.Tpo"; exit 1; fi
977+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-faad_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-faad_plugin.Tpo -c -o src_mpd-faad_plugin.o `test -f 'src/decoder/faad_plugin.c' || echo '$(srcdir)/'`src/decoder/faad_plugin.c
978+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-faad_plugin.Tpo $(DEPDIR)/src_mpd-faad_plugin.Po
979 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/faad_plugin.c' object='src_mpd-faad_plugin.o' libtool=no @AMDEPBACKSLASH@
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
981 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-faad_plugin.o `test -f 'src/decoder/faad_plugin.c' || echo '$(srcdir)/'`src/decoder/faad_plugin.c
982
983 src_mpd-faad_plugin.obj: src/decoder/faad_plugin.c
984-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-faad_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-faad_plugin.Tpo" -c -o src_mpd-faad_plugin.obj `if test -f 'src/decoder/faad_plugin.c'; then $(CYGPATH_W) 'src/decoder/faad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/faad_plugin.c'; fi`; \
985-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-faad_plugin.Tpo" "$(DEPDIR)/src_mpd-faad_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-faad_plugin.Tpo"; exit 1; fi
986+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-faad_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-faad_plugin.Tpo -c -o src_mpd-faad_plugin.obj `if test -f 'src/decoder/faad_plugin.c'; then $(CYGPATH_W) 'src/decoder/faad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/faad_plugin.c'; fi`
987+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-faad_plugin.Tpo $(DEPDIR)/src_mpd-faad_plugin.Po
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/faad_plugin.c' object='src_mpd-faad_plugin.obj' libtool=no @AMDEPBACKSLASH@
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-faad_plugin.obj `if test -f 'src/decoder/faad_plugin.c'; then $(CYGPATH_W) 'src/decoder/faad_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/faad_plugin.c'; fi`
991
992 src_mpd-mp4ff_plugin.o: src/decoder/mp4ff_plugin.c
993-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mp4ff_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo" -c -o src_mpd-mp4ff_plugin.o `test -f 'src/decoder/mp4ff_plugin.c' || echo '$(srcdir)/'`src/decoder/mp4ff_plugin.c; \
994-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo" "$(DEPDIR)/src_mpd-mp4ff_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo"; exit 1; fi
995+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mp4ff_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mp4ff_plugin.Tpo -c -o src_mpd-mp4ff_plugin.o `test -f 'src/decoder/mp4ff_plugin.c' || echo '$(srcdir)/'`src/decoder/mp4ff_plugin.c
996+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mp4ff_plugin.Tpo $(DEPDIR)/src_mpd-mp4ff_plugin.Po
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mp4ff_plugin.c' object='src_mpd-mp4ff_plugin.o' libtool=no @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mp4ff_plugin.o `test -f 'src/decoder/mp4ff_plugin.c' || echo '$(srcdir)/'`src/decoder/mp4ff_plugin.c
1000
1001 src_mpd-mp4ff_plugin.obj: src/decoder/mp4ff_plugin.c
1002-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mp4ff_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo" -c -o src_mpd-mp4ff_plugin.obj `if test -f 'src/decoder/mp4ff_plugin.c'; then $(CYGPATH_W) 'src/decoder/mp4ff_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mp4ff_plugin.c'; fi`; \
1003-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo" "$(DEPDIR)/src_mpd-mp4ff_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mp4ff_plugin.Tpo"; exit 1; fi
1004+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mp4ff_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mp4ff_plugin.Tpo -c -o src_mpd-mp4ff_plugin.obj `if test -f 'src/decoder/mp4ff_plugin.c'; then $(CYGPATH_W) 'src/decoder/mp4ff_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mp4ff_plugin.c'; fi`
1005+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mp4ff_plugin.Tpo $(DEPDIR)/src_mpd-mp4ff_plugin.Po
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mp4ff_plugin.c' object='src_mpd-mp4ff_plugin.obj' libtool=no @AMDEPBACKSLASH@
1007 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1008 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mp4ff_plugin.obj `if test -f 'src/decoder/mp4ff_plugin.c'; then $(CYGPATH_W) 'src/decoder/mp4ff_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mp4ff_plugin.c'; fi`
1009
1010 src_mpd-_ogg_common.o: src/decoder/_ogg_common.c
1011-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_ogg_common.o -MD -MP -MF "$(DEPDIR)/src_mpd-_ogg_common.Tpo" -c -o src_mpd-_ogg_common.o `test -f 'src/decoder/_ogg_common.c' || echo '$(srcdir)/'`src/decoder/_ogg_common.c; \
1012-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-_ogg_common.Tpo" "$(DEPDIR)/src_mpd-_ogg_common.Po"; else rm -f "$(DEPDIR)/src_mpd-_ogg_common.Tpo"; exit 1; fi
1013+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_ogg_common.o -MD -MP -MF $(DEPDIR)/src_mpd-_ogg_common.Tpo -c -o src_mpd-_ogg_common.o `test -f 'src/decoder/_ogg_common.c' || echo '$(srcdir)/'`src/decoder/_ogg_common.c
1014+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-_ogg_common.Tpo $(DEPDIR)/src_mpd-_ogg_common.Po
1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/_ogg_common.c' object='src_mpd-_ogg_common.o' libtool=no @AMDEPBACKSLASH@
1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1017 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-_ogg_common.o `test -f 'src/decoder/_ogg_common.c' || echo '$(srcdir)/'`src/decoder/_ogg_common.c
1018
1019 src_mpd-_ogg_common.obj: src/decoder/_ogg_common.c
1020-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_ogg_common.obj -MD -MP -MF "$(DEPDIR)/src_mpd-_ogg_common.Tpo" -c -o src_mpd-_ogg_common.obj `if test -f 'src/decoder/_ogg_common.c'; then $(CYGPATH_W) 'src/decoder/_ogg_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_ogg_common.c'; fi`; \
1021-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-_ogg_common.Tpo" "$(DEPDIR)/src_mpd-_ogg_common.Po"; else rm -f "$(DEPDIR)/src_mpd-_ogg_common.Tpo"; exit 1; fi
1022+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_ogg_common.obj -MD -MP -MF $(DEPDIR)/src_mpd-_ogg_common.Tpo -c -o src_mpd-_ogg_common.obj `if test -f 'src/decoder/_ogg_common.c'; then $(CYGPATH_W) 'src/decoder/_ogg_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_ogg_common.c'; fi`
1023+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-_ogg_common.Tpo $(DEPDIR)/src_mpd-_ogg_common.Po
1024 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/_ogg_common.c' object='src_mpd-_ogg_common.obj' libtool=no @AMDEPBACKSLASH@
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1026 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-_ogg_common.obj `if test -f 'src/decoder/_ogg_common.c'; then $(CYGPATH_W) 'src/decoder/_ogg_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_ogg_common.c'; fi`
1027
1028 src_mpd-_flac_common.o: src/decoder/_flac_common.c
1029-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_flac_common.o -MD -MP -MF "$(DEPDIR)/src_mpd-_flac_common.Tpo" -c -o src_mpd-_flac_common.o `test -f 'src/decoder/_flac_common.c' || echo '$(srcdir)/'`src/decoder/_flac_common.c; \
1030-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-_flac_common.Tpo" "$(DEPDIR)/src_mpd-_flac_common.Po"; else rm -f "$(DEPDIR)/src_mpd-_flac_common.Tpo"; exit 1; fi
1031+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_flac_common.o -MD -MP -MF $(DEPDIR)/src_mpd-_flac_common.Tpo -c -o src_mpd-_flac_common.o `test -f 'src/decoder/_flac_common.c' || echo '$(srcdir)/'`src/decoder/_flac_common.c
1032+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-_flac_common.Tpo $(DEPDIR)/src_mpd-_flac_common.Po
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/_flac_common.c' object='src_mpd-_flac_common.o' libtool=no @AMDEPBACKSLASH@
1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-_flac_common.o `test -f 'src/decoder/_flac_common.c' || echo '$(srcdir)/'`src/decoder/_flac_common.c
1036
1037 src_mpd-_flac_common.obj: src/decoder/_flac_common.c
1038-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_flac_common.obj -MD -MP -MF "$(DEPDIR)/src_mpd-_flac_common.Tpo" -c -o src_mpd-_flac_common.obj `if test -f 'src/decoder/_flac_common.c'; then $(CYGPATH_W) 'src/decoder/_flac_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_flac_common.c'; fi`; \
1039-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-_flac_common.Tpo" "$(DEPDIR)/src_mpd-_flac_common.Po"; else rm -f "$(DEPDIR)/src_mpd-_flac_common.Tpo"; exit 1; fi
1040+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-_flac_common.obj -MD -MP -MF $(DEPDIR)/src_mpd-_flac_common.Tpo -c -o src_mpd-_flac_common.obj `if test -f 'src/decoder/_flac_common.c'; then $(CYGPATH_W) 'src/decoder/_flac_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_flac_common.c'; fi`
1041+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-_flac_common.Tpo $(DEPDIR)/src_mpd-_flac_common.Po
1042 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/_flac_common.c' object='src_mpd-_flac_common.obj' libtool=no @AMDEPBACKSLASH@
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1044 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-_flac_common.obj `if test -f 'src/decoder/_flac_common.c'; then $(CYGPATH_W) 'src/decoder/_flac_common.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/_flac_common.c'; fi`
1045
1046 src_mpd-vorbis_plugin.o: src/decoder/vorbis_plugin.c
1047-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo" -c -o src_mpd-vorbis_plugin.o `test -f 'src/decoder/vorbis_plugin.c' || echo '$(srcdir)/'`src/decoder/vorbis_plugin.c; \
1048-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo" "$(DEPDIR)/src_mpd-vorbis_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo"; exit 1; fi
1049+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-vorbis_plugin.Tpo -c -o src_mpd-vorbis_plugin.o `test -f 'src/decoder/vorbis_plugin.c' || echo '$(srcdir)/'`src/decoder/vorbis_plugin.c
1050+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-vorbis_plugin.Tpo $(DEPDIR)/src_mpd-vorbis_plugin.Po
1051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/vorbis_plugin.c' object='src_mpd-vorbis_plugin.o' libtool=no @AMDEPBACKSLASH@
1052 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1053 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-vorbis_plugin.o `test -f 'src/decoder/vorbis_plugin.c' || echo '$(srcdir)/'`src/decoder/vorbis_plugin.c
1054
1055 src_mpd-vorbis_plugin.obj: src/decoder/vorbis_plugin.c
1056-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo" -c -o src_mpd-vorbis_plugin.obj `if test -f 'src/decoder/vorbis_plugin.c'; then $(CYGPATH_W) 'src/decoder/vorbis_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/vorbis_plugin.c'; fi`; \
1057-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo" "$(DEPDIR)/src_mpd-vorbis_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-vorbis_plugin.Tpo"; exit 1; fi
1058+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-vorbis_plugin.Tpo -c -o src_mpd-vorbis_plugin.obj `if test -f 'src/decoder/vorbis_plugin.c'; then $(CYGPATH_W) 'src/decoder/vorbis_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/vorbis_plugin.c'; fi`
1059+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-vorbis_plugin.Tpo $(DEPDIR)/src_mpd-vorbis_plugin.Po
1060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/vorbis_plugin.c' object='src_mpd-vorbis_plugin.obj' libtool=no @AMDEPBACKSLASH@
1061 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1062 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-vorbis_plugin.obj `if test -f 'src/decoder/vorbis_plugin.c'; then $(CYGPATH_W) 'src/decoder/vorbis_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/vorbis_plugin.c'; fi`
1063
1064 src_mpd-flac_plugin.o: src/decoder/flac_plugin.c
1065-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-flac_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-flac_plugin.Tpo" -c -o src_mpd-flac_plugin.o `test -f 'src/decoder/flac_plugin.c' || echo '$(srcdir)/'`src/decoder/flac_plugin.c; \
1066-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-flac_plugin.Tpo" "$(DEPDIR)/src_mpd-flac_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-flac_plugin.Tpo"; exit 1; fi
1067+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-flac_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-flac_plugin.Tpo -c -o src_mpd-flac_plugin.o `test -f 'src/decoder/flac_plugin.c' || echo '$(srcdir)/'`src/decoder/flac_plugin.c
1068+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-flac_plugin.Tpo $(DEPDIR)/src_mpd-flac_plugin.Po
1069 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/flac_plugin.c' object='src_mpd-flac_plugin.o' libtool=no @AMDEPBACKSLASH@
1070 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1071 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-flac_plugin.o `test -f 'src/decoder/flac_plugin.c' || echo '$(srcdir)/'`src/decoder/flac_plugin.c
1072
1073 src_mpd-flac_plugin.obj: src/decoder/flac_plugin.c
1074-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-flac_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-flac_plugin.Tpo" -c -o src_mpd-flac_plugin.obj `if test -f 'src/decoder/flac_plugin.c'; then $(CYGPATH_W) 'src/decoder/flac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/flac_plugin.c'; fi`; \
1075-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-flac_plugin.Tpo" "$(DEPDIR)/src_mpd-flac_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-flac_plugin.Tpo"; exit 1; fi
1076+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-flac_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-flac_plugin.Tpo -c -o src_mpd-flac_plugin.obj `if test -f 'src/decoder/flac_plugin.c'; then $(CYGPATH_W) 'src/decoder/flac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/flac_plugin.c'; fi`
1077+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-flac_plugin.Tpo $(DEPDIR)/src_mpd-flac_plugin.Po
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/flac_plugin.c' object='src_mpd-flac_plugin.obj' libtool=no @AMDEPBACKSLASH@
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-flac_plugin.obj `if test -f 'src/decoder/flac_plugin.c'; then $(CYGPATH_W) 'src/decoder/flac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/flac_plugin.c'; fi`
1081
1082 src_mpd-oggflac_plugin.o: src/decoder/oggflac_plugin.c
1083-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oggflac_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo" -c -o src_mpd-oggflac_plugin.o `test -f 'src/decoder/oggflac_plugin.c' || echo '$(srcdir)/'`src/decoder/oggflac_plugin.c; \
1084-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo" "$(DEPDIR)/src_mpd-oggflac_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo"; exit 1; fi
1085+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oggflac_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-oggflac_plugin.Tpo -c -o src_mpd-oggflac_plugin.o `test -f 'src/decoder/oggflac_plugin.c' || echo '$(srcdir)/'`src/decoder/oggflac_plugin.c
1086+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oggflac_plugin.Tpo $(DEPDIR)/src_mpd-oggflac_plugin.Po
1087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/oggflac_plugin.c' object='src_mpd-oggflac_plugin.o' libtool=no @AMDEPBACKSLASH@
1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1089 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oggflac_plugin.o `test -f 'src/decoder/oggflac_plugin.c' || echo '$(srcdir)/'`src/decoder/oggflac_plugin.c
1090
1091 src_mpd-oggflac_plugin.obj: src/decoder/oggflac_plugin.c
1092-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oggflac_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo" -c -o src_mpd-oggflac_plugin.obj `if test -f 'src/decoder/oggflac_plugin.c'; then $(CYGPATH_W) 'src/decoder/oggflac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/oggflac_plugin.c'; fi`; \
1093-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo" "$(DEPDIR)/src_mpd-oggflac_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-oggflac_plugin.Tpo"; exit 1; fi
1094+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oggflac_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-oggflac_plugin.Tpo -c -o src_mpd-oggflac_plugin.obj `if test -f 'src/decoder/oggflac_plugin.c'; then $(CYGPATH_W) 'src/decoder/oggflac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/oggflac_plugin.c'; fi`
1095+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oggflac_plugin.Tpo $(DEPDIR)/src_mpd-oggflac_plugin.Po
1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/oggflac_plugin.c' object='src_mpd-oggflac_plugin.obj' libtool=no @AMDEPBACKSLASH@
1097 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1098 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oggflac_plugin.obj `if test -f 'src/decoder/oggflac_plugin.c'; then $(CYGPATH_W) 'src/decoder/oggflac_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/oggflac_plugin.c'; fi`
1099
1100 src_mpd-audiofile_plugin.o: src/decoder/audiofile_plugin.c
1101-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audiofile_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo" -c -o src_mpd-audiofile_plugin.o `test -f 'src/decoder/audiofile_plugin.c' || echo '$(srcdir)/'`src/decoder/audiofile_plugin.c; \
1102-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo" "$(DEPDIR)/src_mpd-audiofile_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo"; exit 1; fi
1103+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audiofile_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-audiofile_plugin.Tpo -c -o src_mpd-audiofile_plugin.o `test -f 'src/decoder/audiofile_plugin.c' || echo '$(srcdir)/'`src/decoder/audiofile_plugin.c
1104+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audiofile_plugin.Tpo $(DEPDIR)/src_mpd-audiofile_plugin.Po
1105 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/audiofile_plugin.c' object='src_mpd-audiofile_plugin.o' libtool=no @AMDEPBACKSLASH@
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1107 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audiofile_plugin.o `test -f 'src/decoder/audiofile_plugin.c' || echo '$(srcdir)/'`src/decoder/audiofile_plugin.c
1108
1109 src_mpd-audiofile_plugin.obj: src/decoder/audiofile_plugin.c
1110-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audiofile_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo" -c -o src_mpd-audiofile_plugin.obj `if test -f 'src/decoder/audiofile_plugin.c'; then $(CYGPATH_W) 'src/decoder/audiofile_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/audiofile_plugin.c'; fi`; \
1111-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo" "$(DEPDIR)/src_mpd-audiofile_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-audiofile_plugin.Tpo"; exit 1; fi
1112+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audiofile_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-audiofile_plugin.Tpo -c -o src_mpd-audiofile_plugin.obj `if test -f 'src/decoder/audiofile_plugin.c'; then $(CYGPATH_W) 'src/decoder/audiofile_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/audiofile_plugin.c'; fi`
1113+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audiofile_plugin.Tpo $(DEPDIR)/src_mpd-audiofile_plugin.Po
1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/audiofile_plugin.c' object='src_mpd-audiofile_plugin.obj' libtool=no @AMDEPBACKSLASH@
1115 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1116 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audiofile_plugin.obj `if test -f 'src/decoder/audiofile_plugin.c'; then $(CYGPATH_W) 'src/decoder/audiofile_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/audiofile_plugin.c'; fi`
1117
1118 src_mpd-mikmod_plugin.o: src/decoder/mikmod_plugin.c
1119-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mikmod_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo" -c -o src_mpd-mikmod_plugin.o `test -f 'src/decoder/mikmod_plugin.c' || echo '$(srcdir)/'`src/decoder/mikmod_plugin.c; \
1120-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo" "$(DEPDIR)/src_mpd-mikmod_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo"; exit 1; fi
1121+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mikmod_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mikmod_plugin.Tpo -c -o src_mpd-mikmod_plugin.o `test -f 'src/decoder/mikmod_plugin.c' || echo '$(srcdir)/'`src/decoder/mikmod_plugin.c
1122+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mikmod_plugin.Tpo $(DEPDIR)/src_mpd-mikmod_plugin.Po
1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mikmod_plugin.c' object='src_mpd-mikmod_plugin.o' libtool=no @AMDEPBACKSLASH@
1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1125 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mikmod_plugin.o `test -f 'src/decoder/mikmod_plugin.c' || echo '$(srcdir)/'`src/decoder/mikmod_plugin.c
1126
1127 src_mpd-mikmod_plugin.obj: src/decoder/mikmod_plugin.c
1128-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mikmod_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo" -c -o src_mpd-mikmod_plugin.obj `if test -f 'src/decoder/mikmod_plugin.c'; then $(CYGPATH_W) 'src/decoder/mikmod_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mikmod_plugin.c'; fi`; \
1129-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo" "$(DEPDIR)/src_mpd-mikmod_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mikmod_plugin.Tpo"; exit 1; fi
1130+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mikmod_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mikmod_plugin.Tpo -c -o src_mpd-mikmod_plugin.obj `if test -f 'src/decoder/mikmod_plugin.c'; then $(CYGPATH_W) 'src/decoder/mikmod_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mikmod_plugin.c'; fi`
1131+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mikmod_plugin.Tpo $(DEPDIR)/src_mpd-mikmod_plugin.Po
1132 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/mikmod_plugin.c' object='src_mpd-mikmod_plugin.obj' libtool=no @AMDEPBACKSLASH@
1133 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1134 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mikmod_plugin.obj `if test -f 'src/decoder/mikmod_plugin.c'; then $(CYGPATH_W) 'src/decoder/mikmod_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/mikmod_plugin.c'; fi`
1135
1136 src_mpd-modplug_plugin.o: src/decoder/modplug_plugin.c
1137-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-modplug_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-modplug_plugin.Tpo" -c -o src_mpd-modplug_plugin.o `test -f 'src/decoder/modplug_plugin.c' || echo '$(srcdir)/'`src/decoder/modplug_plugin.c; \
1138-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-modplug_plugin.Tpo" "$(DEPDIR)/src_mpd-modplug_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-modplug_plugin.Tpo"; exit 1; fi
1139+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-modplug_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-modplug_plugin.Tpo -c -o src_mpd-modplug_plugin.o `test -f 'src/decoder/modplug_plugin.c' || echo '$(srcdir)/'`src/decoder/modplug_plugin.c
1140+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-modplug_plugin.Tpo $(DEPDIR)/src_mpd-modplug_plugin.Po
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/modplug_plugin.c' object='src_mpd-modplug_plugin.o' libtool=no @AMDEPBACKSLASH@
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-modplug_plugin.o `test -f 'src/decoder/modplug_plugin.c' || echo '$(srcdir)/'`src/decoder/modplug_plugin.c
1144
1145 src_mpd-modplug_plugin.obj: src/decoder/modplug_plugin.c
1146-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-modplug_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-modplug_plugin.Tpo" -c -o src_mpd-modplug_plugin.obj `if test -f 'src/decoder/modplug_plugin.c'; then $(CYGPATH_W) 'src/decoder/modplug_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/modplug_plugin.c'; fi`; \
1147-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-modplug_plugin.Tpo" "$(DEPDIR)/src_mpd-modplug_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-modplug_plugin.Tpo"; exit 1; fi
1148+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-modplug_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-modplug_plugin.Tpo -c -o src_mpd-modplug_plugin.obj `if test -f 'src/decoder/modplug_plugin.c'; then $(CYGPATH_W) 'src/decoder/modplug_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/modplug_plugin.c'; fi`
1149+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-modplug_plugin.Tpo $(DEPDIR)/src_mpd-modplug_plugin.Po
1150 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/modplug_plugin.c' object='src_mpd-modplug_plugin.obj' libtool=no @AMDEPBACKSLASH@
1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-modplug_plugin.obj `if test -f 'src/decoder/modplug_plugin.c'; then $(CYGPATH_W) 'src/decoder/modplug_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/modplug_plugin.c'; fi`
1153
1154 src_mpd-fluidsynth_plugin.o: src/decoder/fluidsynth_plugin.c
1155-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fluidsynth_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo" -c -o src_mpd-fluidsynth_plugin.o `test -f 'src/decoder/fluidsynth_plugin.c' || echo '$(srcdir)/'`src/decoder/fluidsynth_plugin.c; \
1156-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo" "$(DEPDIR)/src_mpd-fluidsynth_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo"; exit 1; fi
1157+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fluidsynth_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo -c -o src_mpd-fluidsynth_plugin.o `test -f 'src/decoder/fluidsynth_plugin.c' || echo '$(srcdir)/'`src/decoder/fluidsynth_plugin.c
1158+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo $(DEPDIR)/src_mpd-fluidsynth_plugin.Po
1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/fluidsynth_plugin.c' object='src_mpd-fluidsynth_plugin.o' libtool=no @AMDEPBACKSLASH@
1160 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1161 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fluidsynth_plugin.o `test -f 'src/decoder/fluidsynth_plugin.c' || echo '$(srcdir)/'`src/decoder/fluidsynth_plugin.c
1162
1163 src_mpd-fluidsynth_plugin.obj: src/decoder/fluidsynth_plugin.c
1164-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fluidsynth_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo" -c -o src_mpd-fluidsynth_plugin.obj `if test -f 'src/decoder/fluidsynth_plugin.c'; then $(CYGPATH_W) 'src/decoder/fluidsynth_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/fluidsynth_plugin.c'; fi`; \
1165-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo" "$(DEPDIR)/src_mpd-fluidsynth_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo"; exit 1; fi
1166+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fluidsynth_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo -c -o src_mpd-fluidsynth_plugin.obj `if test -f 'src/decoder/fluidsynth_plugin.c'; then $(CYGPATH_W) 'src/decoder/fluidsynth_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/fluidsynth_plugin.c'; fi`
1167+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fluidsynth_plugin.Tpo $(DEPDIR)/src_mpd-fluidsynth_plugin.Po
1168 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/fluidsynth_plugin.c' object='src_mpd-fluidsynth_plugin.obj' libtool=no @AMDEPBACKSLASH@
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1170 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fluidsynth_plugin.obj `if test -f 'src/decoder/fluidsynth_plugin.c'; then $(CYGPATH_W) 'src/decoder/fluidsynth_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/fluidsynth_plugin.c'; fi`
1171
1172 src_mpd-wildmidi_plugin.o: src/decoder/wildmidi_plugin.c
1173-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wildmidi_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo" -c -o src_mpd-wildmidi_plugin.o `test -f 'src/decoder/wildmidi_plugin.c' || echo '$(srcdir)/'`src/decoder/wildmidi_plugin.c; \
1174-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo" "$(DEPDIR)/src_mpd-wildmidi_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo"; exit 1; fi
1175+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wildmidi_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-wildmidi_plugin.Tpo -c -o src_mpd-wildmidi_plugin.o `test -f 'src/decoder/wildmidi_plugin.c' || echo '$(srcdir)/'`src/decoder/wildmidi_plugin.c
1176+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-wildmidi_plugin.Tpo $(DEPDIR)/src_mpd-wildmidi_plugin.Po
1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/wildmidi_plugin.c' object='src_mpd-wildmidi_plugin.o' libtool=no @AMDEPBACKSLASH@
1178 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1179 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-wildmidi_plugin.o `test -f 'src/decoder/wildmidi_plugin.c' || echo '$(srcdir)/'`src/decoder/wildmidi_plugin.c
1180
1181 src_mpd-wildmidi_plugin.obj: src/decoder/wildmidi_plugin.c
1182-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wildmidi_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo" -c -o src_mpd-wildmidi_plugin.obj `if test -f 'src/decoder/wildmidi_plugin.c'; then $(CYGPATH_W) 'src/decoder/wildmidi_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wildmidi_plugin.c'; fi`; \
1183-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo" "$(DEPDIR)/src_mpd-wildmidi_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-wildmidi_plugin.Tpo"; exit 1; fi
1184+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-wildmidi_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-wildmidi_plugin.Tpo -c -o src_mpd-wildmidi_plugin.obj `if test -f 'src/decoder/wildmidi_plugin.c'; then $(CYGPATH_W) 'src/decoder/wildmidi_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wildmidi_plugin.c'; fi`
1185+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-wildmidi_plugin.Tpo $(DEPDIR)/src_mpd-wildmidi_plugin.Po
1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/wildmidi_plugin.c' object='src_mpd-wildmidi_plugin.obj' libtool=no @AMDEPBACKSLASH@
1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-wildmidi_plugin.obj `if test -f 'src/decoder/wildmidi_plugin.c'; then $(CYGPATH_W) 'src/decoder/wildmidi_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/wildmidi_plugin.c'; fi`
1189
1190 src_mpd-ffmpeg_plugin.o: src/decoder/ffmpeg_plugin.c
1191-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ffmpeg_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo" -c -o src_mpd-ffmpeg_plugin.o `test -f 'src/decoder/ffmpeg_plugin.c' || echo '$(srcdir)/'`src/decoder/ffmpeg_plugin.c; \
1192-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo" "$(DEPDIR)/src_mpd-ffmpeg_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo"; exit 1; fi
1193+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ffmpeg_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo -c -o src_mpd-ffmpeg_plugin.o `test -f 'src/decoder/ffmpeg_plugin.c' || echo '$(srcdir)/'`src/decoder/ffmpeg_plugin.c
1194+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo $(DEPDIR)/src_mpd-ffmpeg_plugin.Po
1195 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/ffmpeg_plugin.c' object='src_mpd-ffmpeg_plugin.o' libtool=no @AMDEPBACKSLASH@
1196 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1197 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ffmpeg_plugin.o `test -f 'src/decoder/ffmpeg_plugin.c' || echo '$(srcdir)/'`src/decoder/ffmpeg_plugin.c
1198
1199 src_mpd-ffmpeg_plugin.obj: src/decoder/ffmpeg_plugin.c
1200-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ffmpeg_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo" -c -o src_mpd-ffmpeg_plugin.obj `if test -f 'src/decoder/ffmpeg_plugin.c'; then $(CYGPATH_W) 'src/decoder/ffmpeg_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/ffmpeg_plugin.c'; fi`; \
1201-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo" "$(DEPDIR)/src_mpd-ffmpeg_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo"; exit 1; fi
1202+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ffmpeg_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo -c -o src_mpd-ffmpeg_plugin.obj `if test -f 'src/decoder/ffmpeg_plugin.c'; then $(CYGPATH_W) 'src/decoder/ffmpeg_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/ffmpeg_plugin.c'; fi`
1203+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ffmpeg_plugin.Tpo $(DEPDIR)/src_mpd-ffmpeg_plugin.Po
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder/ffmpeg_plugin.c' object='src_mpd-ffmpeg_plugin.obj' libtool=no @AMDEPBACKSLASH@
1205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ffmpeg_plugin.obj `if test -f 'src/decoder/ffmpeg_plugin.c'; then $(CYGPATH_W) 'src/decoder/ffmpeg_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder/ffmpeg_plugin.c'; fi`
1207
1208 src_mpd-cue_tag.o: src/cue/cue_tag.c
1209-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cue_tag.o -MD -MP -MF "$(DEPDIR)/src_mpd-cue_tag.Tpo" -c -o src_mpd-cue_tag.o `test -f 'src/cue/cue_tag.c' || echo '$(srcdir)/'`src/cue/cue_tag.c; \
1210-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-cue_tag.Tpo" "$(DEPDIR)/src_mpd-cue_tag.Po"; else rm -f "$(DEPDIR)/src_mpd-cue_tag.Tpo"; exit 1; fi
1211+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cue_tag.o -MD -MP -MF $(DEPDIR)/src_mpd-cue_tag.Tpo -c -o src_mpd-cue_tag.o `test -f 'src/cue/cue_tag.c' || echo '$(srcdir)/'`src/cue/cue_tag.c
1212+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-cue_tag.Tpo $(DEPDIR)/src_mpd-cue_tag.Po
1213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/cue/cue_tag.c' object='src_mpd-cue_tag.o' libtool=no @AMDEPBACKSLASH@
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-cue_tag.o `test -f 'src/cue/cue_tag.c' || echo '$(srcdir)/'`src/cue/cue_tag.c
1216
1217 src_mpd-cue_tag.obj: src/cue/cue_tag.c
1218-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cue_tag.obj -MD -MP -MF "$(DEPDIR)/src_mpd-cue_tag.Tpo" -c -o src_mpd-cue_tag.obj `if test -f 'src/cue/cue_tag.c'; then $(CYGPATH_W) 'src/cue/cue_tag.c'; else $(CYGPATH_W) '$(srcdir)/src/cue/cue_tag.c'; fi`; \
1219-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-cue_tag.Tpo" "$(DEPDIR)/src_mpd-cue_tag.Po"; else rm -f "$(DEPDIR)/src_mpd-cue_tag.Tpo"; exit 1; fi
1220+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cue_tag.obj -MD -MP -MF $(DEPDIR)/src_mpd-cue_tag.Tpo -c -o src_mpd-cue_tag.obj `if test -f 'src/cue/cue_tag.c'; then $(CYGPATH_W) 'src/cue/cue_tag.c'; else $(CYGPATH_W) '$(srcdir)/src/cue/cue_tag.c'; fi`
1221+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-cue_tag.Tpo $(DEPDIR)/src_mpd-cue_tag.Po
1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/cue/cue_tag.c' object='src_mpd-cue_tag.obj' libtool=no @AMDEPBACKSLASH@
1223 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1224 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-cue_tag.obj `if test -f 'src/cue/cue_tag.c'; then $(CYGPATH_W) 'src/cue/cue_tag.c'; else $(CYGPATH_W) '$(srcdir)/src/cue/cue_tag.c'; fi`
1225
1226 src_mpd-encoder_list.o: src/encoder_list.c
1227-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-encoder_list.o -MD -MP -MF "$(DEPDIR)/src_mpd-encoder_list.Tpo" -c -o src_mpd-encoder_list.o `test -f 'src/encoder_list.c' || echo '$(srcdir)/'`src/encoder_list.c; \
1228-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-encoder_list.Tpo" "$(DEPDIR)/src_mpd-encoder_list.Po"; else rm -f "$(DEPDIR)/src_mpd-encoder_list.Tpo"; exit 1; fi
1229+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-encoder_list.o -MD -MP -MF $(DEPDIR)/src_mpd-encoder_list.Tpo -c -o src_mpd-encoder_list.o `test -f 'src/encoder_list.c' || echo '$(srcdir)/'`src/encoder_list.c
1230+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-encoder_list.Tpo $(DEPDIR)/src_mpd-encoder_list.Po
1231 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder_list.c' object='src_mpd-encoder_list.o' libtool=no @AMDEPBACKSLASH@
1232 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1233 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-encoder_list.o `test -f 'src/encoder_list.c' || echo '$(srcdir)/'`src/encoder_list.c
1234
1235 src_mpd-encoder_list.obj: src/encoder_list.c
1236-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-encoder_list.obj -MD -MP -MF "$(DEPDIR)/src_mpd-encoder_list.Tpo" -c -o src_mpd-encoder_list.obj `if test -f 'src/encoder_list.c'; then $(CYGPATH_W) 'src/encoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder_list.c'; fi`; \
1237-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-encoder_list.Tpo" "$(DEPDIR)/src_mpd-encoder_list.Po"; else rm -f "$(DEPDIR)/src_mpd-encoder_list.Tpo"; exit 1; fi
1238+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-encoder_list.obj -MD -MP -MF $(DEPDIR)/src_mpd-encoder_list.Tpo -c -o src_mpd-encoder_list.obj `if test -f 'src/encoder_list.c'; then $(CYGPATH_W) 'src/encoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder_list.c'; fi`
1239+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-encoder_list.Tpo $(DEPDIR)/src_mpd-encoder_list.Po
1240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder_list.c' object='src_mpd-encoder_list.obj' libtool=no @AMDEPBACKSLASH@
1241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1242 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-encoder_list.obj `if test -f 'src/encoder_list.c'; then $(CYGPATH_W) 'src/encoder_list.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder_list.c'; fi`
1243
1244 src_mpd-vorbis_encoder.o: src/encoder/vorbis_encoder.c
1245-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_encoder.o -MD -MP -MF "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo" -c -o src_mpd-vorbis_encoder.o `test -f 'src/encoder/vorbis_encoder.c' || echo '$(srcdir)/'`src/encoder/vorbis_encoder.c; \
1246-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo" "$(DEPDIR)/src_mpd-vorbis_encoder.Po"; else rm -f "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo"; exit 1; fi
1247+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_encoder.o -MD -MP -MF $(DEPDIR)/src_mpd-vorbis_encoder.Tpo -c -o src_mpd-vorbis_encoder.o `test -f 'src/encoder/vorbis_encoder.c' || echo '$(srcdir)/'`src/encoder/vorbis_encoder.c
1248+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-vorbis_encoder.Tpo $(DEPDIR)/src_mpd-vorbis_encoder.Po
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder/vorbis_encoder.c' object='src_mpd-vorbis_encoder.o' libtool=no @AMDEPBACKSLASH@
1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1251 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-vorbis_encoder.o `test -f 'src/encoder/vorbis_encoder.c' || echo '$(srcdir)/'`src/encoder/vorbis_encoder.c
1252
1253 src_mpd-vorbis_encoder.obj: src/encoder/vorbis_encoder.c
1254-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_encoder.obj -MD -MP -MF "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo" -c -o src_mpd-vorbis_encoder.obj `if test -f 'src/encoder/vorbis_encoder.c'; then $(CYGPATH_W) 'src/encoder/vorbis_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/vorbis_encoder.c'; fi`; \
1255-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo" "$(DEPDIR)/src_mpd-vorbis_encoder.Po"; else rm -f "$(DEPDIR)/src_mpd-vorbis_encoder.Tpo"; exit 1; fi
1256+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-vorbis_encoder.obj -MD -MP -MF $(DEPDIR)/src_mpd-vorbis_encoder.Tpo -c -o src_mpd-vorbis_encoder.obj `if test -f 'src/encoder/vorbis_encoder.c'; then $(CYGPATH_W) 'src/encoder/vorbis_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/vorbis_encoder.c'; fi`
1257+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-vorbis_encoder.Tpo $(DEPDIR)/src_mpd-vorbis_encoder.Po
1258 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder/vorbis_encoder.c' object='src_mpd-vorbis_encoder.obj' libtool=no @AMDEPBACKSLASH@
1259 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1260 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-vorbis_encoder.obj `if test -f 'src/encoder/vorbis_encoder.c'; then $(CYGPATH_W) 'src/encoder/vorbis_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/vorbis_encoder.c'; fi`
1261
1262 src_mpd-lame_encoder.o: src/encoder/lame_encoder.c
1263-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lame_encoder.o -MD -MP -MF "$(DEPDIR)/src_mpd-lame_encoder.Tpo" -c -o src_mpd-lame_encoder.o `test -f 'src/encoder/lame_encoder.c' || echo '$(srcdir)/'`src/encoder/lame_encoder.c; \
1264-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-lame_encoder.Tpo" "$(DEPDIR)/src_mpd-lame_encoder.Po"; else rm -f "$(DEPDIR)/src_mpd-lame_encoder.Tpo"; exit 1; fi
1265+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lame_encoder.o -MD -MP -MF $(DEPDIR)/src_mpd-lame_encoder.Tpo -c -o src_mpd-lame_encoder.o `test -f 'src/encoder/lame_encoder.c' || echo '$(srcdir)/'`src/encoder/lame_encoder.c
1266+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-lame_encoder.Tpo $(DEPDIR)/src_mpd-lame_encoder.Po
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder/lame_encoder.c' object='src_mpd-lame_encoder.o' libtool=no @AMDEPBACKSLASH@
1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1269 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-lame_encoder.o `test -f 'src/encoder/lame_encoder.c' || echo '$(srcdir)/'`src/encoder/lame_encoder.c
1270
1271 src_mpd-lame_encoder.obj: src/encoder/lame_encoder.c
1272-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lame_encoder.obj -MD -MP -MF "$(DEPDIR)/src_mpd-lame_encoder.Tpo" -c -o src_mpd-lame_encoder.obj `if test -f 'src/encoder/lame_encoder.c'; then $(CYGPATH_W) 'src/encoder/lame_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/lame_encoder.c'; fi`; \
1273-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-lame_encoder.Tpo" "$(DEPDIR)/src_mpd-lame_encoder.Po"; else rm -f "$(DEPDIR)/src_mpd-lame_encoder.Tpo"; exit 1; fi
1274+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-lame_encoder.obj -MD -MP -MF $(DEPDIR)/src_mpd-lame_encoder.Tpo -c -o src_mpd-lame_encoder.obj `if test -f 'src/encoder/lame_encoder.c'; then $(CYGPATH_W) 'src/encoder/lame_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/lame_encoder.c'; fi`
1275+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-lame_encoder.Tpo $(DEPDIR)/src_mpd-lame_encoder.Po
1276 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/encoder/lame_encoder.c' object='src_mpd-lame_encoder.obj' libtool=no @AMDEPBACKSLASH@
1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1278 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-lame_encoder.obj `if test -f 'src/encoder/lame_encoder.c'; then $(CYGPATH_W) 'src/encoder/lame_encoder.c'; else $(CYGPATH_W) '$(srcdir)/src/encoder/lame_encoder.c'; fi`
1279
1280 src_mpd-output_list.o: src/output_list.c
1281-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_list.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_list.Tpo" -c -o src_mpd-output_list.o `test -f 'src/output_list.c' || echo '$(srcdir)/'`src/output_list.c; \
1282-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_list.Tpo" "$(DEPDIR)/src_mpd-output_list.Po"; else rm -f "$(DEPDIR)/src_mpd-output_list.Tpo"; exit 1; fi
1283+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_list.o -MD -MP -MF $(DEPDIR)/src_mpd-output_list.Tpo -c -o src_mpd-output_list.o `test -f 'src/output_list.c' || echo '$(srcdir)/'`src/output_list.c
1284+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_list.Tpo $(DEPDIR)/src_mpd-output_list.Po
1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_list.c' object='src_mpd-output_list.o' libtool=no @AMDEPBACKSLASH@
1286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1287 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_list.o `test -f 'src/output_list.c' || echo '$(srcdir)/'`src/output_list.c
1288
1289 src_mpd-output_list.obj: src/output_list.c
1290-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_list.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_list.Tpo" -c -o src_mpd-output_list.obj `if test -f 'src/output_list.c'; then $(CYGPATH_W) 'src/output_list.c'; else $(CYGPATH_W) '$(srcdir)/src/output_list.c'; fi`; \
1291-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_list.Tpo" "$(DEPDIR)/src_mpd-output_list.Po"; else rm -f "$(DEPDIR)/src_mpd-output_list.Tpo"; exit 1; fi
1292+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_list.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_list.Tpo -c -o src_mpd-output_list.obj `if test -f 'src/output_list.c'; then $(CYGPATH_W) 'src/output_list.c'; else $(CYGPATH_W) '$(srcdir)/src/output_list.c'; fi`
1293+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_list.Tpo $(DEPDIR)/src_mpd-output_list.Po
1294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_list.c' object='src_mpd-output_list.obj' libtool=no @AMDEPBACKSLASH@
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_list.obj `if test -f 'src/output_list.c'; then $(CYGPATH_W) 'src/output_list.c'; else $(CYGPATH_W) '$(srcdir)/src/output_list.c'; fi`
1297
1298 src_mpd-output_all.o: src/output_all.c
1299-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_all.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_all.Tpo" -c -o src_mpd-output_all.o `test -f 'src/output_all.c' || echo '$(srcdir)/'`src/output_all.c; \
1300-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_all.Tpo" "$(DEPDIR)/src_mpd-output_all.Po"; else rm -f "$(DEPDIR)/src_mpd-output_all.Tpo"; exit 1; fi
1301+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_all.o -MD -MP -MF $(DEPDIR)/src_mpd-output_all.Tpo -c -o src_mpd-output_all.o `test -f 'src/output_all.c' || echo '$(srcdir)/'`src/output_all.c
1302+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_all.Tpo $(DEPDIR)/src_mpd-output_all.Po
1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_all.c' object='src_mpd-output_all.o' libtool=no @AMDEPBACKSLASH@
1304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1305 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_all.o `test -f 'src/output_all.c' || echo '$(srcdir)/'`src/output_all.c
1306
1307 src_mpd-output_all.obj: src/output_all.c
1308-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_all.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_all.Tpo" -c -o src_mpd-output_all.obj `if test -f 'src/output_all.c'; then $(CYGPATH_W) 'src/output_all.c'; else $(CYGPATH_W) '$(srcdir)/src/output_all.c'; fi`; \
1309-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_all.Tpo" "$(DEPDIR)/src_mpd-output_all.Po"; else rm -f "$(DEPDIR)/src_mpd-output_all.Tpo"; exit 1; fi
1310+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_all.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_all.Tpo -c -o src_mpd-output_all.obj `if test -f 'src/output_all.c'; then $(CYGPATH_W) 'src/output_all.c'; else $(CYGPATH_W) '$(srcdir)/src/output_all.c'; fi`
1311+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_all.Tpo $(DEPDIR)/src_mpd-output_all.Po
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_all.c' object='src_mpd-output_all.obj' libtool=no @AMDEPBACKSLASH@
1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1314 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_all.obj `if test -f 'src/output_all.c'; then $(CYGPATH_W) 'src/output_all.c'; else $(CYGPATH_W) '$(srcdir)/src/output_all.c'; fi`
1315
1316 src_mpd-output_thread.o: src/output_thread.c
1317-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_thread.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_thread.Tpo" -c -o src_mpd-output_thread.o `test -f 'src/output_thread.c' || echo '$(srcdir)/'`src/output_thread.c; \
1318-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_thread.Tpo" "$(DEPDIR)/src_mpd-output_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-output_thread.Tpo"; exit 1; fi
1319+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_thread.o -MD -MP -MF $(DEPDIR)/src_mpd-output_thread.Tpo -c -o src_mpd-output_thread.o `test -f 'src/output_thread.c' || echo '$(srcdir)/'`src/output_thread.c
1320+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_thread.Tpo $(DEPDIR)/src_mpd-output_thread.Po
1321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_thread.c' object='src_mpd-output_thread.o' libtool=no @AMDEPBACKSLASH@
1322 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1323 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_thread.o `test -f 'src/output_thread.c' || echo '$(srcdir)/'`src/output_thread.c
1324
1325 src_mpd-output_thread.obj: src/output_thread.c
1326-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_thread.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_thread.Tpo" -c -o src_mpd-output_thread.obj `if test -f 'src/output_thread.c'; then $(CYGPATH_W) 'src/output_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/output_thread.c'; fi`; \
1327-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_thread.Tpo" "$(DEPDIR)/src_mpd-output_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-output_thread.Tpo"; exit 1; fi
1328+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_thread.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_thread.Tpo -c -o src_mpd-output_thread.obj `if test -f 'src/output_thread.c'; then $(CYGPATH_W) 'src/output_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/output_thread.c'; fi`
1329+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_thread.Tpo $(DEPDIR)/src_mpd-output_thread.Po
1330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_thread.c' object='src_mpd-output_thread.obj' libtool=no @AMDEPBACKSLASH@
1331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1332 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_thread.obj `if test -f 'src/output_thread.c'; then $(CYGPATH_W) 'src/output_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/output_thread.c'; fi`
1333
1334 src_mpd-output_control.o: src/output_control.c
1335-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_control.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_control.Tpo" -c -o src_mpd-output_control.o `test -f 'src/output_control.c' || echo '$(srcdir)/'`src/output_control.c; \
1336-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_control.Tpo" "$(DEPDIR)/src_mpd-output_control.Po"; else rm -f "$(DEPDIR)/src_mpd-output_control.Tpo"; exit 1; fi
1337+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_control.o -MD -MP -MF $(DEPDIR)/src_mpd-output_control.Tpo -c -o src_mpd-output_control.o `test -f 'src/output_control.c' || echo '$(srcdir)/'`src/output_control.c
1338+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_control.Tpo $(DEPDIR)/src_mpd-output_control.Po
1339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_control.c' object='src_mpd-output_control.o' libtool=no @AMDEPBACKSLASH@
1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1341 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_control.o `test -f 'src/output_control.c' || echo '$(srcdir)/'`src/output_control.c
1342
1343 src_mpd-output_control.obj: src/output_control.c
1344-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_control.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_control.Tpo" -c -o src_mpd-output_control.obj `if test -f 'src/output_control.c'; then $(CYGPATH_W) 'src/output_control.c'; else $(CYGPATH_W) '$(srcdir)/src/output_control.c'; fi`; \
1345-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_control.Tpo" "$(DEPDIR)/src_mpd-output_control.Po"; else rm -f "$(DEPDIR)/src_mpd-output_control.Tpo"; exit 1; fi
1346+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_control.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_control.Tpo -c -o src_mpd-output_control.obj `if test -f 'src/output_control.c'; then $(CYGPATH_W) 'src/output_control.c'; else $(CYGPATH_W) '$(srcdir)/src/output_control.c'; fi`
1347+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_control.Tpo $(DEPDIR)/src_mpd-output_control.Po
1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_control.c' object='src_mpd-output_control.obj' libtool=no @AMDEPBACKSLASH@
1349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1350 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_control.obj `if test -f 'src/output_control.c'; then $(CYGPATH_W) 'src/output_control.c'; else $(CYGPATH_W) '$(srcdir)/src/output_control.c'; fi`
1351
1352 src_mpd-output_state.o: src/output_state.c
1353-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_state.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_state.Tpo" -c -o src_mpd-output_state.o `test -f 'src/output_state.c' || echo '$(srcdir)/'`src/output_state.c; \
1354-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_state.Tpo" "$(DEPDIR)/src_mpd-output_state.Po"; else rm -f "$(DEPDIR)/src_mpd-output_state.Tpo"; exit 1; fi
1355+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_state.o -MD -MP -MF $(DEPDIR)/src_mpd-output_state.Tpo -c -o src_mpd-output_state.o `test -f 'src/output_state.c' || echo '$(srcdir)/'`src/output_state.c
1356+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_state.Tpo $(DEPDIR)/src_mpd-output_state.Po
1357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_state.c' object='src_mpd-output_state.o' libtool=no @AMDEPBACKSLASH@
1358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1359 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_state.o `test -f 'src/output_state.c' || echo '$(srcdir)/'`src/output_state.c
1360
1361 src_mpd-output_state.obj: src/output_state.c
1362-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_state.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_state.Tpo" -c -o src_mpd-output_state.obj `if test -f 'src/output_state.c'; then $(CYGPATH_W) 'src/output_state.c'; else $(CYGPATH_W) '$(srcdir)/src/output_state.c'; fi`; \
1363-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_state.Tpo" "$(DEPDIR)/src_mpd-output_state.Po"; else rm -f "$(DEPDIR)/src_mpd-output_state.Tpo"; exit 1; fi
1364+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_state.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_state.Tpo -c -o src_mpd-output_state.obj `if test -f 'src/output_state.c'; then $(CYGPATH_W) 'src/output_state.c'; else $(CYGPATH_W) '$(srcdir)/src/output_state.c'; fi`
1365+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_state.Tpo $(DEPDIR)/src_mpd-output_state.Po
1366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_state.c' object='src_mpd-output_state.obj' libtool=no @AMDEPBACKSLASH@
1367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1368 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_state.obj `if test -f 'src/output_state.c'; then $(CYGPATH_W) 'src/output_state.c'; else $(CYGPATH_W) '$(srcdir)/src/output_state.c'; fi`
1369
1370 src_mpd-output_print.o: src/output_print.c
1371-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_print.Tpo" -c -o src_mpd-output_print.o `test -f 'src/output_print.c' || echo '$(srcdir)/'`src/output_print.c; \
1372-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_print.Tpo" "$(DEPDIR)/src_mpd-output_print.Po"; else rm -f "$(DEPDIR)/src_mpd-output_print.Tpo"; exit 1; fi
1373+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_print.o -MD -MP -MF $(DEPDIR)/src_mpd-output_print.Tpo -c -o src_mpd-output_print.o `test -f 'src/output_print.c' || echo '$(srcdir)/'`src/output_print.c
1374+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_print.Tpo $(DEPDIR)/src_mpd-output_print.Po
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_print.c' object='src_mpd-output_print.o' libtool=no @AMDEPBACKSLASH@
1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1377 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_print.o `test -f 'src/output_print.c' || echo '$(srcdir)/'`src/output_print.c
1378
1379 src_mpd-output_print.obj: src/output_print.c
1380-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_print.Tpo" -c -o src_mpd-output_print.obj `if test -f 'src/output_print.c'; then $(CYGPATH_W) 'src/output_print.c'; else $(CYGPATH_W) '$(srcdir)/src/output_print.c'; fi`; \
1381-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_print.Tpo" "$(DEPDIR)/src_mpd-output_print.Po"; else rm -f "$(DEPDIR)/src_mpd-output_print.Tpo"; exit 1; fi
1382+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_print.Tpo -c -o src_mpd-output_print.obj `if test -f 'src/output_print.c'; then $(CYGPATH_W) 'src/output_print.c'; else $(CYGPATH_W) '$(srcdir)/src/output_print.c'; fi`
1383+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_print.Tpo $(DEPDIR)/src_mpd-output_print.Po
1384 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_print.c' object='src_mpd-output_print.obj' libtool=no @AMDEPBACKSLASH@
1385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1386 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_print.obj `if test -f 'src/output_print.c'; then $(CYGPATH_W) 'src/output_print.c'; else $(CYGPATH_W) '$(srcdir)/src/output_print.c'; fi`
1387
1388 src_mpd-output_command.o: src/output_command.c
1389-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_command.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_command.Tpo" -c -o src_mpd-output_command.o `test -f 'src/output_command.c' || echo '$(srcdir)/'`src/output_command.c; \
1390-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_command.Tpo" "$(DEPDIR)/src_mpd-output_command.Po"; else rm -f "$(DEPDIR)/src_mpd-output_command.Tpo"; exit 1; fi
1391+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_command.o -MD -MP -MF $(DEPDIR)/src_mpd-output_command.Tpo -c -o src_mpd-output_command.o `test -f 'src/output_command.c' || echo '$(srcdir)/'`src/output_command.c
1392+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_command.Tpo $(DEPDIR)/src_mpd-output_command.Po
1393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_command.c' object='src_mpd-output_command.o' libtool=no @AMDEPBACKSLASH@
1394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1395 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_command.o `test -f 'src/output_command.c' || echo '$(srcdir)/'`src/output_command.c
1396
1397 src_mpd-output_command.obj: src/output_command.c
1398-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_command.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_command.Tpo" -c -o src_mpd-output_command.obj `if test -f 'src/output_command.c'; then $(CYGPATH_W) 'src/output_command.c'; else $(CYGPATH_W) '$(srcdir)/src/output_command.c'; fi`; \
1399-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_command.Tpo" "$(DEPDIR)/src_mpd-output_command.Po"; else rm -f "$(DEPDIR)/src_mpd-output_command.Tpo"; exit 1; fi
1400+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_command.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_command.Tpo -c -o src_mpd-output_command.obj `if test -f 'src/output_command.c'; then $(CYGPATH_W) 'src/output_command.c'; else $(CYGPATH_W) '$(srcdir)/src/output_command.c'; fi`
1401+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_command.Tpo $(DEPDIR)/src_mpd-output_command.Po
1402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_command.c' object='src_mpd-output_command.obj' libtool=no @AMDEPBACKSLASH@
1403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1404 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_command.obj `if test -f 'src/output_command.c'; then $(CYGPATH_W) 'src/output_command.c'; else $(CYGPATH_W) '$(srcdir)/src/output_command.c'; fi`
1405
1406 src_mpd-output_init.o: src/output_init.c
1407-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_init.o -MD -MP -MF "$(DEPDIR)/src_mpd-output_init.Tpo" -c -o src_mpd-output_init.o `test -f 'src/output_init.c' || echo '$(srcdir)/'`src/output_init.c; \
1408-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_init.Tpo" "$(DEPDIR)/src_mpd-output_init.Po"; else rm -f "$(DEPDIR)/src_mpd-output_init.Tpo"; exit 1; fi
1409+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_init.o -MD -MP -MF $(DEPDIR)/src_mpd-output_init.Tpo -c -o src_mpd-output_init.o `test -f 'src/output_init.c' || echo '$(srcdir)/'`src/output_init.c
1410+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_init.Tpo $(DEPDIR)/src_mpd-output_init.Po
1411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_init.c' object='src_mpd-output_init.o' libtool=no @AMDEPBACKSLASH@
1412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1413 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_init.o `test -f 'src/output_init.c' || echo '$(srcdir)/'`src/output_init.c
1414
1415 src_mpd-output_init.obj: src/output_init.c
1416-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_init.obj -MD -MP -MF "$(DEPDIR)/src_mpd-output_init.Tpo" -c -o src_mpd-output_init.obj `if test -f 'src/output_init.c'; then $(CYGPATH_W) 'src/output_init.c'; else $(CYGPATH_W) '$(srcdir)/src/output_init.c'; fi`; \
1417-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-output_init.Tpo" "$(DEPDIR)/src_mpd-output_init.Po"; else rm -f "$(DEPDIR)/src_mpd-output_init.Tpo"; exit 1; fi
1418+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-output_init.obj -MD -MP -MF $(DEPDIR)/src_mpd-output_init.Tpo -c -o src_mpd-output_init.obj `if test -f 'src/output_init.c'; then $(CYGPATH_W) 'src/output_init.c'; else $(CYGPATH_W) '$(srcdir)/src/output_init.c'; fi`
1419+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-output_init.Tpo $(DEPDIR)/src_mpd-output_init.Po
1420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output_init.c' object='src_mpd-output_init.obj' libtool=no @AMDEPBACKSLASH@
1421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1422 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-output_init.obj `if test -f 'src/output_init.c'; then $(CYGPATH_W) 'src/output_init.c'; else $(CYGPATH_W) '$(srcdir)/src/output_init.c'; fi`
1423
1424 src_mpd-null_plugin.o: src/output/null_plugin.c
1425-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-null_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-null_plugin.Tpo" -c -o src_mpd-null_plugin.o `test -f 'src/output/null_plugin.c' || echo '$(srcdir)/'`src/output/null_plugin.c; \
1426-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-null_plugin.Tpo" "$(DEPDIR)/src_mpd-null_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-null_plugin.Tpo"; exit 1; fi
1427+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-null_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-null_plugin.Tpo -c -o src_mpd-null_plugin.o `test -f 'src/output/null_plugin.c' || echo '$(srcdir)/'`src/output/null_plugin.c
1428+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-null_plugin.Tpo $(DEPDIR)/src_mpd-null_plugin.Po
1429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/null_plugin.c' object='src_mpd-null_plugin.o' libtool=no @AMDEPBACKSLASH@
1430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1431 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-null_plugin.o `test -f 'src/output/null_plugin.c' || echo '$(srcdir)/'`src/output/null_plugin.c
1432
1433 src_mpd-null_plugin.obj: src/output/null_plugin.c
1434-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-null_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-null_plugin.Tpo" -c -o src_mpd-null_plugin.obj `if test -f 'src/output/null_plugin.c'; then $(CYGPATH_W) 'src/output/null_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/null_plugin.c'; fi`; \
1435-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-null_plugin.Tpo" "$(DEPDIR)/src_mpd-null_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-null_plugin.Tpo"; exit 1; fi
1436+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-null_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-null_plugin.Tpo -c -o src_mpd-null_plugin.obj `if test -f 'src/output/null_plugin.c'; then $(CYGPATH_W) 'src/output/null_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/null_plugin.c'; fi`
1437+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-null_plugin.Tpo $(DEPDIR)/src_mpd-null_plugin.Po
1438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/null_plugin.c' object='src_mpd-null_plugin.obj' libtool=no @AMDEPBACKSLASH@
1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1440 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-null_plugin.obj `if test -f 'src/output/null_plugin.c'; then $(CYGPATH_W) 'src/output/null_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/null_plugin.c'; fi`
1441
1442 src_mpd-alsa_plugin.o: src/output/alsa_plugin.c
1443-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-alsa_plugin.Tpo" -c -o src_mpd-alsa_plugin.o `test -f 'src/output/alsa_plugin.c' || echo '$(srcdir)/'`src/output/alsa_plugin.c; \
1444-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-alsa_plugin.Tpo" "$(DEPDIR)/src_mpd-alsa_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-alsa_plugin.Tpo"; exit 1; fi
1445+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-alsa_plugin.Tpo -c -o src_mpd-alsa_plugin.o `test -f 'src/output/alsa_plugin.c' || echo '$(srcdir)/'`src/output/alsa_plugin.c
1446+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-alsa_plugin.Tpo $(DEPDIR)/src_mpd-alsa_plugin.Po
1447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/alsa_plugin.c' object='src_mpd-alsa_plugin.o' libtool=no @AMDEPBACKSLASH@
1448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1449 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-alsa_plugin.o `test -f 'src/output/alsa_plugin.c' || echo '$(srcdir)/'`src/output/alsa_plugin.c
1450
1451 src_mpd-alsa_plugin.obj: src/output/alsa_plugin.c
1452-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-alsa_plugin.Tpo" -c -o src_mpd-alsa_plugin.obj `if test -f 'src/output/alsa_plugin.c'; then $(CYGPATH_W) 'src/output/alsa_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/alsa_plugin.c'; fi`; \
1453-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-alsa_plugin.Tpo" "$(DEPDIR)/src_mpd-alsa_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-alsa_plugin.Tpo"; exit 1; fi
1454+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-alsa_plugin.Tpo -c -o src_mpd-alsa_plugin.obj `if test -f 'src/output/alsa_plugin.c'; then $(CYGPATH_W) 'src/output/alsa_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/alsa_plugin.c'; fi`
1455+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-alsa_plugin.Tpo $(DEPDIR)/src_mpd-alsa_plugin.Po
1456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/alsa_plugin.c' object='src_mpd-alsa_plugin.obj' libtool=no @AMDEPBACKSLASH@
1457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1458 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-alsa_plugin.obj `if test -f 'src/output/alsa_plugin.c'; then $(CYGPATH_W) 'src/output/alsa_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/alsa_plugin.c'; fi`
1459
1460 src_mpd-ao_plugin.o: src/output/ao_plugin.c
1461-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ao_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-ao_plugin.Tpo" -c -o src_mpd-ao_plugin.o `test -f 'src/output/ao_plugin.c' || echo '$(srcdir)/'`src/output/ao_plugin.c; \
1462-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ao_plugin.Tpo" "$(DEPDIR)/src_mpd-ao_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-ao_plugin.Tpo"; exit 1; fi
1463+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ao_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-ao_plugin.Tpo -c -o src_mpd-ao_plugin.o `test -f 'src/output/ao_plugin.c' || echo '$(srcdir)/'`src/output/ao_plugin.c
1464+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ao_plugin.Tpo $(DEPDIR)/src_mpd-ao_plugin.Po
1465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/ao_plugin.c' object='src_mpd-ao_plugin.o' libtool=no @AMDEPBACKSLASH@
1466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1467 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ao_plugin.o `test -f 'src/output/ao_plugin.c' || echo '$(srcdir)/'`src/output/ao_plugin.c
1468
1469 src_mpd-ao_plugin.obj: src/output/ao_plugin.c
1470-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ao_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-ao_plugin.Tpo" -c -o src_mpd-ao_plugin.obj `if test -f 'src/output/ao_plugin.c'; then $(CYGPATH_W) 'src/output/ao_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/ao_plugin.c'; fi`; \
1471-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ao_plugin.Tpo" "$(DEPDIR)/src_mpd-ao_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-ao_plugin.Tpo"; exit 1; fi
1472+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ao_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-ao_plugin.Tpo -c -o src_mpd-ao_plugin.obj `if test -f 'src/output/ao_plugin.c'; then $(CYGPATH_W) 'src/output/ao_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/ao_plugin.c'; fi`
1473+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ao_plugin.Tpo $(DEPDIR)/src_mpd-ao_plugin.Po
1474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/ao_plugin.c' object='src_mpd-ao_plugin.obj' libtool=no @AMDEPBACKSLASH@
1475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1476 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ao_plugin.obj `if test -f 'src/output/ao_plugin.c'; then $(CYGPATH_W) 'src/output/ao_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/ao_plugin.c'; fi`
1477
1478 src_mpd-fifo_plugin.o: src/output/fifo_plugin.c
1479-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-fifo_plugin.Tpo" -c -o src_mpd-fifo_plugin.o `test -f 'src/output/fifo_plugin.c' || echo '$(srcdir)/'`src/output/fifo_plugin.c; \
1480-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fifo_plugin.Tpo" "$(DEPDIR)/src_mpd-fifo_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-fifo_plugin.Tpo"; exit 1; fi
1481+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-fifo_plugin.Tpo -c -o src_mpd-fifo_plugin.o `test -f 'src/output/fifo_plugin.c' || echo '$(srcdir)/'`src/output/fifo_plugin.c
1482+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fifo_plugin.Tpo $(DEPDIR)/src_mpd-fifo_plugin.Po
1483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/fifo_plugin.c' object='src_mpd-fifo_plugin.o' libtool=no @AMDEPBACKSLASH@
1484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1485 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fifo_plugin.o `test -f 'src/output/fifo_plugin.c' || echo '$(srcdir)/'`src/output/fifo_plugin.c
1486
1487 src_mpd-fifo_plugin.obj: src/output/fifo_plugin.c
1488-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-fifo_plugin.Tpo" -c -o src_mpd-fifo_plugin.obj `if test -f 'src/output/fifo_plugin.c'; then $(CYGPATH_W) 'src/output/fifo_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/fifo_plugin.c'; fi`; \
1489-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fifo_plugin.Tpo" "$(DEPDIR)/src_mpd-fifo_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-fifo_plugin.Tpo"; exit 1; fi
1490+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-fifo_plugin.Tpo -c -o src_mpd-fifo_plugin.obj `if test -f 'src/output/fifo_plugin.c'; then $(CYGPATH_W) 'src/output/fifo_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/fifo_plugin.c'; fi`
1491+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fifo_plugin.Tpo $(DEPDIR)/src_mpd-fifo_plugin.Po
1492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/fifo_plugin.c' object='src_mpd-fifo_plugin.obj' libtool=no @AMDEPBACKSLASH@
1493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1494 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fifo_plugin.obj `if test -f 'src/output/fifo_plugin.c'; then $(CYGPATH_W) 'src/output/fifo_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/fifo_plugin.c'; fi`
1495
1496 src_mpd-pipe_output_plugin.o: src/output/pipe_output_plugin.c
1497-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe_output_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo" -c -o src_mpd-pipe_output_plugin.o `test -f 'src/output/pipe_output_plugin.c' || echo '$(srcdir)/'`src/output/pipe_output_plugin.c; \
1498-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo" "$(DEPDIR)/src_mpd-pipe_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo"; exit 1; fi
1499+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe_output_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-pipe_output_plugin.Tpo -c -o src_mpd-pipe_output_plugin.o `test -f 'src/output/pipe_output_plugin.c' || echo '$(srcdir)/'`src/output/pipe_output_plugin.c
1500+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pipe_output_plugin.Tpo $(DEPDIR)/src_mpd-pipe_output_plugin.Po
1501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/pipe_output_plugin.c' object='src_mpd-pipe_output_plugin.o' libtool=no @AMDEPBACKSLASH@
1502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1503 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pipe_output_plugin.o `test -f 'src/output/pipe_output_plugin.c' || echo '$(srcdir)/'`src/output/pipe_output_plugin.c
1504
1505 src_mpd-pipe_output_plugin.obj: src/output/pipe_output_plugin.c
1506-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe_output_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo" -c -o src_mpd-pipe_output_plugin.obj `if test -f 'src/output/pipe_output_plugin.c'; then $(CYGPATH_W) 'src/output/pipe_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pipe_output_plugin.c'; fi`; \
1507-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo" "$(DEPDIR)/src_mpd-pipe_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-pipe_output_plugin.Tpo"; exit 1; fi
1508+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe_output_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-pipe_output_plugin.Tpo -c -o src_mpd-pipe_output_plugin.obj `if test -f 'src/output/pipe_output_plugin.c'; then $(CYGPATH_W) 'src/output/pipe_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pipe_output_plugin.c'; fi`
1509+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pipe_output_plugin.Tpo $(DEPDIR)/src_mpd-pipe_output_plugin.Po
1510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/pipe_output_plugin.c' object='src_mpd-pipe_output_plugin.obj' libtool=no @AMDEPBACKSLASH@
1511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1512 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pipe_output_plugin.obj `if test -f 'src/output/pipe_output_plugin.c'; then $(CYGPATH_W) 'src/output/pipe_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pipe_output_plugin.c'; fi`
1513
1514 src_mpd-jack_plugin.o: src/output/jack_plugin.c
1515-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-jack_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-jack_plugin.Tpo" -c -o src_mpd-jack_plugin.o `test -f 'src/output/jack_plugin.c' || echo '$(srcdir)/'`src/output/jack_plugin.c; \
1516-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-jack_plugin.Tpo" "$(DEPDIR)/src_mpd-jack_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-jack_plugin.Tpo"; exit 1; fi
1517+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-jack_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-jack_plugin.Tpo -c -o src_mpd-jack_plugin.o `test -f 'src/output/jack_plugin.c' || echo '$(srcdir)/'`src/output/jack_plugin.c
1518+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-jack_plugin.Tpo $(DEPDIR)/src_mpd-jack_plugin.Po
1519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/jack_plugin.c' object='src_mpd-jack_plugin.o' libtool=no @AMDEPBACKSLASH@
1520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1521 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-jack_plugin.o `test -f 'src/output/jack_plugin.c' || echo '$(srcdir)/'`src/output/jack_plugin.c
1522
1523 src_mpd-jack_plugin.obj: src/output/jack_plugin.c
1524-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-jack_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-jack_plugin.Tpo" -c -o src_mpd-jack_plugin.obj `if test -f 'src/output/jack_plugin.c'; then $(CYGPATH_W) 'src/output/jack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/jack_plugin.c'; fi`; \
1525-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-jack_plugin.Tpo" "$(DEPDIR)/src_mpd-jack_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-jack_plugin.Tpo"; exit 1; fi
1526+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-jack_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-jack_plugin.Tpo -c -o src_mpd-jack_plugin.obj `if test -f 'src/output/jack_plugin.c'; then $(CYGPATH_W) 'src/output/jack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/jack_plugin.c'; fi`
1527+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-jack_plugin.Tpo $(DEPDIR)/src_mpd-jack_plugin.Po
1528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/jack_plugin.c' object='src_mpd-jack_plugin.obj' libtool=no @AMDEPBACKSLASH@
1529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1530 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-jack_plugin.obj `if test -f 'src/output/jack_plugin.c'; then $(CYGPATH_W) 'src/output/jack_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/jack_plugin.c'; fi`
1531
1532 src_mpd-mvp_plugin.o: src/output/mvp_plugin.c
1533-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mvp_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-mvp_plugin.Tpo" -c -o src_mpd-mvp_plugin.o `test -f 'src/output/mvp_plugin.c' || echo '$(srcdir)/'`src/output/mvp_plugin.c; \
1534-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mvp_plugin.Tpo" "$(DEPDIR)/src_mpd-mvp_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mvp_plugin.Tpo"; exit 1; fi
1535+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mvp_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-mvp_plugin.Tpo -c -o src_mpd-mvp_plugin.o `test -f 'src/output/mvp_plugin.c' || echo '$(srcdir)/'`src/output/mvp_plugin.c
1536+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mvp_plugin.Tpo $(DEPDIR)/src_mpd-mvp_plugin.Po
1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/mvp_plugin.c' object='src_mpd-mvp_plugin.o' libtool=no @AMDEPBACKSLASH@
1538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mvp_plugin.o `test -f 'src/output/mvp_plugin.c' || echo '$(srcdir)/'`src/output/mvp_plugin.c
1540
1541 src_mpd-mvp_plugin.obj: src/output/mvp_plugin.c
1542-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mvp_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mvp_plugin.Tpo" -c -o src_mpd-mvp_plugin.obj `if test -f 'src/output/mvp_plugin.c'; then $(CYGPATH_W) 'src/output/mvp_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/mvp_plugin.c'; fi`; \
1543-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mvp_plugin.Tpo" "$(DEPDIR)/src_mpd-mvp_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-mvp_plugin.Tpo"; exit 1; fi
1544+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mvp_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-mvp_plugin.Tpo -c -o src_mpd-mvp_plugin.obj `if test -f 'src/output/mvp_plugin.c'; then $(CYGPATH_W) 'src/output/mvp_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/mvp_plugin.c'; fi`
1545+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mvp_plugin.Tpo $(DEPDIR)/src_mpd-mvp_plugin.Po
1546 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/mvp_plugin.c' object='src_mpd-mvp_plugin.obj' libtool=no @AMDEPBACKSLASH@
1547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1548 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mvp_plugin.obj `if test -f 'src/output/mvp_plugin.c'; then $(CYGPATH_W) 'src/output/mvp_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/mvp_plugin.c'; fi`
1549
1550 src_mpd-oss_plugin.o: src/output/oss_plugin.c
1551-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-oss_plugin.Tpo" -c -o src_mpd-oss_plugin.o `test -f 'src/output/oss_plugin.c' || echo '$(srcdir)/'`src/output/oss_plugin.c; \
1552-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oss_plugin.Tpo" "$(DEPDIR)/src_mpd-oss_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-oss_plugin.Tpo"; exit 1; fi
1553+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-oss_plugin.Tpo -c -o src_mpd-oss_plugin.o `test -f 'src/output/oss_plugin.c' || echo '$(srcdir)/'`src/output/oss_plugin.c
1554+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oss_plugin.Tpo $(DEPDIR)/src_mpd-oss_plugin.Po
1555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/oss_plugin.c' object='src_mpd-oss_plugin.o' libtool=no @AMDEPBACKSLASH@
1556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1557 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oss_plugin.o `test -f 'src/output/oss_plugin.c' || echo '$(srcdir)/'`src/output/oss_plugin.c
1558
1559 src_mpd-oss_plugin.obj: src/output/oss_plugin.c
1560-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-oss_plugin.Tpo" -c -o src_mpd-oss_plugin.obj `if test -f 'src/output/oss_plugin.c'; then $(CYGPATH_W) 'src/output/oss_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/oss_plugin.c'; fi`; \
1561-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oss_plugin.Tpo" "$(DEPDIR)/src_mpd-oss_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-oss_plugin.Tpo"; exit 1; fi
1562+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-oss_plugin.Tpo -c -o src_mpd-oss_plugin.obj `if test -f 'src/output/oss_plugin.c'; then $(CYGPATH_W) 'src/output/oss_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/oss_plugin.c'; fi`
1563+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oss_plugin.Tpo $(DEPDIR)/src_mpd-oss_plugin.Po
1564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/oss_plugin.c' object='src_mpd-oss_plugin.obj' libtool=no @AMDEPBACKSLASH@
1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1566 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oss_plugin.obj `if test -f 'src/output/oss_plugin.c'; then $(CYGPATH_W) 'src/output/oss_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/oss_plugin.c'; fi`
1567
1568 src_mpd-osx_plugin.o: src/output/osx_plugin.c
1569-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-osx_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-osx_plugin.Tpo" -c -o src_mpd-osx_plugin.o `test -f 'src/output/osx_plugin.c' || echo '$(srcdir)/'`src/output/osx_plugin.c; \
1570-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-osx_plugin.Tpo" "$(DEPDIR)/src_mpd-osx_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-osx_plugin.Tpo"; exit 1; fi
1571+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-osx_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-osx_plugin.Tpo -c -o src_mpd-osx_plugin.o `test -f 'src/output/osx_plugin.c' || echo '$(srcdir)/'`src/output/osx_plugin.c
1572+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-osx_plugin.Tpo $(DEPDIR)/src_mpd-osx_plugin.Po
1573 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/osx_plugin.c' object='src_mpd-osx_plugin.o' libtool=no @AMDEPBACKSLASH@
1574 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1575 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-osx_plugin.o `test -f 'src/output/osx_plugin.c' || echo '$(srcdir)/'`src/output/osx_plugin.c
1576
1577 src_mpd-osx_plugin.obj: src/output/osx_plugin.c
1578-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-osx_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-osx_plugin.Tpo" -c -o src_mpd-osx_plugin.obj `if test -f 'src/output/osx_plugin.c'; then $(CYGPATH_W) 'src/output/osx_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/osx_plugin.c'; fi`; \
1579-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-osx_plugin.Tpo" "$(DEPDIR)/src_mpd-osx_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-osx_plugin.Tpo"; exit 1; fi
1580+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-osx_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-osx_plugin.Tpo -c -o src_mpd-osx_plugin.obj `if test -f 'src/output/osx_plugin.c'; then $(CYGPATH_W) 'src/output/osx_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/osx_plugin.c'; fi`
1581+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-osx_plugin.Tpo $(DEPDIR)/src_mpd-osx_plugin.Po
1582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/osx_plugin.c' object='src_mpd-osx_plugin.obj' libtool=no @AMDEPBACKSLASH@
1583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1584 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-osx_plugin.obj `if test -f 'src/output/osx_plugin.c'; then $(CYGPATH_W) 'src/output/osx_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/osx_plugin.c'; fi`
1585
1586 src_mpd-pulse_plugin.o: src/output/pulse_plugin.c
1587-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-pulse_plugin.Tpo" -c -o src_mpd-pulse_plugin.o `test -f 'src/output/pulse_plugin.c' || echo '$(srcdir)/'`src/output/pulse_plugin.c; \
1588-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pulse_plugin.Tpo" "$(DEPDIR)/src_mpd-pulse_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-pulse_plugin.Tpo"; exit 1; fi
1589+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-pulse_plugin.Tpo -c -o src_mpd-pulse_plugin.o `test -f 'src/output/pulse_plugin.c' || echo '$(srcdir)/'`src/output/pulse_plugin.c
1590+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pulse_plugin.Tpo $(DEPDIR)/src_mpd-pulse_plugin.Po
1591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/pulse_plugin.c' object='src_mpd-pulse_plugin.o' libtool=no @AMDEPBACKSLASH@
1592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1593 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pulse_plugin.o `test -f 'src/output/pulse_plugin.c' || echo '$(srcdir)/'`src/output/pulse_plugin.c
1594
1595 src_mpd-pulse_plugin.obj: src/output/pulse_plugin.c
1596-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pulse_plugin.Tpo" -c -o src_mpd-pulse_plugin.obj `if test -f 'src/output/pulse_plugin.c'; then $(CYGPATH_W) 'src/output/pulse_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pulse_plugin.c'; fi`; \
1597-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pulse_plugin.Tpo" "$(DEPDIR)/src_mpd-pulse_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-pulse_plugin.Tpo"; exit 1; fi
1598+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-pulse_plugin.Tpo -c -o src_mpd-pulse_plugin.obj `if test -f 'src/output/pulse_plugin.c'; then $(CYGPATH_W) 'src/output/pulse_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pulse_plugin.c'; fi`
1599+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pulse_plugin.Tpo $(DEPDIR)/src_mpd-pulse_plugin.Po
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/pulse_plugin.c' object='src_mpd-pulse_plugin.obj' libtool=no @AMDEPBACKSLASH@
1601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1602 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pulse_plugin.obj `if test -f 'src/output/pulse_plugin.c'; then $(CYGPATH_W) 'src/output/pulse_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/pulse_plugin.c'; fi`
1603
1604 src_mpd-shout_plugin.o: src/output/shout_plugin.c
1605-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-shout_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-shout_plugin.Tpo" -c -o src_mpd-shout_plugin.o `test -f 'src/output/shout_plugin.c' || echo '$(srcdir)/'`src/output/shout_plugin.c; \
1606-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-shout_plugin.Tpo" "$(DEPDIR)/src_mpd-shout_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-shout_plugin.Tpo"; exit 1; fi
1607+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-shout_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-shout_plugin.Tpo -c -o src_mpd-shout_plugin.o `test -f 'src/output/shout_plugin.c' || echo '$(srcdir)/'`src/output/shout_plugin.c
1608+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-shout_plugin.Tpo $(DEPDIR)/src_mpd-shout_plugin.Po
1609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/shout_plugin.c' object='src_mpd-shout_plugin.o' libtool=no @AMDEPBACKSLASH@
1610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-shout_plugin.o `test -f 'src/output/shout_plugin.c' || echo '$(srcdir)/'`src/output/shout_plugin.c
1612
1613 src_mpd-shout_plugin.obj: src/output/shout_plugin.c
1614-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-shout_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-shout_plugin.Tpo" -c -o src_mpd-shout_plugin.obj `if test -f 'src/output/shout_plugin.c'; then $(CYGPATH_W) 'src/output/shout_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/shout_plugin.c'; fi`; \
1615-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-shout_plugin.Tpo" "$(DEPDIR)/src_mpd-shout_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-shout_plugin.Tpo"; exit 1; fi
1616+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-shout_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-shout_plugin.Tpo -c -o src_mpd-shout_plugin.obj `if test -f 'src/output/shout_plugin.c'; then $(CYGPATH_W) 'src/output/shout_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/shout_plugin.c'; fi`
1617+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-shout_plugin.Tpo $(DEPDIR)/src_mpd-shout_plugin.Po
1618 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/shout_plugin.c' object='src_mpd-shout_plugin.obj' libtool=no @AMDEPBACKSLASH@
1619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1620 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-shout_plugin.obj `if test -f 'src/output/shout_plugin.c'; then $(CYGPATH_W) 'src/output/shout_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/shout_plugin.c'; fi`
1621
1622 src_mpd-icy_server.o: src/icy_server.c
1623-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_server.o -MD -MP -MF "$(DEPDIR)/src_mpd-icy_server.Tpo" -c -o src_mpd-icy_server.o `test -f 'src/icy_server.c' || echo '$(srcdir)/'`src/icy_server.c; \
1624-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-icy_server.Tpo" "$(DEPDIR)/src_mpd-icy_server.Po"; else rm -f "$(DEPDIR)/src_mpd-icy_server.Tpo"; exit 1; fi
1625+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_server.o -MD -MP -MF $(DEPDIR)/src_mpd-icy_server.Tpo -c -o src_mpd-icy_server.o `test -f 'src/icy_server.c' || echo '$(srcdir)/'`src/icy_server.c
1626+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-icy_server.Tpo $(DEPDIR)/src_mpd-icy_server.Po
1627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/icy_server.c' object='src_mpd-icy_server.o' libtool=no @AMDEPBACKSLASH@
1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1629 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-icy_server.o `test -f 'src/icy_server.c' || echo '$(srcdir)/'`src/icy_server.c
1630
1631 src_mpd-icy_server.obj: src/icy_server.c
1632-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_server.obj -MD -MP -MF "$(DEPDIR)/src_mpd-icy_server.Tpo" -c -o src_mpd-icy_server.obj `if test -f 'src/icy_server.c'; then $(CYGPATH_W) 'src/icy_server.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_server.c'; fi`; \
1633-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-icy_server.Tpo" "$(DEPDIR)/src_mpd-icy_server.Po"; else rm -f "$(DEPDIR)/src_mpd-icy_server.Tpo"; exit 1; fi
1634+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-icy_server.obj -MD -MP -MF $(DEPDIR)/src_mpd-icy_server.Tpo -c -o src_mpd-icy_server.obj `if test -f 'src/icy_server.c'; then $(CYGPATH_W) 'src/icy_server.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_server.c'; fi`
1635+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-icy_server.Tpo $(DEPDIR)/src_mpd-icy_server.Po
1636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/icy_server.c' object='src_mpd-icy_server.obj' libtool=no @AMDEPBACKSLASH@
1637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1638 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-icy_server.obj `if test -f 'src/icy_server.c'; then $(CYGPATH_W) 'src/icy_server.c'; else $(CYGPATH_W) '$(srcdir)/src/icy_server.c'; fi`
1639
1640 src_mpd-httpd_client.o: src/output/httpd_client.c
1641-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_client.o -MD -MP -MF "$(DEPDIR)/src_mpd-httpd_client.Tpo" -c -o src_mpd-httpd_client.o `test -f 'src/output/httpd_client.c' || echo '$(srcdir)/'`src/output/httpd_client.c; \
1642-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-httpd_client.Tpo" "$(DEPDIR)/src_mpd-httpd_client.Po"; else rm -f "$(DEPDIR)/src_mpd-httpd_client.Tpo"; exit 1; fi
1643+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_client.o -MD -MP -MF $(DEPDIR)/src_mpd-httpd_client.Tpo -c -o src_mpd-httpd_client.o `test -f 'src/output/httpd_client.c' || echo '$(srcdir)/'`src/output/httpd_client.c
1644+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-httpd_client.Tpo $(DEPDIR)/src_mpd-httpd_client.Po
1645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/httpd_client.c' object='src_mpd-httpd_client.o' libtool=no @AMDEPBACKSLASH@
1646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1647 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-httpd_client.o `test -f 'src/output/httpd_client.c' || echo '$(srcdir)/'`src/output/httpd_client.c
1648
1649 src_mpd-httpd_client.obj: src/output/httpd_client.c
1650-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_client.obj -MD -MP -MF "$(DEPDIR)/src_mpd-httpd_client.Tpo" -c -o src_mpd-httpd_client.obj `if test -f 'src/output/httpd_client.c'; then $(CYGPATH_W) 'src/output/httpd_client.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_client.c'; fi`; \
1651-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-httpd_client.Tpo" "$(DEPDIR)/src_mpd-httpd_client.Po"; else rm -f "$(DEPDIR)/src_mpd-httpd_client.Tpo"; exit 1; fi
1652+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_client.obj -MD -MP -MF $(DEPDIR)/src_mpd-httpd_client.Tpo -c -o src_mpd-httpd_client.obj `if test -f 'src/output/httpd_client.c'; then $(CYGPATH_W) 'src/output/httpd_client.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_client.c'; fi`
1653+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-httpd_client.Tpo $(DEPDIR)/src_mpd-httpd_client.Po
1654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/httpd_client.c' object='src_mpd-httpd_client.obj' libtool=no @AMDEPBACKSLASH@
1655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1656 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-httpd_client.obj `if test -f 'src/output/httpd_client.c'; then $(CYGPATH_W) 'src/output/httpd_client.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_client.c'; fi`
1657
1658 src_mpd-httpd_output_plugin.o: src/output/httpd_output_plugin.c
1659-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_output_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo" -c -o src_mpd-httpd_output_plugin.o `test -f 'src/output/httpd_output_plugin.c' || echo '$(srcdir)/'`src/output/httpd_output_plugin.c; \
1660-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo" "$(DEPDIR)/src_mpd-httpd_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo"; exit 1; fi
1661+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_output_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-httpd_output_plugin.Tpo -c -o src_mpd-httpd_output_plugin.o `test -f 'src/output/httpd_output_plugin.c' || echo '$(srcdir)/'`src/output/httpd_output_plugin.c
1662+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-httpd_output_plugin.Tpo $(DEPDIR)/src_mpd-httpd_output_plugin.Po
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/httpd_output_plugin.c' object='src_mpd-httpd_output_plugin.o' libtool=no @AMDEPBACKSLASH@
1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-httpd_output_plugin.o `test -f 'src/output/httpd_output_plugin.c' || echo '$(srcdir)/'`src/output/httpd_output_plugin.c
1666
1667 src_mpd-httpd_output_plugin.obj: src/output/httpd_output_plugin.c
1668-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_output_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo" -c -o src_mpd-httpd_output_plugin.obj `if test -f 'src/output/httpd_output_plugin.c'; then $(CYGPATH_W) 'src/output/httpd_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_output_plugin.c'; fi`; \
1669-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo" "$(DEPDIR)/src_mpd-httpd_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-httpd_output_plugin.Tpo"; exit 1; fi
1670+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-httpd_output_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-httpd_output_plugin.Tpo -c -o src_mpd-httpd_output_plugin.obj `if test -f 'src/output/httpd_output_plugin.c'; then $(CYGPATH_W) 'src/output/httpd_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_output_plugin.c'; fi`
1671+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-httpd_output_plugin.Tpo $(DEPDIR)/src_mpd-httpd_output_plugin.Po
1672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/httpd_output_plugin.c' object='src_mpd-httpd_output_plugin.obj' libtool=no @AMDEPBACKSLASH@
1673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1674 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-httpd_output_plugin.obj `if test -f 'src/output/httpd_output_plugin.c'; then $(CYGPATH_W) 'src/output/httpd_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/httpd_output_plugin.c'; fi`
1675
1676 src_mpd-solaris_output_plugin.o: src/output/solaris_output_plugin.c
1677-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-solaris_output_plugin.o -MD -MP -MF "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo" -c -o src_mpd-solaris_output_plugin.o `test -f 'src/output/solaris_output_plugin.c' || echo '$(srcdir)/'`src/output/solaris_output_plugin.c; \
1678-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo" "$(DEPDIR)/src_mpd-solaris_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo"; exit 1; fi
1679+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-solaris_output_plugin.o -MD -MP -MF $(DEPDIR)/src_mpd-solaris_output_plugin.Tpo -c -o src_mpd-solaris_output_plugin.o `test -f 'src/output/solaris_output_plugin.c' || echo '$(srcdir)/'`src/output/solaris_output_plugin.c
1680+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-solaris_output_plugin.Tpo $(DEPDIR)/src_mpd-solaris_output_plugin.Po
1681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/solaris_output_plugin.c' object='src_mpd-solaris_output_plugin.o' libtool=no @AMDEPBACKSLASH@
1682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1683 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-solaris_output_plugin.o `test -f 'src/output/solaris_output_plugin.c' || echo '$(srcdir)/'`src/output/solaris_output_plugin.c
1684
1685 src_mpd-solaris_output_plugin.obj: src/output/solaris_output_plugin.c
1686-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-solaris_output_plugin.obj -MD -MP -MF "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo" -c -o src_mpd-solaris_output_plugin.obj `if test -f 'src/output/solaris_output_plugin.c'; then $(CYGPATH_W) 'src/output/solaris_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/solaris_output_plugin.c'; fi`; \
1687-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo" "$(DEPDIR)/src_mpd-solaris_output_plugin.Po"; else rm -f "$(DEPDIR)/src_mpd-solaris_output_plugin.Tpo"; exit 1; fi
1688+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-solaris_output_plugin.obj -MD -MP -MF $(DEPDIR)/src_mpd-solaris_output_plugin.Tpo -c -o src_mpd-solaris_output_plugin.obj `if test -f 'src/output/solaris_output_plugin.c'; then $(CYGPATH_W) 'src/output/solaris_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/solaris_output_plugin.c'; fi`
1689+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-solaris_output_plugin.Tpo $(DEPDIR)/src_mpd-solaris_output_plugin.Po
1690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/output/solaris_output_plugin.c' object='src_mpd-solaris_output_plugin.obj' libtool=no @AMDEPBACKSLASH@
1691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1692 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-solaris_output_plugin.obj `if test -f 'src/output/solaris_output_plugin.c'; then $(CYGPATH_W) 'src/output/solaris_output_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/output/solaris_output_plugin.c'; fi`
1693
1694 src_mpd-mixer_control.o: src/mixer_control.c
1695-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_control.o -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_control.Tpo" -c -o src_mpd-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c; \
1696-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_control.Tpo" "$(DEPDIR)/src_mpd-mixer_control.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_control.Tpo"; exit 1; fi
1697+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_control.o -MD -MP -MF $(DEPDIR)/src_mpd-mixer_control.Tpo -c -o src_mpd-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c
1698+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_control.Tpo $(DEPDIR)/src_mpd-mixer_control.Po
1699 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_control.c' object='src_mpd-mixer_control.o' libtool=no @AMDEPBACKSLASH@
1700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1701 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c
1702
1703 src_mpd-mixer_control.obj: src/mixer_control.c
1704-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_control.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_control.Tpo" -c -o src_mpd-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`; \
1705-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_control.Tpo" "$(DEPDIR)/src_mpd-mixer_control.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_control.Tpo"; exit 1; fi
1706+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_control.obj -MD -MP -MF $(DEPDIR)/src_mpd-mixer_control.Tpo -c -o src_mpd-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`
1707+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_control.Tpo $(DEPDIR)/src_mpd-mixer_control.Po
1708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_control.c' object='src_mpd-mixer_control.obj' libtool=no @AMDEPBACKSLASH@
1709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1710 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`
1711
1712 src_mpd-mixer_all.o: src/mixer_all.c
1713-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_all.o -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_all.Tpo" -c -o src_mpd-mixer_all.o `test -f 'src/mixer_all.c' || echo '$(srcdir)/'`src/mixer_all.c; \
1714-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_all.Tpo" "$(DEPDIR)/src_mpd-mixer_all.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_all.Tpo"; exit 1; fi
1715+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_all.o -MD -MP -MF $(DEPDIR)/src_mpd-mixer_all.Tpo -c -o src_mpd-mixer_all.o `test -f 'src/mixer_all.c' || echo '$(srcdir)/'`src/mixer_all.c
1716+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_all.Tpo $(DEPDIR)/src_mpd-mixer_all.Po
1717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_all.c' object='src_mpd-mixer_all.o' libtool=no @AMDEPBACKSLASH@
1718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1719 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_all.o `test -f 'src/mixer_all.c' || echo '$(srcdir)/'`src/mixer_all.c
1720
1721 src_mpd-mixer_all.obj: src/mixer_all.c
1722-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_all.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_all.Tpo" -c -o src_mpd-mixer_all.obj `if test -f 'src/mixer_all.c'; then $(CYGPATH_W) 'src/mixer_all.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_all.c'; fi`; \
1723-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_all.Tpo" "$(DEPDIR)/src_mpd-mixer_all.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_all.Tpo"; exit 1; fi
1724+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_all.obj -MD -MP -MF $(DEPDIR)/src_mpd-mixer_all.Tpo -c -o src_mpd-mixer_all.obj `if test -f 'src/mixer_all.c'; then $(CYGPATH_W) 'src/mixer_all.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_all.c'; fi`
1725+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_all.Tpo $(DEPDIR)/src_mpd-mixer_all.Po
1726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_all.c' object='src_mpd-mixer_all.obj' libtool=no @AMDEPBACKSLASH@
1727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1728 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_all.obj `if test -f 'src/mixer_all.c'; then $(CYGPATH_W) 'src/mixer_all.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_all.c'; fi`
1729
1730 src_mpd-mixer_api.o: src/mixer_api.c
1731-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_api.o -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_api.Tpo" -c -o src_mpd-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c; \
1732-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_api.Tpo" "$(DEPDIR)/src_mpd-mixer_api.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_api.Tpo"; exit 1; fi
1733+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_api.o -MD -MP -MF $(DEPDIR)/src_mpd-mixer_api.Tpo -c -o src_mpd-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c
1734+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_api.Tpo $(DEPDIR)/src_mpd-mixer_api.Po
1735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_api.c' object='src_mpd-mixer_api.o' libtool=no @AMDEPBACKSLASH@
1736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1737 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c
1738
1739 src_mpd-mixer_api.obj: src/mixer_api.c
1740-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_api.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mixer_api.Tpo" -c -o src_mpd-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`; \
1741-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mixer_api.Tpo" "$(DEPDIR)/src_mpd-mixer_api.Po"; else rm -f "$(DEPDIR)/src_mpd-mixer_api.Tpo"; exit 1; fi
1742+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mixer_api.obj -MD -MP -MF $(DEPDIR)/src_mpd-mixer_api.Tpo -c -o src_mpd-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`
1743+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mixer_api.Tpo $(DEPDIR)/src_mpd-mixer_api.Po
1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_api.c' object='src_mpd-mixer_api.obj' libtool=no @AMDEPBACKSLASH@
1745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1746 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`
1747
1748 src_mpd-alsa_mixer.o: src/mixer/alsa_mixer.c
1749-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_mixer.o -MD -MP -MF "$(DEPDIR)/src_mpd-alsa_mixer.Tpo" -c -o src_mpd-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c; \
1750-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-alsa_mixer.Tpo" "$(DEPDIR)/src_mpd-alsa_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-alsa_mixer.Tpo"; exit 1; fi
1751+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_mixer.o -MD -MP -MF $(DEPDIR)/src_mpd-alsa_mixer.Tpo -c -o src_mpd-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c
1752+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-alsa_mixer.Tpo $(DEPDIR)/src_mpd-alsa_mixer.Po
1753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/alsa_mixer.c' object='src_mpd-alsa_mixer.o' libtool=no @AMDEPBACKSLASH@
1754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1755 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c
1756
1757 src_mpd-alsa_mixer.obj: src/mixer/alsa_mixer.c
1758-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_mixer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-alsa_mixer.Tpo" -c -o src_mpd-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`; \
1759-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-alsa_mixer.Tpo" "$(DEPDIR)/src_mpd-alsa_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-alsa_mixer.Tpo"; exit 1; fi
1760+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-alsa_mixer.obj -MD -MP -MF $(DEPDIR)/src_mpd-alsa_mixer.Tpo -c -o src_mpd-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`
1761+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-alsa_mixer.Tpo $(DEPDIR)/src_mpd-alsa_mixer.Po
1762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/alsa_mixer.c' object='src_mpd-alsa_mixer.obj' libtool=no @AMDEPBACKSLASH@
1763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1764 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`
1765
1766 src_mpd-oss_mixer.o: src/mixer/oss_mixer.c
1767-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_mixer.o -MD -MP -MF "$(DEPDIR)/src_mpd-oss_mixer.Tpo" -c -o src_mpd-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c; \
1768-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oss_mixer.Tpo" "$(DEPDIR)/src_mpd-oss_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-oss_mixer.Tpo"; exit 1; fi
1769+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_mixer.o -MD -MP -MF $(DEPDIR)/src_mpd-oss_mixer.Tpo -c -o src_mpd-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c
1770+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oss_mixer.Tpo $(DEPDIR)/src_mpd-oss_mixer.Po
1771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/oss_mixer.c' object='src_mpd-oss_mixer.o' libtool=no @AMDEPBACKSLASH@
1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1773 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c
1774
1775 src_mpd-oss_mixer.obj: src/mixer/oss_mixer.c
1776-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_mixer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-oss_mixer.Tpo" -c -o src_mpd-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`; \
1777-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-oss_mixer.Tpo" "$(DEPDIR)/src_mpd-oss_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-oss_mixer.Tpo"; exit 1; fi
1778+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-oss_mixer.obj -MD -MP -MF $(DEPDIR)/src_mpd-oss_mixer.Tpo -c -o src_mpd-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`
1779+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-oss_mixer.Tpo $(DEPDIR)/src_mpd-oss_mixer.Po
1780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/oss_mixer.c' object='src_mpd-oss_mixer.obj' libtool=no @AMDEPBACKSLASH@
1781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1782 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`
1783
1784 src_mpd-pulse_mixer.o: src/mixer/pulse_mixer.c
1785-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_mixer.o -MD -MP -MF "$(DEPDIR)/src_mpd-pulse_mixer.Tpo" -c -o src_mpd-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c; \
1786-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pulse_mixer.Tpo" "$(DEPDIR)/src_mpd-pulse_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-pulse_mixer.Tpo"; exit 1; fi
1787+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_mixer.o -MD -MP -MF $(DEPDIR)/src_mpd-pulse_mixer.Tpo -c -o src_mpd-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c
1788+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pulse_mixer.Tpo $(DEPDIR)/src_mpd-pulse_mixer.Po
1789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/pulse_mixer.c' object='src_mpd-pulse_mixer.o' libtool=no @AMDEPBACKSLASH@
1790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1791 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c
1792
1793 src_mpd-pulse_mixer.obj: src/mixer/pulse_mixer.c
1794-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_mixer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pulse_mixer.Tpo" -c -o src_mpd-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`; \
1795-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pulse_mixer.Tpo" "$(DEPDIR)/src_mpd-pulse_mixer.Po"; else rm -f "$(DEPDIR)/src_mpd-pulse_mixer.Tpo"; exit 1; fi
1796+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pulse_mixer.obj -MD -MP -MF $(DEPDIR)/src_mpd-pulse_mixer.Tpo -c -o src_mpd-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`
1797+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pulse_mixer.Tpo $(DEPDIR)/src_mpd-pulse_mixer.Po
1798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/pulse_mixer.c' object='src_mpd-pulse_mixer.obj' libtool=no @AMDEPBACKSLASH@
1799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1800 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`
1801
1802 src_mpd-notify.o: src/notify.c
1803-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-notify.o -MD -MP -MF "$(DEPDIR)/src_mpd-notify.Tpo" -c -o src_mpd-notify.o `test -f 'src/notify.c' || echo '$(srcdir)/'`src/notify.c; \
1804-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-notify.Tpo" "$(DEPDIR)/src_mpd-notify.Po"; else rm -f "$(DEPDIR)/src_mpd-notify.Tpo"; exit 1; fi
1805+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-notify.o -MD -MP -MF $(DEPDIR)/src_mpd-notify.Tpo -c -o src_mpd-notify.o `test -f 'src/notify.c' || echo '$(srcdir)/'`src/notify.c
1806+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-notify.Tpo $(DEPDIR)/src_mpd-notify.Po
1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/notify.c' object='src_mpd-notify.o' libtool=no @AMDEPBACKSLASH@
1808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1809 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-notify.o `test -f 'src/notify.c' || echo '$(srcdir)/'`src/notify.c
1810
1811 src_mpd-notify.obj: src/notify.c
1812-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-notify.obj -MD -MP -MF "$(DEPDIR)/src_mpd-notify.Tpo" -c -o src_mpd-notify.obj `if test -f 'src/notify.c'; then $(CYGPATH_W) 'src/notify.c'; else $(CYGPATH_W) '$(srcdir)/src/notify.c'; fi`; \
1813-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-notify.Tpo" "$(DEPDIR)/src_mpd-notify.Po"; else rm -f "$(DEPDIR)/src_mpd-notify.Tpo"; exit 1; fi
1814+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-notify.obj -MD -MP -MF $(DEPDIR)/src_mpd-notify.Tpo -c -o src_mpd-notify.obj `if test -f 'src/notify.c'; then $(CYGPATH_W) 'src/notify.c'; else $(CYGPATH_W) '$(srcdir)/src/notify.c'; fi`
1815+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-notify.Tpo $(DEPDIR)/src_mpd-notify.Po
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/notify.c' object='src_mpd-notify.obj' libtool=no @AMDEPBACKSLASH@
1817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1818 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-notify.obj `if test -f 'src/notify.c'; then $(CYGPATH_W) 'src/notify.c'; else $(CYGPATH_W) '$(srcdir)/src/notify.c'; fi`
1819
1820 src_mpd-audio.o: src/audio.c
1821-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio.o -MD -MP -MF "$(DEPDIR)/src_mpd-audio.Tpo" -c -o src_mpd-audio.o `test -f 'src/audio.c' || echo '$(srcdir)/'`src/audio.c; \
1822-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audio.Tpo" "$(DEPDIR)/src_mpd-audio.Po"; else rm -f "$(DEPDIR)/src_mpd-audio.Tpo"; exit 1; fi
1823+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio.o -MD -MP -MF $(DEPDIR)/src_mpd-audio.Tpo -c -o src_mpd-audio.o `test -f 'src/audio.c' || echo '$(srcdir)/'`src/audio.c
1824+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audio.Tpo $(DEPDIR)/src_mpd-audio.Po
1825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio.c' object='src_mpd-audio.o' libtool=no @AMDEPBACKSLASH@
1826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1827 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audio.o `test -f 'src/audio.c' || echo '$(srcdir)/'`src/audio.c
1828
1829 src_mpd-audio.obj: src/audio.c
1830-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio.obj -MD -MP -MF "$(DEPDIR)/src_mpd-audio.Tpo" -c -o src_mpd-audio.obj `if test -f 'src/audio.c'; then $(CYGPATH_W) 'src/audio.c'; else $(CYGPATH_W) '$(srcdir)/src/audio.c'; fi`; \
1831-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audio.Tpo" "$(DEPDIR)/src_mpd-audio.Po"; else rm -f "$(DEPDIR)/src_mpd-audio.Tpo"; exit 1; fi
1832+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio.obj -MD -MP -MF $(DEPDIR)/src_mpd-audio.Tpo -c -o src_mpd-audio.obj `if test -f 'src/audio.c'; then $(CYGPATH_W) 'src/audio.c'; else $(CYGPATH_W) '$(srcdir)/src/audio.c'; fi`
1833+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audio.Tpo $(DEPDIR)/src_mpd-audio.Po
1834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio.c' object='src_mpd-audio.obj' libtool=no @AMDEPBACKSLASH@
1835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1836 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audio.obj `if test -f 'src/audio.c'; then $(CYGPATH_W) 'src/audio.c'; else $(CYGPATH_W) '$(srcdir)/src/audio.c'; fi`
1837
1838 src_mpd-audio_parser.o: src/audio_parser.c
1839-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio_parser.o -MD -MP -MF "$(DEPDIR)/src_mpd-audio_parser.Tpo" -c -o src_mpd-audio_parser.o `test -f 'src/audio_parser.c' || echo '$(srcdir)/'`src/audio_parser.c; \
1840-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audio_parser.Tpo" "$(DEPDIR)/src_mpd-audio_parser.Po"; else rm -f "$(DEPDIR)/src_mpd-audio_parser.Tpo"; exit 1; fi
1841+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio_parser.o -MD -MP -MF $(DEPDIR)/src_mpd-audio_parser.Tpo -c -o src_mpd-audio_parser.o `test -f 'src/audio_parser.c' || echo '$(srcdir)/'`src/audio_parser.c
1842+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audio_parser.Tpo $(DEPDIR)/src_mpd-audio_parser.Po
1843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio_parser.c' object='src_mpd-audio_parser.o' libtool=no @AMDEPBACKSLASH@
1844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1845 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audio_parser.o `test -f 'src/audio_parser.c' || echo '$(srcdir)/'`src/audio_parser.c
1846
1847 src_mpd-audio_parser.obj: src/audio_parser.c
1848-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio_parser.obj -MD -MP -MF "$(DEPDIR)/src_mpd-audio_parser.Tpo" -c -o src_mpd-audio_parser.obj `if test -f 'src/audio_parser.c'; then $(CYGPATH_W) 'src/audio_parser.c'; else $(CYGPATH_W) '$(srcdir)/src/audio_parser.c'; fi`; \
1849-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-audio_parser.Tpo" "$(DEPDIR)/src_mpd-audio_parser.Po"; else rm -f "$(DEPDIR)/src_mpd-audio_parser.Tpo"; exit 1; fi
1850+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-audio_parser.obj -MD -MP -MF $(DEPDIR)/src_mpd-audio_parser.Tpo -c -o src_mpd-audio_parser.obj `if test -f 'src/audio_parser.c'; then $(CYGPATH_W) 'src/audio_parser.c'; else $(CYGPATH_W) '$(srcdir)/src/audio_parser.c'; fi`
1851+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-audio_parser.Tpo $(DEPDIR)/src_mpd-audio_parser.Po
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/audio_parser.c' object='src_mpd-audio_parser.obj' libtool=no @AMDEPBACKSLASH@
1853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1854 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-audio_parser.obj `if test -f 'src/audio_parser.c'; then $(CYGPATH_W) 'src/audio_parser.c'; else $(CYGPATH_W) '$(srcdir)/src/audio_parser.c'; fi`
1855
1856 src_mpd-buffer2array.o: src/buffer2array.c
1857-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer2array.o -MD -MP -MF "$(DEPDIR)/src_mpd-buffer2array.Tpo" -c -o src_mpd-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c; \
1858-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-buffer2array.Tpo" "$(DEPDIR)/src_mpd-buffer2array.Po"; else rm -f "$(DEPDIR)/src_mpd-buffer2array.Tpo"; exit 1; fi
1859+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer2array.o -MD -MP -MF $(DEPDIR)/src_mpd-buffer2array.Tpo -c -o src_mpd-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
1860+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-buffer2array.Tpo $(DEPDIR)/src_mpd-buffer2array.Po
1861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='src_mpd-buffer2array.o' libtool=no @AMDEPBACKSLASH@
1862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1863 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
1864
1865 src_mpd-buffer2array.obj: src/buffer2array.c
1866-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer2array.obj -MD -MP -MF "$(DEPDIR)/src_mpd-buffer2array.Tpo" -c -o src_mpd-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`; \
1867-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-buffer2array.Tpo" "$(DEPDIR)/src_mpd-buffer2array.Po"; else rm -f "$(DEPDIR)/src_mpd-buffer2array.Tpo"; exit 1; fi
1868+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer2array.obj -MD -MP -MF $(DEPDIR)/src_mpd-buffer2array.Tpo -c -o src_mpd-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
1869+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-buffer2array.Tpo $(DEPDIR)/src_mpd-buffer2array.Po
1870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='src_mpd-buffer2array.obj' libtool=no @AMDEPBACKSLASH@
1871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1872 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
1873
1874 src_mpd-command.o: src/command.c
1875-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-command.o -MD -MP -MF "$(DEPDIR)/src_mpd-command.Tpo" -c -o src_mpd-command.o `test -f 'src/command.c' || echo '$(srcdir)/'`src/command.c; \
1876-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-command.Tpo" "$(DEPDIR)/src_mpd-command.Po"; else rm -f "$(DEPDIR)/src_mpd-command.Tpo"; exit 1; fi
1877+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-command.o -MD -MP -MF $(DEPDIR)/src_mpd-command.Tpo -c -o src_mpd-command.o `test -f 'src/command.c' || echo '$(srcdir)/'`src/command.c
1878+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-command.Tpo $(DEPDIR)/src_mpd-command.Po
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/command.c' object='src_mpd-command.o' libtool=no @AMDEPBACKSLASH@
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1881 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-command.o `test -f 'src/command.c' || echo '$(srcdir)/'`src/command.c
1882
1883 src_mpd-command.obj: src/command.c
1884-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-command.obj -MD -MP -MF "$(DEPDIR)/src_mpd-command.Tpo" -c -o src_mpd-command.obj `if test -f 'src/command.c'; then $(CYGPATH_W) 'src/command.c'; else $(CYGPATH_W) '$(srcdir)/src/command.c'; fi`; \
1885-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-command.Tpo" "$(DEPDIR)/src_mpd-command.Po"; else rm -f "$(DEPDIR)/src_mpd-command.Tpo"; exit 1; fi
1886+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-command.obj -MD -MP -MF $(DEPDIR)/src_mpd-command.Tpo -c -o src_mpd-command.obj `if test -f 'src/command.c'; then $(CYGPATH_W) 'src/command.c'; else $(CYGPATH_W) '$(srcdir)/src/command.c'; fi`
1887+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-command.Tpo $(DEPDIR)/src_mpd-command.Po
1888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/command.c' object='src_mpd-command.obj' libtool=no @AMDEPBACKSLASH@
1889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1890 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-command.obj `if test -f 'src/command.c'; then $(CYGPATH_W) 'src/command.c'; else $(CYGPATH_W) '$(srcdir)/src/command.c'; fi`
1891
1892 src_mpd-idle.o: src/idle.c
1893-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-idle.o -MD -MP -MF "$(DEPDIR)/src_mpd-idle.Tpo" -c -o src_mpd-idle.o `test -f 'src/idle.c' || echo '$(srcdir)/'`src/idle.c; \
1894-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-idle.Tpo" "$(DEPDIR)/src_mpd-idle.Po"; else rm -f "$(DEPDIR)/src_mpd-idle.Tpo"; exit 1; fi
1895+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-idle.o -MD -MP -MF $(DEPDIR)/src_mpd-idle.Tpo -c -o src_mpd-idle.o `test -f 'src/idle.c' || echo '$(srcdir)/'`src/idle.c
1896+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-idle.Tpo $(DEPDIR)/src_mpd-idle.Po
1897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/idle.c' object='src_mpd-idle.o' libtool=no @AMDEPBACKSLASH@
1898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1899 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-idle.o `test -f 'src/idle.c' || echo '$(srcdir)/'`src/idle.c
1900
1901 src_mpd-idle.obj: src/idle.c
1902-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-idle.obj -MD -MP -MF "$(DEPDIR)/src_mpd-idle.Tpo" -c -o src_mpd-idle.obj `if test -f 'src/idle.c'; then $(CYGPATH_W) 'src/idle.c'; else $(CYGPATH_W) '$(srcdir)/src/idle.c'; fi`; \
1903-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-idle.Tpo" "$(DEPDIR)/src_mpd-idle.Po"; else rm -f "$(DEPDIR)/src_mpd-idle.Tpo"; exit 1; fi
1904+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-idle.obj -MD -MP -MF $(DEPDIR)/src_mpd-idle.Tpo -c -o src_mpd-idle.obj `if test -f 'src/idle.c'; then $(CYGPATH_W) 'src/idle.c'; else $(CYGPATH_W) '$(srcdir)/src/idle.c'; fi`
1905+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-idle.Tpo $(DEPDIR)/src_mpd-idle.Po
1906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/idle.c' object='src_mpd-idle.obj' libtool=no @AMDEPBACKSLASH@
1907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1908 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-idle.obj `if test -f 'src/idle.c'; then $(CYGPATH_W) 'src/idle.c'; else $(CYGPATH_W) '$(srcdir)/src/idle.c'; fi`
1909
1910 src_mpd-cmdline.o: src/cmdline.c
1911-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cmdline.o -MD -MP -MF "$(DEPDIR)/src_mpd-cmdline.Tpo" -c -o src_mpd-cmdline.o `test -f 'src/cmdline.c' || echo '$(srcdir)/'`src/cmdline.c; \
1912-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-cmdline.Tpo" "$(DEPDIR)/src_mpd-cmdline.Po"; else rm -f "$(DEPDIR)/src_mpd-cmdline.Tpo"; exit 1; fi
1913+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cmdline.o -MD -MP -MF $(DEPDIR)/src_mpd-cmdline.Tpo -c -o src_mpd-cmdline.o `test -f 'src/cmdline.c' || echo '$(srcdir)/'`src/cmdline.c
1914+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-cmdline.Tpo $(DEPDIR)/src_mpd-cmdline.Po
1915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/cmdline.c' object='src_mpd-cmdline.o' libtool=no @AMDEPBACKSLASH@
1916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1917 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-cmdline.o `test -f 'src/cmdline.c' || echo '$(srcdir)/'`src/cmdline.c
1918
1919 src_mpd-cmdline.obj: src/cmdline.c
1920-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cmdline.obj -MD -MP -MF "$(DEPDIR)/src_mpd-cmdline.Tpo" -c -o src_mpd-cmdline.obj `if test -f 'src/cmdline.c'; then $(CYGPATH_W) 'src/cmdline.c'; else $(CYGPATH_W) '$(srcdir)/src/cmdline.c'; fi`; \
1921-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-cmdline.Tpo" "$(DEPDIR)/src_mpd-cmdline.Po"; else rm -f "$(DEPDIR)/src_mpd-cmdline.Tpo"; exit 1; fi
1922+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-cmdline.obj -MD -MP -MF $(DEPDIR)/src_mpd-cmdline.Tpo -c -o src_mpd-cmdline.obj `if test -f 'src/cmdline.c'; then $(CYGPATH_W) 'src/cmdline.c'; else $(CYGPATH_W) '$(srcdir)/src/cmdline.c'; fi`
1923+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-cmdline.Tpo $(DEPDIR)/src_mpd-cmdline.Po
1924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/cmdline.c' object='src_mpd-cmdline.obj' libtool=no @AMDEPBACKSLASH@
1925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1926 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-cmdline.obj `if test -f 'src/cmdline.c'; then $(CYGPATH_W) 'src/cmdline.c'; else $(CYGPATH_W) '$(srcdir)/src/cmdline.c'; fi`
1927
1928 src_mpd-conf.o: src/conf.c
1929-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-conf.o -MD -MP -MF "$(DEPDIR)/src_mpd-conf.Tpo" -c -o src_mpd-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c; \
1930-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-conf.Tpo" "$(DEPDIR)/src_mpd-conf.Po"; else rm -f "$(DEPDIR)/src_mpd-conf.Tpo"; exit 1; fi
1931+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-conf.o -MD -MP -MF $(DEPDIR)/src_mpd-conf.Tpo -c -o src_mpd-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
1932+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-conf.Tpo $(DEPDIR)/src_mpd-conf.Po
1933 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='src_mpd-conf.o' libtool=no @AMDEPBACKSLASH@
1934 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1935 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
1936
1937 src_mpd-conf.obj: src/conf.c
1938-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-conf.obj -MD -MP -MF "$(DEPDIR)/src_mpd-conf.Tpo" -c -o src_mpd-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`; \
1939-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-conf.Tpo" "$(DEPDIR)/src_mpd-conf.Po"; else rm -f "$(DEPDIR)/src_mpd-conf.Tpo"; exit 1; fi
1940+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-conf.obj -MD -MP -MF $(DEPDIR)/src_mpd-conf.Tpo -c -o src_mpd-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
1941+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-conf.Tpo $(DEPDIR)/src_mpd-conf.Po
1942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='src_mpd-conf.obj' libtool=no @AMDEPBACKSLASH@
1943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1944 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
1945
1946 src_mpd-crossfade.o: src/crossfade.c
1947-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-crossfade.o -MD -MP -MF "$(DEPDIR)/src_mpd-crossfade.Tpo" -c -o src_mpd-crossfade.o `test -f 'src/crossfade.c' || echo '$(srcdir)/'`src/crossfade.c; \
1948-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-crossfade.Tpo" "$(DEPDIR)/src_mpd-crossfade.Po"; else rm -f "$(DEPDIR)/src_mpd-crossfade.Tpo"; exit 1; fi
1949+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-crossfade.o -MD -MP -MF $(DEPDIR)/src_mpd-crossfade.Tpo -c -o src_mpd-crossfade.o `test -f 'src/crossfade.c' || echo '$(srcdir)/'`src/crossfade.c
1950+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-crossfade.Tpo $(DEPDIR)/src_mpd-crossfade.Po
1951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/crossfade.c' object='src_mpd-crossfade.o' libtool=no @AMDEPBACKSLASH@
1952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1953 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-crossfade.o `test -f 'src/crossfade.c' || echo '$(srcdir)/'`src/crossfade.c
1954
1955 src_mpd-crossfade.obj: src/crossfade.c
1956-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-crossfade.obj -MD -MP -MF "$(DEPDIR)/src_mpd-crossfade.Tpo" -c -o src_mpd-crossfade.obj `if test -f 'src/crossfade.c'; then $(CYGPATH_W) 'src/crossfade.c'; else $(CYGPATH_W) '$(srcdir)/src/crossfade.c'; fi`; \
1957-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-crossfade.Tpo" "$(DEPDIR)/src_mpd-crossfade.Po"; else rm -f "$(DEPDIR)/src_mpd-crossfade.Tpo"; exit 1; fi
1958+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-crossfade.obj -MD -MP -MF $(DEPDIR)/src_mpd-crossfade.Tpo -c -o src_mpd-crossfade.obj `if test -f 'src/crossfade.c'; then $(CYGPATH_W) 'src/crossfade.c'; else $(CYGPATH_W) '$(srcdir)/src/crossfade.c'; fi`
1959+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-crossfade.Tpo $(DEPDIR)/src_mpd-crossfade.Po
1960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/crossfade.c' object='src_mpd-crossfade.obj' libtool=no @AMDEPBACKSLASH@
1961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1962 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-crossfade.obj `if test -f 'src/crossfade.c'; then $(CYGPATH_W) 'src/crossfade.c'; else $(CYGPATH_W) '$(srcdir)/src/crossfade.c'; fi`
1963
1964 src_mpd-dbUtils.o: src/dbUtils.c
1965-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dbUtils.o -MD -MP -MF "$(DEPDIR)/src_mpd-dbUtils.Tpo" -c -o src_mpd-dbUtils.o `test -f 'src/dbUtils.c' || echo '$(srcdir)/'`src/dbUtils.c; \
1966-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-dbUtils.Tpo" "$(DEPDIR)/src_mpd-dbUtils.Po"; else rm -f "$(DEPDIR)/src_mpd-dbUtils.Tpo"; exit 1; fi
1967+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dbUtils.o -MD -MP -MF $(DEPDIR)/src_mpd-dbUtils.Tpo -c -o src_mpd-dbUtils.o `test -f 'src/dbUtils.c' || echo '$(srcdir)/'`src/dbUtils.c
1968+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-dbUtils.Tpo $(DEPDIR)/src_mpd-dbUtils.Po
1969 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/dbUtils.c' object='src_mpd-dbUtils.o' libtool=no @AMDEPBACKSLASH@
1970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1971 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-dbUtils.o `test -f 'src/dbUtils.c' || echo '$(srcdir)/'`src/dbUtils.c
1972
1973 src_mpd-dbUtils.obj: src/dbUtils.c
1974-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dbUtils.obj -MD -MP -MF "$(DEPDIR)/src_mpd-dbUtils.Tpo" -c -o src_mpd-dbUtils.obj `if test -f 'src/dbUtils.c'; then $(CYGPATH_W) 'src/dbUtils.c'; else $(CYGPATH_W) '$(srcdir)/src/dbUtils.c'; fi`; \
1975-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-dbUtils.Tpo" "$(DEPDIR)/src_mpd-dbUtils.Po"; else rm -f "$(DEPDIR)/src_mpd-dbUtils.Tpo"; exit 1; fi
1976+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dbUtils.obj -MD -MP -MF $(DEPDIR)/src_mpd-dbUtils.Tpo -c -o src_mpd-dbUtils.obj `if test -f 'src/dbUtils.c'; then $(CYGPATH_W) 'src/dbUtils.c'; else $(CYGPATH_W) '$(srcdir)/src/dbUtils.c'; fi`
1977+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-dbUtils.Tpo $(DEPDIR)/src_mpd-dbUtils.Po
1978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/dbUtils.c' object='src_mpd-dbUtils.obj' libtool=no @AMDEPBACKSLASH@
1979 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1980 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-dbUtils.obj `if test -f 'src/dbUtils.c'; then $(CYGPATH_W) 'src/dbUtils.c'; else $(CYGPATH_W) '$(srcdir)/src/dbUtils.c'; fi`
1981
1982 src_mpd-decoder_thread.o: src/decoder_thread.c
1983-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_thread.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_thread.Tpo" -c -o src_mpd-decoder_thread.o `test -f 'src/decoder_thread.c' || echo '$(srcdir)/'`src/decoder_thread.c; \
1984-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_thread.Tpo" "$(DEPDIR)/src_mpd-decoder_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_thread.Tpo"; exit 1; fi
1985+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_thread.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_thread.Tpo -c -o src_mpd-decoder_thread.o `test -f 'src/decoder_thread.c' || echo '$(srcdir)/'`src/decoder_thread.c
1986+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_thread.Tpo $(DEPDIR)/src_mpd-decoder_thread.Po
1987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_thread.c' object='src_mpd-decoder_thread.o' libtool=no @AMDEPBACKSLASH@
1988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1989 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_thread.o `test -f 'src/decoder_thread.c' || echo '$(srcdir)/'`src/decoder_thread.c
1990
1991 src_mpd-decoder_thread.obj: src/decoder_thread.c
1992-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_thread.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_thread.Tpo" -c -o src_mpd-decoder_thread.obj `if test -f 'src/decoder_thread.c'; then $(CYGPATH_W) 'src/decoder_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_thread.c'; fi`; \
1993-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_thread.Tpo" "$(DEPDIR)/src_mpd-decoder_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_thread.Tpo"; exit 1; fi
1994+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_thread.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_thread.Tpo -c -o src_mpd-decoder_thread.obj `if test -f 'src/decoder_thread.c'; then $(CYGPATH_W) 'src/decoder_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_thread.c'; fi`
1995+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_thread.Tpo $(DEPDIR)/src_mpd-decoder_thread.Po
1996 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_thread.c' object='src_mpd-decoder_thread.obj' libtool=no @AMDEPBACKSLASH@
1997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1998 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_thread.obj `if test -f 'src/decoder_thread.c'; then $(CYGPATH_W) 'src/decoder_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_thread.c'; fi`
1999
2000 src_mpd-decoder_control.o: src/decoder_control.c
2001-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_control.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_control.Tpo" -c -o src_mpd-decoder_control.o `test -f 'src/decoder_control.c' || echo '$(srcdir)/'`src/decoder_control.c; \
2002-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_control.Tpo" "$(DEPDIR)/src_mpd-decoder_control.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_control.Tpo"; exit 1; fi
2003+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_control.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_control.Tpo -c -o src_mpd-decoder_control.o `test -f 'src/decoder_control.c' || echo '$(srcdir)/'`src/decoder_control.c
2004+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_control.Tpo $(DEPDIR)/src_mpd-decoder_control.Po
2005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_control.c' object='src_mpd-decoder_control.o' libtool=no @AMDEPBACKSLASH@
2006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2007 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_control.o `test -f 'src/decoder_control.c' || echo '$(srcdir)/'`src/decoder_control.c
2008
2009 src_mpd-decoder_control.obj: src/decoder_control.c
2010-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_control.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_control.Tpo" -c -o src_mpd-decoder_control.obj `if test -f 'src/decoder_control.c'; then $(CYGPATH_W) 'src/decoder_control.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_control.c'; fi`; \
2011-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_control.Tpo" "$(DEPDIR)/src_mpd-decoder_control.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_control.Tpo"; exit 1; fi
2012+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_control.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_control.Tpo -c -o src_mpd-decoder_control.obj `if test -f 'src/decoder_control.c'; then $(CYGPATH_W) 'src/decoder_control.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_control.c'; fi`
2013+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_control.Tpo $(DEPDIR)/src_mpd-decoder_control.Po
2014 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_control.c' object='src_mpd-decoder_control.obj' libtool=no @AMDEPBACKSLASH@
2015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2016 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_control.obj `if test -f 'src/decoder_control.c'; then $(CYGPATH_W) 'src/decoder_control.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_control.c'; fi`
2017
2018 src_mpd-decoder_api.o: src/decoder_api.c
2019-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_api.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_api.Tpo" -c -o src_mpd-decoder_api.o `test -f 'src/decoder_api.c' || echo '$(srcdir)/'`src/decoder_api.c; \
2020-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_api.Tpo" "$(DEPDIR)/src_mpd-decoder_api.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_api.Tpo"; exit 1; fi
2021+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_api.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_api.Tpo -c -o src_mpd-decoder_api.o `test -f 'src/decoder_api.c' || echo '$(srcdir)/'`src/decoder_api.c
2022+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_api.Tpo $(DEPDIR)/src_mpd-decoder_api.Po
2023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_api.c' object='src_mpd-decoder_api.o' libtool=no @AMDEPBACKSLASH@
2024 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2025 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_api.o `test -f 'src/decoder_api.c' || echo '$(srcdir)/'`src/decoder_api.c
2026
2027 src_mpd-decoder_api.obj: src/decoder_api.c
2028-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_api.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_api.Tpo" -c -o src_mpd-decoder_api.obj `if test -f 'src/decoder_api.c'; then $(CYGPATH_W) 'src/decoder_api.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_api.c'; fi`; \
2029-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_api.Tpo" "$(DEPDIR)/src_mpd-decoder_api.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_api.Tpo"; exit 1; fi
2030+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_api.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_api.Tpo -c -o src_mpd-decoder_api.obj `if test -f 'src/decoder_api.c'; then $(CYGPATH_W) 'src/decoder_api.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_api.c'; fi`
2031+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_api.Tpo $(DEPDIR)/src_mpd-decoder_api.Po
2032 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_api.c' object='src_mpd-decoder_api.obj' libtool=no @AMDEPBACKSLASH@
2033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2034 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_api.obj `if test -f 'src/decoder_api.c'; then $(CYGPATH_W) 'src/decoder_api.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_api.c'; fi`
2035
2036 src_mpd-decoder_internal.o: src/decoder_internal.c
2037-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_internal.o -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_internal.Tpo" -c -o src_mpd-decoder_internal.o `test -f 'src/decoder_internal.c' || echo '$(srcdir)/'`src/decoder_internal.c; \
2038-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_internal.Tpo" "$(DEPDIR)/src_mpd-decoder_internal.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_internal.Tpo"; exit 1; fi
2039+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_internal.o -MD -MP -MF $(DEPDIR)/src_mpd-decoder_internal.Tpo -c -o src_mpd-decoder_internal.o `test -f 'src/decoder_internal.c' || echo '$(srcdir)/'`src/decoder_internal.c
2040+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_internal.Tpo $(DEPDIR)/src_mpd-decoder_internal.Po
2041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_internal.c' object='src_mpd-decoder_internal.o' libtool=no @AMDEPBACKSLASH@
2042 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2043 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_internal.o `test -f 'src/decoder_internal.c' || echo '$(srcdir)/'`src/decoder_internal.c
2044
2045 src_mpd-decoder_internal.obj: src/decoder_internal.c
2046-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_internal.obj -MD -MP -MF "$(DEPDIR)/src_mpd-decoder_internal.Tpo" -c -o src_mpd-decoder_internal.obj `if test -f 'src/decoder_internal.c'; then $(CYGPATH_W) 'src/decoder_internal.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_internal.c'; fi`; \
2047-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-decoder_internal.Tpo" "$(DEPDIR)/src_mpd-decoder_internal.Po"; else rm -f "$(DEPDIR)/src_mpd-decoder_internal.Tpo"; exit 1; fi
2048+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-decoder_internal.obj -MD -MP -MF $(DEPDIR)/src_mpd-decoder_internal.Tpo -c -o src_mpd-decoder_internal.obj `if test -f 'src/decoder_internal.c'; then $(CYGPATH_W) 'src/decoder_internal.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_internal.c'; fi`
2049+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-decoder_internal.Tpo $(DEPDIR)/src_mpd-decoder_internal.Po
2050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/decoder_internal.c' object='src_mpd-decoder_internal.obj' libtool=no @AMDEPBACKSLASH@
2051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2052 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-decoder_internal.obj `if test -f 'src/decoder_internal.c'; then $(CYGPATH_W) 'src/decoder_internal.c'; else $(CYGPATH_W) '$(srcdir)/src/decoder_internal.c'; fi`
2053
2054 src_mpd-directory.o: src/directory.c
2055-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory.o -MD -MP -MF "$(DEPDIR)/src_mpd-directory.Tpo" -c -o src_mpd-directory.o `test -f 'src/directory.c' || echo '$(srcdir)/'`src/directory.c; \
2056-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory.Tpo" "$(DEPDIR)/src_mpd-directory.Po"; else rm -f "$(DEPDIR)/src_mpd-directory.Tpo"; exit 1; fi
2057+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory.o -MD -MP -MF $(DEPDIR)/src_mpd-directory.Tpo -c -o src_mpd-directory.o `test -f 'src/directory.c' || echo '$(srcdir)/'`src/directory.c
2058+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory.Tpo $(DEPDIR)/src_mpd-directory.Po
2059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory.c' object='src_mpd-directory.o' libtool=no @AMDEPBACKSLASH@
2060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2061 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory.o `test -f 'src/directory.c' || echo '$(srcdir)/'`src/directory.c
2062
2063 src_mpd-directory.obj: src/directory.c
2064-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory.obj -MD -MP -MF "$(DEPDIR)/src_mpd-directory.Tpo" -c -o src_mpd-directory.obj `if test -f 'src/directory.c'; then $(CYGPATH_W) 'src/directory.c'; else $(CYGPATH_W) '$(srcdir)/src/directory.c'; fi`; \
2065-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory.Tpo" "$(DEPDIR)/src_mpd-directory.Po"; else rm -f "$(DEPDIR)/src_mpd-directory.Tpo"; exit 1; fi
2066+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory.obj -MD -MP -MF $(DEPDIR)/src_mpd-directory.Tpo -c -o src_mpd-directory.obj `if test -f 'src/directory.c'; then $(CYGPATH_W) 'src/directory.c'; else $(CYGPATH_W) '$(srcdir)/src/directory.c'; fi`
2067+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory.Tpo $(DEPDIR)/src_mpd-directory.Po
2068 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory.c' object='src_mpd-directory.obj' libtool=no @AMDEPBACKSLASH@
2069 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2070 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory.obj `if test -f 'src/directory.c'; then $(CYGPATH_W) 'src/directory.c'; else $(CYGPATH_W) '$(srcdir)/src/directory.c'; fi`
2071
2072 src_mpd-directory_save.o: src/directory_save.c
2073-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_save.o -MD -MP -MF "$(DEPDIR)/src_mpd-directory_save.Tpo" -c -o src_mpd-directory_save.o `test -f 'src/directory_save.c' || echo '$(srcdir)/'`src/directory_save.c; \
2074-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory_save.Tpo" "$(DEPDIR)/src_mpd-directory_save.Po"; else rm -f "$(DEPDIR)/src_mpd-directory_save.Tpo"; exit 1; fi
2075+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_save.o -MD -MP -MF $(DEPDIR)/src_mpd-directory_save.Tpo -c -o src_mpd-directory_save.o `test -f 'src/directory_save.c' || echo '$(srcdir)/'`src/directory_save.c
2076+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory_save.Tpo $(DEPDIR)/src_mpd-directory_save.Po
2077 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory_save.c' object='src_mpd-directory_save.o' libtool=no @AMDEPBACKSLASH@
2078 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2079 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory_save.o `test -f 'src/directory_save.c' || echo '$(srcdir)/'`src/directory_save.c
2080
2081 src_mpd-directory_save.obj: src/directory_save.c
2082-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_save.obj -MD -MP -MF "$(DEPDIR)/src_mpd-directory_save.Tpo" -c -o src_mpd-directory_save.obj `if test -f 'src/directory_save.c'; then $(CYGPATH_W) 'src/directory_save.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_save.c'; fi`; \
2083-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory_save.Tpo" "$(DEPDIR)/src_mpd-directory_save.Po"; else rm -f "$(DEPDIR)/src_mpd-directory_save.Tpo"; exit 1; fi
2084+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_save.obj -MD -MP -MF $(DEPDIR)/src_mpd-directory_save.Tpo -c -o src_mpd-directory_save.obj `if test -f 'src/directory_save.c'; then $(CYGPATH_W) 'src/directory_save.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_save.c'; fi`
2085+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory_save.Tpo $(DEPDIR)/src_mpd-directory_save.Po
2086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory_save.c' object='src_mpd-directory_save.obj' libtool=no @AMDEPBACKSLASH@
2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2088 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory_save.obj `if test -f 'src/directory_save.c'; then $(CYGPATH_W) 'src/directory_save.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_save.c'; fi`
2089
2090 src_mpd-directory_print.o: src/directory_print.c
2091-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-directory_print.Tpo" -c -o src_mpd-directory_print.o `test -f 'src/directory_print.c' || echo '$(srcdir)/'`src/directory_print.c; \
2092-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory_print.Tpo" "$(DEPDIR)/src_mpd-directory_print.Po"; else rm -f "$(DEPDIR)/src_mpd-directory_print.Tpo"; exit 1; fi
2093+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_print.o -MD -MP -MF $(DEPDIR)/src_mpd-directory_print.Tpo -c -o src_mpd-directory_print.o `test -f 'src/directory_print.c' || echo '$(srcdir)/'`src/directory_print.c
2094+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory_print.Tpo $(DEPDIR)/src_mpd-directory_print.Po
2095 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory_print.c' object='src_mpd-directory_print.o' libtool=no @AMDEPBACKSLASH@
2096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2097 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory_print.o `test -f 'src/directory_print.c' || echo '$(srcdir)/'`src/directory_print.c
2098
2099 src_mpd-directory_print.obj: src/directory_print.c
2100-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-directory_print.Tpo" -c -o src_mpd-directory_print.obj `if test -f 'src/directory_print.c'; then $(CYGPATH_W) 'src/directory_print.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_print.c'; fi`; \
2101-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-directory_print.Tpo" "$(DEPDIR)/src_mpd-directory_print.Po"; else rm -f "$(DEPDIR)/src_mpd-directory_print.Tpo"; exit 1; fi
2102+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-directory_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-directory_print.Tpo -c -o src_mpd-directory_print.obj `if test -f 'src/directory_print.c'; then $(CYGPATH_W) 'src/directory_print.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_print.c'; fi`
2103+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-directory_print.Tpo $(DEPDIR)/src_mpd-directory_print.Po
2104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/directory_print.c' object='src_mpd-directory_print.obj' libtool=no @AMDEPBACKSLASH@
2105 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2106 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-directory_print.obj `if test -f 'src/directory_print.c'; then $(CYGPATH_W) 'src/directory_print.c'; else $(CYGPATH_W) '$(srcdir)/src/directory_print.c'; fi`
2107
2108 src_mpd-database.o: src/database.c
2109-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-database.o -MD -MP -MF "$(DEPDIR)/src_mpd-database.Tpo" -c -o src_mpd-database.o `test -f 'src/database.c' || echo '$(srcdir)/'`src/database.c; \
2110-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-database.Tpo" "$(DEPDIR)/src_mpd-database.Po"; else rm -f "$(DEPDIR)/src_mpd-database.Tpo"; exit 1; fi
2111+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-database.o -MD -MP -MF $(DEPDIR)/src_mpd-database.Tpo -c -o src_mpd-database.o `test -f 'src/database.c' || echo '$(srcdir)/'`src/database.c
2112+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-database.Tpo $(DEPDIR)/src_mpd-database.Po
2113 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/database.c' object='src_mpd-database.o' libtool=no @AMDEPBACKSLASH@
2114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2115 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-database.o `test -f 'src/database.c' || echo '$(srcdir)/'`src/database.c
2116
2117 src_mpd-database.obj: src/database.c
2118-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-database.obj -MD -MP -MF "$(DEPDIR)/src_mpd-database.Tpo" -c -o src_mpd-database.obj `if test -f 'src/database.c'; then $(CYGPATH_W) 'src/database.c'; else $(CYGPATH_W) '$(srcdir)/src/database.c'; fi`; \
2119-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-database.Tpo" "$(DEPDIR)/src_mpd-database.Po"; else rm -f "$(DEPDIR)/src_mpd-database.Tpo"; exit 1; fi
2120+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-database.obj -MD -MP -MF $(DEPDIR)/src_mpd-database.Tpo -c -o src_mpd-database.obj `if test -f 'src/database.c'; then $(CYGPATH_W) 'src/database.c'; else $(CYGPATH_W) '$(srcdir)/src/database.c'; fi`
2121+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-database.Tpo $(DEPDIR)/src_mpd-database.Po
2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/database.c' object='src_mpd-database.obj' libtool=no @AMDEPBACKSLASH@
2123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2124 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-database.obj `if test -f 'src/database.c'; then $(CYGPATH_W) 'src/database.c'; else $(CYGPATH_W) '$(srcdir)/src/database.c'; fi`
2125
2126 src_mpd-dirvec.o: src/dirvec.c
2127-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dirvec.o -MD -MP -MF "$(DEPDIR)/src_mpd-dirvec.Tpo" -c -o src_mpd-dirvec.o `test -f 'src/dirvec.c' || echo '$(srcdir)/'`src/dirvec.c; \
2128-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-dirvec.Tpo" "$(DEPDIR)/src_mpd-dirvec.Po"; else rm -f "$(DEPDIR)/src_mpd-dirvec.Tpo"; exit 1; fi
2129+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dirvec.o -MD -MP -MF $(DEPDIR)/src_mpd-dirvec.Tpo -c -o src_mpd-dirvec.o `test -f 'src/dirvec.c' || echo '$(srcdir)/'`src/dirvec.c
2130+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-dirvec.Tpo $(DEPDIR)/src_mpd-dirvec.Po
2131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/dirvec.c' object='src_mpd-dirvec.o' libtool=no @AMDEPBACKSLASH@
2132 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2133 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-dirvec.o `test -f 'src/dirvec.c' || echo '$(srcdir)/'`src/dirvec.c
2134
2135 src_mpd-dirvec.obj: src/dirvec.c
2136-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dirvec.obj -MD -MP -MF "$(DEPDIR)/src_mpd-dirvec.Tpo" -c -o src_mpd-dirvec.obj `if test -f 'src/dirvec.c'; then $(CYGPATH_W) 'src/dirvec.c'; else $(CYGPATH_W) '$(srcdir)/src/dirvec.c'; fi`; \
2137-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-dirvec.Tpo" "$(DEPDIR)/src_mpd-dirvec.Po"; else rm -f "$(DEPDIR)/src_mpd-dirvec.Tpo"; exit 1; fi
2138+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-dirvec.obj -MD -MP -MF $(DEPDIR)/src_mpd-dirvec.Tpo -c -o src_mpd-dirvec.obj `if test -f 'src/dirvec.c'; then $(CYGPATH_W) 'src/dirvec.c'; else $(CYGPATH_W) '$(srcdir)/src/dirvec.c'; fi`
2139+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-dirvec.Tpo $(DEPDIR)/src_mpd-dirvec.Po
2140 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/dirvec.c' object='src_mpd-dirvec.obj' libtool=no @AMDEPBACKSLASH@
2141 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2142 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-dirvec.obj `if test -f 'src/dirvec.c'; then $(CYGPATH_W) 'src/dirvec.c'; else $(CYGPATH_W) '$(srcdir)/src/dirvec.c'; fi`
2143
2144 src_mpd-fifo_buffer.o: src/fifo_buffer.c
2145-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_buffer.o -MD -MP -MF "$(DEPDIR)/src_mpd-fifo_buffer.Tpo" -c -o src_mpd-fifo_buffer.o `test -f 'src/fifo_buffer.c' || echo '$(srcdir)/'`src/fifo_buffer.c; \
2146-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fifo_buffer.Tpo" "$(DEPDIR)/src_mpd-fifo_buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-fifo_buffer.Tpo"; exit 1; fi
2147+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_buffer.o -MD -MP -MF $(DEPDIR)/src_mpd-fifo_buffer.Tpo -c -o src_mpd-fifo_buffer.o `test -f 'src/fifo_buffer.c' || echo '$(srcdir)/'`src/fifo_buffer.c
2148+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fifo_buffer.Tpo $(DEPDIR)/src_mpd-fifo_buffer.Po
2149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/fifo_buffer.c' object='src_mpd-fifo_buffer.o' libtool=no @AMDEPBACKSLASH@
2150 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2151 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fifo_buffer.o `test -f 'src/fifo_buffer.c' || echo '$(srcdir)/'`src/fifo_buffer.c
2152
2153 src_mpd-fifo_buffer.obj: src/fifo_buffer.c
2154-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_buffer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-fifo_buffer.Tpo" -c -o src_mpd-fifo_buffer.obj `if test -f 'src/fifo_buffer.c'; then $(CYGPATH_W) 'src/fifo_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/fifo_buffer.c'; fi`; \
2155-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-fifo_buffer.Tpo" "$(DEPDIR)/src_mpd-fifo_buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-fifo_buffer.Tpo"; exit 1; fi
2156+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-fifo_buffer.obj -MD -MP -MF $(DEPDIR)/src_mpd-fifo_buffer.Tpo -c -o src_mpd-fifo_buffer.obj `if test -f 'src/fifo_buffer.c'; then $(CYGPATH_W) 'src/fifo_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/fifo_buffer.c'; fi`
2157+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-fifo_buffer.Tpo $(DEPDIR)/src_mpd-fifo_buffer.Po
2158 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/fifo_buffer.c' object='src_mpd-fifo_buffer.obj' libtool=no @AMDEPBACKSLASH@
2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2160 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-fifo_buffer.obj `if test -f 'src/fifo_buffer.c'; then $(CYGPATH_W) 'src/fifo_buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/fifo_buffer.c'; fi`
2161
2162 src_mpd-update.o: src/update.c
2163-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-update.o -MD -MP -MF "$(DEPDIR)/src_mpd-update.Tpo" -c -o src_mpd-update.o `test -f 'src/update.c' || echo '$(srcdir)/'`src/update.c; \
2164-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-update.Tpo" "$(DEPDIR)/src_mpd-update.Po"; else rm -f "$(DEPDIR)/src_mpd-update.Tpo"; exit 1; fi
2165+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-update.o -MD -MP -MF $(DEPDIR)/src_mpd-update.Tpo -c -o src_mpd-update.o `test -f 'src/update.c' || echo '$(srcdir)/'`src/update.c
2166+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-update.Tpo $(DEPDIR)/src_mpd-update.Po
2167 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/update.c' object='src_mpd-update.o' libtool=no @AMDEPBACKSLASH@
2168 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2169 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-update.o `test -f 'src/update.c' || echo '$(srcdir)/'`src/update.c
2170
2171 src_mpd-update.obj: src/update.c
2172-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-update.obj -MD -MP -MF "$(DEPDIR)/src_mpd-update.Tpo" -c -o src_mpd-update.obj `if test -f 'src/update.c'; then $(CYGPATH_W) 'src/update.c'; else $(CYGPATH_W) '$(srcdir)/src/update.c'; fi`; \
2173-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-update.Tpo" "$(DEPDIR)/src_mpd-update.Po"; else rm -f "$(DEPDIR)/src_mpd-update.Tpo"; exit 1; fi
2174+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-update.obj -MD -MP -MF $(DEPDIR)/src_mpd-update.Tpo -c -o src_mpd-update.obj `if test -f 'src/update.c'; then $(CYGPATH_W) 'src/update.c'; else $(CYGPATH_W) '$(srcdir)/src/update.c'; fi`
2175+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-update.Tpo $(DEPDIR)/src_mpd-update.Po
2176 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/update.c' object='src_mpd-update.obj' libtool=no @AMDEPBACKSLASH@
2177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2178 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-update.obj `if test -f 'src/update.c'; then $(CYGPATH_W) 'src/update.c'; else $(CYGPATH_W) '$(srcdir)/src/update.c'; fi`
2179
2180 src_mpd-client.o: src/client.c
2181-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-client.o -MD -MP -MF "$(DEPDIR)/src_mpd-client.Tpo" -c -o src_mpd-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c; \
2182-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-client.Tpo" "$(DEPDIR)/src_mpd-client.Po"; else rm -f "$(DEPDIR)/src_mpd-client.Tpo"; exit 1; fi
2183+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-client.o -MD -MP -MF $(DEPDIR)/src_mpd-client.Tpo -c -o src_mpd-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c
2184+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-client.Tpo $(DEPDIR)/src_mpd-client.Po
2185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/client.c' object='src_mpd-client.o' libtool=no @AMDEPBACKSLASH@
2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2187 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-client.o `test -f 'src/client.c' || echo '$(srcdir)/'`src/client.c
2188
2189 src_mpd-client.obj: src/client.c
2190-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-client.obj -MD -MP -MF "$(DEPDIR)/src_mpd-client.Tpo" -c -o src_mpd-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi`; \
2191-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-client.Tpo" "$(DEPDIR)/src_mpd-client.Po"; else rm -f "$(DEPDIR)/src_mpd-client.Tpo"; exit 1; fi
2192+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-client.obj -MD -MP -MF $(DEPDIR)/src_mpd-client.Tpo -c -o src_mpd-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi`
2193+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-client.Tpo $(DEPDIR)/src_mpd-client.Po
2194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/client.c' object='src_mpd-client.obj' libtool=no @AMDEPBACKSLASH@
2195 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2196 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-client.obj `if test -f 'src/client.c'; then $(CYGPATH_W) 'src/client.c'; else $(CYGPATH_W) '$(srcdir)/src/client.c'; fi`
2197
2198 src_mpd-listen.o: src/listen.c
2199-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-listen.o -MD -MP -MF "$(DEPDIR)/src_mpd-listen.Tpo" -c -o src_mpd-listen.o `test -f 'src/listen.c' || echo '$(srcdir)/'`src/listen.c; \
2200-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-listen.Tpo" "$(DEPDIR)/src_mpd-listen.Po"; else rm -f "$(DEPDIR)/src_mpd-listen.Tpo"; exit 1; fi
2201+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-listen.o -MD -MP -MF $(DEPDIR)/src_mpd-listen.Tpo -c -o src_mpd-listen.o `test -f 'src/listen.c' || echo '$(srcdir)/'`src/listen.c
2202+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-listen.Tpo $(DEPDIR)/src_mpd-listen.Po
2203 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/listen.c' object='src_mpd-listen.o' libtool=no @AMDEPBACKSLASH@
2204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2205 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-listen.o `test -f 'src/listen.c' || echo '$(srcdir)/'`src/listen.c
2206
2207 src_mpd-listen.obj: src/listen.c
2208-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-listen.obj -MD -MP -MF "$(DEPDIR)/src_mpd-listen.Tpo" -c -o src_mpd-listen.obj `if test -f 'src/listen.c'; then $(CYGPATH_W) 'src/listen.c'; else $(CYGPATH_W) '$(srcdir)/src/listen.c'; fi`; \
2209-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-listen.Tpo" "$(DEPDIR)/src_mpd-listen.Po"; else rm -f "$(DEPDIR)/src_mpd-listen.Tpo"; exit 1; fi
2210+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-listen.obj -MD -MP -MF $(DEPDIR)/src_mpd-listen.Tpo -c -o src_mpd-listen.obj `if test -f 'src/listen.c'; then $(CYGPATH_W) 'src/listen.c'; else $(CYGPATH_W) '$(srcdir)/src/listen.c'; fi`
2211+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-listen.Tpo $(DEPDIR)/src_mpd-listen.Po
2212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/listen.c' object='src_mpd-listen.obj' libtool=no @AMDEPBACKSLASH@
2213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2214 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-listen.obj `if test -f 'src/listen.c'; then $(CYGPATH_W) 'src/listen.c'; else $(CYGPATH_W) '$(srcdir)/src/listen.c'; fi`
2215
2216 src_mpd-log.o: src/log.c
2217-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-log.o -MD -MP -MF "$(DEPDIR)/src_mpd-log.Tpo" -c -o src_mpd-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c; \
2218-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-log.Tpo" "$(DEPDIR)/src_mpd-log.Po"; else rm -f "$(DEPDIR)/src_mpd-log.Tpo"; exit 1; fi
2219+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-log.o -MD -MP -MF $(DEPDIR)/src_mpd-log.Tpo -c -o src_mpd-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
2220+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-log.Tpo $(DEPDIR)/src_mpd-log.Po
2221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='src_mpd-log.o' libtool=no @AMDEPBACKSLASH@
2222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2223 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
2224
2225 src_mpd-log.obj: src/log.c
2226-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-log.obj -MD -MP -MF "$(DEPDIR)/src_mpd-log.Tpo" -c -o src_mpd-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`; \
2227-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-log.Tpo" "$(DEPDIR)/src_mpd-log.Po"; else rm -f "$(DEPDIR)/src_mpd-log.Tpo"; exit 1; fi
2228+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-log.obj -MD -MP -MF $(DEPDIR)/src_mpd-log.Tpo -c -o src_mpd-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
2229+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-log.Tpo $(DEPDIR)/src_mpd-log.Po
2230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='src_mpd-log.obj' libtool=no @AMDEPBACKSLASH@
2231 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2232 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
2233
2234 src_mpd-ls.o: src/ls.c
2235-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ls.o -MD -MP -MF "$(DEPDIR)/src_mpd-ls.Tpo" -c -o src_mpd-ls.o `test -f 'src/ls.c' || echo '$(srcdir)/'`src/ls.c; \
2236-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ls.Tpo" "$(DEPDIR)/src_mpd-ls.Po"; else rm -f "$(DEPDIR)/src_mpd-ls.Tpo"; exit 1; fi
2237+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ls.o -MD -MP -MF $(DEPDIR)/src_mpd-ls.Tpo -c -o src_mpd-ls.o `test -f 'src/ls.c' || echo '$(srcdir)/'`src/ls.c
2238+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ls.Tpo $(DEPDIR)/src_mpd-ls.Po
2239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ls.c' object='src_mpd-ls.o' libtool=no @AMDEPBACKSLASH@
2240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2241 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ls.o `test -f 'src/ls.c' || echo '$(srcdir)/'`src/ls.c
2242
2243 src_mpd-ls.obj: src/ls.c
2244-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ls.obj -MD -MP -MF "$(DEPDIR)/src_mpd-ls.Tpo" -c -o src_mpd-ls.obj `if test -f 'src/ls.c'; then $(CYGPATH_W) 'src/ls.c'; else $(CYGPATH_W) '$(srcdir)/src/ls.c'; fi`; \
2245-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-ls.Tpo" "$(DEPDIR)/src_mpd-ls.Po"; else rm -f "$(DEPDIR)/src_mpd-ls.Tpo"; exit 1; fi
2246+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-ls.obj -MD -MP -MF $(DEPDIR)/src_mpd-ls.Tpo -c -o src_mpd-ls.obj `if test -f 'src/ls.c'; then $(CYGPATH_W) 'src/ls.c'; else $(CYGPATH_W) '$(srcdir)/src/ls.c'; fi`
2247+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-ls.Tpo $(DEPDIR)/src_mpd-ls.Po
2248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/ls.c' object='src_mpd-ls.obj' libtool=no @AMDEPBACKSLASH@
2249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2250 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-ls.obj `if test -f 'src/ls.c'; then $(CYGPATH_W) 'src/ls.c'; else $(CYGPATH_W) '$(srcdir)/src/ls.c'; fi`
2251
2252 src_mpd-main.o: src/main.c
2253-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-main.o -MD -MP -MF "$(DEPDIR)/src_mpd-main.Tpo" -c -o src_mpd-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c; \
2254-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-main.Tpo" "$(DEPDIR)/src_mpd-main.Po"; else rm -f "$(DEPDIR)/src_mpd-main.Tpo"; exit 1; fi
2255+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-main.o -MD -MP -MF $(DEPDIR)/src_mpd-main.Tpo -c -o src_mpd-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
2256+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-main.Tpo $(DEPDIR)/src_mpd-main.Po
2257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/main.c' object='src_mpd-main.o' libtool=no @AMDEPBACKSLASH@
2258 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2259 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-main.o `test -f 'src/main.c' || echo '$(srcdir)/'`src/main.c
2260
2261 src_mpd-main.obj: src/main.c
2262-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-main.obj -MD -MP -MF "$(DEPDIR)/src_mpd-main.Tpo" -c -o src_mpd-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`; \
2263-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-main.Tpo" "$(DEPDIR)/src_mpd-main.Po"; else rm -f "$(DEPDIR)/src_mpd-main.Tpo"; exit 1; fi
2264+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-main.obj -MD -MP -MF $(DEPDIR)/src_mpd-main.Tpo -c -o src_mpd-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
2265+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-main.Tpo $(DEPDIR)/src_mpd-main.Po
2266 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/main.c' object='src_mpd-main.obj' libtool=no @AMDEPBACKSLASH@
2267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2268 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-main.obj `if test -f 'src/main.c'; then $(CYGPATH_W) 'src/main.c'; else $(CYGPATH_W) '$(srcdir)/src/main.c'; fi`
2269
2270 src_mpd-event_pipe.o: src/event_pipe.c
2271-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-event_pipe.o -MD -MP -MF "$(DEPDIR)/src_mpd-event_pipe.Tpo" -c -o src_mpd-event_pipe.o `test -f 'src/event_pipe.c' || echo '$(srcdir)/'`src/event_pipe.c; \
2272-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-event_pipe.Tpo" "$(DEPDIR)/src_mpd-event_pipe.Po"; else rm -f "$(DEPDIR)/src_mpd-event_pipe.Tpo"; exit 1; fi
2273+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-event_pipe.o -MD -MP -MF $(DEPDIR)/src_mpd-event_pipe.Tpo -c -o src_mpd-event_pipe.o `test -f 'src/event_pipe.c' || echo '$(srcdir)/'`src/event_pipe.c
2274+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-event_pipe.Tpo $(DEPDIR)/src_mpd-event_pipe.Po
2275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/event_pipe.c' object='src_mpd-event_pipe.o' libtool=no @AMDEPBACKSLASH@
2276 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2277 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-event_pipe.o `test -f 'src/event_pipe.c' || echo '$(srcdir)/'`src/event_pipe.c
2278
2279 src_mpd-event_pipe.obj: src/event_pipe.c
2280-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-event_pipe.obj -MD -MP -MF "$(DEPDIR)/src_mpd-event_pipe.Tpo" -c -o src_mpd-event_pipe.obj `if test -f 'src/event_pipe.c'; then $(CYGPATH_W) 'src/event_pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/event_pipe.c'; fi`; \
2281-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-event_pipe.Tpo" "$(DEPDIR)/src_mpd-event_pipe.Po"; else rm -f "$(DEPDIR)/src_mpd-event_pipe.Tpo"; exit 1; fi
2282+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-event_pipe.obj -MD -MP -MF $(DEPDIR)/src_mpd-event_pipe.Tpo -c -o src_mpd-event_pipe.obj `if test -f 'src/event_pipe.c'; then $(CYGPATH_W) 'src/event_pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/event_pipe.c'; fi`
2283+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-event_pipe.Tpo $(DEPDIR)/src_mpd-event_pipe.Po
2284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/event_pipe.c' object='src_mpd-event_pipe.obj' libtool=no @AMDEPBACKSLASH@
2285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2286 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-event_pipe.obj `if test -f 'src/event_pipe.c'; then $(CYGPATH_W) 'src/event_pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/event_pipe.c'; fi`
2287
2288 src_mpd-daemon.o: src/daemon.c
2289-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-daemon.o -MD -MP -MF "$(DEPDIR)/src_mpd-daemon.Tpo" -c -o src_mpd-daemon.o `test -f 'src/daemon.c' || echo '$(srcdir)/'`src/daemon.c; \
2290-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-daemon.Tpo" "$(DEPDIR)/src_mpd-daemon.Po"; else rm -f "$(DEPDIR)/src_mpd-daemon.Tpo"; exit 1; fi
2291+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-daemon.o -MD -MP -MF $(DEPDIR)/src_mpd-daemon.Tpo -c -o src_mpd-daemon.o `test -f 'src/daemon.c' || echo '$(srcdir)/'`src/daemon.c
2292+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-daemon.Tpo $(DEPDIR)/src_mpd-daemon.Po
2293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/daemon.c' object='src_mpd-daemon.o' libtool=no @AMDEPBACKSLASH@
2294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2295 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-daemon.o `test -f 'src/daemon.c' || echo '$(srcdir)/'`src/daemon.c
2296
2297 src_mpd-daemon.obj: src/daemon.c
2298-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-daemon.obj -MD -MP -MF "$(DEPDIR)/src_mpd-daemon.Tpo" -c -o src_mpd-daemon.obj `if test -f 'src/daemon.c'; then $(CYGPATH_W) 'src/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon.c'; fi`; \
2299-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-daemon.Tpo" "$(DEPDIR)/src_mpd-daemon.Po"; else rm -f "$(DEPDIR)/src_mpd-daemon.Tpo"; exit 1; fi
2300+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-daemon.obj -MD -MP -MF $(DEPDIR)/src_mpd-daemon.Tpo -c -o src_mpd-daemon.obj `if test -f 'src/daemon.c'; then $(CYGPATH_W) 'src/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon.c'; fi`
2301+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-daemon.Tpo $(DEPDIR)/src_mpd-daemon.Po
2302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/daemon.c' object='src_mpd-daemon.obj' libtool=no @AMDEPBACKSLASH@
2303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2304 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-daemon.obj `if test -f 'src/daemon.c'; then $(CYGPATH_W) 'src/daemon.c'; else $(CYGPATH_W) '$(srcdir)/src/daemon.c'; fi`
2305
2306 src_mpd-normalize.o: src/normalize.c
2307-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-normalize.o -MD -MP -MF "$(DEPDIR)/src_mpd-normalize.Tpo" -c -o src_mpd-normalize.o `test -f 'src/normalize.c' || echo '$(srcdir)/'`src/normalize.c; \
2308-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-normalize.Tpo" "$(DEPDIR)/src_mpd-normalize.Po"; else rm -f "$(DEPDIR)/src_mpd-normalize.Tpo"; exit 1; fi
2309+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-normalize.o -MD -MP -MF $(DEPDIR)/src_mpd-normalize.Tpo -c -o src_mpd-normalize.o `test -f 'src/normalize.c' || echo '$(srcdir)/'`src/normalize.c
2310+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-normalize.Tpo $(DEPDIR)/src_mpd-normalize.Po
2311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/normalize.c' object='src_mpd-normalize.o' libtool=no @AMDEPBACKSLASH@
2312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2313 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-normalize.o `test -f 'src/normalize.c' || echo '$(srcdir)/'`src/normalize.c
2314
2315 src_mpd-normalize.obj: src/normalize.c
2316-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-normalize.obj -MD -MP -MF "$(DEPDIR)/src_mpd-normalize.Tpo" -c -o src_mpd-normalize.obj `if test -f 'src/normalize.c'; then $(CYGPATH_W) 'src/normalize.c'; else $(CYGPATH_W) '$(srcdir)/src/normalize.c'; fi`; \
2317-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-normalize.Tpo" "$(DEPDIR)/src_mpd-normalize.Po"; else rm -f "$(DEPDIR)/src_mpd-normalize.Tpo"; exit 1; fi
2318+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-normalize.obj -MD -MP -MF $(DEPDIR)/src_mpd-normalize.Tpo -c -o src_mpd-normalize.obj `if test -f 'src/normalize.c'; then $(CYGPATH_W) 'src/normalize.c'; else $(CYGPATH_W) '$(srcdir)/src/normalize.c'; fi`
2319+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-normalize.Tpo $(DEPDIR)/src_mpd-normalize.Po
2320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/normalize.c' object='src_mpd-normalize.obj' libtool=no @AMDEPBACKSLASH@
2321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2322 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-normalize.obj `if test -f 'src/normalize.c'; then $(CYGPATH_W) 'src/normalize.c'; else $(CYGPATH_W) '$(srcdir)/src/normalize.c'; fi`
2323
2324 src_mpd-compress.o: src/compress.c
2325-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-compress.o -MD -MP -MF "$(DEPDIR)/src_mpd-compress.Tpo" -c -o src_mpd-compress.o `test -f 'src/compress.c' || echo '$(srcdir)/'`src/compress.c; \
2326-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-compress.Tpo" "$(DEPDIR)/src_mpd-compress.Po"; else rm -f "$(DEPDIR)/src_mpd-compress.Tpo"; exit 1; fi
2327+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-compress.o -MD -MP -MF $(DEPDIR)/src_mpd-compress.Tpo -c -o src_mpd-compress.o `test -f 'src/compress.c' || echo '$(srcdir)/'`src/compress.c
2328+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-compress.Tpo $(DEPDIR)/src_mpd-compress.Po
2329 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/compress.c' object='src_mpd-compress.o' libtool=no @AMDEPBACKSLASH@
2330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2331 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-compress.o `test -f 'src/compress.c' || echo '$(srcdir)/'`src/compress.c
2332
2333 src_mpd-compress.obj: src/compress.c
2334-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-compress.obj -MD -MP -MF "$(DEPDIR)/src_mpd-compress.Tpo" -c -o src_mpd-compress.obj `if test -f 'src/compress.c'; then $(CYGPATH_W) 'src/compress.c'; else $(CYGPATH_W) '$(srcdir)/src/compress.c'; fi`; \
2335-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-compress.Tpo" "$(DEPDIR)/src_mpd-compress.Po"; else rm -f "$(DEPDIR)/src_mpd-compress.Tpo"; exit 1; fi
2336+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-compress.obj -MD -MP -MF $(DEPDIR)/src_mpd-compress.Tpo -c -o src_mpd-compress.obj `if test -f 'src/compress.c'; then $(CYGPATH_W) 'src/compress.c'; else $(CYGPATH_W) '$(srcdir)/src/compress.c'; fi`
2337+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-compress.Tpo $(DEPDIR)/src_mpd-compress.Po
2338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/compress.c' object='src_mpd-compress.obj' libtool=no @AMDEPBACKSLASH@
2339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2340 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-compress.obj `if test -f 'src/compress.c'; then $(CYGPATH_W) 'src/compress.c'; else $(CYGPATH_W) '$(srcdir)/src/compress.c'; fi`
2341
2342 src_mpd-buffer.o: src/buffer.c
2343-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer.o -MD -MP -MF "$(DEPDIR)/src_mpd-buffer.Tpo" -c -o src_mpd-buffer.o `test -f 'src/buffer.c' || echo '$(srcdir)/'`src/buffer.c; \
2344-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-buffer.Tpo" "$(DEPDIR)/src_mpd-buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-buffer.Tpo"; exit 1; fi
2345+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer.o -MD -MP -MF $(DEPDIR)/src_mpd-buffer.Tpo -c -o src_mpd-buffer.o `test -f 'src/buffer.c' || echo '$(srcdir)/'`src/buffer.c
2346+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-buffer.Tpo $(DEPDIR)/src_mpd-buffer.Po
2347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer.c' object='src_mpd-buffer.o' libtool=no @AMDEPBACKSLASH@
2348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2349 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-buffer.o `test -f 'src/buffer.c' || echo '$(srcdir)/'`src/buffer.c
2350
2351 src_mpd-buffer.obj: src/buffer.c
2352-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-buffer.Tpo" -c -o src_mpd-buffer.obj `if test -f 'src/buffer.c'; then $(CYGPATH_W) 'src/buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer.c'; fi`; \
2353-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-buffer.Tpo" "$(DEPDIR)/src_mpd-buffer.Po"; else rm -f "$(DEPDIR)/src_mpd-buffer.Tpo"; exit 1; fi
2354+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-buffer.obj -MD -MP -MF $(DEPDIR)/src_mpd-buffer.Tpo -c -o src_mpd-buffer.obj `if test -f 'src/buffer.c'; then $(CYGPATH_W) 'src/buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer.c'; fi`
2355+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-buffer.Tpo $(DEPDIR)/src_mpd-buffer.Po
2356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer.c' object='src_mpd-buffer.obj' libtool=no @AMDEPBACKSLASH@
2357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2358 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-buffer.obj `if test -f 'src/buffer.c'; then $(CYGPATH_W) 'src/buffer.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer.c'; fi`
2359
2360 src_mpd-pipe.o: src/pipe.c
2361-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe.o -MD -MP -MF "$(DEPDIR)/src_mpd-pipe.Tpo" -c -o src_mpd-pipe.o `test -f 'src/pipe.c' || echo '$(srcdir)/'`src/pipe.c; \
2362-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pipe.Tpo" "$(DEPDIR)/src_mpd-pipe.Po"; else rm -f "$(DEPDIR)/src_mpd-pipe.Tpo"; exit 1; fi
2363+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe.o -MD -MP -MF $(DEPDIR)/src_mpd-pipe.Tpo -c -o src_mpd-pipe.o `test -f 'src/pipe.c' || echo '$(srcdir)/'`src/pipe.c
2364+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pipe.Tpo $(DEPDIR)/src_mpd-pipe.Po
2365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pipe.c' object='src_mpd-pipe.o' libtool=no @AMDEPBACKSLASH@
2366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2367 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pipe.o `test -f 'src/pipe.c' || echo '$(srcdir)/'`src/pipe.c
2368
2369 src_mpd-pipe.obj: src/pipe.c
2370-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pipe.Tpo" -c -o src_mpd-pipe.obj `if test -f 'src/pipe.c'; then $(CYGPATH_W) 'src/pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/pipe.c'; fi`; \
2371-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pipe.Tpo" "$(DEPDIR)/src_mpd-pipe.Po"; else rm -f "$(DEPDIR)/src_mpd-pipe.Tpo"; exit 1; fi
2372+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pipe.obj -MD -MP -MF $(DEPDIR)/src_mpd-pipe.Tpo -c -o src_mpd-pipe.obj `if test -f 'src/pipe.c'; then $(CYGPATH_W) 'src/pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/pipe.c'; fi`
2373+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pipe.Tpo $(DEPDIR)/src_mpd-pipe.Po
2374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pipe.c' object='src_mpd-pipe.obj' libtool=no @AMDEPBACKSLASH@
2375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2376 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pipe.obj `if test -f 'src/pipe.c'; then $(CYGPATH_W) 'src/pipe.c'; else $(CYGPATH_W) '$(srcdir)/src/pipe.c'; fi`
2377
2378 src_mpd-chunk.o: src/chunk.c
2379-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-chunk.o -MD -MP -MF "$(DEPDIR)/src_mpd-chunk.Tpo" -c -o src_mpd-chunk.o `test -f 'src/chunk.c' || echo '$(srcdir)/'`src/chunk.c; \
2380-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-chunk.Tpo" "$(DEPDIR)/src_mpd-chunk.Po"; else rm -f "$(DEPDIR)/src_mpd-chunk.Tpo"; exit 1; fi
2381+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-chunk.o -MD -MP -MF $(DEPDIR)/src_mpd-chunk.Tpo -c -o src_mpd-chunk.o `test -f 'src/chunk.c' || echo '$(srcdir)/'`src/chunk.c
2382+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-chunk.Tpo $(DEPDIR)/src_mpd-chunk.Po
2383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/chunk.c' object='src_mpd-chunk.o' libtool=no @AMDEPBACKSLASH@
2384 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2385 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-chunk.o `test -f 'src/chunk.c' || echo '$(srcdir)/'`src/chunk.c
2386
2387 src_mpd-chunk.obj: src/chunk.c
2388-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-chunk.obj -MD -MP -MF "$(DEPDIR)/src_mpd-chunk.Tpo" -c -o src_mpd-chunk.obj `if test -f 'src/chunk.c'; then $(CYGPATH_W) 'src/chunk.c'; else $(CYGPATH_W) '$(srcdir)/src/chunk.c'; fi`; \
2389-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-chunk.Tpo" "$(DEPDIR)/src_mpd-chunk.Po"; else rm -f "$(DEPDIR)/src_mpd-chunk.Tpo"; exit 1; fi
2390+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-chunk.obj -MD -MP -MF $(DEPDIR)/src_mpd-chunk.Tpo -c -o src_mpd-chunk.obj `if test -f 'src/chunk.c'; then $(CYGPATH_W) 'src/chunk.c'; else $(CYGPATH_W) '$(srcdir)/src/chunk.c'; fi`
2391+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-chunk.Tpo $(DEPDIR)/src_mpd-chunk.Po
2392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/chunk.c' object='src_mpd-chunk.obj' libtool=no @AMDEPBACKSLASH@
2393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2394 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-chunk.obj `if test -f 'src/chunk.c'; then $(CYGPATH_W) 'src/chunk.c'; else $(CYGPATH_W) '$(srcdir)/src/chunk.c'; fi`
2395
2396 src_mpd-path.o: src/path.c
2397-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-path.o -MD -MP -MF "$(DEPDIR)/src_mpd-path.Tpo" -c -o src_mpd-path.o `test -f 'src/path.c' || echo '$(srcdir)/'`src/path.c; \
2398-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-path.Tpo" "$(DEPDIR)/src_mpd-path.Po"; else rm -f "$(DEPDIR)/src_mpd-path.Tpo"; exit 1; fi
2399+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-path.o -MD -MP -MF $(DEPDIR)/src_mpd-path.Tpo -c -o src_mpd-path.o `test -f 'src/path.c' || echo '$(srcdir)/'`src/path.c
2400+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-path.Tpo $(DEPDIR)/src_mpd-path.Po
2401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/path.c' object='src_mpd-path.o' libtool=no @AMDEPBACKSLASH@
2402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2403 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-path.o `test -f 'src/path.c' || echo '$(srcdir)/'`src/path.c
2404
2405 src_mpd-path.obj: src/path.c
2406-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-path.obj -MD -MP -MF "$(DEPDIR)/src_mpd-path.Tpo" -c -o src_mpd-path.obj `if test -f 'src/path.c'; then $(CYGPATH_W) 'src/path.c'; else $(CYGPATH_W) '$(srcdir)/src/path.c'; fi`; \
2407-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-path.Tpo" "$(DEPDIR)/src_mpd-path.Po"; else rm -f "$(DEPDIR)/src_mpd-path.Tpo"; exit 1; fi
2408+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-path.obj -MD -MP -MF $(DEPDIR)/src_mpd-path.Tpo -c -o src_mpd-path.obj `if test -f 'src/path.c'; then $(CYGPATH_W) 'src/path.c'; else $(CYGPATH_W) '$(srcdir)/src/path.c'; fi`
2409+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-path.Tpo $(DEPDIR)/src_mpd-path.Po
2410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/path.c' object='src_mpd-path.obj' libtool=no @AMDEPBACKSLASH@
2411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2412 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-path.obj `if test -f 'src/path.c'; then $(CYGPATH_W) 'src/path.c'; else $(CYGPATH_W) '$(srcdir)/src/path.c'; fi`
2413
2414 src_mpd-mapper.o: src/mapper.c
2415-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mapper.o -MD -MP -MF "$(DEPDIR)/src_mpd-mapper.Tpo" -c -o src_mpd-mapper.o `test -f 'src/mapper.c' || echo '$(srcdir)/'`src/mapper.c; \
2416-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mapper.Tpo" "$(DEPDIR)/src_mpd-mapper.Po"; else rm -f "$(DEPDIR)/src_mpd-mapper.Tpo"; exit 1; fi
2417+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mapper.o -MD -MP -MF $(DEPDIR)/src_mpd-mapper.Tpo -c -o src_mpd-mapper.o `test -f 'src/mapper.c' || echo '$(srcdir)/'`src/mapper.c
2418+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mapper.Tpo $(DEPDIR)/src_mpd-mapper.Po
2419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapper.c' object='src_mpd-mapper.o' libtool=no @AMDEPBACKSLASH@
2420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2421 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mapper.o `test -f 'src/mapper.c' || echo '$(srcdir)/'`src/mapper.c
2422
2423 src_mpd-mapper.obj: src/mapper.c
2424-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mapper.obj -MD -MP -MF "$(DEPDIR)/src_mpd-mapper.Tpo" -c -o src_mpd-mapper.obj `if test -f 'src/mapper.c'; then $(CYGPATH_W) 'src/mapper.c'; else $(CYGPATH_W) '$(srcdir)/src/mapper.c'; fi`; \
2425-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-mapper.Tpo" "$(DEPDIR)/src_mpd-mapper.Po"; else rm -f "$(DEPDIR)/src_mpd-mapper.Tpo"; exit 1; fi
2426+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-mapper.obj -MD -MP -MF $(DEPDIR)/src_mpd-mapper.Tpo -c -o src_mpd-mapper.obj `if test -f 'src/mapper.c'; then $(CYGPATH_W) 'src/mapper.c'; else $(CYGPATH_W) '$(srcdir)/src/mapper.c'; fi`
2427+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-mapper.Tpo $(DEPDIR)/src_mpd-mapper.Po
2428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mapper.c' object='src_mpd-mapper.obj' libtool=no @AMDEPBACKSLASH@
2429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2430 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-mapper.obj `if test -f 'src/mapper.c'; then $(CYGPATH_W) 'src/mapper.c'; else $(CYGPATH_W) '$(srcdir)/src/mapper.c'; fi`
2431
2432 src_mpd-page.o: src/page.c
2433-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-page.o -MD -MP -MF "$(DEPDIR)/src_mpd-page.Tpo" -c -o src_mpd-page.o `test -f 'src/page.c' || echo '$(srcdir)/'`src/page.c; \
2434-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-page.Tpo" "$(DEPDIR)/src_mpd-page.Po"; else rm -f "$(DEPDIR)/src_mpd-page.Tpo"; exit 1; fi
2435+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-page.o -MD -MP -MF $(DEPDIR)/src_mpd-page.Tpo -c -o src_mpd-page.o `test -f 'src/page.c' || echo '$(srcdir)/'`src/page.c
2436+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-page.Tpo $(DEPDIR)/src_mpd-page.Po
2437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/page.c' object='src_mpd-page.o' libtool=no @AMDEPBACKSLASH@
2438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2439 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-page.o `test -f 'src/page.c' || echo '$(srcdir)/'`src/page.c
2440
2441 src_mpd-page.obj: src/page.c
2442-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-page.obj -MD -MP -MF "$(DEPDIR)/src_mpd-page.Tpo" -c -o src_mpd-page.obj `if test -f 'src/page.c'; then $(CYGPATH_W) 'src/page.c'; else $(CYGPATH_W) '$(srcdir)/src/page.c'; fi`; \
2443-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-page.Tpo" "$(DEPDIR)/src_mpd-page.Po"; else rm -f "$(DEPDIR)/src_mpd-page.Tpo"; exit 1; fi
2444+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-page.obj -MD -MP -MF $(DEPDIR)/src_mpd-page.Tpo -c -o src_mpd-page.obj `if test -f 'src/page.c'; then $(CYGPATH_W) 'src/page.c'; else $(CYGPATH_W) '$(srcdir)/src/page.c'; fi`
2445+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-page.Tpo $(DEPDIR)/src_mpd-page.Po
2446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/page.c' object='src_mpd-page.obj' libtool=no @AMDEPBACKSLASH@
2447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2448 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-page.obj `if test -f 'src/page.c'; then $(CYGPATH_W) 'src/page.c'; else $(CYGPATH_W) '$(srcdir)/src/page.c'; fi`
2449
2450 src_mpd-pcm_convert.o: src/pcm_convert.c
2451-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_convert.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_convert.Tpo" -c -o src_mpd-pcm_convert.o `test -f 'src/pcm_convert.c' || echo '$(srcdir)/'`src/pcm_convert.c; \
2452-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_convert.Tpo" "$(DEPDIR)/src_mpd-pcm_convert.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_convert.Tpo"; exit 1; fi
2453+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_convert.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_convert.Tpo -c -o src_mpd-pcm_convert.o `test -f 'src/pcm_convert.c' || echo '$(srcdir)/'`src/pcm_convert.c
2454+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_convert.Tpo $(DEPDIR)/src_mpd-pcm_convert.Po
2455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_convert.c' object='src_mpd-pcm_convert.o' libtool=no @AMDEPBACKSLASH@
2456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2457 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_convert.o `test -f 'src/pcm_convert.c' || echo '$(srcdir)/'`src/pcm_convert.c
2458
2459 src_mpd-pcm_convert.obj: src/pcm_convert.c
2460-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_convert.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_convert.Tpo" -c -o src_mpd-pcm_convert.obj `if test -f 'src/pcm_convert.c'; then $(CYGPATH_W) 'src/pcm_convert.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_convert.c'; fi`; \
2461-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_convert.Tpo" "$(DEPDIR)/src_mpd-pcm_convert.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_convert.Tpo"; exit 1; fi
2462+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_convert.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_convert.Tpo -c -o src_mpd-pcm_convert.obj `if test -f 'src/pcm_convert.c'; then $(CYGPATH_W) 'src/pcm_convert.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_convert.c'; fi`
2463+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_convert.Tpo $(DEPDIR)/src_mpd-pcm_convert.Po
2464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_convert.c' object='src_mpd-pcm_convert.obj' libtool=no @AMDEPBACKSLASH@
2465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2466 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_convert.obj `if test -f 'src/pcm_convert.c'; then $(CYGPATH_W) 'src/pcm_convert.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_convert.c'; fi`
2467
2468 src_mpd-pcm_volume.o: src/pcm_volume.c
2469-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_volume.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_volume.Tpo" -c -o src_mpd-pcm_volume.o `test -f 'src/pcm_volume.c' || echo '$(srcdir)/'`src/pcm_volume.c; \
2470-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_volume.Tpo" "$(DEPDIR)/src_mpd-pcm_volume.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_volume.Tpo"; exit 1; fi
2471+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_volume.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_volume.Tpo -c -o src_mpd-pcm_volume.o `test -f 'src/pcm_volume.c' || echo '$(srcdir)/'`src/pcm_volume.c
2472+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_volume.Tpo $(DEPDIR)/src_mpd-pcm_volume.Po
2473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_volume.c' object='src_mpd-pcm_volume.o' libtool=no @AMDEPBACKSLASH@
2474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2475 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_volume.o `test -f 'src/pcm_volume.c' || echo '$(srcdir)/'`src/pcm_volume.c
2476
2477 src_mpd-pcm_volume.obj: src/pcm_volume.c
2478-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_volume.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_volume.Tpo" -c -o src_mpd-pcm_volume.obj `if test -f 'src/pcm_volume.c'; then $(CYGPATH_W) 'src/pcm_volume.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_volume.c'; fi`; \
2479-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_volume.Tpo" "$(DEPDIR)/src_mpd-pcm_volume.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_volume.Tpo"; exit 1; fi
2480+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_volume.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_volume.Tpo -c -o src_mpd-pcm_volume.obj `if test -f 'src/pcm_volume.c'; then $(CYGPATH_W) 'src/pcm_volume.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_volume.c'; fi`
2481+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_volume.Tpo $(DEPDIR)/src_mpd-pcm_volume.Po
2482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_volume.c' object='src_mpd-pcm_volume.obj' libtool=no @AMDEPBACKSLASH@
2483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2484 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_volume.obj `if test -f 'src/pcm_volume.c'; then $(CYGPATH_W) 'src/pcm_volume.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_volume.c'; fi`
2485
2486 src_mpd-pcm_mix.o: src/pcm_mix.c
2487-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_mix.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_mix.Tpo" -c -o src_mpd-pcm_mix.o `test -f 'src/pcm_mix.c' || echo '$(srcdir)/'`src/pcm_mix.c; \
2488-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_mix.Tpo" "$(DEPDIR)/src_mpd-pcm_mix.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_mix.Tpo"; exit 1; fi
2489+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_mix.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_mix.Tpo -c -o src_mpd-pcm_mix.o `test -f 'src/pcm_mix.c' || echo '$(srcdir)/'`src/pcm_mix.c
2490+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_mix.Tpo $(DEPDIR)/src_mpd-pcm_mix.Po
2491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_mix.c' object='src_mpd-pcm_mix.o' libtool=no @AMDEPBACKSLASH@
2492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2493 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_mix.o `test -f 'src/pcm_mix.c' || echo '$(srcdir)/'`src/pcm_mix.c
2494
2495 src_mpd-pcm_mix.obj: src/pcm_mix.c
2496-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_mix.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_mix.Tpo" -c -o src_mpd-pcm_mix.obj `if test -f 'src/pcm_mix.c'; then $(CYGPATH_W) 'src/pcm_mix.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_mix.c'; fi`; \
2497-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_mix.Tpo" "$(DEPDIR)/src_mpd-pcm_mix.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_mix.Tpo"; exit 1; fi
2498+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_mix.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_mix.Tpo -c -o src_mpd-pcm_mix.obj `if test -f 'src/pcm_mix.c'; then $(CYGPATH_W) 'src/pcm_mix.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_mix.c'; fi`
2499+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_mix.Tpo $(DEPDIR)/src_mpd-pcm_mix.Po
2500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_mix.c' object='src_mpd-pcm_mix.obj' libtool=no @AMDEPBACKSLASH@
2501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2502 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_mix.obj `if test -f 'src/pcm_mix.c'; then $(CYGPATH_W) 'src/pcm_mix.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_mix.c'; fi`
2503
2504 src_mpd-pcm_channels.o: src/pcm_channels.c
2505-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_channels.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_channels.Tpo" -c -o src_mpd-pcm_channels.o `test -f 'src/pcm_channels.c' || echo '$(srcdir)/'`src/pcm_channels.c; \
2506-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_channels.Tpo" "$(DEPDIR)/src_mpd-pcm_channels.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_channels.Tpo"; exit 1; fi
2507+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_channels.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_channels.Tpo -c -o src_mpd-pcm_channels.o `test -f 'src/pcm_channels.c' || echo '$(srcdir)/'`src/pcm_channels.c
2508+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_channels.Tpo $(DEPDIR)/src_mpd-pcm_channels.Po
2509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_channels.c' object='src_mpd-pcm_channels.o' libtool=no @AMDEPBACKSLASH@
2510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2511 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_channels.o `test -f 'src/pcm_channels.c' || echo '$(srcdir)/'`src/pcm_channels.c
2512
2513 src_mpd-pcm_channels.obj: src/pcm_channels.c
2514-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_channels.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_channels.Tpo" -c -o src_mpd-pcm_channels.obj `if test -f 'src/pcm_channels.c'; then $(CYGPATH_W) 'src/pcm_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_channels.c'; fi`; \
2515-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_channels.Tpo" "$(DEPDIR)/src_mpd-pcm_channels.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_channels.Tpo"; exit 1; fi
2516+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_channels.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_channels.Tpo -c -o src_mpd-pcm_channels.obj `if test -f 'src/pcm_channels.c'; then $(CYGPATH_W) 'src/pcm_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_channels.c'; fi`
2517+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_channels.Tpo $(DEPDIR)/src_mpd-pcm_channels.Po
2518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_channels.c' object='src_mpd-pcm_channels.obj' libtool=no @AMDEPBACKSLASH@
2519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2520 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_channels.obj `if test -f 'src/pcm_channels.c'; then $(CYGPATH_W) 'src/pcm_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_channels.c'; fi`
2521
2522 src_mpd-pcm_format.o: src/pcm_format.c
2523-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_format.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_format.Tpo" -c -o src_mpd-pcm_format.o `test -f 'src/pcm_format.c' || echo '$(srcdir)/'`src/pcm_format.c; \
2524-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_format.Tpo" "$(DEPDIR)/src_mpd-pcm_format.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_format.Tpo"; exit 1; fi
2525+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_format.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_format.Tpo -c -o src_mpd-pcm_format.o `test -f 'src/pcm_format.c' || echo '$(srcdir)/'`src/pcm_format.c
2526+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_format.Tpo $(DEPDIR)/src_mpd-pcm_format.Po
2527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_format.c' object='src_mpd-pcm_format.o' libtool=no @AMDEPBACKSLASH@
2528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2529 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_format.o `test -f 'src/pcm_format.c' || echo '$(srcdir)/'`src/pcm_format.c
2530
2531 src_mpd-pcm_format.obj: src/pcm_format.c
2532-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_format.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_format.Tpo" -c -o src_mpd-pcm_format.obj `if test -f 'src/pcm_format.c'; then $(CYGPATH_W) 'src/pcm_format.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_format.c'; fi`; \
2533-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_format.Tpo" "$(DEPDIR)/src_mpd-pcm_format.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_format.Tpo"; exit 1; fi
2534+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_format.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_format.Tpo -c -o src_mpd-pcm_format.obj `if test -f 'src/pcm_format.c'; then $(CYGPATH_W) 'src/pcm_format.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_format.c'; fi`
2535+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_format.Tpo $(DEPDIR)/src_mpd-pcm_format.Po
2536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_format.c' object='src_mpd-pcm_format.obj' libtool=no @AMDEPBACKSLASH@
2537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2538 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_format.obj `if test -f 'src/pcm_format.c'; then $(CYGPATH_W) 'src/pcm_format.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_format.c'; fi`
2539
2540 src_mpd-pcm_resample.o: src/pcm_resample.c
2541-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample.Tpo" -c -o src_mpd-pcm_resample.o `test -f 'src/pcm_resample.c' || echo '$(srcdir)/'`src/pcm_resample.c; \
2542-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample.Tpo" "$(DEPDIR)/src_mpd-pcm_resample.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample.Tpo"; exit 1; fi
2543+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample.Tpo -c -o src_mpd-pcm_resample.o `test -f 'src/pcm_resample.c' || echo '$(srcdir)/'`src/pcm_resample.c
2544+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample.Tpo $(DEPDIR)/src_mpd-pcm_resample.Po
2545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample.c' object='src_mpd-pcm_resample.o' libtool=no @AMDEPBACKSLASH@
2546 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2547 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample.o `test -f 'src/pcm_resample.c' || echo '$(srcdir)/'`src/pcm_resample.c
2548
2549 src_mpd-pcm_resample.obj: src/pcm_resample.c
2550-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample.Tpo" -c -o src_mpd-pcm_resample.obj `if test -f 'src/pcm_resample.c'; then $(CYGPATH_W) 'src/pcm_resample.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample.c'; fi`; \
2551-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample.Tpo" "$(DEPDIR)/src_mpd-pcm_resample.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample.Tpo"; exit 1; fi
2552+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample.Tpo -c -o src_mpd-pcm_resample.obj `if test -f 'src/pcm_resample.c'; then $(CYGPATH_W) 'src/pcm_resample.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample.c'; fi`
2553+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample.Tpo $(DEPDIR)/src_mpd-pcm_resample.Po
2554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample.c' object='src_mpd-pcm_resample.obj' libtool=no @AMDEPBACKSLASH@
2555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2556 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample.obj `if test -f 'src/pcm_resample.c'; then $(CYGPATH_W) 'src/pcm_resample.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample.c'; fi`
2557
2558 src_mpd-pcm_resample_fallback.o: src/pcm_resample_fallback.c
2559-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_fallback.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo" -c -o src_mpd-pcm_resample_fallback.o `test -f 'src/pcm_resample_fallback.c' || echo '$(srcdir)/'`src/pcm_resample_fallback.c; \
2560-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo" "$(DEPDIR)/src_mpd-pcm_resample_fallback.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo"; exit 1; fi
2561+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_fallback.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo -c -o src_mpd-pcm_resample_fallback.o `test -f 'src/pcm_resample_fallback.c' || echo '$(srcdir)/'`src/pcm_resample_fallback.c
2562+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo $(DEPDIR)/src_mpd-pcm_resample_fallback.Po
2563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample_fallback.c' object='src_mpd-pcm_resample_fallback.o' libtool=no @AMDEPBACKSLASH@
2564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2565 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample_fallback.o `test -f 'src/pcm_resample_fallback.c' || echo '$(srcdir)/'`src/pcm_resample_fallback.c
2566
2567 src_mpd-pcm_resample_fallback.obj: src/pcm_resample_fallback.c
2568-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_fallback.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo" -c -o src_mpd-pcm_resample_fallback.obj `if test -f 'src/pcm_resample_fallback.c'; then $(CYGPATH_W) 'src/pcm_resample_fallback.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_fallback.c'; fi`; \
2569-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo" "$(DEPDIR)/src_mpd-pcm_resample_fallback.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo"; exit 1; fi
2570+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_fallback.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo -c -o src_mpd-pcm_resample_fallback.obj `if test -f 'src/pcm_resample_fallback.c'; then $(CYGPATH_W) 'src/pcm_resample_fallback.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_fallback.c'; fi`
2571+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample_fallback.Tpo $(DEPDIR)/src_mpd-pcm_resample_fallback.Po
2572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample_fallback.c' object='src_mpd-pcm_resample_fallback.obj' libtool=no @AMDEPBACKSLASH@
2573 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2574 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample_fallback.obj `if test -f 'src/pcm_resample_fallback.c'; then $(CYGPATH_W) 'src/pcm_resample_fallback.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_fallback.c'; fi`
2575
2576 src_mpd-pcm_dither.o: src/pcm_dither.c
2577-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_dither.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_dither.Tpo" -c -o src_mpd-pcm_dither.o `test -f 'src/pcm_dither.c' || echo '$(srcdir)/'`src/pcm_dither.c; \
2578-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_dither.Tpo" "$(DEPDIR)/src_mpd-pcm_dither.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_dither.Tpo"; exit 1; fi
2579+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_dither.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_dither.Tpo -c -o src_mpd-pcm_dither.o `test -f 'src/pcm_dither.c' || echo '$(srcdir)/'`src/pcm_dither.c
2580+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_dither.Tpo $(DEPDIR)/src_mpd-pcm_dither.Po
2581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_dither.c' object='src_mpd-pcm_dither.o' libtool=no @AMDEPBACKSLASH@
2582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2583 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_dither.o `test -f 'src/pcm_dither.c' || echo '$(srcdir)/'`src/pcm_dither.c
2584
2585 src_mpd-pcm_dither.obj: src/pcm_dither.c
2586-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_dither.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_dither.Tpo" -c -o src_mpd-pcm_dither.obj `if test -f 'src/pcm_dither.c'; then $(CYGPATH_W) 'src/pcm_dither.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_dither.c'; fi`; \
2587-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_dither.Tpo" "$(DEPDIR)/src_mpd-pcm_dither.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_dither.Tpo"; exit 1; fi
2588+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_dither.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_dither.Tpo -c -o src_mpd-pcm_dither.obj `if test -f 'src/pcm_dither.c'; then $(CYGPATH_W) 'src/pcm_dither.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_dither.c'; fi`
2589+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_dither.Tpo $(DEPDIR)/src_mpd-pcm_dither.Po
2590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_dither.c' object='src_mpd-pcm_dither.obj' libtool=no @AMDEPBACKSLASH@
2591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2592 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_dither.obj `if test -f 'src/pcm_dither.c'; then $(CYGPATH_W) 'src/pcm_dither.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_dither.c'; fi`
2593
2594 src_mpd-permission.o: src/permission.c
2595-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-permission.o -MD -MP -MF "$(DEPDIR)/src_mpd-permission.Tpo" -c -o src_mpd-permission.o `test -f 'src/permission.c' || echo '$(srcdir)/'`src/permission.c; \
2596-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-permission.Tpo" "$(DEPDIR)/src_mpd-permission.Po"; else rm -f "$(DEPDIR)/src_mpd-permission.Tpo"; exit 1; fi
2597+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-permission.o -MD -MP -MF $(DEPDIR)/src_mpd-permission.Tpo -c -o src_mpd-permission.o `test -f 'src/permission.c' || echo '$(srcdir)/'`src/permission.c
2598+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-permission.Tpo $(DEPDIR)/src_mpd-permission.Po
2599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/permission.c' object='src_mpd-permission.o' libtool=no @AMDEPBACKSLASH@
2600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2601 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-permission.o `test -f 'src/permission.c' || echo '$(srcdir)/'`src/permission.c
2602
2603 src_mpd-permission.obj: src/permission.c
2604-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-permission.obj -MD -MP -MF "$(DEPDIR)/src_mpd-permission.Tpo" -c -o src_mpd-permission.obj `if test -f 'src/permission.c'; then $(CYGPATH_W) 'src/permission.c'; else $(CYGPATH_W) '$(srcdir)/src/permission.c'; fi`; \
2605-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-permission.Tpo" "$(DEPDIR)/src_mpd-permission.Po"; else rm -f "$(DEPDIR)/src_mpd-permission.Tpo"; exit 1; fi
2606+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-permission.obj -MD -MP -MF $(DEPDIR)/src_mpd-permission.Tpo -c -o src_mpd-permission.obj `if test -f 'src/permission.c'; then $(CYGPATH_W) 'src/permission.c'; else $(CYGPATH_W) '$(srcdir)/src/permission.c'; fi`
2607+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-permission.Tpo $(DEPDIR)/src_mpd-permission.Po
2608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/permission.c' object='src_mpd-permission.obj' libtool=no @AMDEPBACKSLASH@
2609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2610 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-permission.obj `if test -f 'src/permission.c'; then $(CYGPATH_W) 'src/permission.c'; else $(CYGPATH_W) '$(srcdir)/src/permission.c'; fi`
2611
2612 src_mpd-player_thread.o: src/player_thread.c
2613-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_thread.o -MD -MP -MF "$(DEPDIR)/src_mpd-player_thread.Tpo" -c -o src_mpd-player_thread.o `test -f 'src/player_thread.c' || echo '$(srcdir)/'`src/player_thread.c; \
2614-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-player_thread.Tpo" "$(DEPDIR)/src_mpd-player_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-player_thread.Tpo"; exit 1; fi
2615+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_thread.o -MD -MP -MF $(DEPDIR)/src_mpd-player_thread.Tpo -c -o src_mpd-player_thread.o `test -f 'src/player_thread.c' || echo '$(srcdir)/'`src/player_thread.c
2616+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-player_thread.Tpo $(DEPDIR)/src_mpd-player_thread.Po
2617 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/player_thread.c' object='src_mpd-player_thread.o' libtool=no @AMDEPBACKSLASH@
2618 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2619 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-player_thread.o `test -f 'src/player_thread.c' || echo '$(srcdir)/'`src/player_thread.c
2620
2621 src_mpd-player_thread.obj: src/player_thread.c
2622-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_thread.obj -MD -MP -MF "$(DEPDIR)/src_mpd-player_thread.Tpo" -c -o src_mpd-player_thread.obj `if test -f 'src/player_thread.c'; then $(CYGPATH_W) 'src/player_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/player_thread.c'; fi`; \
2623-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-player_thread.Tpo" "$(DEPDIR)/src_mpd-player_thread.Po"; else rm -f "$(DEPDIR)/src_mpd-player_thread.Tpo"; exit 1; fi
2624+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_thread.obj -MD -MP -MF $(DEPDIR)/src_mpd-player_thread.Tpo -c -o src_mpd-player_thread.obj `if test -f 'src/player_thread.c'; then $(CYGPATH_W) 'src/player_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/player_thread.c'; fi`
2625+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-player_thread.Tpo $(DEPDIR)/src_mpd-player_thread.Po
2626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/player_thread.c' object='src_mpd-player_thread.obj' libtool=no @AMDEPBACKSLASH@
2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2628 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-player_thread.obj `if test -f 'src/player_thread.c'; then $(CYGPATH_W) 'src/player_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/player_thread.c'; fi`
2629
2630 src_mpd-player_control.o: src/player_control.c
2631-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_control.o -MD -MP -MF "$(DEPDIR)/src_mpd-player_control.Tpo" -c -o src_mpd-player_control.o `test -f 'src/player_control.c' || echo '$(srcdir)/'`src/player_control.c; \
2632-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-player_control.Tpo" "$(DEPDIR)/src_mpd-player_control.Po"; else rm -f "$(DEPDIR)/src_mpd-player_control.Tpo"; exit 1; fi
2633+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_control.o -MD -MP -MF $(DEPDIR)/src_mpd-player_control.Tpo -c -o src_mpd-player_control.o `test -f 'src/player_control.c' || echo '$(srcdir)/'`src/player_control.c
2634+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-player_control.Tpo $(DEPDIR)/src_mpd-player_control.Po
2635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/player_control.c' object='src_mpd-player_control.o' libtool=no @AMDEPBACKSLASH@
2636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2637 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-player_control.o `test -f 'src/player_control.c' || echo '$(srcdir)/'`src/player_control.c
2638
2639 src_mpd-player_control.obj: src/player_control.c
2640-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_control.obj -MD -MP -MF "$(DEPDIR)/src_mpd-player_control.Tpo" -c -o src_mpd-player_control.obj `if test -f 'src/player_control.c'; then $(CYGPATH_W) 'src/player_control.c'; else $(CYGPATH_W) '$(srcdir)/src/player_control.c'; fi`; \
2641-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-player_control.Tpo" "$(DEPDIR)/src_mpd-player_control.Po"; else rm -f "$(DEPDIR)/src_mpd-player_control.Tpo"; exit 1; fi
2642+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-player_control.obj -MD -MP -MF $(DEPDIR)/src_mpd-player_control.Tpo -c -o src_mpd-player_control.obj `if test -f 'src/player_control.c'; then $(CYGPATH_W) 'src/player_control.c'; else $(CYGPATH_W) '$(srcdir)/src/player_control.c'; fi`
2643+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-player_control.Tpo $(DEPDIR)/src_mpd-player_control.Po
2644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/player_control.c' object='src_mpd-player_control.obj' libtool=no @AMDEPBACKSLASH@
2645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2646 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-player_control.obj `if test -f 'src/player_control.c'; then $(CYGPATH_W) 'src/player_control.c'; else $(CYGPATH_W) '$(srcdir)/src/player_control.c'; fi`
2647
2648 src_mpd-playlist.o: src/playlist.c
2649-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist.Tpo" -c -o src_mpd-playlist.o `test -f 'src/playlist.c' || echo '$(srcdir)/'`src/playlist.c; \
2650-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist.Tpo" "$(DEPDIR)/src_mpd-playlist.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist.Tpo"; exit 1; fi
2651+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist.Tpo -c -o src_mpd-playlist.o `test -f 'src/playlist.c' || echo '$(srcdir)/'`src/playlist.c
2652+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist.Tpo $(DEPDIR)/src_mpd-playlist.Po
2653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist.c' object='src_mpd-playlist.o' libtool=no @AMDEPBACKSLASH@
2654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2655 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist.o `test -f 'src/playlist.c' || echo '$(srcdir)/'`src/playlist.c
2656
2657 src_mpd-playlist.obj: src/playlist.c
2658-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist.Tpo" -c -o src_mpd-playlist.obj `if test -f 'src/playlist.c'; then $(CYGPATH_W) 'src/playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist.c'; fi`; \
2659-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist.Tpo" "$(DEPDIR)/src_mpd-playlist.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist.Tpo"; exit 1; fi
2660+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist.Tpo -c -o src_mpd-playlist.obj `if test -f 'src/playlist.c'; then $(CYGPATH_W) 'src/playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist.c'; fi`
2661+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist.Tpo $(DEPDIR)/src_mpd-playlist.Po
2662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist.c' object='src_mpd-playlist.obj' libtool=no @AMDEPBACKSLASH@
2663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2664 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist.obj `if test -f 'src/playlist.c'; then $(CYGPATH_W) 'src/playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist.c'; fi`
2665
2666 src_mpd-playlist_global.o: src/playlist_global.c
2667-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_global.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_global.Tpo" -c -o src_mpd-playlist_global.o `test -f 'src/playlist_global.c' || echo '$(srcdir)/'`src/playlist_global.c; \
2668-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_global.Tpo" "$(DEPDIR)/src_mpd-playlist_global.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_global.Tpo"; exit 1; fi
2669+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_global.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_global.Tpo -c -o src_mpd-playlist_global.o `test -f 'src/playlist_global.c' || echo '$(srcdir)/'`src/playlist_global.c
2670+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_global.Tpo $(DEPDIR)/src_mpd-playlist_global.Po
2671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_global.c' object='src_mpd-playlist_global.o' libtool=no @AMDEPBACKSLASH@
2672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2673 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_global.o `test -f 'src/playlist_global.c' || echo '$(srcdir)/'`src/playlist_global.c
2674
2675 src_mpd-playlist_global.obj: src/playlist_global.c
2676-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_global.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_global.Tpo" -c -o src_mpd-playlist_global.obj `if test -f 'src/playlist_global.c'; then $(CYGPATH_W) 'src/playlist_global.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_global.c'; fi`; \
2677-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_global.Tpo" "$(DEPDIR)/src_mpd-playlist_global.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_global.Tpo"; exit 1; fi
2678+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_global.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_global.Tpo -c -o src_mpd-playlist_global.obj `if test -f 'src/playlist_global.c'; then $(CYGPATH_W) 'src/playlist_global.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_global.c'; fi`
2679+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_global.Tpo $(DEPDIR)/src_mpd-playlist_global.Po
2680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_global.c' object='src_mpd-playlist_global.obj' libtool=no @AMDEPBACKSLASH@
2681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2682 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_global.obj `if test -f 'src/playlist_global.c'; then $(CYGPATH_W) 'src/playlist_global.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_global.c'; fi`
2683
2684 src_mpd-playlist_control.o: src/playlist_control.c
2685-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_control.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_control.Tpo" -c -o src_mpd-playlist_control.o `test -f 'src/playlist_control.c' || echo '$(srcdir)/'`src/playlist_control.c; \
2686-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_control.Tpo" "$(DEPDIR)/src_mpd-playlist_control.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_control.Tpo"; exit 1; fi
2687+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_control.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_control.Tpo -c -o src_mpd-playlist_control.o `test -f 'src/playlist_control.c' || echo '$(srcdir)/'`src/playlist_control.c
2688+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_control.Tpo $(DEPDIR)/src_mpd-playlist_control.Po
2689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_control.c' object='src_mpd-playlist_control.o' libtool=no @AMDEPBACKSLASH@
2690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2691 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_control.o `test -f 'src/playlist_control.c' || echo '$(srcdir)/'`src/playlist_control.c
2692
2693 src_mpd-playlist_control.obj: src/playlist_control.c
2694-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_control.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_control.Tpo" -c -o src_mpd-playlist_control.obj `if test -f 'src/playlist_control.c'; then $(CYGPATH_W) 'src/playlist_control.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_control.c'; fi`; \
2695-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_control.Tpo" "$(DEPDIR)/src_mpd-playlist_control.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_control.Tpo"; exit 1; fi
2696+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_control.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_control.Tpo -c -o src_mpd-playlist_control.obj `if test -f 'src/playlist_control.c'; then $(CYGPATH_W) 'src/playlist_control.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_control.c'; fi`
2697+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_control.Tpo $(DEPDIR)/src_mpd-playlist_control.Po
2698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_control.c' object='src_mpd-playlist_control.obj' libtool=no @AMDEPBACKSLASH@
2699 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2700 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_control.obj `if test -f 'src/playlist_control.c'; then $(CYGPATH_W) 'src/playlist_control.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_control.c'; fi`
2701
2702 src_mpd-playlist_edit.o: src/playlist_edit.c
2703-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_edit.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_edit.Tpo" -c -o src_mpd-playlist_edit.o `test -f 'src/playlist_edit.c' || echo '$(srcdir)/'`src/playlist_edit.c; \
2704-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_edit.Tpo" "$(DEPDIR)/src_mpd-playlist_edit.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_edit.Tpo"; exit 1; fi
2705+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_edit.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_edit.Tpo -c -o src_mpd-playlist_edit.o `test -f 'src/playlist_edit.c' || echo '$(srcdir)/'`src/playlist_edit.c
2706+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_edit.Tpo $(DEPDIR)/src_mpd-playlist_edit.Po
2707 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_edit.c' object='src_mpd-playlist_edit.o' libtool=no @AMDEPBACKSLASH@
2708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2709 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_edit.o `test -f 'src/playlist_edit.c' || echo '$(srcdir)/'`src/playlist_edit.c
2710
2711 src_mpd-playlist_edit.obj: src/playlist_edit.c
2712-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_edit.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_edit.Tpo" -c -o src_mpd-playlist_edit.obj `if test -f 'src/playlist_edit.c'; then $(CYGPATH_W) 'src/playlist_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_edit.c'; fi`; \
2713-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_edit.Tpo" "$(DEPDIR)/src_mpd-playlist_edit.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_edit.Tpo"; exit 1; fi
2714+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_edit.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_edit.Tpo -c -o src_mpd-playlist_edit.obj `if test -f 'src/playlist_edit.c'; then $(CYGPATH_W) 'src/playlist_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_edit.c'; fi`
2715+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_edit.Tpo $(DEPDIR)/src_mpd-playlist_edit.Po
2716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_edit.c' object='src_mpd-playlist_edit.obj' libtool=no @AMDEPBACKSLASH@
2717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2718 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_edit.obj `if test -f 'src/playlist_edit.c'; then $(CYGPATH_W) 'src/playlist_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_edit.c'; fi`
2719
2720 src_mpd-playlist_print.o: src/playlist_print.c
2721-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_print.Tpo" -c -o src_mpd-playlist_print.o `test -f 'src/playlist_print.c' || echo '$(srcdir)/'`src/playlist_print.c; \
2722-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_print.Tpo" "$(DEPDIR)/src_mpd-playlist_print.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_print.Tpo"; exit 1; fi
2723+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_print.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_print.Tpo -c -o src_mpd-playlist_print.o `test -f 'src/playlist_print.c' || echo '$(srcdir)/'`src/playlist_print.c
2724+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_print.Tpo $(DEPDIR)/src_mpd-playlist_print.Po
2725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_print.c' object='src_mpd-playlist_print.o' libtool=no @AMDEPBACKSLASH@
2726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2727 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_print.o `test -f 'src/playlist_print.c' || echo '$(srcdir)/'`src/playlist_print.c
2728
2729 src_mpd-playlist_print.obj: src/playlist_print.c
2730-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_print.Tpo" -c -o src_mpd-playlist_print.obj `if test -f 'src/playlist_print.c'; then $(CYGPATH_W) 'src/playlist_print.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_print.c'; fi`; \
2731-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_print.Tpo" "$(DEPDIR)/src_mpd-playlist_print.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_print.Tpo"; exit 1; fi
2732+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_print.Tpo -c -o src_mpd-playlist_print.obj `if test -f 'src/playlist_print.c'; then $(CYGPATH_W) 'src/playlist_print.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_print.c'; fi`
2733+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_print.Tpo $(DEPDIR)/src_mpd-playlist_print.Po
2734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_print.c' object='src_mpd-playlist_print.obj' libtool=no @AMDEPBACKSLASH@
2735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2736 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_print.obj `if test -f 'src/playlist_print.c'; then $(CYGPATH_W) 'src/playlist_print.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_print.c'; fi`
2737
2738 src_mpd-playlist_save.o: src/playlist_save.c
2739-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_save.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_save.Tpo" -c -o src_mpd-playlist_save.o `test -f 'src/playlist_save.c' || echo '$(srcdir)/'`src/playlist_save.c; \
2740-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_save.Tpo" "$(DEPDIR)/src_mpd-playlist_save.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_save.Tpo"; exit 1; fi
2741+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_save.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_save.Tpo -c -o src_mpd-playlist_save.o `test -f 'src/playlist_save.c' || echo '$(srcdir)/'`src/playlist_save.c
2742+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_save.Tpo $(DEPDIR)/src_mpd-playlist_save.Po
2743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_save.c' object='src_mpd-playlist_save.o' libtool=no @AMDEPBACKSLASH@
2744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2745 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_save.o `test -f 'src/playlist_save.c' || echo '$(srcdir)/'`src/playlist_save.c
2746
2747 src_mpd-playlist_save.obj: src/playlist_save.c
2748-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_save.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_save.Tpo" -c -o src_mpd-playlist_save.obj `if test -f 'src/playlist_save.c'; then $(CYGPATH_W) 'src/playlist_save.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_save.c'; fi`; \
2749-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_save.Tpo" "$(DEPDIR)/src_mpd-playlist_save.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_save.Tpo"; exit 1; fi
2750+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_save.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_save.Tpo -c -o src_mpd-playlist_save.obj `if test -f 'src/playlist_save.c'; then $(CYGPATH_W) 'src/playlist_save.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_save.c'; fi`
2751+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_save.Tpo $(DEPDIR)/src_mpd-playlist_save.Po
2752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_save.c' object='src_mpd-playlist_save.obj' libtool=no @AMDEPBACKSLASH@
2753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2754 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_save.obj `if test -f 'src/playlist_save.c'; then $(CYGPATH_W) 'src/playlist_save.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_save.c'; fi`
2755
2756 src_mpd-playlist_state.o: src/playlist_state.c
2757-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_state.o -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_state.Tpo" -c -o src_mpd-playlist_state.o `test -f 'src/playlist_state.c' || echo '$(srcdir)/'`src/playlist_state.c; \
2758-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_state.Tpo" "$(DEPDIR)/src_mpd-playlist_state.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_state.Tpo"; exit 1; fi
2759+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_state.o -MD -MP -MF $(DEPDIR)/src_mpd-playlist_state.Tpo -c -o src_mpd-playlist_state.o `test -f 'src/playlist_state.c' || echo '$(srcdir)/'`src/playlist_state.c
2760+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_state.Tpo $(DEPDIR)/src_mpd-playlist_state.Po
2761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_state.c' object='src_mpd-playlist_state.o' libtool=no @AMDEPBACKSLASH@
2762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2763 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_state.o `test -f 'src/playlist_state.c' || echo '$(srcdir)/'`src/playlist_state.c
2764
2765 src_mpd-playlist_state.obj: src/playlist_state.c
2766-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_state.obj -MD -MP -MF "$(DEPDIR)/src_mpd-playlist_state.Tpo" -c -o src_mpd-playlist_state.obj `if test -f 'src/playlist_state.c'; then $(CYGPATH_W) 'src/playlist_state.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_state.c'; fi`; \
2767-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-playlist_state.Tpo" "$(DEPDIR)/src_mpd-playlist_state.Po"; else rm -f "$(DEPDIR)/src_mpd-playlist_state.Tpo"; exit 1; fi
2768+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-playlist_state.obj -MD -MP -MF $(DEPDIR)/src_mpd-playlist_state.Tpo -c -o src_mpd-playlist_state.obj `if test -f 'src/playlist_state.c'; then $(CYGPATH_W) 'src/playlist_state.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_state.c'; fi`
2769+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-playlist_state.Tpo $(DEPDIR)/src_mpd-playlist_state.Po
2770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/playlist_state.c' object='src_mpd-playlist_state.obj' libtool=no @AMDEPBACKSLASH@
2771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2772 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-playlist_state.obj `if test -f 'src/playlist_state.c'; then $(CYGPATH_W) 'src/playlist_state.c'; else $(CYGPATH_W) '$(srcdir)/src/playlist_state.c'; fi`
2773
2774 src_mpd-queue.o: src/queue.c
2775-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue.o -MD -MP -MF "$(DEPDIR)/src_mpd-queue.Tpo" -c -o src_mpd-queue.o `test -f 'src/queue.c' || echo '$(srcdir)/'`src/queue.c; \
2776-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue.Tpo" "$(DEPDIR)/src_mpd-queue.Po"; else rm -f "$(DEPDIR)/src_mpd-queue.Tpo"; exit 1; fi
2777+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue.o -MD -MP -MF $(DEPDIR)/src_mpd-queue.Tpo -c -o src_mpd-queue.o `test -f 'src/queue.c' || echo '$(srcdir)/'`src/queue.c
2778+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue.Tpo $(DEPDIR)/src_mpd-queue.Po
2779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue.c' object='src_mpd-queue.o' libtool=no @AMDEPBACKSLASH@
2780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2781 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue.o `test -f 'src/queue.c' || echo '$(srcdir)/'`src/queue.c
2782
2783 src_mpd-queue.obj: src/queue.c
2784-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue.obj -MD -MP -MF "$(DEPDIR)/src_mpd-queue.Tpo" -c -o src_mpd-queue.obj `if test -f 'src/queue.c'; then $(CYGPATH_W) 'src/queue.c'; else $(CYGPATH_W) '$(srcdir)/src/queue.c'; fi`; \
2785-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue.Tpo" "$(DEPDIR)/src_mpd-queue.Po"; else rm -f "$(DEPDIR)/src_mpd-queue.Tpo"; exit 1; fi
2786+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue.obj -MD -MP -MF $(DEPDIR)/src_mpd-queue.Tpo -c -o src_mpd-queue.obj `if test -f 'src/queue.c'; then $(CYGPATH_W) 'src/queue.c'; else $(CYGPATH_W) '$(srcdir)/src/queue.c'; fi`
2787+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue.Tpo $(DEPDIR)/src_mpd-queue.Po
2788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue.c' object='src_mpd-queue.obj' libtool=no @AMDEPBACKSLASH@
2789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2790 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue.obj `if test -f 'src/queue.c'; then $(CYGPATH_W) 'src/queue.c'; else $(CYGPATH_W) '$(srcdir)/src/queue.c'; fi`
2791
2792 src_mpd-queue_print.o: src/queue_print.c
2793-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-queue_print.Tpo" -c -o src_mpd-queue_print.o `test -f 'src/queue_print.c' || echo '$(srcdir)/'`src/queue_print.c; \
2794-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue_print.Tpo" "$(DEPDIR)/src_mpd-queue_print.Po"; else rm -f "$(DEPDIR)/src_mpd-queue_print.Tpo"; exit 1; fi
2795+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_print.o -MD -MP -MF $(DEPDIR)/src_mpd-queue_print.Tpo -c -o src_mpd-queue_print.o `test -f 'src/queue_print.c' || echo '$(srcdir)/'`src/queue_print.c
2796+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue_print.Tpo $(DEPDIR)/src_mpd-queue_print.Po
2797 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue_print.c' object='src_mpd-queue_print.o' libtool=no @AMDEPBACKSLASH@
2798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2799 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue_print.o `test -f 'src/queue_print.c' || echo '$(srcdir)/'`src/queue_print.c
2800
2801 src_mpd-queue_print.obj: src/queue_print.c
2802-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-queue_print.Tpo" -c -o src_mpd-queue_print.obj `if test -f 'src/queue_print.c'; then $(CYGPATH_W) 'src/queue_print.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_print.c'; fi`; \
2803-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue_print.Tpo" "$(DEPDIR)/src_mpd-queue_print.Po"; else rm -f "$(DEPDIR)/src_mpd-queue_print.Tpo"; exit 1; fi
2804+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-queue_print.Tpo -c -o src_mpd-queue_print.obj `if test -f 'src/queue_print.c'; then $(CYGPATH_W) 'src/queue_print.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_print.c'; fi`
2805+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue_print.Tpo $(DEPDIR)/src_mpd-queue_print.Po
2806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue_print.c' object='src_mpd-queue_print.obj' libtool=no @AMDEPBACKSLASH@
2807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2808 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue_print.obj `if test -f 'src/queue_print.c'; then $(CYGPATH_W) 'src/queue_print.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_print.c'; fi`
2809
2810 src_mpd-queue_save.o: src/queue_save.c
2811-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_save.o -MD -MP -MF "$(DEPDIR)/src_mpd-queue_save.Tpo" -c -o src_mpd-queue_save.o `test -f 'src/queue_save.c' || echo '$(srcdir)/'`src/queue_save.c; \
2812-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue_save.Tpo" "$(DEPDIR)/src_mpd-queue_save.Po"; else rm -f "$(DEPDIR)/src_mpd-queue_save.Tpo"; exit 1; fi
2813+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_save.o -MD -MP -MF $(DEPDIR)/src_mpd-queue_save.Tpo -c -o src_mpd-queue_save.o `test -f 'src/queue_save.c' || echo '$(srcdir)/'`src/queue_save.c
2814+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue_save.Tpo $(DEPDIR)/src_mpd-queue_save.Po
2815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue_save.c' object='src_mpd-queue_save.o' libtool=no @AMDEPBACKSLASH@
2816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2817 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue_save.o `test -f 'src/queue_save.c' || echo '$(srcdir)/'`src/queue_save.c
2818
2819 src_mpd-queue_save.obj: src/queue_save.c
2820-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_save.obj -MD -MP -MF "$(DEPDIR)/src_mpd-queue_save.Tpo" -c -o src_mpd-queue_save.obj `if test -f 'src/queue_save.c'; then $(CYGPATH_W) 'src/queue_save.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_save.c'; fi`; \
2821-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-queue_save.Tpo" "$(DEPDIR)/src_mpd-queue_save.Po"; else rm -f "$(DEPDIR)/src_mpd-queue_save.Tpo"; exit 1; fi
2822+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-queue_save.obj -MD -MP -MF $(DEPDIR)/src_mpd-queue_save.Tpo -c -o src_mpd-queue_save.obj `if test -f 'src/queue_save.c'; then $(CYGPATH_W) 'src/queue_save.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_save.c'; fi`
2823+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-queue_save.Tpo $(DEPDIR)/src_mpd-queue_save.Po
2824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/queue_save.c' object='src_mpd-queue_save.obj' libtool=no @AMDEPBACKSLASH@
2825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2826 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-queue_save.obj `if test -f 'src/queue_save.c'; then $(CYGPATH_W) 'src/queue_save.c'; else $(CYGPATH_W) '$(srcdir)/src/queue_save.c'; fi`
2827
2828 src_mpd-replay_gain.o: src/replay_gain.c
2829-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-replay_gain.o -MD -MP -MF "$(DEPDIR)/src_mpd-replay_gain.Tpo" -c -o src_mpd-replay_gain.o `test -f 'src/replay_gain.c' || echo '$(srcdir)/'`src/replay_gain.c; \
2830-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-replay_gain.Tpo" "$(DEPDIR)/src_mpd-replay_gain.Po"; else rm -f "$(DEPDIR)/src_mpd-replay_gain.Tpo"; exit 1; fi
2831+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-replay_gain.o -MD -MP -MF $(DEPDIR)/src_mpd-replay_gain.Tpo -c -o src_mpd-replay_gain.o `test -f 'src/replay_gain.c' || echo '$(srcdir)/'`src/replay_gain.c
2832+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-replay_gain.Tpo $(DEPDIR)/src_mpd-replay_gain.Po
2833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/replay_gain.c' object='src_mpd-replay_gain.o' libtool=no @AMDEPBACKSLASH@
2834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2835 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-replay_gain.o `test -f 'src/replay_gain.c' || echo '$(srcdir)/'`src/replay_gain.c
2836
2837 src_mpd-replay_gain.obj: src/replay_gain.c
2838-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-replay_gain.obj -MD -MP -MF "$(DEPDIR)/src_mpd-replay_gain.Tpo" -c -o src_mpd-replay_gain.obj `if test -f 'src/replay_gain.c'; then $(CYGPATH_W) 'src/replay_gain.c'; else $(CYGPATH_W) '$(srcdir)/src/replay_gain.c'; fi`; \
2839-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-replay_gain.Tpo" "$(DEPDIR)/src_mpd-replay_gain.Po"; else rm -f "$(DEPDIR)/src_mpd-replay_gain.Tpo"; exit 1; fi
2840+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-replay_gain.obj -MD -MP -MF $(DEPDIR)/src_mpd-replay_gain.Tpo -c -o src_mpd-replay_gain.obj `if test -f 'src/replay_gain.c'; then $(CYGPATH_W) 'src/replay_gain.c'; else $(CYGPATH_W) '$(srcdir)/src/replay_gain.c'; fi`
2841+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-replay_gain.Tpo $(DEPDIR)/src_mpd-replay_gain.Po
2842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/replay_gain.c' object='src_mpd-replay_gain.obj' libtool=no @AMDEPBACKSLASH@
2843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2844 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-replay_gain.obj `if test -f 'src/replay_gain.c'; then $(CYGPATH_W) 'src/replay_gain.c'; else $(CYGPATH_W) '$(srcdir)/src/replay_gain.c'; fi`
2845
2846 src_mpd-sig_handlers.o: src/sig_handlers.c
2847-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sig_handlers.o -MD -MP -MF "$(DEPDIR)/src_mpd-sig_handlers.Tpo" -c -o src_mpd-sig_handlers.o `test -f 'src/sig_handlers.c' || echo '$(srcdir)/'`src/sig_handlers.c; \
2848-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sig_handlers.Tpo" "$(DEPDIR)/src_mpd-sig_handlers.Po"; else rm -f "$(DEPDIR)/src_mpd-sig_handlers.Tpo"; exit 1; fi
2849+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sig_handlers.o -MD -MP -MF $(DEPDIR)/src_mpd-sig_handlers.Tpo -c -o src_mpd-sig_handlers.o `test -f 'src/sig_handlers.c' || echo '$(srcdir)/'`src/sig_handlers.c
2850+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sig_handlers.Tpo $(DEPDIR)/src_mpd-sig_handlers.Po
2851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sig_handlers.c' object='src_mpd-sig_handlers.o' libtool=no @AMDEPBACKSLASH@
2852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2853 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sig_handlers.o `test -f 'src/sig_handlers.c' || echo '$(srcdir)/'`src/sig_handlers.c
2854
2855 src_mpd-sig_handlers.obj: src/sig_handlers.c
2856-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sig_handlers.obj -MD -MP -MF "$(DEPDIR)/src_mpd-sig_handlers.Tpo" -c -o src_mpd-sig_handlers.obj `if test -f 'src/sig_handlers.c'; then $(CYGPATH_W) 'src/sig_handlers.c'; else $(CYGPATH_W) '$(srcdir)/src/sig_handlers.c'; fi`; \
2857-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sig_handlers.Tpo" "$(DEPDIR)/src_mpd-sig_handlers.Po"; else rm -f "$(DEPDIR)/src_mpd-sig_handlers.Tpo"; exit 1; fi
2858+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sig_handlers.obj -MD -MP -MF $(DEPDIR)/src_mpd-sig_handlers.Tpo -c -o src_mpd-sig_handlers.obj `if test -f 'src/sig_handlers.c'; then $(CYGPATH_W) 'src/sig_handlers.c'; else $(CYGPATH_W) '$(srcdir)/src/sig_handlers.c'; fi`
2859+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sig_handlers.Tpo $(DEPDIR)/src_mpd-sig_handlers.Po
2860 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sig_handlers.c' object='src_mpd-sig_handlers.obj' libtool=no @AMDEPBACKSLASH@
2861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2862 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sig_handlers.obj `if test -f 'src/sig_handlers.c'; then $(CYGPATH_W) 'src/sig_handlers.c'; else $(CYGPATH_W) '$(srcdir)/src/sig_handlers.c'; fi`
2863
2864 src_mpd-song.o: src/song.c
2865-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song.o -MD -MP -MF "$(DEPDIR)/src_mpd-song.Tpo" -c -o src_mpd-song.o `test -f 'src/song.c' || echo '$(srcdir)/'`src/song.c; \
2866-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song.Tpo" "$(DEPDIR)/src_mpd-song.Po"; else rm -f "$(DEPDIR)/src_mpd-song.Tpo"; exit 1; fi
2867+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song.o -MD -MP -MF $(DEPDIR)/src_mpd-song.Tpo -c -o src_mpd-song.o `test -f 'src/song.c' || echo '$(srcdir)/'`src/song.c
2868+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song.Tpo $(DEPDIR)/src_mpd-song.Po
2869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song.c' object='src_mpd-song.o' libtool=no @AMDEPBACKSLASH@
2870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2871 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song.o `test -f 'src/song.c' || echo '$(srcdir)/'`src/song.c
2872
2873 src_mpd-song.obj: src/song.c
2874-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song.obj -MD -MP -MF "$(DEPDIR)/src_mpd-song.Tpo" -c -o src_mpd-song.obj `if test -f 'src/song.c'; then $(CYGPATH_W) 'src/song.c'; else $(CYGPATH_W) '$(srcdir)/src/song.c'; fi`; \
2875-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song.Tpo" "$(DEPDIR)/src_mpd-song.Po"; else rm -f "$(DEPDIR)/src_mpd-song.Tpo"; exit 1; fi
2876+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song.obj -MD -MP -MF $(DEPDIR)/src_mpd-song.Tpo -c -o src_mpd-song.obj `if test -f 'src/song.c'; then $(CYGPATH_W) 'src/song.c'; else $(CYGPATH_W) '$(srcdir)/src/song.c'; fi`
2877+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song.Tpo $(DEPDIR)/src_mpd-song.Po
2878 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song.c' object='src_mpd-song.obj' libtool=no @AMDEPBACKSLASH@
2879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2880 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song.obj `if test -f 'src/song.c'; then $(CYGPATH_W) 'src/song.c'; else $(CYGPATH_W) '$(srcdir)/src/song.c'; fi`
2881
2882 src_mpd-song_print.o: src/song_print.c
2883-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-song_print.Tpo" -c -o src_mpd-song_print.o `test -f 'src/song_print.c' || echo '$(srcdir)/'`src/song_print.c; \
2884-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_print.Tpo" "$(DEPDIR)/src_mpd-song_print.Po"; else rm -f "$(DEPDIR)/src_mpd-song_print.Tpo"; exit 1; fi
2885+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_print.o -MD -MP -MF $(DEPDIR)/src_mpd-song_print.Tpo -c -o src_mpd-song_print.o `test -f 'src/song_print.c' || echo '$(srcdir)/'`src/song_print.c
2886+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_print.Tpo $(DEPDIR)/src_mpd-song_print.Po
2887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_print.c' object='src_mpd-song_print.o' libtool=no @AMDEPBACKSLASH@
2888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2889 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_print.o `test -f 'src/song_print.c' || echo '$(srcdir)/'`src/song_print.c
2890
2891 src_mpd-song_print.obj: src/song_print.c
2892-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-song_print.Tpo" -c -o src_mpd-song_print.obj `if test -f 'src/song_print.c'; then $(CYGPATH_W) 'src/song_print.c'; else $(CYGPATH_W) '$(srcdir)/src/song_print.c'; fi`; \
2893-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_print.Tpo" "$(DEPDIR)/src_mpd-song_print.Po"; else rm -f "$(DEPDIR)/src_mpd-song_print.Tpo"; exit 1; fi
2894+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-song_print.Tpo -c -o src_mpd-song_print.obj `if test -f 'src/song_print.c'; then $(CYGPATH_W) 'src/song_print.c'; else $(CYGPATH_W) '$(srcdir)/src/song_print.c'; fi`
2895+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_print.Tpo $(DEPDIR)/src_mpd-song_print.Po
2896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_print.c' object='src_mpd-song_print.obj' libtool=no @AMDEPBACKSLASH@
2897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2898 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_print.obj `if test -f 'src/song_print.c'; then $(CYGPATH_W) 'src/song_print.c'; else $(CYGPATH_W) '$(srcdir)/src/song_print.c'; fi`
2899
2900 src_mpd-song_save.o: src/song_save.c
2901-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_save.o -MD -MP -MF "$(DEPDIR)/src_mpd-song_save.Tpo" -c -o src_mpd-song_save.o `test -f 'src/song_save.c' || echo '$(srcdir)/'`src/song_save.c; \
2902-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_save.Tpo" "$(DEPDIR)/src_mpd-song_save.Po"; else rm -f "$(DEPDIR)/src_mpd-song_save.Tpo"; exit 1; fi
2903+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_save.o -MD -MP -MF $(DEPDIR)/src_mpd-song_save.Tpo -c -o src_mpd-song_save.o `test -f 'src/song_save.c' || echo '$(srcdir)/'`src/song_save.c
2904+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_save.Tpo $(DEPDIR)/src_mpd-song_save.Po
2905 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_save.c' object='src_mpd-song_save.o' libtool=no @AMDEPBACKSLASH@
2906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2907 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_save.o `test -f 'src/song_save.c' || echo '$(srcdir)/'`src/song_save.c
2908
2909 src_mpd-song_save.obj: src/song_save.c
2910-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_save.obj -MD -MP -MF "$(DEPDIR)/src_mpd-song_save.Tpo" -c -o src_mpd-song_save.obj `if test -f 'src/song_save.c'; then $(CYGPATH_W) 'src/song_save.c'; else $(CYGPATH_W) '$(srcdir)/src/song_save.c'; fi`; \
2911-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_save.Tpo" "$(DEPDIR)/src_mpd-song_save.Po"; else rm -f "$(DEPDIR)/src_mpd-song_save.Tpo"; exit 1; fi
2912+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_save.obj -MD -MP -MF $(DEPDIR)/src_mpd-song_save.Tpo -c -o src_mpd-song_save.obj `if test -f 'src/song_save.c'; then $(CYGPATH_W) 'src/song_save.c'; else $(CYGPATH_W) '$(srcdir)/src/song_save.c'; fi`
2913+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_save.Tpo $(DEPDIR)/src_mpd-song_save.Po
2914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_save.c' object='src_mpd-song_save.obj' libtool=no @AMDEPBACKSLASH@
2915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2916 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_save.obj `if test -f 'src/song_save.c'; then $(CYGPATH_W) 'src/song_save.c'; else $(CYGPATH_W) '$(srcdir)/src/song_save.c'; fi`
2917
2918 src_mpd-songvec.o: src/songvec.c
2919-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-songvec.o -MD -MP -MF "$(DEPDIR)/src_mpd-songvec.Tpo" -c -o src_mpd-songvec.o `test -f 'src/songvec.c' || echo '$(srcdir)/'`src/songvec.c; \
2920-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-songvec.Tpo" "$(DEPDIR)/src_mpd-songvec.Po"; else rm -f "$(DEPDIR)/src_mpd-songvec.Tpo"; exit 1; fi
2921+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-songvec.o -MD -MP -MF $(DEPDIR)/src_mpd-songvec.Tpo -c -o src_mpd-songvec.o `test -f 'src/songvec.c' || echo '$(srcdir)/'`src/songvec.c
2922+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-songvec.Tpo $(DEPDIR)/src_mpd-songvec.Po
2923 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/songvec.c' object='src_mpd-songvec.o' libtool=no @AMDEPBACKSLASH@
2924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2925 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-songvec.o `test -f 'src/songvec.c' || echo '$(srcdir)/'`src/songvec.c
2926
2927 src_mpd-songvec.obj: src/songvec.c
2928-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-songvec.obj -MD -MP -MF "$(DEPDIR)/src_mpd-songvec.Tpo" -c -o src_mpd-songvec.obj `if test -f 'src/songvec.c'; then $(CYGPATH_W) 'src/songvec.c'; else $(CYGPATH_W) '$(srcdir)/src/songvec.c'; fi`; \
2929-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-songvec.Tpo" "$(DEPDIR)/src_mpd-songvec.Po"; else rm -f "$(DEPDIR)/src_mpd-songvec.Tpo"; exit 1; fi
2930+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-songvec.obj -MD -MP -MF $(DEPDIR)/src_mpd-songvec.Tpo -c -o src_mpd-songvec.obj `if test -f 'src/songvec.c'; then $(CYGPATH_W) 'src/songvec.c'; else $(CYGPATH_W) '$(srcdir)/src/songvec.c'; fi`
2931+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-songvec.Tpo $(DEPDIR)/src_mpd-songvec.Po
2932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/songvec.c' object='src_mpd-songvec.obj' libtool=no @AMDEPBACKSLASH@
2933 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2934 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-songvec.obj `if test -f 'src/songvec.c'; then $(CYGPATH_W) 'src/songvec.c'; else $(CYGPATH_W) '$(srcdir)/src/songvec.c'; fi`
2935
2936 src_mpd-socket_util.o: src/socket_util.c
2937-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-socket_util.o -MD -MP -MF "$(DEPDIR)/src_mpd-socket_util.Tpo" -c -o src_mpd-socket_util.o `test -f 'src/socket_util.c' || echo '$(srcdir)/'`src/socket_util.c; \
2938-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-socket_util.Tpo" "$(DEPDIR)/src_mpd-socket_util.Po"; else rm -f "$(DEPDIR)/src_mpd-socket_util.Tpo"; exit 1; fi
2939+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-socket_util.o -MD -MP -MF $(DEPDIR)/src_mpd-socket_util.Tpo -c -o src_mpd-socket_util.o `test -f 'src/socket_util.c' || echo '$(srcdir)/'`src/socket_util.c
2940+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-socket_util.Tpo $(DEPDIR)/src_mpd-socket_util.Po
2941 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/socket_util.c' object='src_mpd-socket_util.o' libtool=no @AMDEPBACKSLASH@
2942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2943 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-socket_util.o `test -f 'src/socket_util.c' || echo '$(srcdir)/'`src/socket_util.c
2944
2945 src_mpd-socket_util.obj: src/socket_util.c
2946-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-socket_util.obj -MD -MP -MF "$(DEPDIR)/src_mpd-socket_util.Tpo" -c -o src_mpd-socket_util.obj `if test -f 'src/socket_util.c'; then $(CYGPATH_W) 'src/socket_util.c'; else $(CYGPATH_W) '$(srcdir)/src/socket_util.c'; fi`; \
2947-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-socket_util.Tpo" "$(DEPDIR)/src_mpd-socket_util.Po"; else rm -f "$(DEPDIR)/src_mpd-socket_util.Tpo"; exit 1; fi
2948+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-socket_util.obj -MD -MP -MF $(DEPDIR)/src_mpd-socket_util.Tpo -c -o src_mpd-socket_util.obj `if test -f 'src/socket_util.c'; then $(CYGPATH_W) 'src/socket_util.c'; else $(CYGPATH_W) '$(srcdir)/src/socket_util.c'; fi`
2949+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-socket_util.Tpo $(DEPDIR)/src_mpd-socket_util.Po
2950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/socket_util.c' object='src_mpd-socket_util.obj' libtool=no @AMDEPBACKSLASH@
2951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2952 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-socket_util.obj `if test -f 'src/socket_util.c'; then $(CYGPATH_W) 'src/socket_util.c'; else $(CYGPATH_W) '$(srcdir)/src/socket_util.c'; fi`
2953
2954 src_mpd-state_file.o: src/state_file.c
2955-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-state_file.o -MD -MP -MF "$(DEPDIR)/src_mpd-state_file.Tpo" -c -o src_mpd-state_file.o `test -f 'src/state_file.c' || echo '$(srcdir)/'`src/state_file.c; \
2956-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-state_file.Tpo" "$(DEPDIR)/src_mpd-state_file.Po"; else rm -f "$(DEPDIR)/src_mpd-state_file.Tpo"; exit 1; fi
2957+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-state_file.o -MD -MP -MF $(DEPDIR)/src_mpd-state_file.Tpo -c -o src_mpd-state_file.o `test -f 'src/state_file.c' || echo '$(srcdir)/'`src/state_file.c
2958+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-state_file.Tpo $(DEPDIR)/src_mpd-state_file.Po
2959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/state_file.c' object='src_mpd-state_file.o' libtool=no @AMDEPBACKSLASH@
2960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2961 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-state_file.o `test -f 'src/state_file.c' || echo '$(srcdir)/'`src/state_file.c
2962
2963 src_mpd-state_file.obj: src/state_file.c
2964-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-state_file.obj -MD -MP -MF "$(DEPDIR)/src_mpd-state_file.Tpo" -c -o src_mpd-state_file.obj `if test -f 'src/state_file.c'; then $(CYGPATH_W) 'src/state_file.c'; else $(CYGPATH_W) '$(srcdir)/src/state_file.c'; fi`; \
2965-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-state_file.Tpo" "$(DEPDIR)/src_mpd-state_file.Po"; else rm -f "$(DEPDIR)/src_mpd-state_file.Tpo"; exit 1; fi
2966+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-state_file.obj -MD -MP -MF $(DEPDIR)/src_mpd-state_file.Tpo -c -o src_mpd-state_file.obj `if test -f 'src/state_file.c'; then $(CYGPATH_W) 'src/state_file.c'; else $(CYGPATH_W) '$(srcdir)/src/state_file.c'; fi`
2967+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-state_file.Tpo $(DEPDIR)/src_mpd-state_file.Po
2968 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/state_file.c' object='src_mpd-state_file.obj' libtool=no @AMDEPBACKSLASH@
2969 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2970 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-state_file.obj `if test -f 'src/state_file.c'; then $(CYGPATH_W) 'src/state_file.c'; else $(CYGPATH_W) '$(srcdir)/src/state_file.c'; fi`
2971
2972 src_mpd-stats.o: src/stats.c
2973-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stats.o -MD -MP -MF "$(DEPDIR)/src_mpd-stats.Tpo" -c -o src_mpd-stats.o `test -f 'src/stats.c' || echo '$(srcdir)/'`src/stats.c; \
2974-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-stats.Tpo" "$(DEPDIR)/src_mpd-stats.Po"; else rm -f "$(DEPDIR)/src_mpd-stats.Tpo"; exit 1; fi
2975+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stats.o -MD -MP -MF $(DEPDIR)/src_mpd-stats.Tpo -c -o src_mpd-stats.o `test -f 'src/stats.c' || echo '$(srcdir)/'`src/stats.c
2976+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-stats.Tpo $(DEPDIR)/src_mpd-stats.Po
2977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/stats.c' object='src_mpd-stats.o' libtool=no @AMDEPBACKSLASH@
2978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2979 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-stats.o `test -f 'src/stats.c' || echo '$(srcdir)/'`src/stats.c
2980
2981 src_mpd-stats.obj: src/stats.c
2982-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stats.obj -MD -MP -MF "$(DEPDIR)/src_mpd-stats.Tpo" -c -o src_mpd-stats.obj `if test -f 'src/stats.c'; then $(CYGPATH_W) 'src/stats.c'; else $(CYGPATH_W) '$(srcdir)/src/stats.c'; fi`; \
2983-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-stats.Tpo" "$(DEPDIR)/src_mpd-stats.Po"; else rm -f "$(DEPDIR)/src_mpd-stats.Tpo"; exit 1; fi
2984+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stats.obj -MD -MP -MF $(DEPDIR)/src_mpd-stats.Tpo -c -o src_mpd-stats.obj `if test -f 'src/stats.c'; then $(CYGPATH_W) 'src/stats.c'; else $(CYGPATH_W) '$(srcdir)/src/stats.c'; fi`
2985+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-stats.Tpo $(DEPDIR)/src_mpd-stats.Po
2986 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/stats.c' object='src_mpd-stats.obj' libtool=no @AMDEPBACKSLASH@
2987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2988 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-stats.obj `if test -f 'src/stats.c'; then $(CYGPATH_W) 'src/stats.c'; else $(CYGPATH_W) '$(srcdir)/src/stats.c'; fi`
2989
2990 src_mpd-tag.o: src/tag.c
2991-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag.Tpo" -c -o src_mpd-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c; \
2992-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag.Tpo" "$(DEPDIR)/src_mpd-tag.Po"; else rm -f "$(DEPDIR)/src_mpd-tag.Tpo"; exit 1; fi
2993+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag.o -MD -MP -MF $(DEPDIR)/src_mpd-tag.Tpo -c -o src_mpd-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c
2994+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag.Tpo $(DEPDIR)/src_mpd-tag.Po
2995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag.c' object='src_mpd-tag.o' libtool=no @AMDEPBACKSLASH@
2996 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2997 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c
2998
2999 src_mpd-tag.obj: src/tag.c
3000-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag.Tpo" -c -o src_mpd-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`; \
3001-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag.Tpo" "$(DEPDIR)/src_mpd-tag.Po"; else rm -f "$(DEPDIR)/src_mpd-tag.Tpo"; exit 1; fi
3002+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag.Tpo -c -o src_mpd-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`
3003+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag.Tpo $(DEPDIR)/src_mpd-tag.Po
3004 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag.c' object='src_mpd-tag.obj' libtool=no @AMDEPBACKSLASH@
3005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3006 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`
3007
3008 src_mpd-tag_pool.o: src/tag_pool.c
3009-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_pool.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag_pool.Tpo" -c -o src_mpd-tag_pool.o `test -f 'src/tag_pool.c' || echo '$(srcdir)/'`src/tag_pool.c; \
3010-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_pool.Tpo" "$(DEPDIR)/src_mpd-tag_pool.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_pool.Tpo"; exit 1; fi
3011+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_pool.o -MD -MP -MF $(DEPDIR)/src_mpd-tag_pool.Tpo -c -o src_mpd-tag_pool.o `test -f 'src/tag_pool.c' || echo '$(srcdir)/'`src/tag_pool.c
3012+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_pool.Tpo $(DEPDIR)/src_mpd-tag_pool.Po
3013 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_pool.c' object='src_mpd-tag_pool.o' libtool=no @AMDEPBACKSLASH@
3014 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3015 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_pool.o `test -f 'src/tag_pool.c' || echo '$(srcdir)/'`src/tag_pool.c
3016
3017 src_mpd-tag_pool.obj: src/tag_pool.c
3018-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_pool.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag_pool.Tpo" -c -o src_mpd-tag_pool.obj `if test -f 'src/tag_pool.c'; then $(CYGPATH_W) 'src/tag_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_pool.c'; fi`; \
3019-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_pool.Tpo" "$(DEPDIR)/src_mpd-tag_pool.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_pool.Tpo"; exit 1; fi
3020+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_pool.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag_pool.Tpo -c -o src_mpd-tag_pool.obj `if test -f 'src/tag_pool.c'; then $(CYGPATH_W) 'src/tag_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_pool.c'; fi`
3021+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_pool.Tpo $(DEPDIR)/src_mpd-tag_pool.Po
3022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_pool.c' object='src_mpd-tag_pool.obj' libtool=no @AMDEPBACKSLASH@
3023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3024 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_pool.obj `if test -f 'src/tag_pool.c'; then $(CYGPATH_W) 'src/tag_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_pool.c'; fi`
3025
3026 src_mpd-tag_print.o: src/tag_print.c
3027-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag_print.Tpo" -c -o src_mpd-tag_print.o `test -f 'src/tag_print.c' || echo '$(srcdir)/'`src/tag_print.c; \
3028-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_print.Tpo" "$(DEPDIR)/src_mpd-tag_print.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_print.Tpo"; exit 1; fi
3029+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_print.o -MD -MP -MF $(DEPDIR)/src_mpd-tag_print.Tpo -c -o src_mpd-tag_print.o `test -f 'src/tag_print.c' || echo '$(srcdir)/'`src/tag_print.c
3030+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_print.Tpo $(DEPDIR)/src_mpd-tag_print.Po
3031 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_print.c' object='src_mpd-tag_print.o' libtool=no @AMDEPBACKSLASH@
3032 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3033 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_print.o `test -f 'src/tag_print.c' || echo '$(srcdir)/'`src/tag_print.c
3034
3035 src_mpd-tag_print.obj: src/tag_print.c
3036-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag_print.Tpo" -c -o src_mpd-tag_print.obj `if test -f 'src/tag_print.c'; then $(CYGPATH_W) 'src/tag_print.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_print.c'; fi`; \
3037-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_print.Tpo" "$(DEPDIR)/src_mpd-tag_print.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_print.Tpo"; exit 1; fi
3038+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag_print.Tpo -c -o src_mpd-tag_print.obj `if test -f 'src/tag_print.c'; then $(CYGPATH_W) 'src/tag_print.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_print.c'; fi`
3039+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_print.Tpo $(DEPDIR)/src_mpd-tag_print.Po
3040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_print.c' object='src_mpd-tag_print.obj' libtool=no @AMDEPBACKSLASH@
3041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3042 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_print.obj `if test -f 'src/tag_print.c'; then $(CYGPATH_W) 'src/tag_print.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_print.c'; fi`
3043
3044 src_mpd-tag_save.o: src/tag_save.c
3045-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_save.o -MD -MP -MF "$(DEPDIR)/src_mpd-tag_save.Tpo" -c -o src_mpd-tag_save.o `test -f 'src/tag_save.c' || echo '$(srcdir)/'`src/tag_save.c; \
3046-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_save.Tpo" "$(DEPDIR)/src_mpd-tag_save.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_save.Tpo"; exit 1; fi
3047+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_save.o -MD -MP -MF $(DEPDIR)/src_mpd-tag_save.Tpo -c -o src_mpd-tag_save.o `test -f 'src/tag_save.c' || echo '$(srcdir)/'`src/tag_save.c
3048+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_save.Tpo $(DEPDIR)/src_mpd-tag_save.Po
3049 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_save.c' object='src_mpd-tag_save.o' libtool=no @AMDEPBACKSLASH@
3050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3051 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_save.o `test -f 'src/tag_save.c' || echo '$(srcdir)/'`src/tag_save.c
3052
3053 src_mpd-tag_save.obj: src/tag_save.c
3054-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_save.obj -MD -MP -MF "$(DEPDIR)/src_mpd-tag_save.Tpo" -c -o src_mpd-tag_save.obj `if test -f 'src/tag_save.c'; then $(CYGPATH_W) 'src/tag_save.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_save.c'; fi`; \
3055-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-tag_save.Tpo" "$(DEPDIR)/src_mpd-tag_save.Po"; else rm -f "$(DEPDIR)/src_mpd-tag_save.Tpo"; exit 1; fi
3056+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-tag_save.obj -MD -MP -MF $(DEPDIR)/src_mpd-tag_save.Tpo -c -o src_mpd-tag_save.obj `if test -f 'src/tag_save.c'; then $(CYGPATH_W) 'src/tag_save.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_save.c'; fi`
3057+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-tag_save.Tpo $(DEPDIR)/src_mpd-tag_save.Po
3058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag_save.c' object='src_mpd-tag_save.obj' libtool=no @AMDEPBACKSLASH@
3059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3060 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-tag_save.obj `if test -f 'src/tag_save.c'; then $(CYGPATH_W) 'src/tag_save.c'; else $(CYGPATH_W) '$(srcdir)/src/tag_save.c'; fi`
3061
3062 src_mpd-strset.o: src/strset.c
3063-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-strset.o -MD -MP -MF "$(DEPDIR)/src_mpd-strset.Tpo" -c -o src_mpd-strset.o `test -f 'src/strset.c' || echo '$(srcdir)/'`src/strset.c; \
3064-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-strset.Tpo" "$(DEPDIR)/src_mpd-strset.Po"; else rm -f "$(DEPDIR)/src_mpd-strset.Tpo"; exit 1; fi
3065+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-strset.o -MD -MP -MF $(DEPDIR)/src_mpd-strset.Tpo -c -o src_mpd-strset.o `test -f 'src/strset.c' || echo '$(srcdir)/'`src/strset.c
3066+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-strset.Tpo $(DEPDIR)/src_mpd-strset.Po
3067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/strset.c' object='src_mpd-strset.o' libtool=no @AMDEPBACKSLASH@
3068 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3069 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-strset.o `test -f 'src/strset.c' || echo '$(srcdir)/'`src/strset.c
3070
3071 src_mpd-strset.obj: src/strset.c
3072-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-strset.obj -MD -MP -MF "$(DEPDIR)/src_mpd-strset.Tpo" -c -o src_mpd-strset.obj `if test -f 'src/strset.c'; then $(CYGPATH_W) 'src/strset.c'; else $(CYGPATH_W) '$(srcdir)/src/strset.c'; fi`; \
3073-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-strset.Tpo" "$(DEPDIR)/src_mpd-strset.Po"; else rm -f "$(DEPDIR)/src_mpd-strset.Tpo"; exit 1; fi
3074+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-strset.obj -MD -MP -MF $(DEPDIR)/src_mpd-strset.Tpo -c -o src_mpd-strset.obj `if test -f 'src/strset.c'; then $(CYGPATH_W) 'src/strset.c'; else $(CYGPATH_W) '$(srcdir)/src/strset.c'; fi`
3075+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-strset.Tpo $(DEPDIR)/src_mpd-strset.Po
3076 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/strset.c' object='src_mpd-strset.obj' libtool=no @AMDEPBACKSLASH@
3077 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3078 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-strset.obj `if test -f 'src/strset.c'; then $(CYGPATH_W) 'src/strset.c'; else $(CYGPATH_W) '$(srcdir)/src/strset.c'; fi`
3079
3080 src_mpd-uri.o: src/uri.c
3081-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-uri.o -MD -MP -MF "$(DEPDIR)/src_mpd-uri.Tpo" -c -o src_mpd-uri.o `test -f 'src/uri.c' || echo '$(srcdir)/'`src/uri.c; \
3082-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-uri.Tpo" "$(DEPDIR)/src_mpd-uri.Po"; else rm -f "$(DEPDIR)/src_mpd-uri.Tpo"; exit 1; fi
3083+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-uri.o -MD -MP -MF $(DEPDIR)/src_mpd-uri.Tpo -c -o src_mpd-uri.o `test -f 'src/uri.c' || echo '$(srcdir)/'`src/uri.c
3084+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-uri.Tpo $(DEPDIR)/src_mpd-uri.Po
3085 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/uri.c' object='src_mpd-uri.o' libtool=no @AMDEPBACKSLASH@
3086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3087 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-uri.o `test -f 'src/uri.c' || echo '$(srcdir)/'`src/uri.c
3088
3089 src_mpd-uri.obj: src/uri.c
3090-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-uri.obj -MD -MP -MF "$(DEPDIR)/src_mpd-uri.Tpo" -c -o src_mpd-uri.obj `if test -f 'src/uri.c'; then $(CYGPATH_W) 'src/uri.c'; else $(CYGPATH_W) '$(srcdir)/src/uri.c'; fi`; \
3091-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-uri.Tpo" "$(DEPDIR)/src_mpd-uri.Po"; else rm -f "$(DEPDIR)/src_mpd-uri.Tpo"; exit 1; fi
3092+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-uri.obj -MD -MP -MF $(DEPDIR)/src_mpd-uri.Tpo -c -o src_mpd-uri.obj `if test -f 'src/uri.c'; then $(CYGPATH_W) 'src/uri.c'; else $(CYGPATH_W) '$(srcdir)/src/uri.c'; fi`
3093+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-uri.Tpo $(DEPDIR)/src_mpd-uri.Po
3094 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/uri.c' object='src_mpd-uri.obj' libtool=no @AMDEPBACKSLASH@
3095 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3096 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-uri.obj `if test -f 'src/uri.c'; then $(CYGPATH_W) 'src/uri.c'; else $(CYGPATH_W) '$(srcdir)/src/uri.c'; fi`
3097
3098 src_mpd-utils.o: src/utils.c
3099-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-utils.o -MD -MP -MF "$(DEPDIR)/src_mpd-utils.Tpo" -c -o src_mpd-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c; \
3100-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-utils.Tpo" "$(DEPDIR)/src_mpd-utils.Po"; else rm -f "$(DEPDIR)/src_mpd-utils.Tpo"; exit 1; fi
3101+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-utils.o -MD -MP -MF $(DEPDIR)/src_mpd-utils.Tpo -c -o src_mpd-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3102+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-utils.Tpo $(DEPDIR)/src_mpd-utils.Po
3103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='src_mpd-utils.o' libtool=no @AMDEPBACKSLASH@
3104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3105 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3106
3107 src_mpd-utils.obj: src/utils.c
3108-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-utils.obj -MD -MP -MF "$(DEPDIR)/src_mpd-utils.Tpo" -c -o src_mpd-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`; \
3109-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-utils.Tpo" "$(DEPDIR)/src_mpd-utils.Po"; else rm -f "$(DEPDIR)/src_mpd-utils.Tpo"; exit 1; fi
3110+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-utils.obj -MD -MP -MF $(DEPDIR)/src_mpd-utils.Tpo -c -o src_mpd-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3111+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-utils.Tpo $(DEPDIR)/src_mpd-utils.Po
3112 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='src_mpd-utils.obj' libtool=no @AMDEPBACKSLASH@
3113 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3114 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3115
3116 src_mpd-volume.o: src/volume.c
3117-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-volume.o -MD -MP -MF "$(DEPDIR)/src_mpd-volume.Tpo" -c -o src_mpd-volume.o `test -f 'src/volume.c' || echo '$(srcdir)/'`src/volume.c; \
3118-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-volume.Tpo" "$(DEPDIR)/src_mpd-volume.Po"; else rm -f "$(DEPDIR)/src_mpd-volume.Tpo"; exit 1; fi
3119+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-volume.o -MD -MP -MF $(DEPDIR)/src_mpd-volume.Tpo -c -o src_mpd-volume.o `test -f 'src/volume.c' || echo '$(srcdir)/'`src/volume.c
3120+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-volume.Tpo $(DEPDIR)/src_mpd-volume.Po
3121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/volume.c' object='src_mpd-volume.o' libtool=no @AMDEPBACKSLASH@
3122 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3123 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-volume.o `test -f 'src/volume.c' || echo '$(srcdir)/'`src/volume.c
3124
3125 src_mpd-volume.obj: src/volume.c
3126-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-volume.obj -MD -MP -MF "$(DEPDIR)/src_mpd-volume.Tpo" -c -o src_mpd-volume.obj `if test -f 'src/volume.c'; then $(CYGPATH_W) 'src/volume.c'; else $(CYGPATH_W) '$(srcdir)/src/volume.c'; fi`; \
3127-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-volume.Tpo" "$(DEPDIR)/src_mpd-volume.Po"; else rm -f "$(DEPDIR)/src_mpd-volume.Tpo"; exit 1; fi
3128+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-volume.obj -MD -MP -MF $(DEPDIR)/src_mpd-volume.Tpo -c -o src_mpd-volume.obj `if test -f 'src/volume.c'; then $(CYGPATH_W) 'src/volume.c'; else $(CYGPATH_W) '$(srcdir)/src/volume.c'; fi`
3129+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-volume.Tpo $(DEPDIR)/src_mpd-volume.Po
3130 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/volume.c' object='src_mpd-volume.obj' libtool=no @AMDEPBACKSLASH@
3131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3132 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-volume.obj `if test -f 'src/volume.c'; then $(CYGPATH_W) 'src/volume.c'; else $(CYGPATH_W) '$(srcdir)/src/volume.c'; fi`
3133
3134 src_mpd-locate.o: src/locate.c
3135-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-locate.o -MD -MP -MF "$(DEPDIR)/src_mpd-locate.Tpo" -c -o src_mpd-locate.o `test -f 'src/locate.c' || echo '$(srcdir)/'`src/locate.c; \
3136-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-locate.Tpo" "$(DEPDIR)/src_mpd-locate.Po"; else rm -f "$(DEPDIR)/src_mpd-locate.Tpo"; exit 1; fi
3137+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-locate.o -MD -MP -MF $(DEPDIR)/src_mpd-locate.Tpo -c -o src_mpd-locate.o `test -f 'src/locate.c' || echo '$(srcdir)/'`src/locate.c
3138+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-locate.Tpo $(DEPDIR)/src_mpd-locate.Po
3139 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/locate.c' object='src_mpd-locate.o' libtool=no @AMDEPBACKSLASH@
3140 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3141 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-locate.o `test -f 'src/locate.c' || echo '$(srcdir)/'`src/locate.c
3142
3143 src_mpd-locate.obj: src/locate.c
3144-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-locate.obj -MD -MP -MF "$(DEPDIR)/src_mpd-locate.Tpo" -c -o src_mpd-locate.obj `if test -f 'src/locate.c'; then $(CYGPATH_W) 'src/locate.c'; else $(CYGPATH_W) '$(srcdir)/src/locate.c'; fi`; \
3145-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-locate.Tpo" "$(DEPDIR)/src_mpd-locate.Po"; else rm -f "$(DEPDIR)/src_mpd-locate.Tpo"; exit 1; fi
3146+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-locate.obj -MD -MP -MF $(DEPDIR)/src_mpd-locate.Tpo -c -o src_mpd-locate.obj `if test -f 'src/locate.c'; then $(CYGPATH_W) 'src/locate.c'; else $(CYGPATH_W) '$(srcdir)/src/locate.c'; fi`
3147+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-locate.Tpo $(DEPDIR)/src_mpd-locate.Po
3148 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/locate.c' object='src_mpd-locate.obj' libtool=no @AMDEPBACKSLASH@
3149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3150 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-locate.obj `if test -f 'src/locate.c'; then $(CYGPATH_W) 'src/locate.c'; else $(CYGPATH_W) '$(srcdir)/src/locate.c'; fi`
3151
3152 src_mpd-stored_playlist.o: src/stored_playlist.c
3153-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stored_playlist.o -MD -MP -MF "$(DEPDIR)/src_mpd-stored_playlist.Tpo" -c -o src_mpd-stored_playlist.o `test -f 'src/stored_playlist.c' || echo '$(srcdir)/'`src/stored_playlist.c; \
3154-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-stored_playlist.Tpo" "$(DEPDIR)/src_mpd-stored_playlist.Po"; else rm -f "$(DEPDIR)/src_mpd-stored_playlist.Tpo"; exit 1; fi
3155+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stored_playlist.o -MD -MP -MF $(DEPDIR)/src_mpd-stored_playlist.Tpo -c -o src_mpd-stored_playlist.o `test -f 'src/stored_playlist.c' || echo '$(srcdir)/'`src/stored_playlist.c
3156+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-stored_playlist.Tpo $(DEPDIR)/src_mpd-stored_playlist.Po
3157 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/stored_playlist.c' object='src_mpd-stored_playlist.o' libtool=no @AMDEPBACKSLASH@
3158 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3159 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-stored_playlist.o `test -f 'src/stored_playlist.c' || echo '$(srcdir)/'`src/stored_playlist.c
3160
3161 src_mpd-stored_playlist.obj: src/stored_playlist.c
3162-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stored_playlist.obj -MD -MP -MF "$(DEPDIR)/src_mpd-stored_playlist.Tpo" -c -o src_mpd-stored_playlist.obj `if test -f 'src/stored_playlist.c'; then $(CYGPATH_W) 'src/stored_playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/stored_playlist.c'; fi`; \
3163-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-stored_playlist.Tpo" "$(DEPDIR)/src_mpd-stored_playlist.Po"; else rm -f "$(DEPDIR)/src_mpd-stored_playlist.Tpo"; exit 1; fi
3164+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-stored_playlist.obj -MD -MP -MF $(DEPDIR)/src_mpd-stored_playlist.Tpo -c -o src_mpd-stored_playlist.obj `if test -f 'src/stored_playlist.c'; then $(CYGPATH_W) 'src/stored_playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/stored_playlist.c'; fi`
3165+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-stored_playlist.Tpo $(DEPDIR)/src_mpd-stored_playlist.Po
3166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/stored_playlist.c' object='src_mpd-stored_playlist.obj' libtool=no @AMDEPBACKSLASH@
3167 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3168 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-stored_playlist.obj `if test -f 'src/stored_playlist.c'; then $(CYGPATH_W) 'src/stored_playlist.c'; else $(CYGPATH_W) '$(srcdir)/src/stored_playlist.c'; fi`
3169
3170 src_mpd-timer.o: src/timer.c
3171-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-timer.o -MD -MP -MF "$(DEPDIR)/src_mpd-timer.Tpo" -c -o src_mpd-timer.o `test -f 'src/timer.c' || echo '$(srcdir)/'`src/timer.c; \
3172-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-timer.Tpo" "$(DEPDIR)/src_mpd-timer.Po"; else rm -f "$(DEPDIR)/src_mpd-timer.Tpo"; exit 1; fi
3173+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-timer.o -MD -MP -MF $(DEPDIR)/src_mpd-timer.Tpo -c -o src_mpd-timer.o `test -f 'src/timer.c' || echo '$(srcdir)/'`src/timer.c
3174+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-timer.Tpo $(DEPDIR)/src_mpd-timer.Po
3175 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/timer.c' object='src_mpd-timer.o' libtool=no @AMDEPBACKSLASH@
3176 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3177 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-timer.o `test -f 'src/timer.c' || echo '$(srcdir)/'`src/timer.c
3178
3179 src_mpd-timer.obj: src/timer.c
3180-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-timer.obj -MD -MP -MF "$(DEPDIR)/src_mpd-timer.Tpo" -c -o src_mpd-timer.obj `if test -f 'src/timer.c'; then $(CYGPATH_W) 'src/timer.c'; else $(CYGPATH_W) '$(srcdir)/src/timer.c'; fi`; \
3181-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-timer.Tpo" "$(DEPDIR)/src_mpd-timer.Po"; else rm -f "$(DEPDIR)/src_mpd-timer.Tpo"; exit 1; fi
3182+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-timer.obj -MD -MP -MF $(DEPDIR)/src_mpd-timer.Tpo -c -o src_mpd-timer.obj `if test -f 'src/timer.c'; then $(CYGPATH_W) 'src/timer.c'; else $(CYGPATH_W) '$(srcdir)/src/timer.c'; fi`
3183+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-timer.Tpo $(DEPDIR)/src_mpd-timer.Po
3184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/timer.c' object='src_mpd-timer.obj' libtool=no @AMDEPBACKSLASH@
3185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3186 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-timer.obj `if test -f 'src/timer.c'; then $(CYGPATH_W) 'src/timer.c'; else $(CYGPATH_W) '$(srcdir)/src/timer.c'; fi`
3187
3188 src_mpd-sticker.o: src/sticker.c
3189-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker.o -MD -MP -MF "$(DEPDIR)/src_mpd-sticker.Tpo" -c -o src_mpd-sticker.o `test -f 'src/sticker.c' || echo '$(srcdir)/'`src/sticker.c; \
3190-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sticker.Tpo" "$(DEPDIR)/src_mpd-sticker.Po"; else rm -f "$(DEPDIR)/src_mpd-sticker.Tpo"; exit 1; fi
3191+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker.o -MD -MP -MF $(DEPDIR)/src_mpd-sticker.Tpo -c -o src_mpd-sticker.o `test -f 'src/sticker.c' || echo '$(srcdir)/'`src/sticker.c
3192+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sticker.Tpo $(DEPDIR)/src_mpd-sticker.Po
3193 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sticker.c' object='src_mpd-sticker.o' libtool=no @AMDEPBACKSLASH@
3194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3195 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sticker.o `test -f 'src/sticker.c' || echo '$(srcdir)/'`src/sticker.c
3196
3197 src_mpd-sticker.obj: src/sticker.c
3198-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker.obj -MD -MP -MF "$(DEPDIR)/src_mpd-sticker.Tpo" -c -o src_mpd-sticker.obj `if test -f 'src/sticker.c'; then $(CYGPATH_W) 'src/sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker.c'; fi`; \
3199-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sticker.Tpo" "$(DEPDIR)/src_mpd-sticker.Po"; else rm -f "$(DEPDIR)/src_mpd-sticker.Tpo"; exit 1; fi
3200+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker.obj -MD -MP -MF $(DEPDIR)/src_mpd-sticker.Tpo -c -o src_mpd-sticker.obj `if test -f 'src/sticker.c'; then $(CYGPATH_W) 'src/sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker.c'; fi`
3201+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sticker.Tpo $(DEPDIR)/src_mpd-sticker.Po
3202 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sticker.c' object='src_mpd-sticker.obj' libtool=no @AMDEPBACKSLASH@
3203 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3204 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sticker.obj `if test -f 'src/sticker.c'; then $(CYGPATH_W) 'src/sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker.c'; fi`
3205
3206 src_mpd-sticker_print.o: src/sticker_print.c
3207-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker_print.o -MD -MP -MF "$(DEPDIR)/src_mpd-sticker_print.Tpo" -c -o src_mpd-sticker_print.o `test -f 'src/sticker_print.c' || echo '$(srcdir)/'`src/sticker_print.c; \
3208-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sticker_print.Tpo" "$(DEPDIR)/src_mpd-sticker_print.Po"; else rm -f "$(DEPDIR)/src_mpd-sticker_print.Tpo"; exit 1; fi
3209+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker_print.o -MD -MP -MF $(DEPDIR)/src_mpd-sticker_print.Tpo -c -o src_mpd-sticker_print.o `test -f 'src/sticker_print.c' || echo '$(srcdir)/'`src/sticker_print.c
3210+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sticker_print.Tpo $(DEPDIR)/src_mpd-sticker_print.Po
3211 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sticker_print.c' object='src_mpd-sticker_print.o' libtool=no @AMDEPBACKSLASH@
3212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3213 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sticker_print.o `test -f 'src/sticker_print.c' || echo '$(srcdir)/'`src/sticker_print.c
3214
3215 src_mpd-sticker_print.obj: src/sticker_print.c
3216-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker_print.obj -MD -MP -MF "$(DEPDIR)/src_mpd-sticker_print.Tpo" -c -o src_mpd-sticker_print.obj `if test -f 'src/sticker_print.c'; then $(CYGPATH_W) 'src/sticker_print.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker_print.c'; fi`; \
3217-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-sticker_print.Tpo" "$(DEPDIR)/src_mpd-sticker_print.Po"; else rm -f "$(DEPDIR)/src_mpd-sticker_print.Tpo"; exit 1; fi
3218+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-sticker_print.obj -MD -MP -MF $(DEPDIR)/src_mpd-sticker_print.Tpo -c -o src_mpd-sticker_print.obj `if test -f 'src/sticker_print.c'; then $(CYGPATH_W) 'src/sticker_print.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker_print.c'; fi`
3219+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-sticker_print.Tpo $(DEPDIR)/src_mpd-sticker_print.Po
3220 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/sticker_print.c' object='src_mpd-sticker_print.obj' libtool=no @AMDEPBACKSLASH@
3221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3222 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-sticker_print.obj `if test -f 'src/sticker_print.c'; then $(CYGPATH_W) 'src/sticker_print.c'; else $(CYGPATH_W) '$(srcdir)/src/sticker_print.c'; fi`
3223
3224 src_mpd-song_sticker.o: src/song_sticker.c
3225-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_sticker.o -MD -MP -MF "$(DEPDIR)/src_mpd-song_sticker.Tpo" -c -o src_mpd-song_sticker.o `test -f 'src/song_sticker.c' || echo '$(srcdir)/'`src/song_sticker.c; \
3226-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_sticker.Tpo" "$(DEPDIR)/src_mpd-song_sticker.Po"; else rm -f "$(DEPDIR)/src_mpd-song_sticker.Tpo"; exit 1; fi
3227+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_sticker.o -MD -MP -MF $(DEPDIR)/src_mpd-song_sticker.Tpo -c -o src_mpd-song_sticker.o `test -f 'src/song_sticker.c' || echo '$(srcdir)/'`src/song_sticker.c
3228+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_sticker.Tpo $(DEPDIR)/src_mpd-song_sticker.Po
3229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_sticker.c' object='src_mpd-song_sticker.o' libtool=no @AMDEPBACKSLASH@
3230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3231 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_sticker.o `test -f 'src/song_sticker.c' || echo '$(srcdir)/'`src/song_sticker.c
3232
3233 src_mpd-song_sticker.obj: src/song_sticker.c
3234-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_sticker.obj -MD -MP -MF "$(DEPDIR)/src_mpd-song_sticker.Tpo" -c -o src_mpd-song_sticker.obj `if test -f 'src/song_sticker.c'; then $(CYGPATH_W) 'src/song_sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/song_sticker.c'; fi`; \
3235-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-song_sticker.Tpo" "$(DEPDIR)/src_mpd-song_sticker.Po"; else rm -f "$(DEPDIR)/src_mpd-song_sticker.Tpo"; exit 1; fi
3236+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-song_sticker.obj -MD -MP -MF $(DEPDIR)/src_mpd-song_sticker.Tpo -c -o src_mpd-song_sticker.obj `if test -f 'src/song_sticker.c'; then $(CYGPATH_W) 'src/song_sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/song_sticker.c'; fi`
3237+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-song_sticker.Tpo $(DEPDIR)/src_mpd-song_sticker.Po
3238 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/song_sticker.c' object='src_mpd-song_sticker.obj' libtool=no @AMDEPBACKSLASH@
3239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3240 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-song_sticker.obj `if test -f 'src/song_sticker.c'; then $(CYGPATH_W) 'src/song_sticker.c'; else $(CYGPATH_W) '$(srcdir)/src/song_sticker.c'; fi`
3241
3242 src_mpd-pcm_resample_libsamplerate.o: src/pcm_resample_libsamplerate.c
3243-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_libsamplerate.o -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo" -c -o src_mpd-pcm_resample_libsamplerate.o `test -f 'src/pcm_resample_libsamplerate.c' || echo '$(srcdir)/'`src/pcm_resample_libsamplerate.c; \
3244-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo" "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo"; exit 1; fi
3245+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_libsamplerate.o -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo -c -o src_mpd-pcm_resample_libsamplerate.o `test -f 'src/pcm_resample_libsamplerate.c' || echo '$(srcdir)/'`src/pcm_resample_libsamplerate.c
3246+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Po
3247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample_libsamplerate.c' object='src_mpd-pcm_resample_libsamplerate.o' libtool=no @AMDEPBACKSLASH@
3248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3249 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample_libsamplerate.o `test -f 'src/pcm_resample_libsamplerate.c' || echo '$(srcdir)/'`src/pcm_resample_libsamplerate.c
3250
3251 src_mpd-pcm_resample_libsamplerate.obj: src/pcm_resample_libsamplerate.c
3252-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_libsamplerate.obj -MD -MP -MF "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo" -c -o src_mpd-pcm_resample_libsamplerate.obj `if test -f 'src/pcm_resample_libsamplerate.c'; then $(CYGPATH_W) 'src/pcm_resample_libsamplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_libsamplerate.c'; fi`; \
3253-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo" "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Po"; else rm -f "$(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo"; exit 1; fi
3254+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-pcm_resample_libsamplerate.obj -MD -MP -MF $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo -c -o src_mpd-pcm_resample_libsamplerate.obj `if test -f 'src/pcm_resample_libsamplerate.c'; then $(CYGPATH_W) 'src/pcm_resample_libsamplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_libsamplerate.c'; fi`
3255+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Tpo $(DEPDIR)/src_mpd-pcm_resample_libsamplerate.Po
3256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/pcm_resample_libsamplerate.c' object='src_mpd-pcm_resample_libsamplerate.obj' libtool=no @AMDEPBACKSLASH@
3257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3258 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-pcm_resample_libsamplerate.obj `if test -f 'src/pcm_resample_libsamplerate.c'; then $(CYGPATH_W) 'src/pcm_resample_libsamplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/pcm_resample_libsamplerate.c'; fi`
3259
3260 src_mpd-zeroconf.o: src/zeroconf.c
3261-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf.o -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf.Tpo" -c -o src_mpd-zeroconf.o `test -f 'src/zeroconf.c' || echo '$(srcdir)/'`src/zeroconf.c; \
3262-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf.Tpo" "$(DEPDIR)/src_mpd-zeroconf.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf.Tpo"; exit 1; fi
3263+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf.o -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf.Tpo -c -o src_mpd-zeroconf.o `test -f 'src/zeroconf.c' || echo '$(srcdir)/'`src/zeroconf.c
3264+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf.Tpo $(DEPDIR)/src_mpd-zeroconf.Po
3265 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf.c' object='src_mpd-zeroconf.o' libtool=no @AMDEPBACKSLASH@
3266 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3267 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf.o `test -f 'src/zeroconf.c' || echo '$(srcdir)/'`src/zeroconf.c
3268
3269 src_mpd-zeroconf.obj: src/zeroconf.c
3270-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf.obj -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf.Tpo" -c -o src_mpd-zeroconf.obj `if test -f 'src/zeroconf.c'; then $(CYGPATH_W) 'src/zeroconf.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf.c'; fi`; \
3271-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf.Tpo" "$(DEPDIR)/src_mpd-zeroconf.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf.Tpo"; exit 1; fi
3272+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf.obj -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf.Tpo -c -o src_mpd-zeroconf.obj `if test -f 'src/zeroconf.c'; then $(CYGPATH_W) 'src/zeroconf.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf.c'; fi`
3273+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf.Tpo $(DEPDIR)/src_mpd-zeroconf.Po
3274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf.c' object='src_mpd-zeroconf.obj' libtool=no @AMDEPBACKSLASH@
3275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3276 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf.obj `if test -f 'src/zeroconf.c'; then $(CYGPATH_W) 'src/zeroconf.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf.c'; fi`
3277
3278 src_mpd-zeroconf-avahi.o: src/zeroconf-avahi.c
3279-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-avahi.o -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo" -c -o src_mpd-zeroconf-avahi.o `test -f 'src/zeroconf-avahi.c' || echo '$(srcdir)/'`src/zeroconf-avahi.c; \
3280-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo" "$(DEPDIR)/src_mpd-zeroconf-avahi.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo"; exit 1; fi
3281+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-avahi.o -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf-avahi.Tpo -c -o src_mpd-zeroconf-avahi.o `test -f 'src/zeroconf-avahi.c' || echo '$(srcdir)/'`src/zeroconf-avahi.c
3282+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf-avahi.Tpo $(DEPDIR)/src_mpd-zeroconf-avahi.Po
3283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf-avahi.c' object='src_mpd-zeroconf-avahi.o' libtool=no @AMDEPBACKSLASH@
3284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3285 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf-avahi.o `test -f 'src/zeroconf-avahi.c' || echo '$(srcdir)/'`src/zeroconf-avahi.c
3286
3287 src_mpd-zeroconf-avahi.obj: src/zeroconf-avahi.c
3288-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-avahi.obj -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo" -c -o src_mpd-zeroconf-avahi.obj `if test -f 'src/zeroconf-avahi.c'; then $(CYGPATH_W) 'src/zeroconf-avahi.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-avahi.c'; fi`; \
3289-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo" "$(DEPDIR)/src_mpd-zeroconf-avahi.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf-avahi.Tpo"; exit 1; fi
3290+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-avahi.obj -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf-avahi.Tpo -c -o src_mpd-zeroconf-avahi.obj `if test -f 'src/zeroconf-avahi.c'; then $(CYGPATH_W) 'src/zeroconf-avahi.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-avahi.c'; fi`
3291+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf-avahi.Tpo $(DEPDIR)/src_mpd-zeroconf-avahi.Po
3292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf-avahi.c' object='src_mpd-zeroconf-avahi.obj' libtool=no @AMDEPBACKSLASH@
3293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3294 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf-avahi.obj `if test -f 'src/zeroconf-avahi.c'; then $(CYGPATH_W) 'src/zeroconf-avahi.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-avahi.c'; fi`
3295
3296 src_mpd-zeroconf-bonjour.o: src/zeroconf-bonjour.c
3297-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-bonjour.o -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo" -c -o src_mpd-zeroconf-bonjour.o `test -f 'src/zeroconf-bonjour.c' || echo '$(srcdir)/'`src/zeroconf-bonjour.c; \
3298-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo" "$(DEPDIR)/src_mpd-zeroconf-bonjour.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo"; exit 1; fi
3299+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-bonjour.o -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo -c -o src_mpd-zeroconf-bonjour.o `test -f 'src/zeroconf-bonjour.c' || echo '$(srcdir)/'`src/zeroconf-bonjour.c
3300+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo $(DEPDIR)/src_mpd-zeroconf-bonjour.Po
3301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf-bonjour.c' object='src_mpd-zeroconf-bonjour.o' libtool=no @AMDEPBACKSLASH@
3302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3303 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf-bonjour.o `test -f 'src/zeroconf-bonjour.c' || echo '$(srcdir)/'`src/zeroconf-bonjour.c
3304
3305 src_mpd-zeroconf-bonjour.obj: src/zeroconf-bonjour.c
3306-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-bonjour.obj -MD -MP -MF "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo" -c -o src_mpd-zeroconf-bonjour.obj `if test -f 'src/zeroconf-bonjour.c'; then $(CYGPATH_W) 'src/zeroconf-bonjour.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-bonjour.c'; fi`; \
3307-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo" "$(DEPDIR)/src_mpd-zeroconf-bonjour.Po"; else rm -f "$(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo"; exit 1; fi
3308+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -MT src_mpd-zeroconf-bonjour.obj -MD -MP -MF $(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo -c -o src_mpd-zeroconf-bonjour.obj `if test -f 'src/zeroconf-bonjour.c'; then $(CYGPATH_W) 'src/zeroconf-bonjour.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-bonjour.c'; fi`
3309+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/src_mpd-zeroconf-bonjour.Tpo $(DEPDIR)/src_mpd-zeroconf-bonjour.Po
3310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/zeroconf-bonjour.c' object='src_mpd-zeroconf-bonjour.obj' libtool=no @AMDEPBACKSLASH@
3311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3312 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(src_mpd_CPPFLAGS) $(CPPFLAGS) $(src_mpd_CFLAGS) $(CFLAGS) -c -o src_mpd-zeroconf-bonjour.obj `if test -f 'src/zeroconf-bonjour.c'; then $(CYGPATH_W) 'src/zeroconf-bonjour.c'; else $(CYGPATH_W) '$(srcdir)/src/zeroconf-bonjour.c'; fi`
3313
3314 test_read_conf-read_conf.o: test/read_conf.c
3315-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-read_conf.o -MD -MP -MF "$(DEPDIR)/test_read_conf-read_conf.Tpo" -c -o test_read_conf-read_conf.o `test -f 'test/read_conf.c' || echo '$(srcdir)/'`test/read_conf.c; \
3316-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-read_conf.Tpo" "$(DEPDIR)/test_read_conf-read_conf.Po"; else rm -f "$(DEPDIR)/test_read_conf-read_conf.Tpo"; exit 1; fi
3317+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-read_conf.o -MD -MP -MF $(DEPDIR)/test_read_conf-read_conf.Tpo -c -o test_read_conf-read_conf.o `test -f 'test/read_conf.c' || echo '$(srcdir)/'`test/read_conf.c
3318+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-read_conf.Tpo $(DEPDIR)/test_read_conf-read_conf.Po
3319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_conf.c' object='test_read_conf-read_conf.o' libtool=no @AMDEPBACKSLASH@
3320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3321 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-read_conf.o `test -f 'test/read_conf.c' || echo '$(srcdir)/'`test/read_conf.c
3322
3323 test_read_conf-read_conf.obj: test/read_conf.c
3324-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-read_conf.obj -MD -MP -MF "$(DEPDIR)/test_read_conf-read_conf.Tpo" -c -o test_read_conf-read_conf.obj `if test -f 'test/read_conf.c'; then $(CYGPATH_W) 'test/read_conf.c'; else $(CYGPATH_W) '$(srcdir)/test/read_conf.c'; fi`; \
3325-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-read_conf.Tpo" "$(DEPDIR)/test_read_conf-read_conf.Po"; else rm -f "$(DEPDIR)/test_read_conf-read_conf.Tpo"; exit 1; fi
3326+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-read_conf.obj -MD -MP -MF $(DEPDIR)/test_read_conf-read_conf.Tpo -c -o test_read_conf-read_conf.obj `if test -f 'test/read_conf.c'; then $(CYGPATH_W) 'test/read_conf.c'; else $(CYGPATH_W) '$(srcdir)/test/read_conf.c'; fi`
3327+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-read_conf.Tpo $(DEPDIR)/test_read_conf-read_conf.Po
3328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_conf.c' object='test_read_conf-read_conf.obj' libtool=no @AMDEPBACKSLASH@
3329 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3330 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-read_conf.obj `if test -f 'test/read_conf.c'; then $(CYGPATH_W) 'test/read_conf.c'; else $(CYGPATH_W) '$(srcdir)/test/read_conf.c'; fi`
3331
3332 test_read_conf-conf.o: src/conf.c
3333-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-conf.o -MD -MP -MF "$(DEPDIR)/test_read_conf-conf.Tpo" -c -o test_read_conf-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c; \
3334-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-conf.Tpo" "$(DEPDIR)/test_read_conf-conf.Po"; else rm -f "$(DEPDIR)/test_read_conf-conf.Tpo"; exit 1; fi
3335+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-conf.o -MD -MP -MF $(DEPDIR)/test_read_conf-conf.Tpo -c -o test_read_conf-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3336+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-conf.Tpo $(DEPDIR)/test_read_conf-conf.Po
3337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_conf-conf.o' libtool=no @AMDEPBACKSLASH@
3338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3339 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3340
3341 test_read_conf-conf.obj: src/conf.c
3342-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-conf.obj -MD -MP -MF "$(DEPDIR)/test_read_conf-conf.Tpo" -c -o test_read_conf-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`; \
3343-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-conf.Tpo" "$(DEPDIR)/test_read_conf-conf.Po"; else rm -f "$(DEPDIR)/test_read_conf-conf.Tpo"; exit 1; fi
3344+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-conf.obj -MD -MP -MF $(DEPDIR)/test_read_conf-conf.Tpo -c -o test_read_conf-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3345+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-conf.Tpo $(DEPDIR)/test_read_conf-conf.Po
3346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_conf-conf.obj' libtool=no @AMDEPBACKSLASH@
3347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3348 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3349
3350 test_read_conf-buffer2array.o: src/buffer2array.c
3351-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-buffer2array.o -MD -MP -MF "$(DEPDIR)/test_read_conf-buffer2array.Tpo" -c -o test_read_conf-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c; \
3352-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-buffer2array.Tpo" "$(DEPDIR)/test_read_conf-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_conf-buffer2array.Tpo"; exit 1; fi
3353+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-buffer2array.o -MD -MP -MF $(DEPDIR)/test_read_conf-buffer2array.Tpo -c -o test_read_conf-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3354+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-buffer2array.Tpo $(DEPDIR)/test_read_conf-buffer2array.Po
3355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_conf-buffer2array.o' libtool=no @AMDEPBACKSLASH@
3356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3357 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3358
3359 test_read_conf-buffer2array.obj: src/buffer2array.c
3360-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-buffer2array.obj -MD -MP -MF "$(DEPDIR)/test_read_conf-buffer2array.Tpo" -c -o test_read_conf-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`; \
3361-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-buffer2array.Tpo" "$(DEPDIR)/test_read_conf-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_conf-buffer2array.Tpo"; exit 1; fi
3362+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-buffer2array.obj -MD -MP -MF $(DEPDIR)/test_read_conf-buffer2array.Tpo -c -o test_read_conf-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3363+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-buffer2array.Tpo $(DEPDIR)/test_read_conf-buffer2array.Po
3364 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_conf-buffer2array.obj' libtool=no @AMDEPBACKSLASH@
3365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3366 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3367
3368 test_read_conf-utils.o: src/utils.c
3369-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-utils.o -MD -MP -MF "$(DEPDIR)/test_read_conf-utils.Tpo" -c -o test_read_conf-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c; \
3370-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-utils.Tpo" "$(DEPDIR)/test_read_conf-utils.Po"; else rm -f "$(DEPDIR)/test_read_conf-utils.Tpo"; exit 1; fi
3371+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-utils.o -MD -MP -MF $(DEPDIR)/test_read_conf-utils.Tpo -c -o test_read_conf-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3372+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-utils.Tpo $(DEPDIR)/test_read_conf-utils.Po
3373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_conf-utils.o' libtool=no @AMDEPBACKSLASH@
3374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3375 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3376
3377 test_read_conf-utils.obj: src/utils.c
3378-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-utils.obj -MD -MP -MF "$(DEPDIR)/test_read_conf-utils.Tpo" -c -o test_read_conf-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`; \
3379-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_conf-utils.Tpo" "$(DEPDIR)/test_read_conf-utils.Po"; else rm -f "$(DEPDIR)/test_read_conf-utils.Tpo"; exit 1; fi
3380+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_conf-utils.obj -MD -MP -MF $(DEPDIR)/test_read_conf-utils.Tpo -c -o test_read_conf-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3381+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_conf-utils.Tpo $(DEPDIR)/test_read_conf-utils.Po
3382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_conf-utils.obj' libtool=no @AMDEPBACKSLASH@
3383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3384 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_conf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_conf-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3385
3386 test_read_mixer-read_mixer.o: test/read_mixer.c
3387-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-read_mixer.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-read_mixer.Tpo" -c -o test_read_mixer-read_mixer.o `test -f 'test/read_mixer.c' || echo '$(srcdir)/'`test/read_mixer.c; \
3388-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-read_mixer.Tpo" "$(DEPDIR)/test_read_mixer-read_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-read_mixer.Tpo"; exit 1; fi
3389+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-read_mixer.o -MD -MP -MF $(DEPDIR)/test_read_mixer-read_mixer.Tpo -c -o test_read_mixer-read_mixer.o `test -f 'test/read_mixer.c' || echo '$(srcdir)/'`test/read_mixer.c
3390+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-read_mixer.Tpo $(DEPDIR)/test_read_mixer-read_mixer.Po
3391 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_mixer.c' object='test_read_mixer-read_mixer.o' libtool=no @AMDEPBACKSLASH@
3392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3393 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-read_mixer.o `test -f 'test/read_mixer.c' || echo '$(srcdir)/'`test/read_mixer.c
3394
3395 test_read_mixer-read_mixer.obj: test/read_mixer.c
3396-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-read_mixer.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-read_mixer.Tpo" -c -o test_read_mixer-read_mixer.obj `if test -f 'test/read_mixer.c'; then $(CYGPATH_W) 'test/read_mixer.c'; else $(CYGPATH_W) '$(srcdir)/test/read_mixer.c'; fi`; \
3397-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-read_mixer.Tpo" "$(DEPDIR)/test_read_mixer-read_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-read_mixer.Tpo"; exit 1; fi
3398+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-read_mixer.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-read_mixer.Tpo -c -o test_read_mixer-read_mixer.obj `if test -f 'test/read_mixer.c'; then $(CYGPATH_W) 'test/read_mixer.c'; else $(CYGPATH_W) '$(srcdir)/test/read_mixer.c'; fi`
3399+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-read_mixer.Tpo $(DEPDIR)/test_read_mixer-read_mixer.Po
3400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_mixer.c' object='test_read_mixer-read_mixer.obj' libtool=no @AMDEPBACKSLASH@
3401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3402 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-read_mixer.obj `if test -f 'test/read_mixer.c'; then $(CYGPATH_W) 'test/read_mixer.c'; else $(CYGPATH_W) '$(srcdir)/test/read_mixer.c'; fi`
3403
3404 test_read_mixer-conf.o: src/conf.c
3405-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-conf.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-conf.Tpo" -c -o test_read_mixer-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c; \
3406-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-conf.Tpo" "$(DEPDIR)/test_read_mixer-conf.Po"; else rm -f "$(DEPDIR)/test_read_mixer-conf.Tpo"; exit 1; fi
3407+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-conf.o -MD -MP -MF $(DEPDIR)/test_read_mixer-conf.Tpo -c -o test_read_mixer-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3408+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-conf.Tpo $(DEPDIR)/test_read_mixer-conf.Po
3409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_mixer-conf.o' libtool=no @AMDEPBACKSLASH@
3410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3411 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3412
3413 test_read_mixer-conf.obj: src/conf.c
3414-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-conf.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-conf.Tpo" -c -o test_read_mixer-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`; \
3415-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-conf.Tpo" "$(DEPDIR)/test_read_mixer-conf.Po"; else rm -f "$(DEPDIR)/test_read_mixer-conf.Tpo"; exit 1; fi
3416+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-conf.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-conf.Tpo -c -o test_read_mixer-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3417+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-conf.Tpo $(DEPDIR)/test_read_mixer-conf.Po
3418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_mixer-conf.obj' libtool=no @AMDEPBACKSLASH@
3419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3420 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3421
3422 test_read_mixer-buffer2array.o: src/buffer2array.c
3423-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-buffer2array.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-buffer2array.Tpo" -c -o test_read_mixer-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c; \
3424-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-buffer2array.Tpo" "$(DEPDIR)/test_read_mixer-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_mixer-buffer2array.Tpo"; exit 1; fi
3425+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-buffer2array.o -MD -MP -MF $(DEPDIR)/test_read_mixer-buffer2array.Tpo -c -o test_read_mixer-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3426+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-buffer2array.Tpo $(DEPDIR)/test_read_mixer-buffer2array.Po
3427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_mixer-buffer2array.o' libtool=no @AMDEPBACKSLASH@
3428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3429 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3430
3431 test_read_mixer-buffer2array.obj: src/buffer2array.c
3432-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-buffer2array.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-buffer2array.Tpo" -c -o test_read_mixer-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`; \
3433-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-buffer2array.Tpo" "$(DEPDIR)/test_read_mixer-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_mixer-buffer2array.Tpo"; exit 1; fi
3434+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-buffer2array.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-buffer2array.Tpo -c -o test_read_mixer-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3435+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-buffer2array.Tpo $(DEPDIR)/test_read_mixer-buffer2array.Po
3436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_mixer-buffer2array.obj' libtool=no @AMDEPBACKSLASH@
3437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3438 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3439
3440 test_read_mixer-utils.o: src/utils.c
3441-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-utils.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-utils.Tpo" -c -o test_read_mixer-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c; \
3442-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-utils.Tpo" "$(DEPDIR)/test_read_mixer-utils.Po"; else rm -f "$(DEPDIR)/test_read_mixer-utils.Tpo"; exit 1; fi
3443+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-utils.o -MD -MP -MF $(DEPDIR)/test_read_mixer-utils.Tpo -c -o test_read_mixer-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3444+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-utils.Tpo $(DEPDIR)/test_read_mixer-utils.Po
3445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_mixer-utils.o' libtool=no @AMDEPBACKSLASH@
3446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3447 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3448
3449 test_read_mixer-utils.obj: src/utils.c
3450-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-utils.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-utils.Tpo" -c -o test_read_mixer-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`; \
3451-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-utils.Tpo" "$(DEPDIR)/test_read_mixer-utils.Po"; else rm -f "$(DEPDIR)/test_read_mixer-utils.Tpo"; exit 1; fi
3452+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-utils.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-utils.Tpo -c -o test_read_mixer-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3453+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-utils.Tpo $(DEPDIR)/test_read_mixer-utils.Po
3454 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_mixer-utils.obj' libtool=no @AMDEPBACKSLASH@
3455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3456 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3457
3458 test_read_mixer-log.o: src/log.c
3459-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-log.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-log.Tpo" -c -o test_read_mixer-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c; \
3460-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-log.Tpo" "$(DEPDIR)/test_read_mixer-log.Po"; else rm -f "$(DEPDIR)/test_read_mixer-log.Tpo"; exit 1; fi
3461+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-log.o -MD -MP -MF $(DEPDIR)/test_read_mixer-log.Tpo -c -o test_read_mixer-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
3462+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-log.Tpo $(DEPDIR)/test_read_mixer-log.Po
3463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='test_read_mixer-log.o' libtool=no @AMDEPBACKSLASH@
3464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3465 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
3466
3467 test_read_mixer-log.obj: src/log.c
3468-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-log.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-log.Tpo" -c -o test_read_mixer-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`; \
3469-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-log.Tpo" "$(DEPDIR)/test_read_mixer-log.Po"; else rm -f "$(DEPDIR)/test_read_mixer-log.Tpo"; exit 1; fi
3470+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-log.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-log.Tpo -c -o test_read_mixer-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
3471+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-log.Tpo $(DEPDIR)/test_read_mixer-log.Po
3472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='test_read_mixer-log.obj' libtool=no @AMDEPBACKSLASH@
3473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3474 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
3475
3476 test_read_mixer-mixer_control.o: src/mixer_control.c
3477-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_control.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-mixer_control.Tpo" -c -o test_read_mixer-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c; \
3478-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-mixer_control.Tpo" "$(DEPDIR)/test_read_mixer-mixer_control.Po"; else rm -f "$(DEPDIR)/test_read_mixer-mixer_control.Tpo"; exit 1; fi
3479+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_control.o -MD -MP -MF $(DEPDIR)/test_read_mixer-mixer_control.Tpo -c -o test_read_mixer-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c
3480+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-mixer_control.Tpo $(DEPDIR)/test_read_mixer-mixer_control.Po
3481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_control.c' object='test_read_mixer-mixer_control.o' libtool=no @AMDEPBACKSLASH@
3482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3483 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-mixer_control.o `test -f 'src/mixer_control.c' || echo '$(srcdir)/'`src/mixer_control.c
3484
3485 test_read_mixer-mixer_control.obj: src/mixer_control.c
3486-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_control.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-mixer_control.Tpo" -c -o test_read_mixer-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`; \
3487-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-mixer_control.Tpo" "$(DEPDIR)/test_read_mixer-mixer_control.Po"; else rm -f "$(DEPDIR)/test_read_mixer-mixer_control.Tpo"; exit 1; fi
3488+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_control.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-mixer_control.Tpo -c -o test_read_mixer-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`
3489+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-mixer_control.Tpo $(DEPDIR)/test_read_mixer-mixer_control.Po
3490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_control.c' object='test_read_mixer-mixer_control.obj' libtool=no @AMDEPBACKSLASH@
3491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3492 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-mixer_control.obj `if test -f 'src/mixer_control.c'; then $(CYGPATH_W) 'src/mixer_control.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_control.c'; fi`
3493
3494 test_read_mixer-mixer_api.o: src/mixer_api.c
3495-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_api.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-mixer_api.Tpo" -c -o test_read_mixer-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c; \
3496-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-mixer_api.Tpo" "$(DEPDIR)/test_read_mixer-mixer_api.Po"; else rm -f "$(DEPDIR)/test_read_mixer-mixer_api.Tpo"; exit 1; fi
3497+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_api.o -MD -MP -MF $(DEPDIR)/test_read_mixer-mixer_api.Tpo -c -o test_read_mixer-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c
3498+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-mixer_api.Tpo $(DEPDIR)/test_read_mixer-mixer_api.Po
3499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_api.c' object='test_read_mixer-mixer_api.o' libtool=no @AMDEPBACKSLASH@
3500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3501 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-mixer_api.o `test -f 'src/mixer_api.c' || echo '$(srcdir)/'`src/mixer_api.c
3502
3503 test_read_mixer-mixer_api.obj: src/mixer_api.c
3504-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_api.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-mixer_api.Tpo" -c -o test_read_mixer-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`; \
3505-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-mixer_api.Tpo" "$(DEPDIR)/test_read_mixer-mixer_api.Po"; else rm -f "$(DEPDIR)/test_read_mixer-mixer_api.Tpo"; exit 1; fi
3506+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-mixer_api.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-mixer_api.Tpo -c -o test_read_mixer-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`
3507+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-mixer_api.Tpo $(DEPDIR)/test_read_mixer-mixer_api.Po
3508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer_api.c' object='test_read_mixer-mixer_api.obj' libtool=no @AMDEPBACKSLASH@
3509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3510 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-mixer_api.obj `if test -f 'src/mixer_api.c'; then $(CYGPATH_W) 'src/mixer_api.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer_api.c'; fi`
3511
3512 test_read_mixer-alsa_mixer.o: src/mixer/alsa_mixer.c
3513-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-alsa_mixer.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo" -c -o test_read_mixer-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c; \
3514-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo" "$(DEPDIR)/test_read_mixer-alsa_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo"; exit 1; fi
3515+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-alsa_mixer.o -MD -MP -MF $(DEPDIR)/test_read_mixer-alsa_mixer.Tpo -c -o test_read_mixer-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c
3516+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-alsa_mixer.Tpo $(DEPDIR)/test_read_mixer-alsa_mixer.Po
3517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/alsa_mixer.c' object='test_read_mixer-alsa_mixer.o' libtool=no @AMDEPBACKSLASH@
3518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3519 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-alsa_mixer.o `test -f 'src/mixer/alsa_mixer.c' || echo '$(srcdir)/'`src/mixer/alsa_mixer.c
3520
3521 test_read_mixer-alsa_mixer.obj: src/mixer/alsa_mixer.c
3522-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-alsa_mixer.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo" -c -o test_read_mixer-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`; \
3523-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo" "$(DEPDIR)/test_read_mixer-alsa_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-alsa_mixer.Tpo"; exit 1; fi
3524+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-alsa_mixer.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-alsa_mixer.Tpo -c -o test_read_mixer-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`
3525+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-alsa_mixer.Tpo $(DEPDIR)/test_read_mixer-alsa_mixer.Po
3526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/alsa_mixer.c' object='test_read_mixer-alsa_mixer.obj' libtool=no @AMDEPBACKSLASH@
3527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3528 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-alsa_mixer.obj `if test -f 'src/mixer/alsa_mixer.c'; then $(CYGPATH_W) 'src/mixer/alsa_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/alsa_mixer.c'; fi`
3529
3530 test_read_mixer-oss_mixer.o: src/mixer/oss_mixer.c
3531-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-oss_mixer.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo" -c -o test_read_mixer-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c; \
3532-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo" "$(DEPDIR)/test_read_mixer-oss_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo"; exit 1; fi
3533+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-oss_mixer.o -MD -MP -MF $(DEPDIR)/test_read_mixer-oss_mixer.Tpo -c -o test_read_mixer-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c
3534+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-oss_mixer.Tpo $(DEPDIR)/test_read_mixer-oss_mixer.Po
3535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/oss_mixer.c' object='test_read_mixer-oss_mixer.o' libtool=no @AMDEPBACKSLASH@
3536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3537 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-oss_mixer.o `test -f 'src/mixer/oss_mixer.c' || echo '$(srcdir)/'`src/mixer/oss_mixer.c
3538
3539 test_read_mixer-oss_mixer.obj: src/mixer/oss_mixer.c
3540-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-oss_mixer.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo" -c -o test_read_mixer-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`; \
3541-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo" "$(DEPDIR)/test_read_mixer-oss_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-oss_mixer.Tpo"; exit 1; fi
3542+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-oss_mixer.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-oss_mixer.Tpo -c -o test_read_mixer-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`
3543+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-oss_mixer.Tpo $(DEPDIR)/test_read_mixer-oss_mixer.Po
3544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/oss_mixer.c' object='test_read_mixer-oss_mixer.obj' libtool=no @AMDEPBACKSLASH@
3545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3546 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-oss_mixer.obj `if test -f 'src/mixer/oss_mixer.c'; then $(CYGPATH_W) 'src/mixer/oss_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/oss_mixer.c'; fi`
3547
3548 test_read_mixer-pulse_mixer.o: src/mixer/pulse_mixer.c
3549-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-pulse_mixer.o -MD -MP -MF "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo" -c -o test_read_mixer-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c; \
3550-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo" "$(DEPDIR)/test_read_mixer-pulse_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo"; exit 1; fi
3551+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-pulse_mixer.o -MD -MP -MF $(DEPDIR)/test_read_mixer-pulse_mixer.Tpo -c -o test_read_mixer-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c
3552+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-pulse_mixer.Tpo $(DEPDIR)/test_read_mixer-pulse_mixer.Po
3553 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/pulse_mixer.c' object='test_read_mixer-pulse_mixer.o' libtool=no @AMDEPBACKSLASH@
3554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3555 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-pulse_mixer.o `test -f 'src/mixer/pulse_mixer.c' || echo '$(srcdir)/'`src/mixer/pulse_mixer.c
3556
3557 test_read_mixer-pulse_mixer.obj: src/mixer/pulse_mixer.c
3558-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-pulse_mixer.obj -MD -MP -MF "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo" -c -o test_read_mixer-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`; \
3559-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo" "$(DEPDIR)/test_read_mixer-pulse_mixer.Po"; else rm -f "$(DEPDIR)/test_read_mixer-pulse_mixer.Tpo"; exit 1; fi
3560+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_mixer-pulse_mixer.obj -MD -MP -MF $(DEPDIR)/test_read_mixer-pulse_mixer.Tpo -c -o test_read_mixer-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`
3561+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_mixer-pulse_mixer.Tpo $(DEPDIR)/test_read_mixer-pulse_mixer.Po
3562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/mixer/pulse_mixer.c' object='test_read_mixer-pulse_mixer.obj' libtool=no @AMDEPBACKSLASH@
3563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3564 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_mixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_mixer-pulse_mixer.obj `if test -f 'src/mixer/pulse_mixer.c'; then $(CYGPATH_W) 'src/mixer/pulse_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/mixer/pulse_mixer.c'; fi`
3565
3566 test_read_tags-read_tags.o: test/read_tags.c
3567-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-read_tags.o -MD -MP -MF "$(DEPDIR)/test_read_tags-read_tags.Tpo" -c -o test_read_tags-read_tags.o `test -f 'test/read_tags.c' || echo '$(srcdir)/'`test/read_tags.c; \
3568-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-read_tags.Tpo" "$(DEPDIR)/test_read_tags-read_tags.Po"; else rm -f "$(DEPDIR)/test_read_tags-read_tags.Tpo"; exit 1; fi
3569+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-read_tags.o -MD -MP -MF $(DEPDIR)/test_read_tags-read_tags.Tpo -c -o test_read_tags-read_tags.o `test -f 'test/read_tags.c' || echo '$(srcdir)/'`test/read_tags.c
3570+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-read_tags.Tpo $(DEPDIR)/test_read_tags-read_tags.Po
3571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_tags.c' object='test_read_tags-read_tags.o' libtool=no @AMDEPBACKSLASH@
3572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3573 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-read_tags.o `test -f 'test/read_tags.c' || echo '$(srcdir)/'`test/read_tags.c
3574
3575 test_read_tags-read_tags.obj: test/read_tags.c
3576-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-read_tags.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-read_tags.Tpo" -c -o test_read_tags-read_tags.obj `if test -f 'test/read_tags.c'; then $(CYGPATH_W) 'test/read_tags.c'; else $(CYGPATH_W) '$(srcdir)/test/read_tags.c'; fi`; \
3577-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-read_tags.Tpo" "$(DEPDIR)/test_read_tags-read_tags.Po"; else rm -f "$(DEPDIR)/test_read_tags-read_tags.Tpo"; exit 1; fi
3578+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-read_tags.obj -MD -MP -MF $(DEPDIR)/test_read_tags-read_tags.Tpo -c -o test_read_tags-read_tags.obj `if test -f 'test/read_tags.c'; then $(CYGPATH_W) 'test/read_tags.c'; else $(CYGPATH_W) '$(srcdir)/test/read_tags.c'; fi`
3579+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-read_tags.Tpo $(DEPDIR)/test_read_tags-read_tags.Po
3580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test/read_tags.c' object='test_read_tags-read_tags.obj' libtool=no @AMDEPBACKSLASH@
3581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3582 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-read_tags.obj `if test -f 'test/read_tags.c'; then $(CYGPATH_W) 'test/read_tags.c'; else $(CYGPATH_W) '$(srcdir)/test/read_tags.c'; fi`
3583
3584 test_read_tags-conf.o: src/conf.c
3585-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-conf.o -MD -MP -MF "$(DEPDIR)/test_read_tags-conf.Tpo" -c -o test_read_tags-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c; \
3586-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-conf.Tpo" "$(DEPDIR)/test_read_tags-conf.Po"; else rm -f "$(DEPDIR)/test_read_tags-conf.Tpo"; exit 1; fi
3587+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-conf.o -MD -MP -MF $(DEPDIR)/test_read_tags-conf.Tpo -c -o test_read_tags-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3588+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-conf.Tpo $(DEPDIR)/test_read_tags-conf.Po
3589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_tags-conf.o' libtool=no @AMDEPBACKSLASH@
3590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3591 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-conf.o `test -f 'src/conf.c' || echo '$(srcdir)/'`src/conf.c
3592
3593 test_read_tags-conf.obj: src/conf.c
3594-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-conf.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-conf.Tpo" -c -o test_read_tags-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`; \
3595-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-conf.Tpo" "$(DEPDIR)/test_read_tags-conf.Po"; else rm -f "$(DEPDIR)/test_read_tags-conf.Tpo"; exit 1; fi
3596+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-conf.obj -MD -MP -MF $(DEPDIR)/test_read_tags-conf.Tpo -c -o test_read_tags-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3597+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-conf.Tpo $(DEPDIR)/test_read_tags-conf.Po
3598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/conf.c' object='test_read_tags-conf.obj' libtool=no @AMDEPBACKSLASH@
3599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3600 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-conf.obj `if test -f 'src/conf.c'; then $(CYGPATH_W) 'src/conf.c'; else $(CYGPATH_W) '$(srcdir)/src/conf.c'; fi`
3601
3602 test_read_tags-buffer2array.o: src/buffer2array.c
3603-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-buffer2array.o -MD -MP -MF "$(DEPDIR)/test_read_tags-buffer2array.Tpo" -c -o test_read_tags-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c; \
3604-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-buffer2array.Tpo" "$(DEPDIR)/test_read_tags-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_tags-buffer2array.Tpo"; exit 1; fi
3605+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-buffer2array.o -MD -MP -MF $(DEPDIR)/test_read_tags-buffer2array.Tpo -c -o test_read_tags-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3606+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-buffer2array.Tpo $(DEPDIR)/test_read_tags-buffer2array.Po
3607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_tags-buffer2array.o' libtool=no @AMDEPBACKSLASH@
3608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3609 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-buffer2array.o `test -f 'src/buffer2array.c' || echo '$(srcdir)/'`src/buffer2array.c
3610
3611 test_read_tags-buffer2array.obj: src/buffer2array.c
3612-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-buffer2array.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-buffer2array.Tpo" -c -o test_read_tags-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`; \
3613-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-buffer2array.Tpo" "$(DEPDIR)/test_read_tags-buffer2array.Po"; else rm -f "$(DEPDIR)/test_read_tags-buffer2array.Tpo"; exit 1; fi
3614+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-buffer2array.obj -MD -MP -MF $(DEPDIR)/test_read_tags-buffer2array.Tpo -c -o test_read_tags-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3615+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-buffer2array.Tpo $(DEPDIR)/test_read_tags-buffer2array.Po
3616 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/buffer2array.c' object='test_read_tags-buffer2array.obj' libtool=no @AMDEPBACKSLASH@
3617 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3618 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-buffer2array.obj `if test -f 'src/buffer2array.c'; then $(CYGPATH_W) 'src/buffer2array.c'; else $(CYGPATH_W) '$(srcdir)/src/buffer2array.c'; fi`
3619
3620 test_read_tags-utils.o: src/utils.c
3621-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-utils.o -MD -MP -MF "$(DEPDIR)/test_read_tags-utils.Tpo" -c -o test_read_tags-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c; \
3622-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-utils.Tpo" "$(DEPDIR)/test_read_tags-utils.Po"; else rm -f "$(DEPDIR)/test_read_tags-utils.Tpo"; exit 1; fi
3623+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-utils.o -MD -MP -MF $(DEPDIR)/test_read_tags-utils.Tpo -c -o test_read_tags-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3624+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-utils.Tpo $(DEPDIR)/test_read_tags-utils.Po
3625 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_tags-utils.o' libtool=no @AMDEPBACKSLASH@
3626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3627 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
3628
3629 test_read_tags-utils.obj: src/utils.c
3630-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-utils.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-utils.Tpo" -c -o test_read_tags-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`; \
3631-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-utils.Tpo" "$(DEPDIR)/test_read_tags-utils.Po"; else rm -f "$(DEPDIR)/test_read_tags-utils.Tpo"; exit 1; fi
3632+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-utils.obj -MD -MP -MF $(DEPDIR)/test_read_tags-utils.Tpo -c -o test_read_tags-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3633+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-utils.Tpo $(DEPDIR)/test_read_tags-utils.Po
3634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/utils.c' object='test_read_tags-utils.obj' libtool=no @AMDEPBACKSLASH@
3635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3636 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
3637
3638 test_read_tags-log.o: src/log.c
3639-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-log.o -MD -MP -MF "$(DEPDIR)/test_read_tags-log.Tpo" -c -o test_read_tags-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c; \
3640-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-log.Tpo" "$(DEPDIR)/test_read_tags-log.Po"; else rm -f "$(DEPDIR)/test_read_tags-log.Tpo"; exit 1; fi
3641+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-log.o -MD -MP -MF $(DEPDIR)/test_read_tags-log.Tpo -c -o test_read_tags-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
3642+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-log.Tpo $(DEPDIR)/test_read_tags-log.Po
3643 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='test_read_tags-log.o' libtool=no @AMDEPBACKSLASH@
3644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3645 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-log.o `test -f 'src/log.c' || echo '$(srcdir)/'`src/log.c
3646
3647 test_read_tags-log.obj: src/log.c
3648-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-log.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-log.Tpo" -c -o test_read_tags-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`; \
3649-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-log.Tpo" "$(DEPDIR)/test_read_tags-log.Po"; else rm -f "$(DEPDIR)/test_read_tags-log.Tpo"; exit 1; fi
3650+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-log.obj -MD -MP -MF $(DEPDIR)/test_read_tags-log.Tpo -c -o test_read_tags-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
3651+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-log.Tpo $(DEPDIR)/test_read_tags-log.Po
3652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/log.c' object='test_read_tags-log.obj' libtool=no @AMDEPBACKSLASH@
3653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3654 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-log.obj `if test -f 'src/log.c'; then $(CYGPATH_W) 'src/log.c'; else $(CYGPATH_W) '$(srcdir)/src/log.c'; fi`
3655
3656 test_read_tags-tag.o: src/tag.c
3657-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-tag.o -MD -MP -MF "$(DEPDIR)/test_read_tags-tag.Tpo" -c -o test_read_tags-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c; \
3658-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-tag.Tpo" "$(DEPDIR)/test_read_tags-tag.Po"; else rm -f "$(DEPDIR)/test_read_tags-tag.Tpo"; exit 1; fi
3659+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-tag.o -MD -MP -MF $(DEPDIR)/test_read_tags-tag.Tpo -c -o test_read_tags-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c
3660+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-tag.Tpo $(DEPDIR)/test_read_tags-tag.Po
3661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag.c' object='test_read_tags-tag.o' libtool=no @AMDEPBACKSLASH@
3662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3663 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-tag.o `test -f 'src/tag.c' || echo '$(srcdir)/'`src/tag.c
3664
3665 test_read_tags-tag.obj: src/tag.c
3666-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-tag.obj -MD -MP -MF "$(DEPDIR)/test_read_tags-tag.Tpo" -c -o test_read_tags-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`; \
3667-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test_read_tags-tag.Tpo" "$(DEPDIR)/test_read_tags-tag.Po"; else rm -f "$(DEPDIR)/test_read_tags-tag.Tpo"; exit 1; fi
3668+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-tag.obj -MD -MP -MF $(DEPDIR)/test_read_tags-tag.Tpo -c -o test_read_tags-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`
3669+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_read_tags-tag.Tpo $(DEPDIR)/test_read_tags-tag.Po
3670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/tag.c' object='test_read_tags-tag.obj' libtool=no @AMDEPBACKSLASH@
3671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3672 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_read_tags-tag.obj `if test -f 'src/tag.c'; then $(CYGPATH_W) 'src/tag.c'; else $(CYGPATH_W) '$(srcdir)/src/tag.c'; fi`
3673
3674 test_read_tags-tag_pool.o: src/tag_pool.c
3675-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_read_tags_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_read_tags-tag_pool.o -MD -MP -MF "$(DEPDIR)/test_read_tags-tag_pool.Tpo" -c -o test_read_tags-tag_pool.o `test -f 'sr

Subscribers

People subscribed via source and target branches

to all changes: