Update to v0.4.0
[profile/ivi/dLeyna.git] / dleyna-server / libdleyna / server / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19 VPATH = @srcdir@
20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 am__make_running_with_option = \
22   case $${target_option-} in \
23       ?) ;; \
24       *) echo "am__make_running_with_option: internal error: invalid" \
25               "target option '$${target_option-}' specified" >&2; \
26          exit 1;; \
27   esac; \
28   has_opt=no; \
29   sane_makeflags=$$MAKEFLAGS; \
30   if $(am__is_gnu_make); then \
31     sane_makeflags=$$MFLAGS; \
32   else \
33     case $$MAKEFLAGS in \
34       *\\[\ \   ]*) \
35         bs=\\; \
36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
38     esac; \
39   fi; \
40   skip_next=no; \
41   strip_trailopt () \
42   { \
43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44   }; \
45   for flg in $$sane_makeflags; do \
46     test $$skip_next = yes && { skip_next=no; continue; }; \
47     case $$flg in \
48       *=*|--*) continue;; \
49         -*I) strip_trailopt 'I'; skip_next=yes;; \
50       -*I?*) strip_trailopt 'I';; \
51         -*O) strip_trailopt 'O'; skip_next=yes;; \
52       -*O?*) strip_trailopt 'O';; \
53         -*l) strip_trailopt 'l'; skip_next=yes;; \
54       -*l?*) strip_trailopt 'l';; \
55       -[dEDm]) skip_next=yes;; \
56       -[JT]) skip_next=yes;; \
57     esac; \
58     case $$flg in \
59       *$$target_option*) has_opt=yes; break;; \
60     esac; \
61   done; \
62   test $$has_opt = yes
63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = @build@
82 host_triplet = @host@
83 subdir = libdleyna/server
84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(srcdir)/dleyna-server-1.0.pc.in \
86         $(srcdir)/dleyna-server-service.conf.in \
87         $(top_srcdir)/build-aux/depcomp $(libdleyna_serverinc_HEADERS)
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/compiler-flags.m4 \
90         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/log.m4 \
91         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93         $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES = dleyna-server-1.0.pc dleyna-server-service.conf
99 CONFIG_CLEAN_VPATH_FILES =
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \
102     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103     *) f=$$p;; \
104   esac;
105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106 am__install_max = 40
107 am__nobase_strip_setup = \
108   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109 am__nobase_strip = \
110   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111 am__nobase_list = $(am__nobase_strip_setup); \
112   for p in $$list; do echo "$$p $$p"; done | \
113   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115     if (++n[$$2] == $(am__install_max)) \
116       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117     END { for (dir in files) print dir, files[dir] }'
118 am__base_list = \
119   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121 am__uninstall_files_from_dir = { \
122   test -z "$$files" \
123     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125          $(am__cd) "$$dir" && rm -f $$files; }; \
126   }
127 am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkgconfigdir)" \
128         "$(DESTDIR)$(sysconfdir)" \
129         "$(DESTDIR)$(libdleyna_serverincdir)"
130 LTLIBRARIES = $(pkglib_LTLIBRARIES)
131 am__DEPENDENCIES_1 =
132 libdleyna_server_1_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
133         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
134         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
135         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
136         $(am__DEPENDENCIES_1)
137 am__objects_1 =
138 am_libdleyna_server_1_0_la_OBJECTS = $(am__objects_1) server.lo \
139         async.lo device.lo manager.lo path.lo props.lo search.lo \
140         sort.lo task.lo upnp.lo
141 libdleyna_server_1_0_la_OBJECTS =  \
142         $(am_libdleyna_server_1_0_la_OBJECTS)
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 = 
147 libdleyna_server_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
148         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
149         $(AM_CFLAGS) $(CFLAGS) $(libdleyna_server_1_0_la_LDFLAGS) \
150         $(LDFLAGS) -o $@
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo "  GEN     " $@;
158 am__v_GEN_1 = 
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 = 
163 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
165 am__depfiles_maybe = depfiles
166 am__mv = mv -f
167 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
171         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
172         $(AM_CFLAGS) $(CFLAGS)
173 AM_V_CC = $(am__v_CC_@AM_V@)
174 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
175 am__v_CC_0 = @echo "  CC      " $@;
176 am__v_CC_1 = 
177 CCLD = $(CC)
178 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180         $(AM_LDFLAGS) $(LDFLAGS) -o $@
181 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183 am__v_CCLD_0 = @echo "  CCLD    " $@;
184 am__v_CCLD_1 = 
185 SOURCES = $(libdleyna_server_1_0_la_SOURCES)
186 DIST_SOURCES = $(libdleyna_server_1_0_la_SOURCES)
187 am__can_run_installinfo = \
188   case $$AM_UPDATE_INFO_DIR in \
189     n|no|NO) false;; \
190     *) (install-info --version) >/dev/null 2>&1;; \
191   esac
192 DATA = $(pkgconfig_DATA) $(sysconf_DATA)
193 HEADERS = $(libdleyna_serverinc_HEADERS)
194 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195 # Read a list of newline-separated strings from the standard input,
196 # and print each of them once, without duplicates.  Input order is
197 # *not* preserved.
198 am__uniquify_input = $(AWK) '\
199   BEGIN { nonempty = 0; } \
200   { items[$$0] = 1; nonempty = 1; } \
201   END { if (nonempty) { for (i in items) print i; }; } \
202 '
203 # Make sure the list of sources is unique.  This is necessary because,
204 # e.g., the same source file might be shared among _SOURCES variables
205 # for different programs/libraries.
206 am__define_uniq_tagged_files = \
207   list='$(am__tagged_files)'; \
208   unique=`for i in $$list; do \
209     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210   done | $(am__uniquify_input)`
211 ETAGS = etags
212 CTAGS = ctags
213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214 ACLOCAL = @ACLOCAL@
215 AMTAR = @AMTAR@
216 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217 AR = @AR@
218 AUTOCONF = @AUTOCONF@
219 AUTOHEADER = @AUTOHEADER@
220 AUTOMAKE = @AUTOMAKE@
221 AWK = @AWK@
222 CC = @CC@
223 CCDEPMODE = @CCDEPMODE@
224 CFLAGS = @CFLAGS@
225 CPP = @CPP@
226 CPPFLAGS = @CPPFLAGS@
227 CYGPATH_W = @CYGPATH_W@
228 DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
229 DEFS = @DEFS@
230 DEPDIR = @DEPDIR@
231 DLEYNA_CORE_CFLAGS = @DLEYNA_CORE_CFLAGS@
232 DLEYNA_CORE_LIBS = @DLEYNA_CORE_LIBS@
233 DLEYNA_SERVER_INTERFACE_MANAGER = @DLEYNA_SERVER_INTERFACE_MANAGER@
234 DLEYNA_SERVER_INTERFACE_MEDIA_DEVICE = @DLEYNA_SERVER_INTERFACE_MEDIA_DEVICE@
235 DLEYNA_SERVER_NAME = @DLEYNA_SERVER_NAME@
236 DLLTOOL = @DLLTOOL@
237 DSYMUTIL = @DSYMUTIL@
238 DUMPBIN = @DUMPBIN@
239 ECHO_C = @ECHO_C@
240 ECHO_N = @ECHO_N@
241 ECHO_T = @ECHO_T@
242 EGREP = @EGREP@
243 EXEEXT = @EXEEXT@
244 FGREP = @FGREP@
245 GIO_CFLAGS = @GIO_CFLAGS@
246 GIO_LIBS = @GIO_LIBS@
247 GLIB_CFLAGS = @GLIB_CFLAGS@
248 GLIB_LIBS = @GLIB_LIBS@
249 GREP = @GREP@
250 GSSDP_CFLAGS = @GSSDP_CFLAGS@
251 GSSDP_LIBS = @GSSDP_LIBS@
252 GUPNPAV_CFLAGS = @GUPNPAV_CFLAGS@
253 GUPNPAV_LIBS = @GUPNPAV_LIBS@
254 GUPNPDLNA_CFLAGS = @GUPNPDLNA_CFLAGS@
255 GUPNPDLNA_LIBS = @GUPNPDLNA_LIBS@
256 GUPNP_CFLAGS = @GUPNP_CFLAGS@
257 GUPNP_LIBS = @GUPNP_LIBS@
258 INSTALL = @INSTALL@
259 INSTALL_DATA = @INSTALL_DATA@
260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
261 INSTALL_SCRIPT = @INSTALL_SCRIPT@
262 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263 LD = @LD@
264 LDFLAGS = @LDFLAGS@
265 LIBOBJS = @LIBOBJS@
266 LIBS = @LIBS@
267 LIBTOOL = @LIBTOOL@
268 LIPO = @LIPO@
269 LN_S = @LN_S@
270 LTLIBOBJS = @LTLIBOBJS@
271 MAINT = @MAINT@
272 MAKEINFO = @MAKEINFO@
273 MANIFEST_TOOL = @MANIFEST_TOOL@
274 MKDIR_P = @MKDIR_P@
275 NM = @NM@
276 NMEDIT = @NMEDIT@
277 OBJDUMP = @OBJDUMP@
278 OBJEXT = @OBJEXT@
279 OTOOL = @OTOOL@
280 OTOOL64 = @OTOOL64@
281 PACKAGE = @PACKAGE@
282 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283 PACKAGE_NAME = @PACKAGE_NAME@
284 PACKAGE_STRING = @PACKAGE_STRING@
285 PACKAGE_TARNAME = @PACKAGE_TARNAME@
286 PACKAGE_URL = @PACKAGE_URL@
287 PACKAGE_VERSION = @PACKAGE_VERSION@
288 PATH_SEPARATOR = @PATH_SEPARATOR@
289 PKG_CONFIG = @PKG_CONFIG@
290 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
291 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
292 RANLIB = @RANLIB@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 SOUP_CFLAGS = @SOUP_CFLAGS@
297 SOUP_LIBS = @SOUP_LIBS@
298 STRIP = @STRIP@
299 VERSION = @VERSION@
300 abs_builddir = @abs_builddir@
301 abs_srcdir = @abs_srcdir@
302 abs_top_builddir = @abs_top_builddir@
303 abs_top_srcdir = @abs_top_srcdir@
304 ac_ct_AR = @ac_ct_AR@
305 ac_ct_CC = @ac_ct_CC@
306 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
307 am__include = @am__include@
308 am__leading_dot = @am__leading_dot@
309 am__quote = @am__quote@
310 am__tar = @am__tar@
311 am__untar = @am__untar@
312 bindir = @bindir@
313 build = @build@
314 build_alias = @build_alias@
315 build_cpu = @build_cpu@
316 build_os = @build_os@
317 build_vendor = @build_vendor@
318 builddir = @builddir@
319 datadir = @datadir@
320 datarootdir = @datarootdir@
321 docdir = @docdir@
322 dvidir = @dvidir@
323 exec_prefix = @exec_prefix@
324 host = @host@
325 host_alias = @host_alias@
326 host_cpu = @host_cpu@
327 host_os = @host_os@
328 host_vendor = @host_vendor@
329 htmldir = @htmldir@
330 includedir = @includedir@
331 infodir = @infodir@
332 install_sh = @install_sh@
333 libdir = @libdir@
334 libexecdir = @libexecdir@
335 localedir = @localedir@
336 localstatedir = @localstatedir@
337 mandir = @mandir@
338 mkdir_p = @mkdir_p@
339 never_quit = @never_quit@
340 oldincludedir = @oldincludedir@
341 pdfdir = @pdfdir@
342 prefix = @prefix@
343 program_transform_name = @program_transform_name@
344 psdir = @psdir@
345 sbindir = @sbindir@
346 sharedstatedir = @sharedstatedir@
347 srcdir = @srcdir@
348 sysconfdir = @sysconfdir@
349 target_alias = @target_alias@
350 top_build_prefix = @top_build_prefix@
351 top_builddir = @top_builddir@
352 top_srcdir = @top_srcdir@
353 with_connector_name = @with_connector_name@
354 with_log_level = @with_log_level@
355 with_log_type = @with_log_type@
356 libdleyna_serverincdir = $(includedir)/dleyna-1.0/libdleyna/server
357 DLEYNA_SERVER_VERSION = 1:3:0
358 AM_CFLAGS = $(GLIB_CFLAGS)                              \
359                 $(GIO_CFLAGS)                           \
360                 $(DLEYNA_CORE_CFLAGS)                   \
361                 $(GSSDP_CFLAGS)                         \
362                 $(GUPNP_CFLAGS)                         \
363                 $(GUPNPAV_CFLAGS)                       \
364                 $(GUPNPDLNA_CFLAGS)                     \
365                 $(SOUP_CFLAGS)                          \
366                 -include config.h
367
368 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
369 pkglib_LTLIBRARIES = libdleyna-server-1.0.la
370 libdleyna_serverinc_HEADERS = control-point-server.h
371 libdleyna_server_1_0_la_LDFLAGS = -version-info $(DLEYNA_SERVER_VERSION) \
372                                         -no-undefined
373
374 libdleyna_server_1_0_la_SOURCES = $(libdleyna_serverinc_HEADERS)        \
375                                         server.c                \
376                                         async.c                         \
377                                         device.c                        \
378                                         manager.c                       \
379                                         path.c                          \
380                                         props.c                         \
381                                         search.c                        \
382                                         sort.c                          \
383                                         task.c                          \
384                                         upnp.c
385
386 libdleyna_server_1_0_la_LIBADD = $(GLIB_LIBS)           \
387                                         $(GIO_LIBS)             \
388                                         $(DLEYNA_CORE_LIBS)     \
389                                         $(GSSDP_LIBS)           \
390                                         $(GUPNP_LIBS)           \
391                                         $(GUPNPAV_LIBS)         \
392                                         $(GUPNPDLNA_LIBS)       \
393                                         $(SOUP_LIBS)
394
395 MAINTAINERCLEANFILES = Makefile.in              \
396                         aclocal.m4              \
397                         configure               \
398                         config.h.in             \
399                         config.h.in~            \
400                         build-aux/depcomp       \
401                         build-aux/compile       \
402                         build-aux/missing       \
403                         build-aux/install-sh
404
405 sysconf_DATA = dleyna-server-service.conf
406 pkgconfigdir = $(libdir)/pkgconfig
407 pkgconfig_DATA = dleyna-server-1.0.pc
408 EXTRA_DIST = $(sysconf_DATA)                    \
409                 async.h                         \
410                 client.h                        \
411                 device.h                        \
412                 interface.h                     \
413                 manager.h                       \
414                 path.h                          \
415                 props.h                         \
416                 search.h                        \
417                 server.h                        \
418                 sort.h                          \
419                 task.h                          \
420                 upnp.h
421
422 CLEANFILES = $(pkgconfig_DATA) dleyna-server-service.conf
423 DISTCLEANFILES = $(pkgconfig_DATA) dleyna-server-service.conf
424 all: all-am
425
426 .SUFFIXES:
427 .SUFFIXES: .c .lo .o .obj
428 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
429         @for dep in $?; do \
430           case '$(am__configure_deps)' in \
431             *$$dep*) \
432               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
433                 && { if test -f $@; then exit 0; else break; fi; }; \
434               exit 1;; \
435           esac; \
436         done; \
437         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libdleyna/server/Makefile'; \
438         $(am__cd) $(top_srcdir) && \
439           $(AUTOMAKE) --gnu libdleyna/server/Makefile
440 .PRECIOUS: Makefile
441 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
442         @case '$?' in \
443           *config.status*) \
444             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
445           *) \
446             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
448         esac;
449
450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452
453 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
454         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
456         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457 $(am__aclocal_m4_deps):
458 dleyna-server-1.0.pc: $(top_builddir)/config.status $(srcdir)/dleyna-server-1.0.pc.in
459         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
460 dleyna-server-service.conf: $(top_builddir)/config.status $(srcdir)/dleyna-server-service.conf.in
461         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
462
463 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
464         @$(NORMAL_INSTALL)
465         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
466         list2=; for p in $$list; do \
467           if test -f $$p; then \
468             list2="$$list2 $$p"; \
469           else :; fi; \
470         done; \
471         test -z "$$list2" || { \
472           echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
473           $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
474           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
475           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
476         }
477
478 uninstall-pkglibLTLIBRARIES:
479         @$(NORMAL_UNINSTALL)
480         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
481         for p in $$list; do \
482           $(am__strip_dir) \
483           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
484           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
485         done
486
487 clean-pkglibLTLIBRARIES:
488         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
489         @list='$(pkglib_LTLIBRARIES)'; \
490         locs=`for p in $$list; do echo $$p; done | \
491               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
492               sort -u`; \
493         test -z "$$locs" || { \
494           echo rm -f $${locs}; \
495           rm -f $${locs}; \
496         }
497
498 libdleyna-server-1.0.la: $(libdleyna_server_1_0_la_OBJECTS) $(libdleyna_server_1_0_la_DEPENDENCIES) $(EXTRA_libdleyna_server_1_0_la_DEPENDENCIES) 
499         $(AM_V_CCLD)$(libdleyna_server_1_0_la_LINK) -rpath $(pkglibdir) $(libdleyna_server_1_0_la_OBJECTS) $(libdleyna_server_1_0_la_LIBADD) $(LIBS)
500
501 mostlyclean-compile:
502         -rm -f *.$(OBJEXT)
503
504 distclean-compile:
505         -rm -f *.tab.c
506
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async.Plo@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Plo@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Plo@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/props.Plo@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Plo@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sort.Plo@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnp.Plo@am__quote@
517
518 .c.o:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
520 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
521 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
525
526 .c.obj:
527 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
528 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
529 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
533
534 .c.lo:
535 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
536 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
537 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
541
542 mostlyclean-libtool:
543         -rm -f *.lo
544
545 clean-libtool:
546         -rm -rf .libs _libs
547 install-pkgconfigDATA: $(pkgconfig_DATA)
548         @$(NORMAL_INSTALL)
549         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
550         if test -n "$$list"; then \
551           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
552           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
553         fi; \
554         for p in $$list; do \
555           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
556           echo "$$d$$p"; \
557         done | $(am__base_list) | \
558         while read files; do \
559           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
560           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
561         done
562
563 uninstall-pkgconfigDATA:
564         @$(NORMAL_UNINSTALL)
565         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
566         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
567         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
568 install-sysconfDATA: $(sysconf_DATA)
569         @$(NORMAL_INSTALL)
570         @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
571         if test -n "$$list"; then \
572           echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
573           $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
574         fi; \
575         for p in $$list; do \
576           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
577           echo "$$d$$p"; \
578         done | $(am__base_list) | \
579         while read files; do \
580           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
581           $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
582         done
583
584 uninstall-sysconfDATA:
585         @$(NORMAL_UNINSTALL)
586         @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
587         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
588         dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
589 install-libdleyna_serverincHEADERS: $(libdleyna_serverinc_HEADERS)
590         @$(NORMAL_INSTALL)
591         @list='$(libdleyna_serverinc_HEADERS)'; test -n "$(libdleyna_serverincdir)" || list=; \
592         if test -n "$$list"; then \
593           echo " $(MKDIR_P) '$(DESTDIR)$(libdleyna_serverincdir)'"; \
594           $(MKDIR_P) "$(DESTDIR)$(libdleyna_serverincdir)" || exit 1; \
595         fi; \
596         for p in $$list; do \
597           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
598           echo "$$d$$p"; \
599         done | $(am__base_list) | \
600         while read files; do \
601           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libdleyna_serverincdir)'"; \
602           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libdleyna_serverincdir)" || exit $$?; \
603         done
604
605 uninstall-libdleyna_serverincHEADERS:
606         @$(NORMAL_UNINSTALL)
607         @list='$(libdleyna_serverinc_HEADERS)'; test -n "$(libdleyna_serverincdir)" || list=; \
608         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
609         dir='$(DESTDIR)$(libdleyna_serverincdir)'; $(am__uninstall_files_from_dir)
610
611 ID: $(am__tagged_files)
612         $(am__define_uniq_tagged_files); mkid -fID $$unique
613 tags: tags-am
614 TAGS: tags
615
616 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617         set x; \
618         here=`pwd`; \
619         $(am__define_uniq_tagged_files); \
620         shift; \
621         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
622           test -n "$$unique" || unique=$$empty_fix; \
623           if test $$# -gt 0; then \
624             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
625               "$$@" $$unique; \
626           else \
627             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628               $$unique; \
629           fi; \
630         fi
631 ctags: ctags-am
632
633 CTAGS: ctags
634 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
635         $(am__define_uniq_tagged_files); \
636         test -z "$(CTAGS_ARGS)$$unique" \
637           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
638              $$unique
639
640 GTAGS:
641         here=`$(am__cd) $(top_builddir) && pwd` \
642           && $(am__cd) $(top_srcdir) \
643           && gtags -i $(GTAGS_ARGS) "$$here"
644 cscopelist: cscopelist-am
645
646 cscopelist-am: $(am__tagged_files)
647         list='$(am__tagged_files)'; \
648         case "$(srcdir)" in \
649           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
650           *) sdir=$(subdir)/$(srcdir) ;; \
651         esac; \
652         for i in $$list; do \
653           if test -f "$$i"; then \
654             echo "$(subdir)/$$i"; \
655           else \
656             echo "$$sdir/$$i"; \
657           fi; \
658         done >> $(top_builddir)/cscope.files
659
660 distclean-tags:
661         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662
663 distdir: $(DISTFILES)
664         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
665         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666         list='$(DISTFILES)'; \
667           dist_files=`for file in $$list; do echo $$file; done | \
668           sed -e "s|^$$srcdirstrip/||;t" \
669               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
670         case $$dist_files in \
671           */*) $(MKDIR_P) `echo "$$dist_files" | \
672                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
673                            sort -u` ;; \
674         esac; \
675         for file in $$dist_files; do \
676           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
677           if test -d $$d/$$file; then \
678             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
679             if test -d "$(distdir)/$$file"; then \
680               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681             fi; \
682             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
683               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
684               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
685             fi; \
686             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
687           else \
688             test -f "$(distdir)/$$file" \
689             || cp -p $$d/$$file "$(distdir)/$$file" \
690             || exit 1; \
691           fi; \
692         done
693 check-am: all-am
694 check: check-am
695 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
696 installdirs:
697         for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(libdleyna_serverincdir)"; do \
698           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
699         done
700 install: install-am
701 install-exec: install-exec-am
702 install-data: install-data-am
703 uninstall: uninstall-am
704
705 install-am: all-am
706         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708 installcheck: installcheck-am
709 install-strip:
710         if test -z '$(STRIP)'; then \
711           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713               install; \
714         else \
715           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
718         fi
719 mostlyclean-generic:
720
721 clean-generic:
722         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
723
724 distclean-generic:
725         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
727         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
728
729 maintainer-clean-generic:
730         @echo "This command is intended for maintainers to use"
731         @echo "it deletes files that may require special tools to rebuild."
732         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
733 clean: clean-am
734
735 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
736         mostlyclean-am
737
738 distclean: distclean-am
739         -rm -rf ./$(DEPDIR)
740         -rm -f Makefile
741 distclean-am: clean-am distclean-compile distclean-generic \
742         distclean-tags
743
744 dvi: dvi-am
745
746 dvi-am:
747
748 html: html-am
749
750 html-am:
751
752 info: info-am
753
754 info-am:
755
756 install-data-am: install-libdleyna_serverincHEADERS \
757         install-pkgconfigDATA
758
759 install-dvi: install-dvi-am
760
761 install-dvi-am:
762
763 install-exec-am: install-pkglibLTLIBRARIES install-sysconfDATA
764
765 install-html: install-html-am
766
767 install-html-am:
768
769 install-info: install-info-am
770
771 install-info-am:
772
773 install-man:
774
775 install-pdf: install-pdf-am
776
777 install-pdf-am:
778
779 install-ps: install-ps-am
780
781 install-ps-am:
782
783 installcheck-am:
784
785 maintainer-clean: maintainer-clean-am
786         -rm -rf ./$(DEPDIR)
787         -rm -f Makefile
788 maintainer-clean-am: distclean-am maintainer-clean-generic \
789         maintainer-clean-local
790
791 mostlyclean: mostlyclean-am
792
793 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
794         mostlyclean-libtool
795
796 pdf: pdf-am
797
798 pdf-am:
799
800 ps: ps-am
801
802 ps-am:
803
804 uninstall-am: uninstall-libdleyna_serverincHEADERS \
805         uninstall-pkgconfigDATA uninstall-pkglibLTLIBRARIES \
806         uninstall-sysconfDATA
807
808 .MAKE: install-am install-strip
809
810 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
811         clean-libtool clean-pkglibLTLIBRARIES cscopelist-am ctags \
812         ctags-am distclean distclean-compile distclean-generic \
813         distclean-libtool distclean-tags distdir dvi dvi-am html \
814         html-am info info-am install install-am install-data \
815         install-data-am install-dvi install-dvi-am install-exec \
816         install-exec-am install-html install-html-am install-info \
817         install-info-am install-libdleyna_serverincHEADERS install-man \
818         install-pdf install-pdf-am install-pkgconfigDATA \
819         install-pkglibLTLIBRARIES install-ps install-ps-am \
820         install-strip install-sysconfDATA installcheck installcheck-am \
821         installdirs maintainer-clean maintainer-clean-generic \
822         maintainer-clean-local mostlyclean mostlyclean-compile \
823         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
824         tags tags-am uninstall uninstall-am \
825         uninstall-libdleyna_serverincHEADERS uninstall-pkgconfigDATA \
826         uninstall-pkglibLTLIBRARIES uninstall-sysconfDATA
827
828
829 maintainer-clean-local:
830         rm -rf build-aux
831
832 # Tell versions [3.59,3.63) of GNU make to not export all variables.
833 # Otherwise a system limit (for SysV at least) may be exceeded.
834 .NOEXPORT: