diff --git a/Makefile.in b/Makefile.in index ee19b7ee..41ba0863 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -70,6 +70,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -151,10 +153,9 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ } am__installdirs = "$(DESTDIR)$(devdocsdir)" "$(DESTDIR)$(docsdir)" \ "$(DESTDIR)$(pkgconfigdir)" @@ -196,8 +197,8 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -rf "$(distdir)" \ + find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \ + ; rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) @@ -227,14 +228,16 @@ am__relativize = \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz -GZIP_ENV = --best +GZIP_ENV = -9 DIST_TARGETS = dist-gzip # Exists only to be overridden by the user if desired. AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' -distcleancheck_listfiles = find . -type f -print +distcleancheck_listfiles = \ + find . \( -type f -a \! \ + \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ @@ -306,8 +309,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -414,12 +419,12 @@ config.h: stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h + $(AM_V_at)rm -f stamp-h1 + $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ + $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + $(AM_V_at)rm -f stamp-h1 + $(AM_V_at)touch $@ distclean-hdr: -rm -f config.h stamp-h1 @@ -599,7 +604,7 @@ distdir: $(BUILT_SOURCES) distdir-am: $(DISTFILES) $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" + $(AM_V_at)$(MKDIR_P) "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -710,7 +715,7 @@ dist dist-all: distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -720,7 +725,7 @@ distcheck: dist *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ *.tar.zst*) \ @@ -823,8 +828,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -951,3 +956,10 @@ doxygen-objc/html/*: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/aclocal.m4 b/aclocal.m4 index 2c384c48..41d337a9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.16.4 -*- Autoconf -*- +# generated automatically by aclocal 1.17 -*- Autoconf -*- -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,13 +14,13 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, -[m4_warning([this file was generated for autoconf 2.71. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, +[m4_warning([this file was generated for autoconf 2.72. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# Copyright (C) 2002-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.16' +[am__api_version='1.17' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.16.4], [], +m4_if([$1], [1.17], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.16.4])dnl +[AM_AUTOMAKE_VERSION([1.17])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# Copyright (C) 1997-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,7 +273,7 @@ AC_CACHE_CHECK([dependency style of $depcc], # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: + # When given -MP, icc 7.0 and 7.1 complain thus: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported @@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -400,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -428,6 +428,10 @@ m4_defn([AC_PROG_CC]) # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -530,7 +534,7 @@ if test -z "$CSCOPE"; then fi AC_SUBST([CSCOPE]) -AC_REQUIRE([AM_SILENT_RULES])dnl +AC_REQUIRE([_AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. @@ -538,47 +542,9 @@ AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -# POSIX will say in a future version that running "rm -f" with no argument -# is OK; and we want to be able to make that assumption in our Makefile -# recipes. So use an aggressive probe to check that the usage we want is -# actually supported "in the wild" to an acceptable degree. -# See automake bug#10828. -# To make any issue more visible, cause the running configure to be aborted -# by default if the 'rm' program in use doesn't match our expectations; the -# user can still override this though. -if rm -f && rm -fr && rm -rf; then : OK; else - cat >&2 <<'END' -Oops! - -Your 'rm' program seems unable to run without file operands specified -on the command line, even when the '-f' option is present. This is contrary -to the behaviour of most rm programs out there, and not conforming with -the upcoming POSIX standard: - -Please tell bug-automake@gnu.org about your system, including the value -of your $PATH and any error possibly output before this message. This -can help us improve future automake versions. +AC_REQUIRE([_AM_PROG_RM_F]) +AC_REQUIRE([_AM_PROG_XARGS_N]) -END - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then - echo 'Configuration will proceed anyway, since you have set the' >&2 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 - echo >&2 - else - cat >&2 <<'END' -Aborting the configuration process, to ensure you take notice of the issue. - -You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . - -If you want to complete the configuration process using your problematic -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -to "yes", and re-run configure. - -END - AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) - fi -fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. @@ -611,7 +577,7 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -632,7 +598,7 @@ if test x"${install_sh+set}" != xset; then fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2021 Free Software Foundation, Inc. +# Copyright (C) 2003-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -653,7 +619,7 @@ AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -696,7 +662,7 @@ AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# Copyright (C) 1997-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -728,38 +694,9 @@ else fi ]) -# -*- Autoconf -*- -# Obsolete and "removed" macros, that must however still report explicit -# error messages when used, to smooth transition. -# -# Copyright (C) 1996-2021 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -AC_DEFUN([AM_CONFIG_HEADER], -[AC_DIAGNOSE([obsolete], -['$0': this macro is obsolete. -You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl -AC_CONFIG_HEADERS($@)]) - -AC_DEFUN([AM_PROG_CC_STDC], -[AC_PROG_CC -am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc -AC_DIAGNOSE([obsolete], -['$0': this macro is obsolete. -You should simply use the 'AC][_PROG_CC' macro instead. -Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', -but upon 'ac_cv_prog_cc_stdc'.])]) - -AC_DEFUN([AM_C_PROTOTYPES], - [AC_FATAL([automatic de-ANSI-fication support has been removed])]) -AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) - # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -788,7 +725,7 @@ AC_DEFUN([_AM_SET_OPTIONS], AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -835,7 +772,23 @@ AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_RM_F +# --------------- +# Check whether 'rm -f' without any arguments works. +# https://bugs.gnu.org/10828 +AC_DEFUN([_AM_PROG_RM_F], +[am__rm_f_notfound= +AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""']) +AC_SUBST(am__rm_f_notfound) +]) + +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -854,16 +807,169 @@ AC_DEFUN([AM_RUN_LOG], # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# _AM_SLEEP_FRACTIONAL_SECONDS +# ---------------------------- +AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl +AC_CACHE_CHECK([whether sleep supports fractional seconds], + am_cv_sleep_fractional_seconds, [dnl +AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes], + [am_cv_sleep_fractional_seconds=no]) +])]) + +# _AM_FILESYSTEM_TIMESTAMP_RESOLUTION +# ----------------------------------- +# Determine the filesystem's resolution for file modification +# timestamps. The coarsest we know of is FAT, with a resolution +# of only two seconds, even with the most recent "exFAT" extensions. +# The finest (e.g. ext4 with large inodes, XFS, ZFS) is one +# nanosecond, matching clock_gettime. However, it is probably not +# possible to delay execution of a shell script for less than one +# millisecond, due to process creation overhead and scheduling +# granularity, so we don't check for anything finer than that. (See below.) +AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl +AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) +AC_CACHE_CHECK([filesystem timestamp resolution], + am_cv_filesystem_timestamp_resolution, [dnl +# Default to the worst case. +am_cv_filesystem_timestamp_resolution=2 + +# Only try to go finer than 1 sec if sleep can do it. +# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, +# - 1 sec is not much of a win compared to 2 sec, and +# - it takes 2 seconds to perform the test whether 1 sec works. +# +# Instead, just use the default 2s on platforms that have 1s resolution, +# accept the extra 1s delay when using $sleep in the Automake tests, in +# exchange for not incurring the 2s delay for running the test for all +# packages. +# +am_try_resolutions= +if test "$am_cv_sleep_fractional_seconds" = yes; then + # Even a millisecond often causes a bunch of false positives, + # so just try a hundredth of a second. The time saved between .001 and + # .01 is not terribly consequential. + am_try_resolutions="0.01 0.1 $am_try_resolutions" +fi + +# In order to catch current-generation FAT out, we must *modify* files +# that already exist; the *creation* timestamp is finer. Use names +# that make ls -t sort them differently when they have equal +# timestamps than when they have distinct timestamps, keeping +# in mind that ls -t prints the *newest* file first. +rm -f conftest.ts? +: > conftest.ts1 +: > conftest.ts2 +: > conftest.ts3 + +# Make sure ls -t actually works. Do 'set' in a subshell so we don't +# clobber the current shell's arguments. (Outer-level square brackets +# are removed by m4; they're present so that m4 does not expand +# ; be careful, easy to get confused.) +if ( + set X `[ls -t conftest.ts[12]]` && + { + test "$[]*" != "X conftest.ts1 conftest.ts2" || + test "$[]*" != "X conftest.ts2 conftest.ts1"; + } +); then :; else + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + _AS_ECHO_UNQUOTED( + ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""], + [AS_MESSAGE_LOG_FD]) + AC_MSG_FAILURE([ls -t produces unexpected output. +Make sure there is not a broken ls alias in your environment.]) +fi + +for am_try_res in $am_try_resolutions; do + # Any one fine-grained sleep might happen to cross the boundary + # between two values of a coarser actual resolution, but if we do + # two fine-grained sleeps in a row, at least one of them will fall + # entirely within a coarse interval. + echo alpha > conftest.ts1 + sleep $am_try_res + echo beta > conftest.ts2 + sleep $am_try_res + echo gamma > conftest.ts3 + + # We assume that 'ls -t' will make use of high-resolution + # timestamps if the operating system supports them at all. + if (set X `ls -t conftest.ts?` && + test "$[]2" = conftest.ts3 && + test "$[]3" = conftest.ts2 && + test "$[]4" = conftest.ts1); then + # + # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, + # because we don't need to test make. + make_ok=true + if test $am_try_res != 1; then + # But if we've succeeded so far with a subsecond resolution, we + # have one more thing to check: make. It can happen that + # everything else supports the subsecond mtimes, but make doesn't; + # notably on macOS, which ships make 3.81 from 2006 (the last one + # released under GPLv2). https://bugs.gnu.org/68808 + # + # We test $MAKE if it is defined in the environment, else "make". + # It might get overridden later, but our hope is that in practice + # it does not matter: it is the system "make" which is (by far) + # the most likely to be broken, whereas if the user overrides it, + # probably they did so with a better, or at least not worse, make. + # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html + # + # Create a Makefile (real tab character here): + rm -f conftest.mk + echo 'conftest.ts1: conftest.ts2' >conftest.mk + echo ' touch conftest.ts2' >>conftest.mk + # + # Now, running + # touch conftest.ts1; touch conftest.ts2; make + # should touch ts1 because ts2 is newer. This could happen by luck, + # but most often, it will fail if make's support is insufficient. So + # test for several consecutive successes. + # + # (We reuse conftest.ts[12] because we still want to modify existing + # files, not create new ones, per above.) + n=0 + make=${MAKE-make} + until test $n -eq 3; do + echo one > conftest.ts1 + sleep $am_try_res + echo two > conftest.ts2 # ts2 should now be newer than ts1 + if $make -f conftest.mk | grep 'up to date' >/dev/null; then + make_ok=false + break # out of $n loop + fi + n=`expr $n + 1` + done + fi + # + if $make_ok; then + # Everything we know to check worked out, so call this resolution good. + am_cv_filesystem_timestamp_resolution=$am_try_res + break # out of $am_try_res loop + fi + # Otherwise, we'll go on to check the next resolution. + fi +done +rm -f conftest.ts? +# (end _am_filesystem_timestamp_resolution) +])]) + # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) +[AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) +# This check should not be cached, as it may vary across builds of +# different projects. +AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -882,49 +988,40 @@ esac # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). -if ( - am_has_slept=no - for am_try in 1 2; do - echo "timestamp, slept: $am_has_slept" > conftest.file - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken - alias in your environment]) - fi - if test "$[2]" = conftest.file || test $am_try -eq 2; then - break - fi - # Just in case. - sleep 1 - am_has_slept=yes - done - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! +am_build_env_is_sane=no +am_has_slept=no +rm -f conftest.file +for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[]*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + test "$[]2" = conftest.file + ); then + am_build_env_is_sane=yes + break + fi + # Just in case. + sleep "$am_cv_filesystem_timestamp_resolution" + am_has_slept=yes +done + +AC_MSG_RESULT([$am_build_env_is_sane]) +if test "$am_build_env_is_sane" = no; then + AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT([yes]) + # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= -if grep 'slept: no' conftest.file >/dev/null 2>&1; then - ( sleep 1 ) & +AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl + ( sleep "$am_cv_filesystem_timestamp_resolution" ) & am_sleep_pid=$! -fi +]) AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then @@ -935,18 +1032,18 @@ AC_CONFIG_COMMANDS_PRE( rm -f conftest.file ]) -# Copyright (C) 2009-2021 Free Software Foundation, Inc. +# Copyright (C) 2009-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# AM_SILENT_RULES([DEFAULT]) -# -------------------------- -# Enable less verbose build rules; with the default set to DEFAULT -# ("yes" being less verbose, "no" or empty being verbose). -AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], [dnl +# _AM_SILENT_RULES +# ---------------- +# Enable less verbose build rules support. +AC_DEFUN([_AM_SILENT_RULES], +[AM_DEFAULT_VERBOSITY=1 +AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) @@ -954,11 +1051,6 @@ AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) -case $enable_silent_rules in @%:@ ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; -esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. @@ -977,14 +1069,6 @@ am__doit: else am_cv_make_support_nested_variables=no fi]) -if test $am_cv_make_support_nested_variables = yes; then - dnl Using '$V' instead of '$(V)' breaks IRIX make. - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl @@ -993,9 +1077,33 @@ AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +dnl Delay evaluation of AM_DEFAULT_VERBOSITY to the end to allow multiple calls +dnl to AM_SILENT_RULES to change the default value. +AC_CONFIG_COMMANDS_PRE([dnl +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; +esac +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +])dnl ]) -# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Set the default verbosity level to DEFAULT ("yes" being less verbose, "no" or +# empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_REQUIRE([_AM_SILENT_RULES]) +AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) + +# Copyright (C) 2001-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1023,7 +1131,7 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2021 Free Software Foundation, Inc. +# Copyright (C) 2006-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1042,7 +1150,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2021 Free Software Foundation, Inc. +# Copyright (C) 2004-2024 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1088,15 +1196,19 @@ m4_if([$1], [v7], am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) - if test $am_uid -le $am_max_uid; then - AC_MSG_RESULT([yes]) + if test x$am_uid = xunknown; then + AC_MSG_WARN([ancient id detected; assuming current UID is ok, but dist-ustar might not work]) + elif test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) else - AC_MSG_RESULT([no]) - _am_tools=none + AC_MSG_RESULT([no]) + _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) - if test $am_gid -le $am_max_gid; then - AC_MSG_RESULT([yes]) + if test x$gm_gid = xunknown; then + AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work]) + elif test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none @@ -1173,3 +1285,23 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_XARGS_N +# ---------------- +# Check whether 'xargs -n' works. It should work everywhere, so the fallback +# is not optimized at all as we never expect to use it. +AC_DEFUN([_AM_PROG_XARGS_N], +[AC_CACHE_CHECK([xargs -n works], am_cv_xargs_n_works, [dnl +AS_IF([test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 +3"], [am_cv_xargs_n_works=yes], [am_cv_xargs_n_works=no])]) +AS_IF([test "$am_cv_xargs_n_works" = yes], [am__xargs_n='xargs -n'], [dnl + am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "$@" "$am__xargs_n_arg"; done; }' +])dnl +AC_SUBST(am__xargs_n) +]) + diff --git a/config.h.in b/config.h.in index 9c832f83..a19aa265 100644 --- a/config.h.in +++ b/config.h.in @@ -9,16 +9,16 @@ /* Define to 1 if you have the header file. */ #undef HAVE_EXPAT_H -/* Define to 1 if you have the `fopen' function. */ +/* Define to 1 if you have the 'fopen' function. */ #undef HAVE_FOPEN -/* Define to 1 if you have the `getifaddrs' function. */ +/* Define to 1 if you have the 'getifaddrs' function. */ #undef HAVE_GETIFADDRS -/* Define to 1 if you have the `gmtime_r' function. */ +/* Define to 1 if you have the 'gmtime_r' function. */ #undef HAVE_GMTIME_R -/* Define to 1 if you have the `iconv' function. */ +/* Define to 1 if you have the 'iconv' function. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ @@ -27,7 +27,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_IFADDRS_H -/* Define to 1 if you have the `inet_ntoa' function. */ +/* Define to 1 if you have the 'inet_ntoa' function. */ #undef HAVE_INET_NTOA /* Define to 1 if you have the header file. */ @@ -36,36 +36,36 @@ /* IP_PKTINFO */ #undef HAVE_IP_PKTINFO -/* Define to 1 if you have the `boost_unit_test_framework' library +/* Define to 1 if you have the 'boost_unit_test_framework' library (-lboost_unit_test_framework). */ #undef HAVE_LIBBOOST_UNIT_TEST_FRAMEWORK -/* Define to 1 if you have the `boost_unit_test_framework-mt' library +/* Define to 1 if you have the 'boost_unit_test_framework-mt' library (-lboost_unit_test_framework-mt). */ #undef HAVE_LIBBOOST_UNIT_TEST_FRAMEWORK_MT -/* Define to 1 if you have the `gcov' library (-lgcov). */ +/* Define to 1 if you have the 'gcov' library (-lgcov). */ #undef HAVE_LIBGCOV -/* Define to 1 if you have the `iconv' library (-liconv). */ +/* Define to 1 if you have the 'iconv' library (-liconv). */ #undef HAVE_LIBICONV -/* Define to 1 if you have the `pthread' library (-lpthread). */ +/* Define to 1 if you have the 'pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD -/* Define to 1 if you have the `uuid' library (-luuid). */ +/* Define to 1 if you have the 'uuid' library (-luuid). */ #undef HAVE_LIBUUID /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the `localtime_r' function. */ +/* Define to 1 if you have the 'localtime_r' function. */ #undef HAVE_LOCALTIME_R /* LONGLONG */ #undef HAVE_LONGLONG -/* Define to 1 if you have the `memset' function. */ +/* Define to 1 if you have the 'memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the header file. */ @@ -77,19 +77,19 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H -/* Define to 1 if you have the `realpath' function. */ +/* Define to 1 if you have the 'realpath' function. */ #undef HAVE_REALPATH /* SIOCGIFHWADDR */ #undef HAVE_SIOCGIFHWADDR -/* Define to 1 if you have the `snprintf' function. */ +/* Define to 1 if you have the 'snprintf' function. */ #undef HAVE_SNPRINTF /* SOCKADDR_DL */ #undef HAVE_SOCKADDR_DL -/* Define to 1 if you have the `socket' function. */ +/* Define to 1 if you have the 'socket' function. */ #undef HAVE_SOCKET /* SOCKLEN_T */ @@ -110,7 +110,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strdup' function. */ +/* Define to 1 if you have the 'strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the header file. */ @@ -137,13 +137,13 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the `uname' function. */ +/* Define to 1 if you have the 'uname' function. */ #undef HAVE_UNAME /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the `uuid_unparse_lower' function. */ +/* Define to 1 if you have the 'uuid_unparse_lower' function. */ #undef HAVE_UUID_UNPARSE_LOWER /* Define to 1 if you have the header file. */ @@ -179,21 +179,21 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if all of the C90 standard headers exist (not just the ones +/* Define to 1 if all of the C89 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for backward compatibility; new code need not use it. */ #undef STDC_HEADERS -/* Define to 1 if your declares `struct tm'. */ +/* Define to 1 if your declares 'struct tm'. */ #undef TM_IN_SYS_TIME /* Version number of package */ #undef VERSION -/* Define to empty if `const' does not conform to ANSI C. */ +/* Define to empty if 'const' does not conform to ANSI C. */ #undef const -/* Define to `__inline__' or `__inline' if that's what the C compiler +/* Define to '__inline__' or '__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline diff --git a/configure b/configure index ece6aeef..43327339 100755 --- a/configure +++ b/configure @@ -1,9 +1,9 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for mupnp 3.0.2. +# Generated by GNU Autoconf 2.72 for mupnp 3.0.2. # # -# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, # Inc. # # @@ -15,7 +15,6 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh @@ -24,12 +23,13 @@ then : # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST -else $as_nop - case `(set -o) 2>/dev/null` in #( +else case e in #( + e) case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; +esac ;; esac fi @@ -101,7 +101,7 @@ IFS=$as_save_IFS ;; esac -# We did not find ourselves, most probably we were run as `sh COMMAND' +# We did not find ourselves, most probably we were run as 'sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 @@ -131,15 +131,14 @@ case $- in # (((( esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail -# out after a failed `exec'. +# out after a failed 'exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="as_nop=: -if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 + as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: @@ -147,12 +146,13 @@ then : # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST -else \$as_nop - case \`(set -o) 2>/dev/null\` in #( +else case e in #( + e) case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; +esac ;; esac fi " @@ -170,8 +170,9 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : -else \$as_nop - exitcode=1; echo positional parameters were not saved. +else case e in #( + e) exitcode=1; echo positional parameters were not saved. ;; +esac fi test x\$exitcode = x0 || exit 1 blah=\$(echo \$(echo blah)) @@ -185,14 +186,15 @@ test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null then : as_have_required=yes -else $as_nop - as_have_required=no +else case e in #( + e) as_have_required=no ;; +esac fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null then : -else $as_nop - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +else case e in #( + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do @@ -225,12 +227,13 @@ IFS=$as_save_IFS if $as_found then : -else $as_nop - if { test -f "$SHELL" || test -f "$SHELL.exe"; } && +else case e in #( + e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } && as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$SHELL as_have_required=yes -fi +fi ;; +esac fi @@ -252,7 +255,7 @@ case $- in # (((( esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail -# out after a failed `exec'. +# out after a failed 'exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi @@ -271,7 +274,8 @@ $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 -fi +fi ;; +esac fi fi SHELL=${CONFIG_SHELL-/bin/sh} @@ -310,14 +314,6 @@ as_fn_exit () as_fn_set_status $1 exit $1 } # as_fn_exit -# as_fn_nop -# --------- -# Do nothing but, unlike ":", preserve the value of $?. -as_fn_nop () -{ - return $? -} -as_nop=as_fn_nop # as_fn_mkdir_p # ------------- @@ -386,11 +382,12 @@ then : { eval $1+=\$2 }' -else $as_nop - as_fn_append () +else case e in #( + e) as_fn_append () { eval $1=\$$1\$2 - } + } ;; +esac fi # as_fn_append # as_fn_arith ARG... @@ -404,21 +401,14 @@ then : { as_val=$(( $* )) }' -else $as_nop - as_fn_arith () +else case e in #( + e) as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` - } + } ;; +esac fi # as_fn_arith -# as_fn_nop -# --------- -# Do nothing but, unlike ":", preserve the value of $?. -as_fn_nop () -{ - return $? -} -as_nop=as_fn_nop # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- @@ -492,6 +482,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits /[$]LINENO/= ' <$as_myself | sed ' + t clear + :clear s/[$]LINENO.*/&-/ t lineno b @@ -540,7 +532,6 @@ esac as_echo='printf %s\n' as_echo_n='printf %s' - rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file @@ -552,9 +543,9 @@ if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. + # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. + # In both cases, we have to default to 'cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then @@ -579,10 +570,12 @@ as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" +as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" +as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated # Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" +as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" +as_tr_sh="eval sed '$as_sed_sh'" # deprecated test -n "$DJDIR" || exec 7<&0 /dev/null && - as_fn_error $? "invalid feature name: \`$ac_useropt'" + as_fn_error $? "invalid feature name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -925,7 +920,7 @@ do ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: \`$ac_useropt'" + as_fn_error $? "invalid feature name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1138,7 +1133,7 @@ do ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: \`$ac_useropt'" + as_fn_error $? "invalid package name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1154,7 +1149,7 @@ do ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: \`$ac_useropt'" + as_fn_error $? "invalid package name: '$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1184,8 +1179,8 @@ do | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) as_fn_error $? "unrecognized option: \`$ac_option' -Try \`$0 --help' for more information" + -*) as_fn_error $? "unrecognized option: '$ac_option' +Try '$0 --help' for more information" ;; *=*) @@ -1193,7 +1188,7 @@ Try \`$0 --help' for more information" # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + as_fn_error $? "invalid variable name: '$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; @@ -1243,7 +1238,7 @@ do as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done -# There might be people who depend on the old broken behavior: `$host' +# There might be people who depend on the old broken behavior: '$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias @@ -1311,7 +1306,7 @@ if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` @@ -1339,7 +1334,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures mupnp 3.0.2 to adapt to many kinds of systems. +'configure' configures mupnp 3.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1353,11 +1348,11 @@ Configuration: --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking ...' messages + -q, --quiet, --silent do not print 'checking ...' messages --cache-file=FILE cache test results in FILE [disabled] - -C, --config-cache alias for \`--cache-file=config.cache' + -C, --config-cache alias for '--cache-file=config.cache' -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] + --srcdir=DIR find the sources in DIR [configure dir or '..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX @@ -1365,10 +1360,10 @@ Installation directories: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] -By default, \`make install' will install all the files in -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -an installation prefix other than \`$ac_default_prefix' using \`--prefix', -for instance \`--prefix=\$HOME'. +By default, 'make install' will install all the files in +'$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify +an installation prefix other than '$ac_default_prefix' using '--prefix', +for instance '--prefix=\$HOME'. For better control, use the options below. @@ -1464,7 +1459,7 @@ Some influential environment variables: CXX C++ compiler command CXXFLAGS C++ compiler flags -Use these variables to override the choices made by `configure' or to help +Use these variables to override the choices made by 'configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. @@ -1532,9 +1527,9 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF mupnp configure 3.0.2 -generated by GNU Autoconf 2.71 +generated by GNU Autoconf 2.72 -Copyright (C) 2021 Free Software Foundation, Inc. +Copyright (C) 2023 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1573,11 +1568,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 } && test -s conftest.$ac_objext then : ac_retval=0 -else $as_nop - printf "%s\n" "$as_me: failed program was:" >&5 +else case e in #( + e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_retval=1 + ac_retval=1 ;; +esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval @@ -1612,11 +1608,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 } && test -s conftest.$ac_objext then : ac_retval=0 -else $as_nop - printf "%s\n" "$as_me: failed program was:" >&5 +else case e in #( + e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_retval=1 + ac_retval=1 ;; +esac fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval @@ -1635,8 +1632,8 @@ printf %s "checking for $2... " >&6; } if eval test \${$3+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> @@ -1644,10 +1641,12 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : eval "$3=yes" -else $as_nop - eval "$3=no" +else case e in #( + e) eval "$3=no" ;; +esac fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi eval ac_res=\$$3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 @@ -1687,11 +1686,12 @@ printf "%s\n" "$ac_try_echo"; } >&5 } then : ac_retval=0 -else $as_nop - printf "%s\n" "$as_me: failed program was:" >&5 +else case e in #( + e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_retval=1 + ac_retval=1 ;; +esac fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would @@ -1714,15 +1714,15 @@ printf %s "checking for $2... " >&6; } if eval test \${$3+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $2 (); below. */ + which can conflict with char $2 (void); below. */ #include #undef $2 @@ -1733,7 +1733,7 @@ else $as_nop #ifdef __cplusplus extern "C" #endif -char $2 (); +char $2 (void); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ @@ -1752,11 +1752,13 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : eval "$3=yes" -else $as_nop - eval "$3=no" +else case e in #( + e) eval "$3=no" ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ - conftest$ac_exeext conftest.$ac_ext + conftest$ac_exeext conftest.$ac_ext ;; +esac fi eval ac_res=\$$3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 @@ -1789,7 +1791,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by mupnp $as_me 3.0.2, which was -generated by GNU Autoconf 2.71. Invocation command line was +generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -2035,10 +2037,10 @@ esac printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ - || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5; } +See 'config.log' for more details" "$LINENO" 5; } fi done @@ -2074,9 +2076,7 @@ struct stat; /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ struct buf { int x; }; struct buf * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; +static char *e (char **p, int i) { return p[i]; } @@ -2090,6 +2090,21 @@ static char *f (char * (*g) (char **, int), char **p, ...) return s; } +/* C89 style stringification. */ +#define noexpand_stringify(a) #a +const char *stringified = noexpand_stringify(arbitrary+token=sequence); + +/* C89 style token pasting. Exercises some of the corner cases that + e.g. old MSVC gets wrong, but not very hard. */ +#define noexpand_concat(a,b) a##b +#define expand_concat(a,b) noexpand_concat(a,b) +extern int vA; +extern int vbee; +#define aye A +#define bee B +int *pvA = &expand_concat(v,aye); +int *pvbee = &noexpand_concat(v,bee); + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not \xHH hex character constants. These do not provoke an error unfortunately, instead are silently treated @@ -2117,16 +2132,19 @@ ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); # Test code for whether the C compiler supports C99 (global declarations) ac_c_conftest_c99_globals=' -// Does the compiler advertise C99 conformance? +/* Does the compiler advertise C99 conformance? */ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L # error "Compiler does not advertise C99 conformance" #endif +// See if C++-style comments work. + #include extern int puts (const char *); extern int printf (const char *, ...); extern int dprintf (int, const char *, ...); extern void *malloc (size_t); +extern void free (void *); // Check varargs macros. These examples are taken from C99 6.10.3.5. // dprintf is used instead of fprintf to avoid needing to declare @@ -2176,7 +2194,6 @@ typedef const char *ccp; static inline int test_restrict (ccp restrict text) { - // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) @@ -2242,6 +2259,8 @@ ac_c_conftest_c99_main=' ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; + // Work around memory leak warnings. + free (ia); // Check named initializers. struct named_init ni = { @@ -2263,7 +2282,7 @@ ac_c_conftest_c99_main=' # Test code for whether the C compiler supports C11 (global declarations) ac_c_conftest_c11_globals=' -// Does the compiler advertise C11 conformance? +/* Does the compiler advertise C11 conformance? */ #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L # error "Compiler does not advertise C11 conformance" #endif @@ -2671,8 +2690,9 @@ IFS=$as_save_IFS if $as_found then : -else $as_nop - as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +else case e in #( + e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;; +esac fi @@ -2700,12 +2720,12 @@ for ac_var in $ac_precious_vars; do eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 -printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) @@ -2714,18 +2734,18 @@ printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 -printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 -printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 -printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. @@ -2741,11 +2761,11 @@ printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} fi done if $ac_cache_corrupted; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} - as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## @@ -2760,7 +2780,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.16' +am__api_version='1.17' @@ -2784,8 +2804,8 @@ if test -z "$INSTALL"; then if test ${ac_cv_path_install+y} then : printf %s "(cached) " >&6 -else $as_nop - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +else case e in #( + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS @@ -2839,7 +2859,8 @@ esac IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir - + ;; +esac fi if test ${ac_cv_path_install+y}; then INSTALL=$ac_cv_path_install @@ -2862,6 +2883,165 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5 +printf %s "checking whether sleep supports fractional seconds... " >&6; } +if test ${am_cv_sleep_fractional_seconds+y} +then : + printf %s "(cached) " >&6 +else case e in #( + e) if sleep 0.001 2>/dev/null +then : + am_cv_sleep_fractional_seconds=yes +else case e in #( + e) am_cv_sleep_fractional_seconds=no ;; +esac +fi + ;; +esac +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 +printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 +printf %s "checking filesystem timestamp resolution... " >&6; } +if test ${am_cv_filesystem_timestamp_resolution+y} +then : + printf %s "(cached) " >&6 +else case e in #( + e) # Default to the worst case. +am_cv_filesystem_timestamp_resolution=2 + +# Only try to go finer than 1 sec if sleep can do it. +# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, +# - 1 sec is not much of a win compared to 2 sec, and +# - it takes 2 seconds to perform the test whether 1 sec works. +# +# Instead, just use the default 2s on platforms that have 1s resolution, +# accept the extra 1s delay when using $sleep in the Automake tests, in +# exchange for not incurring the 2s delay for running the test for all +# packages. +# +am_try_resolutions= +if test "$am_cv_sleep_fractional_seconds" = yes; then + # Even a millisecond often causes a bunch of false positives, + # so just try a hundredth of a second. The time saved between .001 and + # .01 is not terribly consequential. + am_try_resolutions="0.01 0.1 $am_try_resolutions" +fi + +# In order to catch current-generation FAT out, we must *modify* files +# that already exist; the *creation* timestamp is finer. Use names +# that make ls -t sort them differently when they have equal +# timestamps than when they have distinct timestamps, keeping +# in mind that ls -t prints the *newest* file first. +rm -f conftest.ts? +: > conftest.ts1 +: > conftest.ts2 +: > conftest.ts3 + +# Make sure ls -t actually works. Do 'set' in a subshell so we don't +# clobber the current shell's arguments. (Outer-level square brackets +# are removed by m4; they're present so that m4 does not expand +# ; be careful, easy to get confused.) +if ( + set X `ls -t conftest.ts[12]` && + { + test "$*" != "X conftest.ts1 conftest.ts2" || + test "$*" != "X conftest.ts2 conftest.ts1"; + } +); then :; else + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +as_fn_error $? "ls -t produces unexpected output. +Make sure there is not a broken ls alias in your environment. +See 'config.log' for more details" "$LINENO" 5; } +fi + +for am_try_res in $am_try_resolutions; do + # Any one fine-grained sleep might happen to cross the boundary + # between two values of a coarser actual resolution, but if we do + # two fine-grained sleeps in a row, at least one of them will fall + # entirely within a coarse interval. + echo alpha > conftest.ts1 + sleep $am_try_res + echo beta > conftest.ts2 + sleep $am_try_res + echo gamma > conftest.ts3 + + # We assume that 'ls -t' will make use of high-resolution + # timestamps if the operating system supports them at all. + if (set X `ls -t conftest.ts?` && + test "$2" = conftest.ts3 && + test "$3" = conftest.ts2 && + test "$4" = conftest.ts1); then + # + # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, + # because we don't need to test make. + make_ok=true + if test $am_try_res != 1; then + # But if we've succeeded so far with a subsecond resolution, we + # have one more thing to check: make. It can happen that + # everything else supports the subsecond mtimes, but make doesn't; + # notably on macOS, which ships make 3.81 from 2006 (the last one + # released under GPLv2). https://bugs.gnu.org/68808 + # + # We test $MAKE if it is defined in the environment, else "make". + # It might get overridden later, but our hope is that in practice + # it does not matter: it is the system "make" which is (by far) + # the most likely to be broken, whereas if the user overrides it, + # probably they did so with a better, or at least not worse, make. + # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html + # + # Create a Makefile (real tab character here): + rm -f conftest.mk + echo 'conftest.ts1: conftest.ts2' >conftest.mk + echo ' touch conftest.ts2' >>conftest.mk + # + # Now, running + # touch conftest.ts1; touch conftest.ts2; make + # should touch ts1 because ts2 is newer. This could happen by luck, + # but most often, it will fail if make's support is insufficient. So + # test for several consecutive successes. + # + # (We reuse conftest.ts[12] because we still want to modify existing + # files, not create new ones, per above.) + n=0 + make=${MAKE-make} + until test $n -eq 3; do + echo one > conftest.ts1 + sleep $am_try_res + echo two > conftest.ts2 # ts2 should now be newer than ts1 + if $make -f conftest.mk | grep 'up to date' >/dev/null; then + make_ok=false + break # out of $n loop + fi + n=`expr $n + 1` + done + fi + # + if $make_ok; then + # Everything we know to check worked out, so call this resolution good. + am_cv_filesystem_timestamp_resolution=$am_try_res + break # out of $am_try_res loop + fi + # Otherwise, we'll go on to check the next resolution. + fi +done +rm -f conftest.ts? +# (end _am_filesystem_timestamp_resolution) + ;; +esac +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 +printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } + +# This check should not be cached, as it may vary across builds of +# different projects. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 printf %s "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory @@ -2882,49 +3062,45 @@ esac # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). -if ( - am_has_slept=no - for am_try in 1 2; do - echo "timestamp, slept: $am_has_slept" > conftest.file - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken - alias in your environment" "$LINENO" 5 - fi - if test "$2" = conftest.file || test $am_try -eq 2; then - break - fi - # Just in case. - sleep 1 - am_has_slept=yes - done - test "$2" = conftest.file - ) -then - # Ok. - : -else - as_fn_error $? "newly created file is older than distributed files! +am_build_env_is_sane=no +am_has_slept=no +rm -f conftest.file +for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + test "$2" = conftest.file + ); then + am_build_env_is_sane=yes + break + fi + # Just in case. + sleep "$am_cv_filesystem_timestamp_resolution" + am_has_slept=yes +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 +printf "%s\n" "$am_build_env_is_sane" >&6; } +if test "$am_build_env_is_sane" = no; then + as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } + # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= -if grep 'slept: no' conftest.file >/dev/null 2>&1; then - ( sleep 1 ) & +if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1 +then : + +else case e in #( + e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) & am_sleep_pid=$! + ;; +esac fi rm -f conftest.file @@ -2935,7 +3111,7 @@ test "$program_prefix" != NONE && test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. -# By default was `s,x,x', remove it if useless. +# By default was 's,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` @@ -2978,8 +3154,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_STRIP+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$STRIP"; then +else case e in #( + e) if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3001,7 +3177,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then @@ -3023,8 +3200,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_STRIP+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_STRIP"; then +else case e in #( + e) if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3046,7 +3223,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then @@ -3082,8 +3260,8 @@ if test -z "$MKDIR_P"; then if test ${ac_cv_path_mkdir+y} then : printf %s "(cached) " >&6 -else $as_nop - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +else case e in #( + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS @@ -3097,7 +3275,7 @@ do as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir ('*'coreutils) '* | \ - 'BusyBox '* | \ + *'BusyBox '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext break 3;; @@ -3106,18 +3284,17 @@ do done done IFS=$as_save_IFS - + ;; +esac fi test -d ./--version && rmdir ./--version if test ${ac_cv_path_mkdir+y}; then MKDIR_P="$ac_cv_path_mkdir -p" else - # As a last resort, use the slow shell script. Don't cache a - # value for MKDIR_P within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - MKDIR_P="$ac_install_sh -d" + # As a last resort, use plain mkdir -p, + # in the hope it doesn't have the bugs of ancient mkdir. + MKDIR_P='mkdir -p' fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 @@ -3132,8 +3309,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AWK+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$AWK"; then +else case e in #( + e) if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3155,7 +3332,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then @@ -3177,8 +3355,8 @@ ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval test \${ac_cv_prog_make_${ac_make}_set+y} then : printf %s "(cached) " >&6 -else $as_nop - cat >conftest.make <<\_ACEOF +else case e in #( + e) cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' @@ -3190,7 +3368,8 @@ case `${MAKE-make} -f conftest.make 2>/dev/null` in *) eval ac_cv_prog_make_${ac_make}_set=no;; esac -rm -f conftest.make +rm -f conftest.make ;; +esac fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -3211,25 +3390,21 @@ else fi rmdir .tst 2>/dev/null +AM_DEFAULT_VERBOSITY=1 # Check whether --enable-silent-rules was given. if test ${enable_silent_rules+y} then : enableval=$enable_silent_rules; fi -case $enable_silent_rules in # ((( - yes) AM_DEFAULT_VERBOSITY=0;; - no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=1;; -esac am_make=${MAKE-make} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 printf %s "checking whether $am_make supports nested variables... " >&6; } if test ${am_cv_make_support_nested_variables+y} then : printf %s "(cached) " >&6 -else $as_nop - if printf "%s\n" 'TRUE=$(BAR$(V)) +else case e in #( + e) if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 @@ -3239,19 +3414,50 @@ am__doit: am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no -fi +fi ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } -if test $am_cv_make_support_nested_variables = yes; then - AM_V='$(V)' - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -else - AM_V=$AM_DEFAULT_VERBOSITY - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY -fi AM_BACKSLASH='\' +am__rm_f_notfound= +if (rm -f && rm -fr && rm -rf) 2>/dev/null +then : + +else case e in #( + e) am__rm_f_notfound='""' ;; +esac +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5 +printf %s "checking xargs -n works... " >&6; } +if test ${am_cv_xargs_n_works+y} +then : + printf %s "(cached) " >&6 +else case e in #( + e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 +3" +then : + am_cv_xargs_n_works=yes +else case e in #( + e) am_cv_xargs_n_works=no ;; +esac +fi ;; +esac +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5 +printf "%s\n" "$am_cv_xargs_n_works" >&6; } +if test "$am_cv_xargs_n_works" = yes +then : + am__xargs_n='xargs -n' +else case e in #( + e) am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }' + ;; +esac +fi + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -3335,47 +3541,9 @@ fi -# POSIX will say in a future version that running "rm -f" with no argument -# is OK; and we want to be able to make that assumption in our Makefile -# recipes. So use an aggressive probe to check that the usage we want is -# actually supported "in the wild" to an acceptable degree. -# See automake bug#10828. -# To make any issue more visible, cause the running configure to be aborted -# by default if the 'rm' program in use doesn't match our expectations; the -# user can still override this though. -if rm -f && rm -fr && rm -rf; then : OK; else - cat >&2 <<'END' -Oops! - -Your 'rm' program seems unable to run without file operands specified -on the command line, even when the '-f' option is present. This is contrary -to the behaviour of most rm programs out there, and not conforming with -the upcoming POSIX standard: - -Please tell bug-automake@gnu.org about your system, including the value -of your $PATH and any error possibly output before this message. This -can help us improve future automake versions. - -END - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then - echo 'Configuration will proceed anyway, since you have set the' >&2 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 - echo >&2 - else - cat >&2 <<'END' -Aborting the configuration process, to ensure you take notice of the issue. -You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . -If you want to complete the configuration process using your problematic -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -to "yes", and re-run configure. -END - as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 - fi -fi ############################## @@ -3420,8 +3588,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CC"; then +else case e in #( + e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3443,7 +3611,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then @@ -3465,8 +3634,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_CC"; then +else case e in #( + e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3488,7 +3657,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then @@ -3523,8 +3693,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CC"; then +else case e in #( + e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3546,7 +3716,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then @@ -3568,8 +3739,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CC"; then +else case e in #( + e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no @@ -3608,7 +3779,8 @@ if test $ac_prog_rejected = yes; then ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" fi fi -fi +fi ;; +esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then @@ -3632,8 +3804,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CC"; then +else case e in #( + e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3655,7 +3827,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then @@ -3681,8 +3854,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_CC"; then +else case e in #( + e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3704,7 +3877,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then @@ -3742,8 +3916,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CC"; then +else case e in #( + e) if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3765,7 +3939,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi CC=$ac_cv_prog_CC if test -n "$CC"; then @@ -3787,8 +3962,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_CC"; then +else case e in #( + e) if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3810,7 +3985,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then @@ -3839,10 +4015,10 @@ fi fi -test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5; } +See 'config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -3914,8 +4090,8 @@ printf "%s\n" "$ac_try_echo"; } >&5 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' + # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. +# So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. @@ -3935,7 +4111,7 @@ do ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not - # safe: cross compilers may not add the suffix if given an `-o' + # safe: cross compilers may not add the suffix if given an '-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. @@ -3946,8 +4122,9 @@ do done test "$ac_cv_exeext" = no && ac_cv_exeext= -else $as_nop - ac_file='' +else case e in #( + e) ac_file='' ;; +esac fi if test -z "$ac_file" then : @@ -3956,13 +4133,14 @@ printf "%s\n" "no" >&6; } printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } +See 'config.log' for more details" "$LINENO" 5; } +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 printf %s "checking for C compiler default output file name... " >&6; } @@ -3986,10 +4164,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then : - # If both `conftest.exe' and `conftest' are `present' (well, observable) -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -# work properly (i.e., refer to `conftest.exe'), while it won't with -# `rm'. + # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) +# catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will +# work properly (i.e., refer to 'conftest.exe'), while it won't with +# 'rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in @@ -3999,11 +4177,12 @@ for ac_file in conftest.exe conftest conftest.*; do * ) break;; esac done -else $as_nop - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +else case e in #( + e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5; } +See 'config.log' for more details" "$LINENO" 5; } ;; +esac fi rm -f conftest conftest$ac_cv_exeext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -4019,6 +4198,8 @@ int main (void) { FILE *f = fopen ("conftest.out", "w"); + if (!f) + return 1; return ferror (f) || fclose (f) != 0; ; @@ -4058,26 +4239,27 @@ printf "%s\n" "$ac_try_echo"; } >&5 if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error 77 "cannot run C compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5; } +If you meant to cross compile, use '--host'. +See 'config.log' for more details" "$LINENO" 5; } fi fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +rm -f conftest.$ac_ext conftest$ac_cv_exeext \ + conftest.o conftest.obj conftest.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 printf %s "checking for suffix of object files... " >&6; } if test ${ac_cv_objext+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -4109,16 +4291,18 @@ then : break;; esac done -else $as_nop - printf "%s\n" "$as_me: failed program was:" >&5 +else case e in #( + e) printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5; } +See 'config.log' for more details" "$LINENO" 5; } ;; +esac fi -rm -f conftest.$ac_cv_objext conftest.$ac_ext +rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 printf "%s\n" "$ac_cv_objext" >&6; } @@ -4129,8 +4313,8 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } if test ${ac_cv_c_compiler_gnu+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -4147,12 +4331,14 @@ _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes -else $as_nop - ac_compiler_gnu=no +else case e in #( + e) ac_compiler_gnu=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } @@ -4170,8 +4356,8 @@ printf %s "checking whether $CC accepts -g... " >&6; } if test ${ac_cv_prog_cc_g+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_save_c_werror_flag=$ac_c_werror_flag +else case e in #( + e) ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" @@ -4189,8 +4375,8 @@ _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes -else $as_nop - CFLAGS="" +else case e in #( + e) CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4205,8 +4391,8 @@ _ACEOF if ac_fn_c_try_compile "$LINENO" then : -else $as_nop - ac_c_werror_flag=$ac_save_c_werror_flag +else case e in #( + e) ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4223,12 +4409,15 @@ if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag + ac_c_werror_flag=$ac_save_c_werror_flag ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 printf "%s\n" "$ac_cv_prog_cc_g" >&6; } @@ -4255,8 +4444,8 @@ printf %s "checking for $CC option to enable C11 features... " >&6; } if test ${ac_cv_prog_cc_c11+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_prog_cc_c11=no +else case e in #( + e) ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4273,25 +4462,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c11" != "xno" && break done rm -f conftest.$ac_ext -CC=$ac_save_CC +CC=$ac_save_CC ;; +esac fi if test "x$ac_cv_prog_cc_c11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } -else $as_nop - if test "x$ac_cv_prog_cc_c11" = x +else case e in #( + e) if test "x$ac_cv_prog_cc_c11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } - CC="$CC $ac_cv_prog_cc_c11" + CC="$CC $ac_cv_prog_cc_c11" ;; +esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 - ac_prog_cc_stdc=c11 + ac_prog_cc_stdc=c11 ;; +esac fi fi if test x$ac_prog_cc_stdc = xno @@ -4301,8 +4493,8 @@ printf %s "checking for $CC option to enable C99 features... " >&6; } if test ${ac_cv_prog_cc_c99+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_prog_cc_c99=no +else case e in #( + e) ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4319,25 +4511,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext -CC=$ac_save_CC +CC=$ac_save_CC ;; +esac fi if test "x$ac_cv_prog_cc_c99" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } -else $as_nop - if test "x$ac_cv_prog_cc_c99" = x +else case e in #( + e) if test "x$ac_cv_prog_cc_c99" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } - CC="$CC $ac_cv_prog_cc_c99" + CC="$CC $ac_cv_prog_cc_c99" ;; +esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 - ac_prog_cc_stdc=c99 + ac_prog_cc_stdc=c99 ;; +esac fi fi if test x$ac_prog_cc_stdc = xno @@ -4347,8 +4542,8 @@ printf %s "checking for $CC option to enable C89 features... " >&6; } if test ${ac_cv_prog_cc_c89+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_prog_cc_c89=no +else case e in #( + e) ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4365,25 +4560,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext -CC=$ac_save_CC +CC=$ac_save_CC ;; +esac fi if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } -else $as_nop - if test "x$ac_cv_prog_cc_c89" = x +else case e in #( + e) if test "x$ac_cv_prog_cc_c89" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } - CC="$CC $ac_cv_prog_cc_c89" + CC="$CC $ac_cv_prog_cc_c89" ;; +esac fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 - ac_prog_cc_stdc=c89 + ac_prog_cc_stdc=c89 ;; +esac fi fi @@ -4404,8 +4602,8 @@ printf %s "checking whether $CC understands -c and -o together... " >&6; } if test ${am_cv_prog_cc_c_o+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -4435,7 +4633,8 @@ _ACEOF fi done rm -f core conftest* - unset am_i + unset am_i ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } @@ -4525,8 +4724,8 @@ printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CC_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then +else case e in #( + e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up @@ -4613,7 +4812,7 @@ else $as_nop # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: + # When given -MP, icc 7.0 and 7.1 complain thus: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported @@ -4630,7 +4829,8 @@ else $as_nop else am_cv_CC_dependencies_compiler_type=none fi - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } @@ -4657,8 +4857,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AWK+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$AWK"; then +else case e in #( + e) if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4680,7 +4880,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then @@ -4704,8 +4905,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_RANLIB+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$RANLIB"; then +else case e in #( + e) if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4727,7 +4928,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then @@ -4749,8 +4951,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_RANLIB+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_RANLIB"; then +else case e in #( + e) if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4772,7 +4974,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then @@ -4835,8 +5038,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CXX+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$CXX"; then +else case e in #( + e) if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4858,7 +5061,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then @@ -4884,8 +5088,8 @@ printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CXX+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_CXX"; then +else case e in #( + e) if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4907,7 +5111,8 @@ done done IFS=$as_save_IFS -fi +fi ;; +esac fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then @@ -4967,8 +5172,8 @@ printf %s "checking whether the compiler supports GNU C++... " >&6; } if test ${ac_cv_cxx_compiler_gnu+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -4985,12 +5190,14 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_compiler_gnu=yes -else $as_nop - ac_compiler_gnu=no +else case e in #( + e) ac_compiler_gnu=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; } @@ -5008,8 +5215,8 @@ printf %s "checking whether $CXX accepts -g... " >&6; } if test ${ac_cv_prog_cxx_g+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_save_cxx_werror_flag=$ac_cxx_werror_flag +else case e in #( + e) ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" @@ -5027,8 +5234,8 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes -else $as_nop - CXXFLAGS="" +else case e in #( + e) CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5043,8 +5250,8 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : -else $as_nop - ac_cxx_werror_flag=$ac_save_cxx_werror_flag +else case e in #( + e) ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5061,12 +5268,15 @@ if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext - ac_cxx_werror_flag=$ac_save_cxx_werror_flag + ac_cxx_werror_flag=$ac_save_cxx_werror_flag ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; } @@ -5093,8 +5303,8 @@ printf %s "checking for $CXX option to enable C++11 features... " >&6; } if test ${ac_cv_prog_cxx_cxx11+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_prog_cxx_cxx11=no +else case e in #( + e) ac_cv_prog_cxx_cxx11=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5111,25 +5321,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cxx_cxx11" != "xno" && break done rm -f conftest.$ac_ext -CXX=$ac_save_CXX +CXX=$ac_save_CXX ;; +esac fi if test "x$ac_cv_prog_cxx_cxx11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } -else $as_nop - if test "x$ac_cv_prog_cxx_cxx11" = x +else case e in #( + e) if test "x$ac_cv_prog_cxx_cxx11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; } - CXX="$CXX $ac_cv_prog_cxx_cxx11" + CXX="$CXX $ac_cv_prog_cxx_cxx11" ;; +esac fi ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11 - ac_prog_cxx_stdcxx=cxx11 + ac_prog_cxx_stdcxx=cxx11 ;; +esac fi fi if test x$ac_prog_cxx_stdcxx = xno @@ -5139,8 +5352,8 @@ printf %s "checking for $CXX option to enable C++98 features... " >&6; } if test ${ac_cv_prog_cxx_cxx98+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_prog_cxx_cxx98=no +else case e in #( + e) ac_cv_prog_cxx_cxx98=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5157,25 +5370,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cxx_cxx98" != "xno" && break done rm -f conftest.$ac_ext -CXX=$ac_save_CXX +CXX=$ac_save_CXX ;; +esac fi if test "x$ac_cv_prog_cxx_cxx98" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } -else $as_nop - if test "x$ac_cv_prog_cxx_cxx98" = x +else case e in #( + e) if test "x$ac_cv_prog_cxx_cxx98" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; } - CXX="$CXX $ac_cv_prog_cxx_cxx98" + CXX="$CXX $ac_cv_prog_cxx_cxx98" ;; +esac fi ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98 - ac_prog_cxx_stdcxx=cxx98 + ac_prog_cxx_stdcxx=cxx98 ;; +esac fi fi @@ -5192,8 +5408,8 @@ printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CXX_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then +else case e in #( + e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up @@ -5280,7 +5496,7 @@ else $as_nop # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: + # When given -MP, icc 7.0 and 7.1 complain thus: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported @@ -5297,7 +5513,8 @@ else $as_nop else am_cv_CXX_dependencies_compiler_type=none fi - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 printf "%s\n" "$am_cv_CXX_dependencies_compiler_type" >&6; } @@ -5385,10 +5602,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_LONGLONG 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -5401,8 +5619,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext if test ${with_libtool+y} then : withval=$with_libtool; -else $as_nop - with_libtool=yes +else case e in #( + e) with_libtool=yes ;; +esac fi if test $with_libtool = yes; then @@ -5422,8 +5641,9 @@ fi if test ${with_timings+y} then : withval=$with_timings; -else $as_nop - with_timings=no +else case e in #( + e) with_timings=no ;; +esac fi if test $with_timings = yes ; then @@ -5440,8 +5660,8 @@ printf %s "checking for grep that handles long lines and -e... " >&6; } if test ${ac_cv_path_GREP+y} then : printf %s "(cached) " >&6 -else $as_nop - if test -z "$GREP"; then +else case e in #( + e) if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -5460,9 +5680,10 @@ do as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP -case `"$ac_path_GREP" --version 2>&1` in +case `"$ac_path_GREP" --version 2>&1` in #( *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +#( *) ac_count=0 printf %s 0123456789 >"conftest.in" @@ -5497,7 +5718,8 @@ IFS=$as_save_IFS else ac_cv_path_GREP=$GREP fi - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 printf "%s\n" "$ac_cv_path_GREP" >&6; } @@ -5509,8 +5731,8 @@ printf %s "checking for egrep... " >&6; } if test ${ac_cv_path_EGREP+y} then : printf %s "(cached) " >&6 -else $as_nop - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 +else case e in #( + e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then @@ -5532,9 +5754,10 @@ do as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP -case `"$ac_path_EGREP" --version 2>&1` in +case `"$ac_path_EGREP" --version 2>&1` in #( *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +#( *) ac_count=0 printf %s 0123456789 >"conftest.in" @@ -5570,12 +5793,15 @@ else ac_cv_path_EGREP=$EGREP fi - fi + fi ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 printf "%s\n" "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" + EGREP_TRADITIONAL=$EGREP + ac_cv_path_EGREP_TRADITIONAL=$EGREP ac_fn_cxx_check_header_compile "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" @@ -5660,11 +5886,12 @@ then : USE_LIBXML2=yes fi -else $as_nop - +else case e in #( + e) USE_LIBXML2=no - + ;; +esac fi @@ -5674,8 +5901,8 @@ printf %s "checking for xmlSAXUserParseMemory in -lxml2... " >&6; } if test ${ac_cv_lib_xml2_xmlSAXUserParseMemory+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lxml2 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5694,12 +5921,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_xml2_xmlSAXUserParseMemory=yes -else $as_nop - ac_cv_lib_xml2_xmlSAXUserParseMemory=no +else case e in #( + e) ac_cv_lib_xml2_xmlSAXUserParseMemory=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSAXUserParseMemory" >&5 printf "%s\n" "$ac_cv_lib_xml2_xmlSAXUserParseMemory" >&6; } @@ -5716,10 +5945,11 @@ printf "%s\n" "#define MUPNP_XMLPARSER_LIBXML2 1" >>confdefs.h XML_LIBS=`pkg-config libxml-2.0 --libs` -else $as_nop - +else case e in #( + e) as_fn_error $? "mUPnP needs libxml2-devel >= $LIBXML2_VERSION" "$LINENO" 5 - + ;; +esac fi fi @@ -5748,8 +5978,8 @@ printf %s "checking for main in -lexpat... " >&6; } if test ${ac_cv_lib_expat_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lexpat $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5768,12 +5998,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_expat_main=yes -else $as_nop - ac_cv_lib_expat_main=no +else case e in #( + e) ac_cv_lib_expat_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_main" >&5 printf "%s\n" "$ac_cv_lib_expat_main" >&6; } @@ -5786,10 +6018,11 @@ printf "%s\n" "#define MUPNP_XMLPARSER_EXPAT 1" >>confdefs.h XML_LIBS="-lexpat" -else $as_nop - +else case e in #( + e) as_fn_error $? "mUPnP needs Expat >= $EXPAT_VERSION" "$LINENO" 5 - + ;; +esac fi fi @@ -5808,11 +6041,12 @@ then : USE_COMPILER_WARNINGS=yes fi -else $as_nop - +else case e in #( + e) USE_COMPILER_WARNINGS=yes - + ;; +esac fi @@ -5834,11 +6068,12 @@ then : USE_CLOG_DEBUG=yes; fi -else $as_nop - +else case e in #( + e) USE_CLOG_DEBUG=no; - + ;; +esac fi @@ -5852,11 +6087,12 @@ then : USE_CLOG_DEBUG_STACK=yes; fi -else $as_nop - +else case e in #( + e) USE_CLOG_DEBUG_STACK=no; - + ;; +esac fi @@ -5870,11 +6106,12 @@ then : USE_CLOG_DEBUG_APPLICATION=yes; fi -else $as_nop - +else case e in #( + e) USE_CLOG_DEBUG_APPLICATION=no; - + ;; +esac fi @@ -5904,11 +6141,12 @@ then : USE_COVERAGE=yes; fi -else $as_nop - +else case e in #( + e) USE_COVERAGE=no; - + ;; +esac fi @@ -5926,8 +6164,9 @@ fi if test ${with_thread_lock_trace+y} then : withval=$with_thread_lock_trace; -else $as_nop - with_cp_lock_trace=no +else case e in #( + e) with_cp_lock_trace=no ;; +esac fi if test "$with_thread_lock_trace" = yes; then @@ -5946,11 +6185,12 @@ then : CFLAGS="$CFLAGS -DMUPNP_HTTP_USE_PERSISTENT_CONNECTIONS" fi -else $as_nop - +else case e in #( + e) CFLAGS="$CFLAGS -DMUPNP_HTTP_USE_PERSISTENT_CONNECTIONS" - + ;; +esac fi @@ -6024,11 +6264,12 @@ then : USE_LIBCURL=yes fi -else $as_nop - +else case e in #( + e) USE_LIBCURL=no - + ;; +esac fi @@ -6038,8 +6279,8 @@ printf %s "checking for curl_easy_perform in -lcurl... " >&6; } if test ${ac_cv_lib_curl_curl_easy_perform+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lcurl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6058,12 +6299,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_curl_curl_easy_perform=yes -else $as_nop - ac_cv_lib_curl_curl_easy_perform=no +else case e in #( + e) ac_cv_lib_curl_curl_easy_perform=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_curl_easy_perform" >&5 printf "%s\n" "$ac_cv_lib_curl_curl_easy_perform" >&6; } @@ -6080,10 +6323,11 @@ printf "%s\n" "#define MUPNP_HTTP_CURL 1" >>confdefs.h HTTP_LIBS=`curl-config --libs` -else $as_nop - +else case e in #( + e) as_fn_error $? "mUPnP needs libcurl3-dev >= $LIBCURL_VERSION" "$LINENO" 5 - + ;; +esac fi fi @@ -6111,8 +6355,8 @@ printf %s "checking for main in -liconv... " >&6; } if test ${ac_cv_lib_iconv_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6131,12 +6375,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_iconv_main=yes -else $as_nop - ac_cv_lib_iconv_main=no +else case e in #( + e) ac_cv_lib_iconv_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_main" >&5 printf "%s\n" "$ac_cv_lib_iconv_main" >&6; } @@ -6160,8 +6406,9 @@ if test "x$ac_cv_header_pthread_h" = xyes then : printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h -else $as_nop - as_fn_error $? "mUPnP needs POSIX thread library" "$LINENO" 5 +else case e in #( + e) as_fn_error $? "mUPnP needs POSIX thread library" "$LINENO" 5 ;; +esac fi done @@ -6170,8 +6417,8 @@ printf %s "checking for main in -lpthread... " >&6; } if test ${ac_cv_lib_pthread_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6190,12 +6437,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_pthread_main=yes -else $as_nop - ac_cv_lib_pthread_main=no +else case e in #( + e) ac_cv_lib_pthread_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5 printf "%s\n" "$ac_cv_lib_pthread_main" >&6; } @@ -6217,8 +6466,8 @@ printf %s "checking for main in -luuid... " >&6; } if test ${ac_cv_lib_uuid_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-luuid $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6237,12 +6486,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_uuid_main=yes -else $as_nop - ac_cv_lib_uuid_main=no +else case e in #( + e) ac_cv_lib_uuid_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_main" >&5 printf "%s\n" "$ac_cv_lib_uuid_main" >&6; } @@ -6272,8 +6523,8 @@ printf %s "checking for an ANSI C-conforming const... " >&6; } if test ${ac_cv_c_const+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -6337,10 +6588,12 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_c_const=yes -else $as_nop - ac_cv_c_const=no +else case e in #( + e) ac_cv_c_const=no ;; +esac fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 printf "%s\n" "$ac_cv_c_const" >&6; } @@ -6355,8 +6608,8 @@ printf %s "checking for inline... " >&6; } if test ${ac_cv_c_inline+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_cv_c_inline=no +else case e in #( + e) ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6374,7 +6627,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext test "$ac_cv_c_inline" != no && break done - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 printf "%s\n" "$ac_cv_c_inline" >&6; } @@ -6399,8 +6653,8 @@ printf %s "checking whether struct tm is in sys/time.h or time.h... " >&6; } if test ${ac_cv_struct_tm+y} then : printf %s "(cached) " >&6 -else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +else case e in #( + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include @@ -6418,10 +6672,12 @@ _ACEOF if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_struct_tm=time.h -else $as_nop - ac_cv_struct_tm=sys/time.h +else case e in #( + e) ac_cv_struct_tm=sys/time.h ;; +esac fi -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 printf "%s\n" "$ac_cv_struct_tm" >&6; } @@ -6490,10 +6746,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_SOCKLEN_T 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -6535,10 +6792,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_SIOCGIFHWADDR 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -6577,10 +6835,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_SOCKADDR_DL 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -6613,10 +6872,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_IP_PKTINFO 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -6649,10 +6909,11 @@ printf "%s\n" "yes" >&6; } printf "%s\n" "#define HAVE_SO_NOSIGPIPE 1" >>confdefs.h -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - + ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -6746,11 +7007,12 @@ then : USE_MUDFLAP_DEBUG=yes; fi -else $as_nop - +else case e in #( + e) USE_MUDFLAP_DEBUG=no; - + ;; +esac fi @@ -6773,8 +7035,8 @@ printf %s "checking for library containing gethostbyname... " >&6; } if test ${ac_cv_search_gethostbyname+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_func_search_save_LIBS=$LIBS +else case e in #( + e) ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6811,11 +7073,13 @@ done if test ${ac_cv_search_gethostbyname+y} then : -else $as_nop - ac_cv_search_gethostbyname=no +else case e in #( + e) ac_cv_search_gethostbyname=no ;; +esac fi rm conftest.$ac_ext -LIBS=$ac_func_search_save_LIBS +LIBS=$ac_func_search_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 printf "%s\n" "$ac_cv_search_gethostbyname" >&6; } @@ -6831,8 +7095,8 @@ printf %s "checking for library containing socket... " >&6; } if test ${ac_cv_search_socket+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_func_search_save_LIBS=$LIBS +else case e in #( + e) ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6869,11 +7133,13 @@ done if test ${ac_cv_search_socket+y} then : -else $as_nop - ac_cv_search_socket=no +else case e in #( + e) ac_cv_search_socket=no ;; +esac fi rm conftest.$ac_ext -LIBS=$ac_func_search_save_LIBS +LIBS=$ac_func_search_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 printf "%s\n" "$ac_cv_search_socket" >&6; } @@ -6895,9 +7161,10 @@ then : enableval=$enable_examples; case "${enableval}" in yes | no ) build_examples="${enableval}" ;; esac -else $as_nop - build_examples="yes" - +else case e in #( + e) build_examples="yes" + ;; +esac fi if test "$build_examples" = yes; then @@ -6933,8 +7200,8 @@ printf %s "checking for main in -lboost_unit_test_framework-mt... " >&6; } if test ${ac_cv_lib_boost_unit_test_framework_mt_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lboost_unit_test_framework-mt $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6953,12 +7220,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_boost_unit_test_framework_mt_main=yes -else $as_nop - ac_cv_lib_boost_unit_test_framework_mt_main=no +else case e in #( + e) ac_cv_lib_boost_unit_test_framework_mt_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_unit_test_framework_mt_main" >&5 printf "%s\n" "$ac_cv_lib_boost_unit_test_framework_mt_main" >&6; } @@ -6968,14 +7237,14 @@ then : LIBS="-lboost_unit_test_framework-mt $LIBS" -else $as_nop - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_unit_test_framework" >&5 +else case e in #( + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_unit_test_framework" >&5 printf %s "checking for main in -lboost_unit_test_framework... " >&6; } if test ${ac_cv_lib_boost_unit_test_framework_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lboost_unit_test_framework $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -6994,12 +7263,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_boost_unit_test_framework_main=yes -else $as_nop - ac_cv_lib_boost_unit_test_framework_main=no +else case e in #( + e) ac_cv_lib_boost_unit_test_framework_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_unit_test_framework_main" >&5 printf "%s\n" "$ac_cv_lib_boost_unit_test_framework_main" >&6; } @@ -7009,10 +7280,12 @@ then : LIBS="-lboost_unit_test_framework $LIBS" -else $as_nop - as_fn_error $? "mUPnP needs boost::boost_unit_test_framework" "$LINENO" 5 +else case e in #( + e) as_fn_error $? "mUPnP needs boost::boost_unit_test_framework" "$LINENO" 5 ;; +esac fi - + ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lgcov" >&5 @@ -7020,8 +7293,8 @@ printf %s "checking for main in -lgcov... " >&6; } if test ${ac_cv_lib_gcov_main+y} then : printf %s "(cached) " >&6 -else $as_nop - ac_check_lib_save_LIBS=$LIBS +else case e in #( + e) ac_check_lib_save_LIBS=$LIBS LIBS="-lgcov $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -7040,12 +7313,14 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO" then : ac_cv_lib_gcov_main=yes -else $as_nop - ac_cv_lib_gcov_main=no +else case e in #( + e) ac_cv_lib_gcov_main=no ;; +esac fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +LIBS=$ac_check_lib_save_LIBS ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gcov_main" >&5 printf "%s\n" "$ac_cv_lib_gcov_main" >&6; } @@ -7075,8 +7350,8 @@ cat >confcache <<\_ACEOF # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # -# `ac_cv_env_foo' variables (set or unset) will be overridden when -# loading this file, other *unset* `ac_cv_foo' will be assigned the +# 'ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* 'ac_cv_foo' will be assigned the # following values. _ACEOF @@ -7106,14 +7381,14 @@ printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) - # `set' does not quote correctly, so add quotes: double-quote + # 'set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) - # `set' quotes correctly as required by POSIX, so do not add quotes. + # 'set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | @@ -7182,6 +7457,18 @@ printf %s "checking that generated files are newer than configure... " >&6; } fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 printf "%s\n" "done" >&6; } +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; +esac +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi + if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -7243,7 +7530,6 @@ cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh @@ -7252,12 +7538,13 @@ then : # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST -else $as_nop - case `(set -o) 2>/dev/null` in #( +else case e in #( + e) case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; +esac ;; esac fi @@ -7329,7 +7616,7 @@ IFS=$as_save_IFS ;; esac -# We did not find ourselves, most probably we were run as `sh COMMAND' +# We did not find ourselves, most probably we were run as 'sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 @@ -7358,7 +7645,6 @@ as_fn_error () } # as_fn_error - # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -7398,11 +7684,12 @@ then : { eval $1+=\$2 }' -else $as_nop - as_fn_append () +else case e in #( + e) as_fn_append () { eval $1=\$$1\$2 - } + } ;; +esac fi # as_fn_append # as_fn_arith ARG... @@ -7416,11 +7703,12 @@ then : { as_val=$(( $* )) }' -else $as_nop - as_fn_arith () +else case e in #( + e) as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` - } + } ;; +esac fi # as_fn_arith @@ -7503,9 +7791,9 @@ if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -pR'. + # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. + # In both cases, we have to default to 'cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then @@ -7586,10 +7874,12 @@ as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" +as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" +as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated # Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" +as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" +as_tr_sh="eval sed '$as_sed_sh'" # deprecated exec 6>&1 @@ -7605,7 +7895,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # values after options handling. ac_log=" This file was extended by mupnp $as_me 3.0.2, which was -generated by GNU Autoconf 2.71. Invocation command line was +generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -7637,7 +7927,7 @@ _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ -\`$as_me' instantiates files and other configuration actions +'$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. @@ -7673,10 +7963,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ mupnp config.status 3.0.2 -configured by $0, generated by GNU Autoconf 2.71, +configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" -Copyright (C) 2021 Free Software Foundation, Inc. +Copyright (C) 2023 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -7738,8 +8028,8 @@ do ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - as_fn_error $? "ambiguous option: \`$1' -Try \`$0 --help' for more information.";; + as_fn_error $? "ambiguous option: '$1' +Try '$0 --help' for more information.";; --help | --hel | -h ) printf "%s\n" "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ @@ -7747,8 +8037,8 @@ Try \`$0 --help' for more information.";; ac_cs_silent=: ;; # This is an error. - -*) as_fn_error $? "unrecognized option: \`$1' -Try \`$0 --help' for more information." ;; + -*) as_fn_error $? "unrecognized option: '$1' +Try '$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; @@ -7820,7 +8110,7 @@ do "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "test/unix/Makefile") CONFIG_FILES="$CONFIG_FILES test/unix/Makefile" ;; - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;; esac done @@ -7840,7 +8130,7 @@ fi # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: -# after its creation but before its name has been assigned to `$tmp'. +# after its creation but before its name has been assigned to '$tmp'. $debug || { tmp= ac_tmp= @@ -7864,7 +8154,7 @@ ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. -# This happens for instance with `./config.status config.h'. +# This happens for instance with './config.status config.h'. if test -n "$CONFIG_FILES"; then @@ -8022,13 +8312,13 @@ fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. -# This happens for instance with `./config.status Makefile'. +# This happens for instance with './config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF -# Transform confdefs.h into an awk script `defines.awk', embedded as +# Transform confdefs.h into an awk script 'defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. @@ -8138,7 +8428,7 @@ do esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -8160,19 +8450,19 @@ do -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, - # because $ac_f cannot contain `:'. + # because $ac_f cannot contain ':'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done - # Let's still pretend it is `configure' which instantiates (i.e., don't + # Let's still pretend it is 'configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` @@ -8305,7 +8595,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 esac _ACEOF -# Neutralize VPATH when `$srcdir' = `.'. +# Neutralize VPATH when '$srcdir' = '.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 @@ -8336,9 +8626,9 @@ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' which seems to be undefined. Please make sure it is defined" >&5 -printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" @@ -8493,15 +8783,15 @@ printf "%s\n" X/"$am_mf" | (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE=\"gmake\" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). -See \`config.log' for more details" "$LINENO" 5; } +See 'config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} diff --git a/doc/docs2md b/doc/docs2md index f751a81d..3d7becea 100755 --- a/doc/docs2md +++ b/doc/docs2md @@ -1,9 +1,10 @@ #!/bin/bash cd /Users/skonno/Src/mupnp/doc -DOC_FILES=("mupnpcproguide.docx" "mupnpobjcproguide.docx") +DOCX_FILES=("mupnpcproguide.docx" "mupnpobjcproguide.docx") PANDOC_PARAMS="-f docx -t markdown --wrap=none" -for DOC_FILE in "${DOC_FILES[@]}"; do - pandoc ${PANDOC_PARAMS} "${DOC_FILE}" -o "${DOC_FILE%.docx}.md" +for DOC_FILE in "${DOCX_FILES[@]}"; do + pandoc ${PANDOC_PARAMS} ${DOC_FILE} -o ${DOC_FILE%.docx}.md + sed -i '' 's/^> //' ${DOC_FILE%.docx}.md done \ No newline at end of file diff --git a/doc/mupnpcproguide.md b/doc/mupnpcproguide.md new file mode 100644 index 00000000..d5065711 --- /dev/null +++ b/doc/mupnpcproguide.md @@ -0,0 +1,959 @@ +CyberGarage + +mUPnP for C +> +Programming Guide + +Document Version 2.2 + +© Satoshi Konno, 2005-2011 + +    mUPnP for C Programming Guide v2.2 +> +**Table of Contents** + +[1 Introduction [1](#_Toc21251)](#_Toc21251) + +[2 Setup [2](#_Toc21252)](#_Toc21252) + +[2.1 Package Contents [2](#package-contents)](#package-contents) + +[2.2 System Requirement [2](#system-requirement)](#system-requirement) + +[2.3 Building library and samples [3](#building-library-and-samples)](#building-library-and-samples) + +[3 Device [5](#device)](#device) + +[3.1 Class Overview [5](#class-overview)](#class-overview) + +[3.2 Description [6](#description)](#description) + +[3.3 Initiating [7](#initiating)](#initiating) + +[3.4 Notify [8](#notify)](#notify) + +[3.5 Embedded Devices [9](#embedded-devices)](#embedded-devices) + +[3.6 Service [9](#service)](#service) + +[3.7 Control [10](#control)](#control) + +[3.8 Event [12](#event)](#event) + +[3.9 User Data [12](#user-data)](#user-data) + +[4 Control Point [13](#control-point)](#control-point) + +[4.1 Class Overview [13](#class-overview-1)](#class-overview-1) + +[4.2 Initiating [14](#initiating-1)](#initiating-1) + +[4.3 Notify [14](#notify-1)](#notify-1) + +[4.4 Search [15](#search)](#search) + +[4.5 Root Devices [15](#root-devices)](#root-devices) + +[4.6 Control [16](#control-1)](#control-1) + +[4.7 Event [17](#event-1)](#event-1) + +[5 License [18](#_Toc21274)](#_Toc21274) + +# 1 Introduction + +UPnP™\*[^1] architecture is based on open networking to enable discovery and control of networked devices and services, such as media servers and players at home. +> +UPnP™ architecture is based on many standard protocols, such as GENA, SSDP, SOAP, HTTPU and HTTP. Therefore you have to understand and implement these protocols to create your devices of UPnP™. +> +mUPnP for C is a development package for UPnP™ developers. The mUPnP controls these protocols automatically, and supports to create your devices and control points quickly. +> +Please see the following site and documents to know about UPnP™ in more detail. + ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Document | URL | ++:=========================================================+:==========================================================================+ +| > UPnP™ Forum | http://www.upnp.org/ | ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Universal Plug and Play Device Architecture | http://www.upnp.org/download/UPnPDA10_20000613.htm | ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Universal Plug and Play Vendor\'s Implementation Guide | http://www.upnp.org/download/UPnP_Vendor_Implementation_Guide_Jan2001.htm | ++----------------------------------------------------------+---------------------------------------------------------------------------+ + +# 2 Setup + +## 2.1 Package Contents + +The mUPnP package has the header files, the source files, the project files to build the package and the some samples. The files are included the following directories. + ++---------------+---------------------------+--------------------------------+ +| File Type | | > Directory | ++:==============+:==========================+:===============================+ +| Source files | | > clinkc/src | ++---------------+---------------------------+--------------------------------+ +| Header Files | | > clinkc/include | ++---------------+---------------------------+--------------------------------+ +| Sample files | | > clinkc/sample | ++---------------+---------------------------+--------------------------------+ +| Project files | > Unix (Automake) | > clinkc | ++---------------+---------------------------+--------------------------------+ +| | > WindowsXP (VisualC 6.0) | > clinkc/\*/win32/vc60 | ++---------------+---------------------------+--------------------------------+ +| | > T-Engine (GNU) | > clinkc/\*/tengine/gnu | ++---------------+---------------------------+--------------------------------+ +| | > uITRON | > clinkc/\*/itron | ++---------------+---------------------------+--------------------------------+ +| | > MacOSX | > clinkc/\*/macosx | ++---------------+---------------------------+--------------------------------+ + +## 2.2 System Requirement + +The mUPnP needs the following package to parse the XML and SOAP requests. Please get the parser package and install in your platform. + ++-----------------+----------------------------------------------------+ +| > Package | URL | ++:================+:===================================================+ +| > Expat | http://expat.sourceforge.net/ | ++-----------------+----------------------------------------------------+ + +### 2.2.1 WindowsXP + +On Windows platform, you have to install latest Platform SDK and build on WindowsXP if you can. Please get the SDK and install in your platform. + ++-----------------+------------------------------------------------------------+ +| > Package | URL | ++:================+:===========================================================+ +| > Platform SDK | http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ | ++-----------------+------------------------------------------------------------+ + +### 2.2.2 T-Engine + +On T-Engine platform, you have to use the following development kit based on GNU GCC and TCP/IP protocol stack that supports the multicast protocol. The mUPnP uses the multicast protocol to search and announce UPnP devices and you have to use the protocol stack because the old package doesn't support the multicast protocol. + ++----------------------------+--------------------------------------------------------------+ +| > Package | URL | ++:===========================+:=============================================================+ +| > T-Engine Development Kit | http://www.personal-media.co.jp/te/welcome.html | ++----------------------------+--------------------------------------------------------------+ +| > KASAGO for T-Engine | http://www.elwsc.co.jp/japanese/products/kasago_tengine.html | ++----------------------------+--------------------------------------------------------------+ + +The mUPnP supports the following TCP/IP protocol stack for T-Engine too, but the protocol stack doesn't support the multicast protocol and the functions are not implemented yet. + ++---------------------+-------------------------------------------------+ +| > Package | URL | ++:====================+:================================================+ +| > PMC T-Shell Kit | http://www.personal-media.co.jp/te/welcome.html | ++---------------------+-------------------------------------------------+ + +## 2.3 Building library and samples + +The mUPnP supports the following compiler options to change the XML parser or disable UPnP functions. You haven't to set the options when you use Expat as the XML parser and all functions of the mUPnP. + + ------------------------------------------------------------------------------- + Option URL + ----------------------------- ------------------------------------------------- + CG_XMLPARSER_LIBXML2 Use libxml2 as the XML parser instead of Expat. + + CG_UPNP_NOUSE_CONTROLPOINT Disable UPnP™ control point functions. + + CG_UPNP_NOUSE_SUBSCRIPTION Disable UPnP™ subscription functions. + + CG_UPNP_NOUSE_ACTIONCTRL Disable UPnP™ action control functions. + + CG_UPNP_NOUSE_QUERYCTRL Disable UPnP™ query control functions. + ------------------------------------------------------------------------------- + +The mUPnP uses Expat as the default parser, but the following XML parser is supported with the compiler option. Please see the XML parser as the following site. + ++-----------------+----------------------------------------------------+ +| > Package | URL | ++:================+:===================================================+ +| > libxml2 | http://xmlsoft.org/ | ++-----------------+----------------------------------------------------+ + +### 2.3.1 Unix + +For Unix platforms, you can build the library and samples using the following steps. Use use the --enable-libxml2 option of the configure script instead of the compiler option. to use libxml2. +> +cd mUPnP +> +./boostrap +> +./configure make + +### 2.3.2 Windows + +For Windows platforms The mUPnP has the platform projects for Visual Studio 2005. Please check the platform directories, mUPnPC/\*/win32/vs2005, to use the projects. On WindowsCE, the mUPnP has no the platform +> +projects, but a contributer have been checked to compile the source codes normally. + +### 2.3.3 T-Engine + +For T-Engine platforms, you have to set the following compiler options. The mUPnP supports the process based and T- +> +Kernel based program. Use PROCESS_BASE option to compile the process based program. Please see the development manual of your T-Engine development kit. + + ----------------------------------------------------------------------- + Option URL + ----------------------------- ----------------------------------------- + TENGINE Enable the platform option. + + CG_TENGINE_NET_KASAGO Enable KASAGO for T-Engine option.. + ----------------------------------------------------------------------- + +The mUPnP is compiled using the functions for PMC T-Shell Kit as the TCP/IP protocol stack, but it is no good because the protocol stack doesn't support the multicast protocol and the functions are not implemented yet. +> +To run applications using the mUPnP, the driver of the TCP/IP protocol stack has to be loaded and the network address has to be determined. Please see the manual of the protocol stack how to set the network interface. +> +You have to set EXPATROOT environment to an installed top directory of Expat on your shell as the following. +> +The source codes of Expat have to be included the "lib" directory. +> +export EXPATROOT=/usr/local/expat-1.95.8 +> +I have built the library with T-Engine/SH7727 development kit with KASAGO for T-Engine. Please check the platform directories, mUPnPC/\*/tengine/gnu , for the sample projects. To compile the samples, run configure script in the directory at first. Please see the development manual of your T-Engine development kit if you want to use on other TEngine platforms. + +### 2.3.4 MacOSX + +For MacOSX, I have released the wrapper class for Objective-C onCocoa. The package is released as an installer package of the framework at the following site. + + ----------------------------------------------------------------------- + Package URL + -------------------- -------------------------------------------------- + mUPnP for MacOSX http://sourceforge.net/projects/clinkobjc + + ----------------------------------------------------------------------- + +Currently, the framework supports only basic functions of the control point. Please use the standard C library for if you have to use all functions of mUPnP for C. + +# 3 Device + +## 3.1 Class Overview + +The following static structure diagram is related classes of mUPnP to create your device of UPnP™. The device has some embedded devices and services, and the services have some actions and state variables. + +CgUpnpDevice + +CgUpnpService + +CgUpnpAction + +CgUpnpStateVariable + +CgUpnpIcon + +CgUpnpArgument + +The above static structure diagram is modified simplify to explain. + +## 3.2 Description + +At first, you have to make some description files of your devices and the services when you want to create your UPnP™ device.. + ++---------------------------------------------------------------------------+--------------------------------------------------------------------------+ +| \> | +------------------------------------------------------------------+---+ | +| | | filename : /yourdevice/descripton/service/name/descriptoin.xml | | | +| \< | +:=================================================================+:==+ | +| | | \ | | | +| ?xml version=\"1.0\" ? | | | | | +| | | \ | | | +| \< | | | | | +| | | \...\..... | | | +| root xmlns=\"urn:schemas-upnp-org:device-1-0\" | | | | | +| | | \ | | | +| \> | | | | | +| | | \...\..... | | | +| \...\..... | | | | | +| | | \ | | | +| \ | | | | | +| | | \...\..... | | | +| \...\..... | | | | | +| | | \ | | | +| \ | | | | | +| | | \ \ | | | +| \...\..... | | | | | +| | | \...\..... | | | +| \ | | | | | +| | | \ | | | +| \...\..... | | | | | +| | | \...\..... | | | +| \ | | | | | +| | | \ | | | +| [/service/name/description.xml]{.underline} | | | | | +| | | \ | | | +| \> | | | | | +| | | \ | | | +| /SCPDURL | +------------------------------------------------------------------+---+ | +| | | +| \< | | +| | | +| \ | | +| | | +| \ | | +| | | +| \ | | +| | | +| [/presentation.html]{.underline} | | +| | | +| \< | | +| | | +| /presentationURL | | +| | | +| \> | | +| | | +| \ | | +| | | +| \ | | +| | | +| \...\..... | | +| | | +| \ | | +| | | +| [/icon.gif]{.underline} | | +| | | +| \< | | +| | | +| /url | | +| | | +| \> | | +| | | +| \ | | +| | | +| \ | | +| | | +| \ | | +| | | +| \< | | +| | | +| /root | | +| | | +| \> | | +| | | +| filename : /yourdevice/descripton/descriptoin.xml | | ++===========================================================================+==========================================================================+ +| | +----------------------------------------------------------------+-----+ | +| | | filename : /yourdevice/presentation.html | | | +| | +:===============================================================+:====+ | +| | | \ | | | +| | | | | | +| | | \ | | | +| | | | | | +| | | \...\..... | | | +| | | | | | +| | | \ \ | | | +| | | | | | +| | | \...\..... | | | +| | | | | | +| | | \ | | | +| | | | | | +| | | \ | | | +| | +----------------------------------------------------------------+-----+ | ++---------------------------------------------------------------------------+--------------------------------------------------------------------------+ +| ----------------------------------------------------------------------- | | +| filename : /yourdevice/icon.gif | | +| ---------------------------------------------------------------- ------ | | +| | | +| | | +| ----------------------------------------------------------------------- | | ++---------------------------------------------------------------------------+--------------------------------------------------------------------------+ + +The description of the root device should not have URLBase element because the element is added automatically when the device is created using the description. +> +The service descriptions are required to create a device, but the presentationURL and the iconList are recommended option. Please see UPnP™ specifications about the description format in more detail. + +## 3.3 Initiating + +To create a UPnP™ device, use cg_upnp_device_new() to create the instance, set the descriptions using cg_upnp_device_parsedescription() and cg_upnp_service_parsedescription() from the memory description strings. +> +The device is created as a root device, and only the root device can be active using cg_upnp_device_start(). The device is announced to the UPnP™ network when the device is started. To terminate the device, use +> +cg_upnp_device_stop(). The following shows an example of the initiating device. +> +#include \ +> +...... +> +const char DEVICE_DESCRIPTION\[\] = +> +\"\\\n\" +> +\"\\\n\" +> +. . . . +> +\"\\"; +> +const char SERVICE_DESCRIPTION\[\] = +> +\"\\\n\" +> +\"\\\n\" +> +. . . . +> +"\"; +> +...... +> +CgUpnpDevice \*dev; +> +BOOL parseSuccess; +> +CgUpnpService \*service; +> +dev = cg_upnp_device_new(); +> +if (cg_upnp_device_parsedescription(dev, DEVICE_DESCRIPTION, sizeof(DEVICE_DESCRIPTION)) == FALSE) { +> +...... +> +} +> +service = cg_upnp_device_getservicebyname(dev, \"urn:schemas-upnp-org:serviceId:xxxxx:1\"); +> +if (cg_upnp_service_parsedescription(service, SERVICE_DESCRIPTION, sizeof(SERVICE_DESCRIPTION)) == FALSE) { +> +...... +> +} +> +...... +> +cg_upnp_device_start(dev); +> +...... +> +cg_upnp_device_stop(dev); +> +The active root device has some server processes, and returns the responses automatically when a control points sends a request to the device. For example, the device has a HTTP server to return the description files when a +> +control point gets the description file. The device searches an available port for the HTTP server automatically +> +on the machine when the device is started. + +HTTP + +HTTPMU + +HTTPU + +GENA + +SOAP + +Device + +Control Point + +Control + +Description + +Notify/Search + +Event + +Search Response + +The root device is created with the following default parameters, you can change the parameters using the following methods before the root device is started. + ++-----+-------------------+--------------------+------------------------------------+ +| | > Parameter | > Default | Function | ++:====+:==================+:===================+:===================================+ +| > 1 | > HTTP port | > 4004 | cg_upnp_device_sethttpport () | ++-----+-------------------+--------------------+------------------------------------+ +| > 2 | > Description URI | > /description.xml | cg_upnp_device_setdescriptionuri() | ++-----+-------------------+--------------------+------------------------------------+ +| > 3 | > Lease time | > 1800 | cg_upnp_device_setleasetime | ++-----+-------------------+--------------------+------------------------------------+ + +## 3.4 Notify + +Your device is announced using cg_upnp_device_start() to the UPnP™ network using a notify message with ssdp::alive automatically when the device is started. When device is stopped using cg_upnp_device_stop(), a notify message is posted with ssdp::byebye. You can announce the notify messages using cg_upnp_device_announce() and cg_upnp_device\_ byebye(). + ++-----------------------------------------------------------------------+ +| NOTIFY \* HTTP/1.1 | +| | +| HOST: 239.255.255.250:1900 | +| | +| CACHE-CONTROL: max-age = seconds until advertisement expires | +| | +| LOCATION: URL for UPnP description for root device | +| | +| NT: search target | +| | +| NTS: ssdp:alive | +| | +| SERVER: OS/version UPnP/1.0 product/version | +| | +| USN: advertisement UUID | ++=======================================================================+ ++-----------------------------------------------------------------------+ + +Device dev \.... +> +\..... + +dev.start(); + +\..... + ++-----------------------------------------------------------------------+ +| NOTIFY \* HTTP/1.1 | +| | +| HOST: 239.255.255.250:1900 | +| | +| NT: search target | +| | +| NTS: ssdp:byebye | +| | +| USN: advertisement UUID | ++=======================================================================+ ++-----------------------------------------------------------------------+ + +dev.stop(); + +When a control point sends a search request with M-SEARCH to the UPnP™ network, the active device send the search response to the control point automatically. The device repeats the announcement in the lease time automatically. + +## 3.5 Embedded Devices + +The devices may have some embedded devices. cg_upnp_device_getdevices() and cg_upnp_device_next() to get the embedded device list. The following example outputs friendly names of all embedded devices in a root +> +device. +> +void PrintDevice(CgUpnpDevice \*dev) +> +{ +> +char \*devName = cg_upnp_device_getfriendlyname(dev); printf("%s\\n", devName); +> +CgUpnpDevice \*childDevList; for (childDev = cg_upnp_device_getdevices(rootDev), childDev != NULL; childDev = cg_upnp_device_next(childDev)) PrintDevice(childDev); +> +} +> +\...\... +> +CgUpnpDevice \*rootDev = \....; +> +...... +> +CgUpnpDevice \*childDev; for (childDev = cg_upnp_device_getdevices(rootDev), childDev != NULL; childDev = cg_upnp_device_next(childDev)) PrintDevice(childDev); +> +You can find a embedded device by the friendly name or UDN using cg_upnp_device_getdevicebyname(). The following example gets a embedded device by the friendly name. +> +CgUpnpDevice \*homeServerDev \.... +> +CgUpnpDevice \*musicDev = cg_upnp_device_getdevicebyname("music"); + +## 3.6 Service + +Use cg_upnp_device_getservices() to access embedded services of the device. The service may have some actions and state variables. Use cg_upnp_service_getactions() and cg_upnp_action_next() to get the actions, and use cg_upnp_service_getstatevariables() and cg_upnp_statevariable_next() to the state variables. The following +> +example outputs the all actions and state variables in a device. +> +CgUpnpDevice \*dev \.... +> +CgUpnpService \*service; +> +CgUpnpAction \*action; +> +CgUpnpStateVariable \*statVar; for (service = cg_upnp_device_getservices(dev); service != NULL; service = cg_upnp_service_next(service)) { for (action = cg_upnp_service_getactions(service); action != NULL; action = cg_upnp_action_next(action)) +> +printff("%s\\n", cg_upnp_action_getname(action)); for (statVar = cg_upnp_service_getstatevariables(service); statVar != NULL; statVar = cg_upnp_statevariable_next(statVar)) +> +printf("%s\\n", cg_upnp_statevariable_getname(statVar); +> +} +> +You can find a service in the device by the service ID using cg_upnp_device_getservicebyname(), and you can find an action or state variable in the service by the name too. cg_upnp_device_getactionbyname() or +> +cg_upnp_service_getactionbyname() to find the action, and use cg_upnp_device_getstatevariablebyname() or cg_upnp_service_getstatevariablebyname () to find the state variable by the name. The following example gets +> +a service, an action and a state variable in a device by the name. +> +CgUpnpDevice \*clockDev \.... +> +CgUpnpService \*timerSev = cg_upnp_device_getservicebyname(clockDev, "timer"); +> +CgUpnpAction \*getTimeAct = cg_upnp_device_getaction(clockDev, "GetTime"); +> +CgUpnpStateVariable \*timeStat = cg_upnp_device_getstatevariable(clockDev, "time"); + +## 3.7 Control + +To receive action control events from control points, the device needs to implement the listener function. The listener must have an action, CgUpnpAction, parameter. The input arguments has the passed values from the control point, set the response values in the output arguments and return a TRUE when the request is valid. Otherwise return a FALSE when the request is invalid. UPnPError response is returned to the control point automatically when the returned value is false or the device has no the interface. The UPnPError is INVALID_ACTION as default, but use cg_upnp_action_setstatuscode() to return other UPnP errors. +> +To receive query control events from control points, the device needs to implement the listener function. The listener must have a statevariable, CgUpnpStateVariable, parameter, and return a TRUE when the request is valid. Otherwise return a FALSE when the request is invalid. UPnPError response is returned to the control point automatically when the returned value is false or the device has no the interface. The UPnPError is INVALID_ACTION as default, but use cg_upnp_statevariable_setstatuscode() to return other UPnP errors. +> +The following sample is a clock device. The device executes two action control requests and a query control request. +> +BOOL UpnpClockActionControlRecieved(CgUpnpAction \*action) +> +{ +> +char \*actionName = cg_upnp_action_getname(action); +> +if (strcmp(actionName, \"SetTime\") == 0 { +> +CgUpnpArgument \*inTime = cg_upnp_action_getargumentbyname(action, "time"); char \*timeValue = cg_upnp_argument_getvalue(inTime); If (timeValue == NULL \|\| strlen(timeValue) \<= 0) return FALSE; +> +........ +> +CgUpnpArgument \*outResult = cg_upnp_action_getargumentbyname("result"); +> +cg_upnp_argument_setvalue("OK"); +> +return TRUE; +> +} +> +else if (strcmp(actionName, "GetTime") == 0) { +> +char \*currTimeStr = ..... +> +CgUpnpArgument \*currTimeArg = cg_upnp_action_getargumentbyname("currTime"); +> +cg_upnp_argument_setvalue(currTimeStr); +> +return TRUE; +> +} +> +return FALSE; +> +} +> +BOOL UpnpClockQueryControlReceived(CgUpnpStatusVariable \*stateVar) +> +{ +> +varName = cg_upnp_statevariable_getname(statVar); +> +if (strcmp(varName, "Time") == 0) { +> +char \*currTimeStr = ....; +> +cg_upnp_statevariable_setvaluecurrTimeStr); +> +return TRUE; +> +} +> +return FALSE; +> +} +> +} +> +Use cg_upnp_action_setlistner() to set the action listener to a action. To set the listener to all actions in a device or service, use cg_upnp_device_setactionlistener() or cg_upnp_service_setactionlistener(). +> +Similarly, Use cg_upnp_statevariable_setlistner() to set the query listener to a state variable. To set the listener to all state variables in a device or a service, use cg_upnp_device_setquerylistener() or cg_upnp_service_setquerylistener(). The following sample sets a listener into all actions in a device. +> +CgUpnpDevice \*clockDev = cg_upnp_device_new(); +> +....... +> +cg_upnp_clock_device_setactionlistner(clockDev, UpnpClockActionControlRecieved); cg_upnp_clock_device_setquerylistner(clockDev, UpnpClockQueryControlReceived); + +## 3.8 Event + +The control point may subscribe some events of the device. You don't need manage the subscription messages from control points because the device manages the subscription messages automatically. For example, the device adds a control point into the subscriber list when the control point sends a subscription message to the device, or the device removes the control point from the subscriber list when the control point sends a +> +unsubscription message. +> +Use cg_upnp_statevariable_setvalue() when you want to send the state to the subscribers. The event is sent to the subscribers automatically when the state variable is updated using cg_upnp_statevariable_setvalue(). The following example updates a state variable, and the updated state is distributed to the subscribers automatically. +> +CgUpnpDevice \*clockDevice = \.... +> +CgUpnpStateVariable \*timeVar = cg_upnp_device_getstatevariable (clockDev, \"Time\"); char \*timeStr = \..... +> +cg_upnp_statevariable_setvalue(timeVar, timeStr); + +## 3.9 User Data + +Using the following functions, you can set your original data to the objects. The default user data are NULL. + + ------------------------------------------------------------------------------------------------- + Object setter getter + --------------------- ------------------------------------- ------------------------------------- + CgUpnpDevice cg_upnp_device_setuserdata() cg_upnp_device_getuserdata() + + CgUpnpService cg_upnp_service_setuserdata() cg_upnp_service_getuserdata() + + CgUpnpAction cg_upnp_action_setuserdata() cg_upnp_action_getuserdata() + + CgUpnpStateVariable cg_upnp_statevariable_setuserdata() cg_upnp_statevariable_getuserdata() + ------------------------------------------------------------------------------------------------- + +The following sample sets a structure data to a device object. +> +typedef struct { +> +int x; int y; +> +} MyPoint; +> +MyPoint \*myPoint = (MyPoint \*)malloc(sizeof(MyPoint); myPoint-\>x = 100; myPoint-\>y = 200; CgUpnpDevice \*dev = \.... +> +cg_upnp_device_setuserdata(dev, myPonint); +> +....... +> +MyPoint \*devPoint = (MyPoint \*)cg_upnp_device_getuserdata(dev); + +# 4 Control Point + +## 4.1 Class Overview + +The following static structure diagram is related classes of mUPnP to create your control point of UPnP™. The control point has some root devices in the UPnP™ network. + +CgUpnpControlPoint + +CgUpnpDevice + +CgUpnpService + +CgUpnpAction + +CgUpnpStateVariable + +CgUpnpIcon + +CgUpnpArgument + +## 4.2 Initiating + +To create a UPnP™ control point, create a instance of ControlPoint class. Use cg_upnp_controlpoint_start() to active the control point. The control point multicasts a discovery message searching for all devices to the UPnP™ network automatically when the control point is active. +> +#include \ +> +...... +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); +> +...... +> +cg_upnp_controlpoint_start(ctrlPoint); +> +The active control point has some server processes, and returns the responses automatically when other UPnP™ devices send the messages to the control point. For example, the control point has a SSDP server to get MSEARCH responses, and the control point searches a available port for the SSDP server automatically on the machine when the control point is started. +> +The control point is created with the following default parameters. You can change the parameters using the following methods before the control point is started. + ++-----+------------------+-------------+--------------------------------------------+ +| | Parameter | > Default | Function | ++:====+:=================+:============+:===========================================+ +| > 1 | HTTP port | > 39500 | cg_upnp_controlpoint_seteventport() | ++-----+------------------+-------------+--------------------------------------------+ +| > 2 | SSDP port | > 39400 | cg_upnp_controlpoint_setssdpresponseport() | ++-----+------------------+-------------+--------------------------------------------+ +| > 3 | Subscription URI | > /eventSub | cg_upnp_controlpoint_seteventsuburi() | ++-----+------------------+-------------+--------------------------------------------+ +| > 4 | Search Response | > 3 | cg_upnp_controlpoint_setssdpsearchmx() | ++-----+------------------+-------------+--------------------------------------------+ + +## 4.3 Notify + +The control point receives notify events from devices in the UPnP™ network, and the devices are added or removed form the control point automatically. The expired device is removed from the device list of the control point automatically too. You don't manage the notify events, but you can receive the event to set the listener +> +function using cg_upnp_controlpoint_setssdplistener(). The following sample receives the notify messages. +> +void DeviceNotifyReceived(CgUpnpSSDPPacket \*ssdpPkt) +> +{ +> +char \*uuid = cg_upnp_ssdp_packet_getusn(ssdpPkt); char \*target = cg_upnp_ssdp_packet_getnt(ssdpPkt); +> +char \*subType = cg_upnp_ssdp_packet_getnts(ssdpPkt); char \*where = cg_upnp_ssdp_packet_getlocation(ssdpPkt); +> +\...\.... +> +} +> +\...\.... +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); +> +cg_upnp_controlpoint_setssdplistener(ctrlPoint, DeviceNotifyReceived); +> +cg_upnp_controlpoint_start(ctrlPoint); + +## 4.4 Search + +You can update the device lists using cg_upnp_controlpoint_search(). The discovered root devices are added to the control point automatically, and you can receive the response to set the listener function using +> +cg_upnp_controlpoint_setssdpresponselistener(). The following sample receives the notify messages. +> +void DeviceSearchResponseReceived(CgUpnpSSDPPacket \*ssdpPkt) +> +{ +> +char \*uuid = cg_upnp_ssdp_packet_getusn(ssdpPkt); +> +char \*target = cg_upnp_ssdp_packet_getnt(ssdpPkt); +> +char \*subType = cg_upnp_ssdp_packet_getnts(ssdpPkt); +> +char \*where = cg_upnp_ssdp_packet_getlocation(ssdpPkt); +> +\...\.... +> +} +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); cg_upnp_controlpoint_setssdpresponselistener(ctrlPoint, DeviceSearchResponseReceived); +> +cg_upnp_controlpoint_start(ctrlPoint); +> +cg_upnp_controlpoint_search(ctrlPoint); + +## 4.5 Root Devices + +Use cg_upnp_controlpoint_getdevices() that returns only root devices to get the discovered device list. The following example outputs friendly names of the root devices. +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); +> +...... +> +cg_upnp_controlpoint_start(ctrlPoint); +> +...... +> +CgUpnpDevice \*dev; for (dev = cg_upnp_controlpoint_getdevices(rootDev), childDev != NULL; childDev = cg_upnp_device_next(childDev)) { char \*devName = cg_upnp_device_getgriendlyname(dev); +> +printf("%s\\n", devName); +> +} +> +You can find a root device by the friendly name using cg_upnp_controlpoint_getdevicebyname(). The following example gets a root device by the friendly name. +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); +> +...... +> +cg_upnp_controlpoint_start(ctrlPoint); +> +...... +> +CgUpnpDevice \*dev = cg_upnp_controlpoint_getdevicebyname(ctrlPoint, "xxxx-xxxx-xxxx"); + +## 4.6 Control + +The control point can send action or query control messages to the discovered devices. To send the action control message, use cg_upnp_argument_setvalue() and cg_upnp_action_post(). You should set the action values to the all input arguments, and the output argument values is ignored if you set. The following sample posts a action control request that sets a new time, and output the response result. +> +CgUpnpDevice \*clockDev = \.... +> +CgUpnpAction \*setTimeAct = cg_upnp_device_getactionbyname("SetTime"); +> +CgUpnpArgument \*timeArg = cg_upnp_action_getargumentbyname(setTimeAct, "time"); char \*newTime = \.... +> +cg_upnp_argument_setvalue(timeArg, newTime); +> +if (cg_upnp_action_post(setTimeAct) == TRUE) { +> +CgUpnpArgument \*arg; for (arg = cg_upnp_action_getarguments(setTimeAct); arg; arg = cg_upnp_argument_next(arg)) { if (cg_upnp_argument_isoutdirection(arg) == TRUE) printf(\" %s = %s\\n\", cg_upnp_argument_getname(arg), cg_upnp_argument_getvalue(arg)); +> +} +> +} else { +> +printf("UPnP Error (%d) : %s\\n cg_upnp_action_getstatuscode(selTimeAct), +> +cg_upnp_action_getstatusdescription(selTimeAct)); +> +} +> +Similarly, to send the query control message, use cg_upnp_statevariable_post(). The following sample posts a query control request, and output the return value. +> +CgUpnpDevice \*clockDev = \.... +> +CgUpnpStateVariable \*timeStateVar = c cg_upnp_device_getstatevariablebyname("time"); if (cg_upnp_statevariable_post(timeStateVar) == TRUE) { +> +char \*value = cg_upnp_statevariable_getvalue(); +> +\...\... +> +} else { printf("UPnP Error (%d) : %s\\n cg_upnp_statevariable_getstatuscode(selTimeAct), +> +cg_upnp_statevariable_getstatusdescription(selTimeAct)); +> +} + +## 4.7 Event + +The control point can subscribe events of the discovered devices. To get the state changes of the services, Use cg_upnp_controlpoint_subscribe() to subscribe the service events, and set the event listener function using cg_upnp_controlpoint_seteventlistener(). The +> +void EventListener(CgUpnpProperty \*prop) +> +{ +> +printf(\"Property Changed (%s) = %s\\n\", cg_upnp_property_getname(prop), +> +cg_upnp_property_getvalue(prop)); +> +} +> +CgUpnpControlPoint \*ctrlPoint = cg_upnp_controlpoint_new(); +> +...... +> +cg_upnp_controlpoint_seteventlistener(ctrlPoint, EventListener); cg_upnp_controlpoint_start(ctrlPoint); +> +The cg_upnp_controlpoint_subscribe() returns true when the subscription is accepted from the service, and you can get the subscription id and timeout. +> +CgUpnpControlPoint \*ctrlPoint = \..... +> +CgUpnpDevice \*clockDev = cg_upnp_controlpoint_getdevicebyname(ctrlPoint, "xxxx-clock"); +> +CgUpnpService \*timeService = cg_upnp_device_getservice(clockDev, "time:1"); if (cg_upnp_controlpoint_subscribe(ctrlPoint, timeService) == TRUE) { +> +char \*sid = cg_upnp_service_getsubscriptionsid(timeService); +> +...... +> +} + +# 5 License + +Copyright (c) 2004-2006, Satoshi Konno +> +Copyright (c) 2005-2006, Nokia Corporation +> +Copyright (c) 2005-2006, Theo Beisch Collectively the Copyright Owners All rights reserved. +> +Subject to the below, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this list of conditions and thefollowing disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and thefollowing disclaimer in the documentation and/or other materials provided with the distribution. + +- Neither the names of the Copyright Owners nor the names of its contributors may be used to endorse orpromote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS \"AS IS\" AND +> +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +> +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +> +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +> +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +> +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +> +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +> +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +> +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +> +While any of the respective Copyright Owners licenses and/or distributes this software and any files contained therein under its or third party copyrights, for clarification it is hereby stated that no patent license explicit or +> +implied is granted by any of the Copyright Owners in connection to this license or distribution of this software. +> +In addition to the disclaimer above and not limiting its generality, no assurances are provided by the Copyright Owners that the software does not infringe patents of either third parties or any of the Copyright Owners in any particular jurisdiction. As a condition to exercising the rights and licenses granted hereunder in any particular jurisdiction, each recipient hereby assumes sole responsibility to procure licenses under any relevant patents in that jurisdiction. For example, if a third party patent license is required to allow recipient to distribute the program in a particular country, it is the recipient\'s responsibility to acquire that license before distributing the program. +> +This software has been supported by IPA, INFORMATION-TECHNOLOGY PROMOTION AGENCY, +> +JAPAN, as a project of Exploratory Software Project. + +[^1]: UPnP™ is a certification mark of the UPnP™ Implementers Corporation.  diff --git a/doc/mupnpobjcproguide.md b/doc/mupnpobjcproguide.md new file mode 100644 index 00000000..72342674 --- /dev/null +++ b/doc/mupnpobjcproguide.md @@ -0,0 +1,357 @@ +CyberGarage + +mUPnP for MacOSX +> +Programming Guide +> +Document Version 2.2 +> +© Satoshi Konno, 2008-2011 +> +    mUPnP for MacOSX Programming Guide v2.2 + +# Table of Contents + +1Introduction\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\.... 1 + +2Setup\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 2 +> +2.1System Requirement\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\.... 2 +> +2.2Installer\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 2 +> +3Control Point\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 3 +> +3.1Class Overview\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 3 +> +3.2Initiating\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 4 +> +3.3Root Devices\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\.... 4 +> +3.4Control\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\... 4 4License\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\...\..... 6 + +## 1 Introduction + +UPnP™\*[^1] architecture is based on open networking to enable discovery and control of networked devices and services, such as media servers and players at home. +> +UPnP™ architecture is based on many standard protocols, such as GENA, SSDP, SOAP, HTTPU and HTTP. Therefore you have to understand and implement these protocols to create your devices of UPnP™. +> +mUPnP for MacOSX is a development package for UPnP™ developers. The mUPnP controls these protocols automatically, and supports to create your control points quickly. +> +Please see the following site and documents to know about UPnP™ in more detail. + ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Document | URL | ++:=========================================================+:==========================================================================+ +| > UPnP™ Forum | http://www.upnp.org/ | ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Universal Plug and Play Device Architecture | http://www.upnp.org/download/UPnPDA10_20000613.htm | ++----------------------------------------------------------+---------------------------------------------------------------------------+ +| > Universal Plug and Play Vendor\'s Implementation Guide | http://www.upnp.org/download/UPnP_Vendor_Implementation_Guide_Jan2001.htm | ++----------------------------------------------------------+---------------------------------------------------------------------------+ + +## 2 Setup + +### 2.1 System Requirement + +Currently, the framework is based on Objective-C 2.0. Thus, the current framework requires MacOSX v10.5, Leopard, later. In the future, I will support other lower MacOSX and iPhone v2.0. + +### 2.2 Installer + +The framework is distributed as a install package as the following. Using the installer, the framework is installed into \'/Library/Framework/mUPnP.framework\' as default. +> +![](media/image1.jpg){width="4.588888888888889in" height="3.2569444444444446in"} + +## 3 Control Point + +### 3.1 Class Overview + +The following static structure diagram is related classes of mUPnP to create your control point of UPnP™. The control point has some root devices in the UPnP™ network. + +() + +start + +\+ + +\+ + +() + +stop + +() + +search + +\+ + +() + +searchWithST + +\+ + +() + +\+ + +setSsdpSearchMX + +ssdpSearchMX + +\+ + +() + +\+ + +devices + +() + +CGUpnpControlPoint + +friendlyName + +\+ + +() + +\+ + +deviceType + +() + +() + +\+ + +isDeviceType + +services + +\+ + +() + +getServiceForID + +() + +\+ + +getServiceForType + +\+ + +() + +CGUpnpDevice + +\+ + +serviceId + +() + +\+ + +serviceType + +() + +\+ + +actions + +() + +\+ + +stateVariables + +() + +\+ + +getActionByName + +() + +\+ + +getStateVariableByName + +() + +CGUpnpService + +name + +() + +\+ + +() + +arguments + +\+ + +\+ + +() + +setArgumentValue:forName + +() + +argumentValueForName + +\+ + +\+ + +post + +() + +() + +postWithArguments + +\+ + +() + +statusCode + +\+ + +CGUpnpAction + +\+ + +name + +() + +() + +\+ + +value + +\+ + +query + +() + +() + +\+ + +statusCode + +CGUpnpStateVariable + +### 3.2 Initiating + +To create a UPnP™ control point, create a instance of CGUpnpControlPoint class. The new instance is activated automatically using CGUpnpControlPoint::start. Use CGUpnpControlPoint::search or searchWithST +> +to find the devices in the local network. +> +#import \ +> +...... +> +CGUpnpControlPoint \*ctrlPoint = \[\[CGUpnpControlPoint alloc\] init\]; +> +...... +> +\[ctrolPoint search\]; + +### 3.3 Root Devices + +Use CGUpnpControlPoint:devices to get the all root devices which the control point found. The method returns a NSArray object which has the devices as instances of CGUpnpDevice. +> +#import \ +> +...... +> +CGUpnpControlPoint \*ctrlPoint = \[\[CGUpnpControlPoint alloc\] init\]; +> +...... +> +\[ctrolPoint search\]; +> +NSArray \*devArray = \[ctrlPoint devices\]; for (CGUpnpDevice \*dev in devArray) +> +NSLog(@\"%@\", \[dev friendlyName\]); + +### 3.4 Control + +The control point can send action or query control messages to the discovered devices. To send the action control message, use CGUpnpAction:setArgumentValue:forName and CGUpnpAction:post. You should set the action values to the all input arguments, and the output argument values is ignored if you set. The following +> +sample posts a action control request that sets a new time, and output the response result. +> +CGUpnpDevice \*clockDev = \... +> +CGUpnpService \*timeService = \[clockDev getServiceForType:@\"urn:schemas-upnp-org:service:xxxxx:1\"\]; CGUpnpAction \*setTimeAct = \[timeService getActionForName:@\"SetTime\"\]; +> +NSString \*currTime = \.... +> +\[ setTimeAct setArgumentValue: currTime forName:@\"NewTime\"\]; if (\[setTimeAct post\]) { +> +NSArray \*argArray = \[ setTimeAct arguments\]; for (CGUpnpArgument \*arg in argArray) +> +NSLog(@\"%@ = %@\", \[arg name\], \[arg value\]\]); +> +} +> +Similarly, to send the query control message, use CGUpnpStateVariable::query. The following sample posts a query control request, and output the return value. +> +CGUpnpDevice \*clockDev = \.... +> +CGUpnpService \*timeService = \[clockDev getServiceForType:@\"urn:schemas-upnp-org:service:xxxxx:1\"\]; CGUpnpStateVariable \*timeStateVar = \[timeService "time"\]; if (\[timeStateVar query\]) +> + NSLog(@\"%@ = %@\", \[timeStateVar name\], \[timeStateVar value\]\]); + +## 4 License + +Copyright (c) 2008 Satoshi Konno +> +Collectively the Copyright Owners All rights reserved. +> +Subject to the below, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this list of conditions and thefollowing disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and thefollowing disclaimer in the documentation and/or other materials provided with the distribution. + +- Neither the names of the Copyright Owners nor the names of its contributors may be used to endorse orpromote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS \"AS IS\" AND +> +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +> +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +> +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +> +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +> +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +> +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +> +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +> +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +> +While any of the respective Copyright Owners licenses and/or distributes this software and any files contained therein under its or third party copyrights, for clarification it is hereby stated that no patent license explicit or implied is granted by any of the Copyright Owners in connection to this license or distribution of this software. + +[^1]: UPnP™ is a certification mark of the UPnP™ Implementers Corporation.  diff --git a/examples/Makefile.in b/examples/Makefile.in index d2e1d740..672dcdf7 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/clock/Makefile.in b/examples/clock/Makefile.in index b789c83e..96706630 100644 --- a/examples/clock/Makefile.in +++ b/examples/clock/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/clock/unix/Makefile.in b/examples/clock/unix/Makefile.in index e4caa91f..8b4ec514 100644 --- a/examples/clock/unix/Makefile.in +++ b/examples/clock/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -71,6 +71,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -229,8 +231,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -353,25 +357,25 @@ uninstall-samplesPROGRAMS: `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(samplesdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(samplesdir)" && rm -f $$files + cd "$(DESTDIR)$(samplesdir)" && $(am__rm_f) $$files clean-samplesPROGRAMS: - -test -z "$(samples_PROGRAMS)" || rm -f $(samples_PROGRAMS) + -$(am__rm_f) $(samples_PROGRAMS) ../$(am__dirstamp): @$(MKDIR_P) .. - @: > ../$(am__dirstamp) + @: >>../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../$(DEPDIR) - @: > ../$(DEPDIR)/$(am__dirstamp) + @: >>../$(DEPDIR)/$(am__dirstamp) ../clock.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) ../clock_device.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) ../../common/$(am__dirstamp): @$(MKDIR_P) ../../common - @: > ../../common/$(am__dirstamp) + @: >>../../common/$(am__dirstamp) ../../common/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../common/$(DEPDIR) - @: > ../../common/$(DEPDIR)/$(am__dirstamp) + @: >>../../common/$(DEPDIR)/$(am__dirstamp) ../../common/kb_util.$(OBJEXT): ../../common/$(am__dirstamp) \ ../../common/$(DEPDIR)/$(am__dirstamp) @@ -394,7 +398,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -529,12 +533,12 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../$(DEPDIR)/$(am__dirstamp) - -rm -f ../$(am__dirstamp) - -rm -f ../../common/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../common/$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../$(am__dirstamp) + -$(am__rm_f) ../../common/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -544,7 +548,7 @@ clean: clean-am clean-am: clean-generic clean-samplesPROGRAMS mostlyclean-am distclean: distclean-am - -rm -f ../$(DEPDIR)/clock.Po + -rm -f ../$(DEPDIR)/clock.Po -rm -f ../$(DEPDIR)/clock_device.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f ./$(DEPDIR)/clock_main.Po @@ -593,7 +597,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../$(DEPDIR)/clock.Po + -rm -f ../$(DEPDIR)/clock.Po -rm -f ../$(DEPDIR)/clock_device.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f ./$(DEPDIR)/clock_main.Po @@ -637,3 +641,10 @@ uninstall-am: uninstall-samplesPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpavdump/Makefile.in b/examples/upnpavdump/Makefile.in index 91a26e74..a4d40ca3 100644 --- a/examples/upnpavdump/Makefile.in +++ b/examples/upnpavdump/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpavdump/unix/Makefile.in b/examples/upnpavdump/unix/Makefile.in index aa97a1ca..6571e5b2 100644 --- a/examples/upnpavdump/unix/Makefile.in +++ b/examples/upnpavdump/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -71,6 +71,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -228,8 +230,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -348,24 +352,24 @@ uninstall-samplesPROGRAMS: `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(samplesdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(samplesdir)" && rm -f $$files + cd "$(DESTDIR)$(samplesdir)" && $(am__rm_f) $$files clean-samplesPROGRAMS: - -test -z "$(samples_PROGRAMS)" || rm -f $(samples_PROGRAMS) + -$(am__rm_f) $(samples_PROGRAMS) ../$(am__dirstamp): @$(MKDIR_P) .. - @: > ../$(am__dirstamp) + @: >>../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../$(DEPDIR) - @: > ../$(DEPDIR)/$(am__dirstamp) + @: >>../$(DEPDIR)/$(am__dirstamp) ../upnpavdump.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) ../../common/$(am__dirstamp): @$(MKDIR_P) ../../common - @: > ../../common/$(am__dirstamp) + @: >>../../common/$(am__dirstamp) ../../common/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../common/$(DEPDIR) - @: > ../../common/$(DEPDIR)/$(am__dirstamp) + @: >>../../common/$(DEPDIR)/$(am__dirstamp) ../../common/kb_util.$(OBJEXT): ../../common/$(am__dirstamp) \ ../../common/$(DEPDIR)/$(am__dirstamp) @@ -386,7 +390,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -521,12 +525,12 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../$(DEPDIR)/$(am__dirstamp) - -rm -f ../$(am__dirstamp) - -rm -f ../../common/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../common/$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../$(am__dirstamp) + -$(am__rm_f) ../../common/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -536,7 +540,7 @@ clean: clean-am clean-am: clean-generic clean-samplesPROGRAMS mostlyclean-am distclean: distclean-am - -rm -f ../$(DEPDIR)/upnpavdump.Po + -rm -f ../$(DEPDIR)/upnpavdump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ @@ -583,7 +587,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../$(DEPDIR)/upnpavdump.Po + -rm -f ../$(DEPDIR)/upnpavdump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -625,3 +629,10 @@ uninstall-am: uninstall-samplesPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpdump/Makefile.in b/examples/upnpdump/Makefile.in index ff560912..219456a4 100644 --- a/examples/upnpdump/Makefile.in +++ b/examples/upnpdump/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpdump/unix/Makefile.in b/examples/upnpdump/unix/Makefile.in index 0e6967f8..833ae240 100644 --- a/examples/upnpdump/unix/Makefile.in +++ b/examples/upnpdump/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -71,6 +71,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -228,8 +230,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -348,23 +352,23 @@ uninstall-samplesPROGRAMS: `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(samplesdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(samplesdir)" && rm -f $$files + cd "$(DESTDIR)$(samplesdir)" && $(am__rm_f) $$files clean-samplesPROGRAMS: - -test -z "$(samples_PROGRAMS)" || rm -f $(samples_PROGRAMS) + -$(am__rm_f) $(samples_PROGRAMS) ../$(am__dirstamp): @$(MKDIR_P) .. - @: > ../$(am__dirstamp) + @: >>../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../$(DEPDIR) - @: > ../$(DEPDIR)/$(am__dirstamp) + @: >>../$(DEPDIR)/$(am__dirstamp) ../upnpdump.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) ../../common/$(am__dirstamp): @$(MKDIR_P) ../../common - @: > ../../common/$(am__dirstamp) + @: >>../../common/$(am__dirstamp) ../../common/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../common/$(DEPDIR) - @: > ../../common/$(DEPDIR)/$(am__dirstamp) + @: >>../../common/$(DEPDIR)/$(am__dirstamp) ../../common/kb_util.$(OBJEXT): ../../common/$(am__dirstamp) \ ../../common/$(DEPDIR)/$(am__dirstamp) @@ -385,7 +389,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -520,12 +524,12 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../$(DEPDIR)/$(am__dirstamp) - -rm -f ../$(am__dirstamp) - -rm -f ../../common/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../common/$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../$(am__dirstamp) + -$(am__rm_f) ../../common/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -535,7 +539,7 @@ clean: clean-am clean-am: clean-generic clean-samplesPROGRAMS mostlyclean-am distclean: distclean-am - -rm -f ../$(DEPDIR)/upnpdump.Po + -rm -f ../$(DEPDIR)/upnpdump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ @@ -582,7 +586,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../$(DEPDIR)/upnpdump.Po + -rm -f ../$(DEPDIR)/upnpdump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -624,3 +628,10 @@ uninstall-am: uninstall-samplesPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpigddump/Makefile.in b/examples/upnpigddump/Makefile.in index 339910d0..0671001e 100644 --- a/examples/upnpigddump/Makefile.in +++ b/examples/upnpigddump/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/examples/upnpigddump/unix/Makefile.in b/examples/upnpigddump/unix/Makefile.in index 91042cef..5cdda136 100644 --- a/examples/upnpigddump/unix/Makefile.in +++ b/examples/upnpigddump/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -71,6 +71,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -228,8 +230,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -348,24 +352,24 @@ uninstall-samplesPROGRAMS: `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(samplesdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(samplesdir)" && rm -f $$files + cd "$(DESTDIR)$(samplesdir)" && $(am__rm_f) $$files clean-samplesPROGRAMS: - -test -z "$(samples_PROGRAMS)" || rm -f $(samples_PROGRAMS) + -$(am__rm_f) $(samples_PROGRAMS) ../$(am__dirstamp): @$(MKDIR_P) .. - @: > ../$(am__dirstamp) + @: >>../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../$(DEPDIR) - @: > ../$(DEPDIR)/$(am__dirstamp) + @: >>../$(DEPDIR)/$(am__dirstamp) ../upnpigddump.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) ../../common/$(am__dirstamp): @$(MKDIR_P) ../../common - @: > ../../common/$(am__dirstamp) + @: >>../../common/$(am__dirstamp) ../../common/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../common/$(DEPDIR) - @: > ../../common/$(DEPDIR)/$(am__dirstamp) + @: >>../../common/$(DEPDIR)/$(am__dirstamp) ../../common/kb_util.$(OBJEXT): ../../common/$(am__dirstamp) \ ../../common/$(DEPDIR)/$(am__dirstamp) @@ -386,7 +390,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -521,12 +525,12 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../$(DEPDIR)/$(am__dirstamp) - -rm -f ../$(am__dirstamp) - -rm -f ../../common/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../common/$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../$(am__dirstamp) + -$(am__rm_f) ../../common/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../common/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -536,7 +540,7 @@ clean: clean-am clean-am: clean-generic clean-samplesPROGRAMS mostlyclean-am distclean: distclean-am - -rm -f ../$(DEPDIR)/upnpigddump.Po + -rm -f ../$(DEPDIR)/upnpigddump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ @@ -583,7 +587,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../$(DEPDIR)/upnpigddump.Po + -rm -f ../$(DEPDIR)/upnpigddump.Po -rm -f ../../common/$(DEPDIR)/kb_util.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -625,3 +629,10 @@ uninstall-am: uninstall-samplesPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/include/Makefile.am b/include/Makefile.am index cba38e99..83b2f17d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,43 +7,43 @@ ############################################################ mupnp_headers = \ - ./mupnp/xml/xml.h \ - ./mupnp/upnp_status.h \ - ./mupnp/device.h \ - ./mupnp/typedef.h \ - ./mupnp/version.h \ - ./mupnp/controlpoint.h \ - ./mupnp/control/control.h \ - ./mupnp/ssdp/ssdp_server.h \ - ./mupnp/ssdp/ssdp.h \ - ./mupnp/service.h \ - ./mupnp/soap/soap.h \ - ./mupnp/statevariable.h \ ./mupnp/upnp_limit.h \ - ./mupnp/argument.h \ - ./mupnp/net/socket.h \ - ./mupnp/net/interface.h \ + ./mupnp/statevariable.h \ + ./mupnp/upnp_function.h \ + ./mupnp/version.h \ ./mupnp/net/uri.h \ + ./mupnp/net/interface.h \ ./mupnp/net/url.h \ - ./mupnp/event/property.h \ - ./mupnp/event/subscriber.h \ - ./mupnp/event/subscription.h \ - ./mupnp/event/notify.h \ - ./mupnp/event/event.h \ - ./mupnp/http/http.h \ - ./mupnp/util/cond.h \ + ./mupnp/net/socket.h \ + ./mupnp/device.h \ + ./mupnp/util/time.h \ ./mupnp/util/list.h \ - ./mupnp/util/log.h \ + ./mupnp/util/thread.h \ ./mupnp/util/dictionary.h \ - ./mupnp/util/string.h \ + ./mupnp/util/log.h \ + ./mupnp/util/cond.h \ ./mupnp/util/mutex.h \ - ./mupnp/util/thread.h \ - ./mupnp/util/time.h \ - ./mupnp/upnp_function.h \ + ./mupnp/util/string.h \ + ./mupnp/argument.h \ + ./mupnp/service.h \ ./mupnp/icon.h \ - ./mupnp/action.h \ ./mupnp/upnp.h \ - ./mupnp/io/file.h + ./mupnp/io/file.h \ + ./mupnp/soap/soap.h \ + ./mupnp/action.h \ + ./mupnp/xml/xml.h \ + ./mupnp/http/http.h \ + ./mupnp/controlpoint.h \ + ./mupnp/ssdp/ssdp.h \ + ./mupnp/ssdp/ssdp_server.h \ + ./mupnp/event/event.h \ + ./mupnp/event/notify.h \ + ./mupnp/event/subscriber.h \ + ./mupnp/event/subscription.h \ + ./mupnp/event/property.h \ + ./mupnp/control/control.h \ + ./mupnp/typedef.h \ + ./mupnp/upnp_status.h mupnp/upnp.h: $(top_builddir)/config.h diff --git a/include/Makefile.in b/include/Makefile.in index 39b42de4..f642a3e9 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -78,6 +78,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -146,10 +148,9 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ } am__installdirs = "$(DESTDIR)$(includedir)" HEADERS = $(nobase_include_HEADERS) @@ -237,8 +238,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -273,43 +276,43 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ mupnp_headers = \ - ./mupnp/xml/xml.h \ - ./mupnp/upnp_status.h \ - ./mupnp/device.h \ - ./mupnp/typedef.h \ - ./mupnp/version.h \ - ./mupnp/controlpoint.h \ - ./mupnp/control/control.h \ - ./mupnp/ssdp/ssdp_server.h \ - ./mupnp/ssdp/ssdp.h \ - ./mupnp/service.h \ - ./mupnp/soap/soap.h \ - ./mupnp/statevariable.h \ ./mupnp/upnp_limit.h \ - ./mupnp/argument.h \ - ./mupnp/net/socket.h \ - ./mupnp/net/interface.h \ + ./mupnp/statevariable.h \ + ./mupnp/upnp_function.h \ + ./mupnp/version.h \ ./mupnp/net/uri.h \ + ./mupnp/net/interface.h \ ./mupnp/net/url.h \ - ./mupnp/event/property.h \ - ./mupnp/event/subscriber.h \ - ./mupnp/event/subscription.h \ - ./mupnp/event/notify.h \ - ./mupnp/event/event.h \ - ./mupnp/http/http.h \ - ./mupnp/util/cond.h \ + ./mupnp/net/socket.h \ + ./mupnp/device.h \ + ./mupnp/util/time.h \ ./mupnp/util/list.h \ - ./mupnp/util/log.h \ + ./mupnp/util/thread.h \ ./mupnp/util/dictionary.h \ - ./mupnp/util/string.h \ + ./mupnp/util/log.h \ + ./mupnp/util/cond.h \ ./mupnp/util/mutex.h \ - ./mupnp/util/thread.h \ - ./mupnp/util/time.h \ - ./mupnp/upnp_function.h \ + ./mupnp/util/string.h \ + ./mupnp/argument.h \ + ./mupnp/service.h \ ./mupnp/icon.h \ - ./mupnp/action.h \ ./mupnp/upnp.h \ - ./mupnp/io/file.h + ./mupnp/io/file.h \ + ./mupnp/soap/soap.h \ + ./mupnp/action.h \ + ./mupnp/xml/xml.h \ + ./mupnp/http/http.h \ + ./mupnp/controlpoint.h \ + ./mupnp/ssdp/ssdp.h \ + ./mupnp/ssdp/ssdp_server.h \ + ./mupnp/event/event.h \ + ./mupnp/event/notify.h \ + ./mupnp/event/subscriber.h \ + ./mupnp/event/subscription.h \ + ./mupnp/event/property.h \ + ./mupnp/control/control.h \ + ./mupnp/typedef.h \ + ./mupnp/upnp_status.h nobase_include_HEADERS = \ $(mupnp_headers) @@ -486,8 +489,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -583,3 +586,10 @@ mupnp/upnp.h: $(top_builddir)/config.h # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/lib/Makefile.in b/lib/Makefile.in index 3447d2fe..afd46977 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/lib/unix/Makefile.am b/lib/unix/Makefile.am index 54604bae..5344233f 100644 --- a/lib/unix/Makefile.am +++ b/lib/unix/Makefile.am @@ -15,101 +15,101 @@ lib_LIBRARIES = libmupnp.a AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @HTTP_CFLAGS@ @CLOG_DEBUG_FLAGS@ mupnp_sources = \ - ../../src/mupnp/xml/xml_attribute_list.c \ - ../../src/mupnp/xml/xml_node_list.c \ - ../../src/mupnp/xml/xml_parser_expat.c \ - ../../src/mupnp/xml/xml_function.c \ - ../../src/mupnp/xml/xml_node.c \ - ../../src/mupnp/xml/xml_parser_libxml2.c \ - ../../src/mupnp/xml/xml_attribute.c \ - ../../src/mupnp/xml/xml_parser.c \ - ../../src/mupnp/service_ssdp_server.c \ - ../../src/mupnp/action.c \ - ../../src/mupnp/service_list.c \ - ../../src/mupnp/device_ssdp_server.c \ - ../../src/mupnp/argument.c \ - ../../src/mupnp/upnp_function.c \ - ../../src/mupnp/controlpoint_event.c \ - ../../src/mupnp/controlpoint_http_server.c \ - ../../src/mupnp/control/action_response.c \ - ../../src/mupnp/control/action_ctrl.c \ - ../../src/mupnp/control/query_response.c \ - ../../src/mupnp/control/action_request.c \ - ../../src/mupnp/control/query_ctrl.c \ - ../../src/mupnp/control/control_function.c \ - ../../src/mupnp/control/query_request.c \ - ../../src/mupnp/ssdp/ssdp_response_server.c \ - ../../src/mupnp/ssdp/ssdp_server.c \ - ../../src/mupnp/ssdp/ssdp_packet.c \ - ../../src/mupnp/ssdp/ssdp_request.c \ - ../../src/mupnp/ssdp/ssdp.c \ - ../../src/mupnp/ssdp/ssdp_server_list.c \ - ../../src/mupnp/ssdp/httpu_socket.c \ - ../../src/mupnp/ssdp/ssdp_socket.c \ - ../../src/mupnp/ssdp/httpmu_socket.c \ - ../../src/mupnp/ssdp/ssdp_response.c \ - ../../src/mupnp/ssdp/ssdp_response_server_list.c \ - ../../src/mupnp/service_notify.c \ - ../../src/mupnp/device_advertiser.c \ - ../../src/mupnp/controlpoint.c \ - ../../src/mupnp/soap/soap.c \ - ../../src/mupnp/soap/soap_request.c \ - ../../src/mupnp/soap/soap_response.c \ - ../../src/mupnp/servicestate_table.c \ - ../../src/mupnp/device.c \ ../../src/mupnp/net/url.c \ ../../src/mupnp/net/socket_list.c \ - ../../src/mupnp/net/socket.c \ ../../src/mupnp/net/interface_function.c \ - ../../src/mupnp/net/uri.c \ - ../../src/mupnp/net/net_function.c \ ../../src/mupnp/net/interface.c \ ../../src/mupnp/net/datagram_packet.c \ ../../src/mupnp/net/interface_list.c \ - ../../src/mupnp/event/subscription_request.c \ - ../../src/mupnp/event/notify_request.c \ - ../../src/mupnp/event/subscription.c \ - ../../src/mupnp/event/property.c \ - ../../src/mupnp/event/subscriber.c \ - ../../src/mupnp/event/property_list.c \ - ../../src/mupnp/event/eventlistener_list.c \ - ../../src/mupnp/event/subscription_response.c \ - ../../src/mupnp/event/subscriber_list.c \ - ../../src/mupnp/icon_list.c \ - ../../src/mupnp/http/http_request.c \ - ../../src/mupnp/http/http_header_list.c \ - ../../src/mupnp/http/http_server.c \ - ../../src/mupnp/http/http_packet.c \ - ../../src/mupnp/http/http_persistent_connection.c \ - ../../src/mupnp/http/http_date.c \ - ../../src/mupnp/http/http.c \ - ../../src/mupnp/http/http_server_list.c \ - ../../src/mupnp/http/http_header.c \ - ../../src/mupnp/http/http_response.c \ - ../../src/mupnp/util/time.c \ + ../../src/mupnp/net/net_function.c \ + ../../src/mupnp/net/socket.c \ + ../../src/mupnp/net/uri.c \ + ../../src/mupnp/device_list.c \ + ../../src/mupnp/controlpoint.c \ + ../../src/mupnp/util/dictionary.c \ + ../../src/mupnp/util/log.c \ ../../src/mupnp/util/thread.c \ - ../../src/mupnp/util/dictionary_elem.c \ - ../../src/mupnp/util/time_wince.c \ - ../../src/mupnp/util/string_function.c \ ../../src/mupnp/util/list.c \ - ../../src/mupnp/util/string_tokenizer.c \ + ../../src/mupnp/util/dictionary_elem.c \ ../../src/mupnp/util/thread_list.c \ ../../src/mupnp/util/mutex.c \ - ../../src/mupnp/util/dictionary.c \ ../../src/mupnp/util/cond.c \ ../../src/mupnp/util/string.c \ - ../../src/mupnp/util/log.c \ - ../../src/mupnp/argument_list.c \ - ../../src/mupnp/icon.c \ + ../../src/mupnp/util/string_function.c \ + ../../src/mupnp/util/time.c \ + ../../src/mupnp/util/time_wince.c \ + ../../src/mupnp/util/string_tokenizer.c \ + ../../src/mupnp/service_ssdp_server.c \ + ../../src/mupnp/io/file.c \ + ../../src/mupnp/io/file_list.c \ + ../../src/mupnp/servicestate_table.c \ ../../src/mupnp/upnp_status.c \ - ../../src/mupnp/statevariable.c \ - ../../src/mupnp/device_http_server.c \ - ../../src/mupnp/device_list.c \ + ../../src/mupnp/service_notify.c \ ../../src/mupnp/action_list.c \ - ../../src/mupnp/io/file_list.c \ - ../../src/mupnp/io/file.c \ + ../../src/mupnp/controlpoint_http_server.c \ + ../../src/mupnp/soap/soap.c \ + ../../src/mupnp/soap/soap_request.c \ + ../../src/mupnp/soap/soap_response.c \ + ../../src/mupnp/xml/xml_attribute_list.c \ + ../../src/mupnp/xml/xml_parser_libxml2.c \ + ../../src/mupnp/xml/xml_node.c \ + ../../src/mupnp/xml/xml_function.c \ + ../../src/mupnp/xml/xml_parser_expat.c \ + ../../src/mupnp/xml/xml_node_list.c \ + ../../src/mupnp/xml/xml_attribute.c \ + ../../src/mupnp/xml/xml_parser.c \ + ../../src/mupnp/service_list.c \ + ../../src/mupnp/device_advertiser.c \ + ../../src/mupnp/upnp_function.c \ + ../../src/mupnp/service_std_dcp.c \ + ../../src/mupnp/statevariable.c \ + ../../src/mupnp/http/http_response.c \ + ../../src/mupnp/http/http_packet.c \ + ../../src/mupnp/http/http_date.c \ + ../../src/mupnp/http/http_request.c \ + ../../src/mupnp/http/http_header_list.c \ + ../../src/mupnp/http/http_server.c \ + ../../src/mupnp/http/http_persistent_connection.c \ + ../../src/mupnp/http/http_server_list.c \ + ../../src/mupnp/http/http_header.c \ + ../../src/mupnp/http/http.c \ ../../src/mupnp/service.c \ - ../../src/mupnp/service_std_dcp.c + ../../src/mupnp/argument.c \ + ../../src/mupnp/device.c \ + ../../src/mupnp/controlpoint_event.c \ + ../../src/mupnp/ssdp/ssdp_response_server_list.c \ + ../../src/mupnp/ssdp/httpu_socket.c \ + ../../src/mupnp/ssdp/ssdp_server_list.c \ + ../../src/mupnp/ssdp/ssdp_response.c \ + ../../src/mupnp/ssdp/ssdp_packet.c \ + ../../src/mupnp/ssdp/ssdp_response_server.c \ + ../../src/mupnp/ssdp/ssdp_socket.c \ + ../../src/mupnp/ssdp/ssdp_server.c \ + ../../src/mupnp/ssdp/ssdp_request.c \ + ../../src/mupnp/ssdp/httpmu_socket.c \ + ../../src/mupnp/ssdp/ssdp.c \ + ../../src/mupnp/device_ssdp_server.c \ + ../../src/mupnp/icon.c \ + ../../src/mupnp/device_http_server.c \ + ../../src/mupnp/action.c \ + ../../src/mupnp/icon_list.c \ + ../../src/mupnp/event/subscriber.c \ + ../../src/mupnp/event/eventlistener_list.c \ + ../../src/mupnp/event/subscription.c \ + ../../src/mupnp/event/property_list.c \ + ../../src/mupnp/event/notify_request.c \ + ../../src/mupnp/event/subscription_request.c \ + ../../src/mupnp/event/subscriber_list.c \ + ../../src/mupnp/event/property.c \ + ../../src/mupnp/event/subscription_response.c \ + ../../src/mupnp/control/query_ctrl.c \ + ../../src/mupnp/control/query_response.c \ + ../../src/mupnp/control/action_response.c \ + ../../src/mupnp/control/control_function.c \ + ../../src/mupnp/control/action_ctrl.c \ + ../../src/mupnp/control/action_request.c \ + ../../src/mupnp/control/query_request.c \ + ../../src/mupnp/argument_list.c libmupnpincludedir = $(includedir)/mupnp nobase_libmupnpinclude_HEADERS = \ diff --git a/lib/unix/Makefile.in b/lib/unix/Makefile.in index 59267ce6..c648f6eb 100644 --- a/lib/unix/Makefile.in +++ b/lib/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -79,6 +79,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -128,119 +130,118 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ } am__installdirs = "$(DESTDIR)$(libdir)" \ "$(DESTDIR)$(libmupnpincludedir)" LIBRARIES = $(lib_LIBRARIES) AR = ar -ARFLAGS = cru +ARFLAGS = cr AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) am__v_AR_0 = @echo " AR " $@; am__v_AR_1 = libmupnp_a_AR = $(AR) $(ARFLAGS) +libmupnp_a_RANLIB = $(RANLIB) libmupnp_a_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp -am__objects_1 = \ - ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_node_list.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_function.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_node.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_attribute.$(OBJEXT) \ - ../../src/mupnp/xml/libmupnp_a-xml_parser.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-service_ssdp_server.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-action.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-service_list.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-device_ssdp_server.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-argument.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-upnp_function.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-controlpoint_event.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-controlpoint_http_server.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-action_response.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-action_ctrl.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-query_response.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-action_request.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-query_ctrl.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-control_function.$(OBJEXT) \ - ../../src/mupnp/control/libmupnp_a-query_request.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.$(OBJEXT) \ - ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-service_notify.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-device_advertiser.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-controlpoint.$(OBJEXT) \ - ../../src/mupnp/soap/libmupnp_a-soap.$(OBJEXT) \ - ../../src/mupnp/soap/libmupnp_a-soap_request.$(OBJEXT) \ - ../../src/mupnp/soap/libmupnp_a-soap_response.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-servicestate_table.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-device.$(OBJEXT) \ - ../../src/mupnp/net/libmupnp_a-url.$(OBJEXT) \ +am__objects_1 = ../../src/mupnp/net/libmupnp_a-url.$(OBJEXT) \ ../../src/mupnp/net/libmupnp_a-socket_list.$(OBJEXT) \ - ../../src/mupnp/net/libmupnp_a-socket.$(OBJEXT) \ ../../src/mupnp/net/libmupnp_a-interface_function.$(OBJEXT) \ - ../../src/mupnp/net/libmupnp_a-uri.$(OBJEXT) \ - ../../src/mupnp/net/libmupnp_a-net_function.$(OBJEXT) \ ../../src/mupnp/net/libmupnp_a-interface.$(OBJEXT) \ ../../src/mupnp/net/libmupnp_a-datagram_packet.$(OBJEXT) \ ../../src/mupnp/net/libmupnp_a-interface_list.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-subscription_request.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-notify_request.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-subscription.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-property.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-subscriber.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-property_list.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-eventlistener_list.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-subscription_response.$(OBJEXT) \ - ../../src/mupnp/event/libmupnp_a-subscriber_list.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-icon_list.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_request.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_header_list.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_server.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_packet.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_persistent_connection.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_date.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_server_list.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_header.$(OBJEXT) \ - ../../src/mupnp/http/libmupnp_a-http_response.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-time.$(OBJEXT) \ + ../../src/mupnp/net/libmupnp_a-net_function.$(OBJEXT) \ + ../../src/mupnp/net/libmupnp_a-socket.$(OBJEXT) \ + ../../src/mupnp/net/libmupnp_a-uri.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-device_list.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-controlpoint.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-dictionary.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-log.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-thread.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-dictionary_elem.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-time_wince.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-string_function.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-list.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-string_tokenizer.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-dictionary_elem.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-thread_list.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-mutex.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-dictionary.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-cond.$(OBJEXT) \ ../../src/mupnp/util/libmupnp_a-string.$(OBJEXT) \ - ../../src/mupnp/util/libmupnp_a-log.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-argument_list.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-icon.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-string_function.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-time.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-time_wince.$(OBJEXT) \ + ../../src/mupnp/util/libmupnp_a-string_tokenizer.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-service_ssdp_server.$(OBJEXT) \ + ../../src/mupnp/io/libmupnp_a-file.$(OBJEXT) \ + ../../src/mupnp/io/libmupnp_a-file_list.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-servicestate_table.$(OBJEXT) \ ../../src/mupnp/libmupnp_a-upnp_status.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-statevariable.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-device_http_server.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-device_list.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-service_notify.$(OBJEXT) \ ../../src/mupnp/libmupnp_a-action_list.$(OBJEXT) \ - ../../src/mupnp/io/libmupnp_a-file_list.$(OBJEXT) \ - ../../src/mupnp/io/libmupnp_a-file.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-controlpoint_http_server.$(OBJEXT) \ + ../../src/mupnp/soap/libmupnp_a-soap.$(OBJEXT) \ + ../../src/mupnp/soap/libmupnp_a-soap_request.$(OBJEXT) \ + ../../src/mupnp/soap/libmupnp_a-soap_response.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_node.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_function.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_node_list.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_attribute.$(OBJEXT) \ + ../../src/mupnp/xml/libmupnp_a-xml_parser.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-service_list.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-device_advertiser.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-upnp_function.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-service_std_dcp.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-statevariable.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_response.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_packet.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_date.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_request.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_header_list.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_server.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_persistent_connection.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_server_list.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http_header.$(OBJEXT) \ + ../../src/mupnp/http/libmupnp_a-http.$(OBJEXT) \ ../../src/mupnp/libmupnp_a-service.$(OBJEXT) \ - ../../src/mupnp/libmupnp_a-service_std_dcp.$(OBJEXT) + ../../src/mupnp/libmupnp_a-argument.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-device.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-controlpoint_event.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.$(OBJEXT) \ + ../../src/mupnp/ssdp/libmupnp_a-ssdp.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-device_ssdp_server.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-icon.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-device_http_server.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-action.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-icon_list.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-subscriber.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-eventlistener_list.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-subscription.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-property_list.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-notify_request.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-subscription_request.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-subscriber_list.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-property.$(OBJEXT) \ + ../../src/mupnp/event/libmupnp_a-subscription_response.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-query_ctrl.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-query_response.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-action_response.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-control_function.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-action_ctrl.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-action_request.$(OBJEXT) \ + ../../src/mupnp/control/libmupnp_a-query_request.$(OBJEXT) \ + ../../src/mupnp/libmupnp_a-argument_list.$(OBJEXT) am_libmupnp_a_OBJECTS = $(am__objects_1) libmupnp_a_OBJECTS = $(am_libmupnp_a_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) @@ -462,8 +463,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -505,105 +508,105 @@ lib_LIBRARIES = libmupnp.a #endif AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @HTTP_CFLAGS@ @CLOG_DEBUG_FLAGS@ mupnp_sources = \ - ../../src/mupnp/xml/xml_attribute_list.c \ - ../../src/mupnp/xml/xml_node_list.c \ - ../../src/mupnp/xml/xml_parser_expat.c \ - ../../src/mupnp/xml/xml_function.c \ - ../../src/mupnp/xml/xml_node.c \ - ../../src/mupnp/xml/xml_parser_libxml2.c \ - ../../src/mupnp/xml/xml_attribute.c \ - ../../src/mupnp/xml/xml_parser.c \ - ../../src/mupnp/service_ssdp_server.c \ - ../../src/mupnp/action.c \ - ../../src/mupnp/service_list.c \ - ../../src/mupnp/device_ssdp_server.c \ - ../../src/mupnp/argument.c \ - ../../src/mupnp/upnp_function.c \ - ../../src/mupnp/controlpoint_event.c \ - ../../src/mupnp/controlpoint_http_server.c \ - ../../src/mupnp/control/action_response.c \ - ../../src/mupnp/control/action_ctrl.c \ - ../../src/mupnp/control/query_response.c \ - ../../src/mupnp/control/action_request.c \ - ../../src/mupnp/control/query_ctrl.c \ - ../../src/mupnp/control/control_function.c \ - ../../src/mupnp/control/query_request.c \ - ../../src/mupnp/ssdp/ssdp_response_server.c \ - ../../src/mupnp/ssdp/ssdp_server.c \ - ../../src/mupnp/ssdp/ssdp_packet.c \ - ../../src/mupnp/ssdp/ssdp_request.c \ - ../../src/mupnp/ssdp/ssdp.c \ - ../../src/mupnp/ssdp/ssdp_server_list.c \ - ../../src/mupnp/ssdp/httpu_socket.c \ - ../../src/mupnp/ssdp/ssdp_socket.c \ - ../../src/mupnp/ssdp/httpmu_socket.c \ - ../../src/mupnp/ssdp/ssdp_response.c \ - ../../src/mupnp/ssdp/ssdp_response_server_list.c \ - ../../src/mupnp/service_notify.c \ - ../../src/mupnp/device_advertiser.c \ - ../../src/mupnp/controlpoint.c \ - ../../src/mupnp/soap/soap.c \ - ../../src/mupnp/soap/soap_request.c \ - ../../src/mupnp/soap/soap_response.c \ - ../../src/mupnp/servicestate_table.c \ - ../../src/mupnp/device.c \ ../../src/mupnp/net/url.c \ ../../src/mupnp/net/socket_list.c \ - ../../src/mupnp/net/socket.c \ ../../src/mupnp/net/interface_function.c \ - ../../src/mupnp/net/uri.c \ - ../../src/mupnp/net/net_function.c \ ../../src/mupnp/net/interface.c \ ../../src/mupnp/net/datagram_packet.c \ ../../src/mupnp/net/interface_list.c \ - ../../src/mupnp/event/subscription_request.c \ - ../../src/mupnp/event/notify_request.c \ - ../../src/mupnp/event/subscription.c \ - ../../src/mupnp/event/property.c \ - ../../src/mupnp/event/subscriber.c \ - ../../src/mupnp/event/property_list.c \ - ../../src/mupnp/event/eventlistener_list.c \ - ../../src/mupnp/event/subscription_response.c \ - ../../src/mupnp/event/subscriber_list.c \ - ../../src/mupnp/icon_list.c \ - ../../src/mupnp/http/http_request.c \ - ../../src/mupnp/http/http_header_list.c \ - ../../src/mupnp/http/http_server.c \ - ../../src/mupnp/http/http_packet.c \ - ../../src/mupnp/http/http_persistent_connection.c \ - ../../src/mupnp/http/http_date.c \ - ../../src/mupnp/http/http.c \ - ../../src/mupnp/http/http_server_list.c \ - ../../src/mupnp/http/http_header.c \ - ../../src/mupnp/http/http_response.c \ - ../../src/mupnp/util/time.c \ + ../../src/mupnp/net/net_function.c \ + ../../src/mupnp/net/socket.c \ + ../../src/mupnp/net/uri.c \ + ../../src/mupnp/device_list.c \ + ../../src/mupnp/controlpoint.c \ + ../../src/mupnp/util/dictionary.c \ + ../../src/mupnp/util/log.c \ ../../src/mupnp/util/thread.c \ - ../../src/mupnp/util/dictionary_elem.c \ - ../../src/mupnp/util/time_wince.c \ - ../../src/mupnp/util/string_function.c \ ../../src/mupnp/util/list.c \ - ../../src/mupnp/util/string_tokenizer.c \ + ../../src/mupnp/util/dictionary_elem.c \ ../../src/mupnp/util/thread_list.c \ ../../src/mupnp/util/mutex.c \ - ../../src/mupnp/util/dictionary.c \ ../../src/mupnp/util/cond.c \ ../../src/mupnp/util/string.c \ - ../../src/mupnp/util/log.c \ - ../../src/mupnp/argument_list.c \ - ../../src/mupnp/icon.c \ + ../../src/mupnp/util/string_function.c \ + ../../src/mupnp/util/time.c \ + ../../src/mupnp/util/time_wince.c \ + ../../src/mupnp/util/string_tokenizer.c \ + ../../src/mupnp/service_ssdp_server.c \ + ../../src/mupnp/io/file.c \ + ../../src/mupnp/io/file_list.c \ + ../../src/mupnp/servicestate_table.c \ ../../src/mupnp/upnp_status.c \ - ../../src/mupnp/statevariable.c \ - ../../src/mupnp/device_http_server.c \ - ../../src/mupnp/device_list.c \ + ../../src/mupnp/service_notify.c \ ../../src/mupnp/action_list.c \ - ../../src/mupnp/io/file_list.c \ - ../../src/mupnp/io/file.c \ - ../../src/mupnp/service.c \ - ../../src/mupnp/service_std_dcp.c - -libmupnpincludedir = $(includedir)/mupnp -nobase_libmupnpinclude_HEADERS = \ - $(mupnp_headers) + ../../src/mupnp/controlpoint_http_server.c \ + ../../src/mupnp/soap/soap.c \ + ../../src/mupnp/soap/soap_request.c \ + ../../src/mupnp/soap/soap_response.c \ + ../../src/mupnp/xml/xml_attribute_list.c \ + ../../src/mupnp/xml/xml_parser_libxml2.c \ + ../../src/mupnp/xml/xml_node.c \ + ../../src/mupnp/xml/xml_function.c \ + ../../src/mupnp/xml/xml_parser_expat.c \ + ../../src/mupnp/xml/xml_node_list.c \ + ../../src/mupnp/xml/xml_attribute.c \ + ../../src/mupnp/xml/xml_parser.c \ + ../../src/mupnp/service_list.c \ + ../../src/mupnp/device_advertiser.c \ + ../../src/mupnp/upnp_function.c \ + ../../src/mupnp/service_std_dcp.c \ + ../../src/mupnp/statevariable.c \ + ../../src/mupnp/http/http_response.c \ + ../../src/mupnp/http/http_packet.c \ + ../../src/mupnp/http/http_date.c \ + ../../src/mupnp/http/http_request.c \ + ../../src/mupnp/http/http_header_list.c \ + ../../src/mupnp/http/http_server.c \ + ../../src/mupnp/http/http_persistent_connection.c \ + ../../src/mupnp/http/http_server_list.c \ + ../../src/mupnp/http/http_header.c \ + ../../src/mupnp/http/http.c \ + ../../src/mupnp/service.c \ + ../../src/mupnp/argument.c \ + ../../src/mupnp/device.c \ + ../../src/mupnp/controlpoint_event.c \ + ../../src/mupnp/ssdp/ssdp_response_server_list.c \ + ../../src/mupnp/ssdp/httpu_socket.c \ + ../../src/mupnp/ssdp/ssdp_server_list.c \ + ../../src/mupnp/ssdp/ssdp_response.c \ + ../../src/mupnp/ssdp/ssdp_packet.c \ + ../../src/mupnp/ssdp/ssdp_response_server.c \ + ../../src/mupnp/ssdp/ssdp_socket.c \ + ../../src/mupnp/ssdp/ssdp_server.c \ + ../../src/mupnp/ssdp/ssdp_request.c \ + ../../src/mupnp/ssdp/httpmu_socket.c \ + ../../src/mupnp/ssdp/ssdp.c \ + ../../src/mupnp/device_ssdp_server.c \ + ../../src/mupnp/icon.c \ + ../../src/mupnp/device_http_server.c \ + ../../src/mupnp/action.c \ + ../../src/mupnp/icon_list.c \ + ../../src/mupnp/event/subscriber.c \ + ../../src/mupnp/event/eventlistener_list.c \ + ../../src/mupnp/event/subscription.c \ + ../../src/mupnp/event/property_list.c \ + ../../src/mupnp/event/notify_request.c \ + ../../src/mupnp/event/subscription_request.c \ + ../../src/mupnp/event/subscriber_list.c \ + ../../src/mupnp/event/property.c \ + ../../src/mupnp/event/subscription_response.c \ + ../../src/mupnp/control/query_ctrl.c \ + ../../src/mupnp/control/query_response.c \ + ../../src/mupnp/control/action_response.c \ + ../../src/mupnp/control/control_function.c \ + ../../src/mupnp/control/action_ctrl.c \ + ../../src/mupnp/control/action_request.c \ + ../../src/mupnp/control/query_request.c \ + ../../src/mupnp/argument_list.c + +libmupnpincludedir = $(includedir)/mupnp +nobase_libmupnpinclude_HEADERS = \ + $(mupnp_headers) #if HAVE_LIBTOOL @@ -678,29 +681,164 @@ uninstall-libLIBRARIES: dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) clean-libLIBRARIES: - -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) + -$(am__rm_f) $(lib_LIBRARIES) +../../src/mupnp/net/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/net + @: >>../../src/mupnp/net/$(am__dirstamp) +../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/net/$(DEPDIR) + @: >>../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-url.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-socket_list.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-interface_function.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-interface.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-datagram_packet.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-interface_list.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-net_function.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-socket.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/net/libmupnp_a-uri.$(OBJEXT): \ + ../../src/mupnp/net/$(am__dirstamp) \ + ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp + @: >>../../src/mupnp/$(am__dirstamp) +../../src/mupnp/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/$(DEPDIR) + @: >>../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-device_list.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-controlpoint.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/util + @: >>../../src/mupnp/util/$(am__dirstamp) +../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/util/$(DEPDIR) + @: >>../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-dictionary.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-log.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-thread.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-list.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-dictionary_elem.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-thread_list.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-mutex.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-cond.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-string.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-string_function.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-time.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-time_wince.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/util/libmupnp_a-string_tokenizer.$(OBJEXT): \ + ../../src/mupnp/util/$(am__dirstamp) \ + ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-service_ssdp_server.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/io/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/io + @: >>../../src/mupnp/io/$(am__dirstamp) +../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/io/$(DEPDIR) + @: >>../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/io/libmupnp_a-file.$(OBJEXT): \ + ../../src/mupnp/io/$(am__dirstamp) \ + ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/io/libmupnp_a-file_list.$(OBJEXT): \ + ../../src/mupnp/io/$(am__dirstamp) \ + ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-servicestate_table.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-upnp_status.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-service_notify.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-action_list.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-controlpoint_http_server.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/soap/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/soap + @: >>../../src/mupnp/soap/$(am__dirstamp) +../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/soap/$(DEPDIR) + @: >>../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/soap/libmupnp_a-soap.$(OBJEXT): \ + ../../src/mupnp/soap/$(am__dirstamp) \ + ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/soap/libmupnp_a-soap_request.$(OBJEXT): \ + ../../src/mupnp/soap/$(am__dirstamp) \ + ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/soap/libmupnp_a-soap_response.$(OBJEXT): \ + ../../src/mupnp/soap/$(am__dirstamp) \ + ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/xml/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/xml - @: > ../../src/mupnp/xml/$(am__dirstamp) + @: >>../../src/mupnp/xml/$(am__dirstamp) ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/xml/$(DEPDIR) - @: > ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) + @: >>../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/xml/libmupnp_a-xml_node_list.$(OBJEXT): \ +../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/xml/libmupnp_a-xml_parser_expat.$(OBJEXT): \ +../../src/mupnp/xml/libmupnp_a-xml_node.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/xml/libmupnp_a-xml_function.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/xml/libmupnp_a-xml_node.$(OBJEXT): \ +../../src/mupnp/xml/libmupnp_a-xml_parser_expat.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.$(OBJEXT): \ +../../src/mupnp/xml/libmupnp_a-xml_node_list.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/xml/libmupnp_a-xml_attribute.$(OBJEXT): \ @@ -709,326 +847,191 @@ clean-libLIBRARIES: ../../src/mupnp/xml/libmupnp_a-xml_parser.$(OBJEXT): \ ../../src/mupnp/xml/$(am__dirstamp) \ ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp - @: > ../../src/mupnp/$(am__dirstamp) -../../src/mupnp/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/$(DEPDIR) - @: > ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-service_ssdp_server.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-service_list.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-action.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-device_advertiser.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-service_list.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-upnp_function.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-device_ssdp_server.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-service_std_dcp.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-argument.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-statevariable.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-upnp_function.$(OBJEXT): \ +../../src/mupnp/http/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/http + @: >>../../src/mupnp/http/$(am__dirstamp) +../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/http/$(DEPDIR) + @: >>../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_response.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_packet.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_date.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_request.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_header_list.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_server.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_persistent_connection.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_server_list.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http_header.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/http/libmupnp_a-http.$(OBJEXT): \ + ../../src/mupnp/http/$(am__dirstamp) \ + ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-service.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-controlpoint_event.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-argument.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-controlpoint_http_server.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-device.$(OBJEXT): \ + ../../src/mupnp/$(am__dirstamp) \ + ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/libmupnp_a-controlpoint_event.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/control - @: > ../../src/mupnp/control/$(am__dirstamp) -../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/control/$(DEPDIR) - @: > ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-action_response.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-action_ctrl.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-query_response.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-action_request.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-query_ctrl.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-control_function.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/control/libmupnp_a-query_request.$(OBJEXT): \ - ../../src/mupnp/control/$(am__dirstamp) \ - ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/ssdp/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/ssdp - @: > ../../src/mupnp/ssdp/$(am__dirstamp) + @: >>../../src/mupnp/ssdp/$(am__dirstamp) ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/ssdp/$(DEPDIR) - @: > ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.$(OBJEXT): \ + @: >>../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_server.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-httpu_socket.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_request.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_response.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-httpu_socket.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_server.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp_request.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_response.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.$(OBJEXT): \ +../../src/mupnp/ssdp/libmupnp_a-ssdp.$(OBJEXT): \ ../../src/mupnp/ssdp/$(am__dirstamp) \ ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-service_notify.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-device_ssdp_server.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-device_advertiser.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-icon.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-controlpoint.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-device_http_server.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/soap/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/soap - @: > ../../src/mupnp/soap/$(am__dirstamp) -../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/soap/$(DEPDIR) - @: > ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/soap/libmupnp_a-soap.$(OBJEXT): \ - ../../src/mupnp/soap/$(am__dirstamp) \ - ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/soap/libmupnp_a-soap_request.$(OBJEXT): \ - ../../src/mupnp/soap/$(am__dirstamp) \ - ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/soap/libmupnp_a-soap_response.$(OBJEXT): \ - ../../src/mupnp/soap/$(am__dirstamp) \ - ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-servicestate_table.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-action.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-device.$(OBJEXT): \ +../../src/mupnp/libmupnp_a-icon_list.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/net - @: > ../../src/mupnp/net/$(am__dirstamp) -../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/net/$(DEPDIR) - @: > ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-url.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-socket_list.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-socket.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-interface_function.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-uri.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-net_function.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-interface.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-datagram_packet.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/net/libmupnp_a-interface_list.$(OBJEXT): \ - ../../src/mupnp/net/$(am__dirstamp) \ - ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/event/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/event - @: > ../../src/mupnp/event/$(am__dirstamp) + @: >>../../src/mupnp/event/$(am__dirstamp) ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../../src/mupnp/event/$(DEPDIR) - @: > ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-subscription_request.$(OBJEXT): \ + @: >>../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/event/libmupnp_a-subscriber.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-notify_request.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-eventlistener_list.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/event/libmupnp_a-subscription.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-property.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-property_list.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-subscriber.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-notify_request.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-property_list.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-subscription_request.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-eventlistener_list.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-subscriber_list.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-subscription_response.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-property.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/event/libmupnp_a-subscriber_list.$(OBJEXT): \ +../../src/mupnp/event/libmupnp_a-subscription_response.$(OBJEXT): \ ../../src/mupnp/event/$(am__dirstamp) \ ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-icon_list.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/http - @: > ../../src/mupnp/http/$(am__dirstamp) -../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/http/$(DEPDIR) - @: > ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_request.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_header_list.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_server.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_packet.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_persistent_connection.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_date.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_server_list.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_header.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/http/libmupnp_a-http_response.$(OBJEXT): \ - ../../src/mupnp/http/$(am__dirstamp) \ - ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/util - @: > ../../src/mupnp/util/$(am__dirstamp) -../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/util/$(DEPDIR) - @: > ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-time.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-thread.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-dictionary_elem.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-time_wince.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-string_function.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-list.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-string_tokenizer.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-thread_list.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-mutex.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-dictionary.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-cond.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-string.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/util/libmupnp_a-log.$(OBJEXT): \ - ../../src/mupnp/util/$(am__dirstamp) \ - ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/control + @: >>../../src/mupnp/control/$(am__dirstamp) +../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../../src/mupnp/control/$(DEPDIR) + @: >>../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-query_ctrl.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-query_response.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-action_response.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-control_function.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-action_ctrl.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-action_request.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) +../../src/mupnp/control/libmupnp_a-query_request.$(OBJEXT): \ + ../../src/mupnp/control/$(am__dirstamp) \ + ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) ../../src/mupnp/libmupnp_a-argument_list.$(OBJEXT): \ ../../src/mupnp/$(am__dirstamp) \ ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-icon.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-upnp_status.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-statevariable.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-device_http_server.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-device_list.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-action_list.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/io/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/io - @: > ../../src/mupnp/io/$(am__dirstamp) -../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp): - @$(MKDIR_P) ../../src/mupnp/io/$(DEPDIR) - @: > ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/io/libmupnp_a-file_list.$(OBJEXT): \ - ../../src/mupnp/io/$(am__dirstamp) \ - ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/io/libmupnp_a-file.$(OBJEXT): \ - ../../src/mupnp/io/$(am__dirstamp) \ - ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-service.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) -../../src/mupnp/libmupnp_a-service_std_dcp.$(OBJEXT): \ - ../../src/mupnp/$(am__dirstamp) \ - ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) libmupnp.a: $(libmupnp_a_OBJECTS) $(libmupnp_a_DEPENDENCIES) $(EXTRA_libmupnp_a_DEPENDENCIES) $(AM_V_at)-rm -f libmupnp.a $(AM_V_AR)$(libmupnp_a_AR) libmupnp.a $(libmupnp_a_OBJECTS) $(libmupnp_a_LIBADD) - $(AM_V_at)$(RANLIB) libmupnp.a + $(AM_V_at)$(libmupnp_a_RANLIB) libmupnp.a mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -1144,7 +1147,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -1164,481 +1167,411 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o: ../../src/mupnp/xml/xml_attribute_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o `test -f '../../src/mupnp/xml/xml_attribute_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o `test -f '../../src/mupnp/xml/xml_attribute_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute_list.c - -../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj: ../../src/mupnp/xml/xml_attribute_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj `if test -f '../../src/mupnp/xml/xml_attribute_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj `if test -f '../../src/mupnp/xml/xml_attribute_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute_list.c'; fi` - -../../src/mupnp/xml/libmupnp_a-xml_node_list.o: ../../src/mupnp/xml/xml_node_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node_list.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.o `test -f '../../src/mupnp/xml/xml_node_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_node_list.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.o `test -f '../../src/mupnp/xml/xml_node_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node_list.c - -../../src/mupnp/xml/libmupnp_a-xml_node_list.obj: ../../src/mupnp/xml/xml_node_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj `if test -f '../../src/mupnp/xml/xml_node_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_node_list.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj `if test -f '../../src/mupnp/xml/xml_node_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node_list.c'; fi` - -../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o: ../../src/mupnp/xml/xml_parser_expat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o `test -f '../../src/mupnp/xml/xml_parser_expat.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_expat.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_expat.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o `test -f '../../src/mupnp/xml/xml_parser_expat.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_expat.c - -../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj: ../../src/mupnp/xml/xml_parser_expat.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj `if test -f '../../src/mupnp/xml/xml_parser_expat.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_expat.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_expat.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj `if test -f '../../src/mupnp/xml/xml_parser_expat.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_expat.c'; fi` - -../../src/mupnp/xml/libmupnp_a-xml_function.o: ../../src/mupnp/xml/xml_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_function.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.o `test -f '../../src/mupnp/xml/xml_function.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_function.c' object='../../src/mupnp/xml/libmupnp_a-xml_function.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.o `test -f '../../src/mupnp/xml/xml_function.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_function.c - -../../src/mupnp/xml/libmupnp_a-xml_function.obj: ../../src/mupnp/xml/xml_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_function.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.obj `if test -f '../../src/mupnp/xml/xml_function.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_function.c' object='../../src/mupnp/xml/libmupnp_a-xml_function.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.obj `if test -f '../../src/mupnp/xml/xml_function.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_function.c'; fi` - -../../src/mupnp/xml/libmupnp_a-xml_node.o: ../../src/mupnp/xml/xml_node.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.o `test -f '../../src/mupnp/xml/xml_node.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node.c' object='../../src/mupnp/xml/libmupnp_a-xml_node.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.o `test -f '../../src/mupnp/xml/xml_node.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node.c - -../../src/mupnp/xml/libmupnp_a-xml_node.obj: ../../src/mupnp/xml/xml_node.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.obj `if test -f '../../src/mupnp/xml/xml_node.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node.c' object='../../src/mupnp/xml/libmupnp_a-xml_node.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.obj `if test -f '../../src/mupnp/xml/xml_node.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node.c'; fi` - -../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o: ../../src/mupnp/xml/xml_parser_libxml2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o `test -f '../../src/mupnp/xml/xml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_libxml2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_libxml2.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-url.o: ../../src/mupnp/net/url.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-url.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo -c -o ../../src/mupnp/net/libmupnp_a-url.o `test -f '../../src/mupnp/net/url.c' || echo '$(srcdir)/'`../../src/mupnp/net/url.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/url.c' object='../../src/mupnp/net/libmupnp_a-url.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o `test -f '../../src/mupnp/xml/xml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_libxml2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-url.o `test -f '../../src/mupnp/net/url.c' || echo '$(srcdir)/'`../../src/mupnp/net/url.c -../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj: ../../src/mupnp/xml/xml_parser_libxml2.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj `if test -f '../../src/mupnp/xml/xml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_libxml2.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_libxml2.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-url.obj: ../../src/mupnp/net/url.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-url.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo -c -o ../../src/mupnp/net/libmupnp_a-url.obj `if test -f '../../src/mupnp/net/url.c'; then $(CYGPATH_W) '../../src/mupnp/net/url.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/url.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/url.c' object='../../src/mupnp/net/libmupnp_a-url.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj `if test -f '../../src/mupnp/xml/xml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_libxml2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-url.obj `if test -f '../../src/mupnp/net/url.c'; then $(CYGPATH_W) '../../src/mupnp/net/url.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/url.c'; fi` -../../src/mupnp/xml/libmupnp_a-xml_attribute.o: ../../src/mupnp/xml/xml_attribute.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.o `test -f '../../src/mupnp/xml/xml_attribute.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-socket_list.o: ../../src/mupnp/net/socket_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket_list.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket_list.o `test -f '../../src/mupnp/net/socket_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket_list.c' object='../../src/mupnp/net/libmupnp_a-socket_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.o `test -f '../../src/mupnp/xml/xml_attribute.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket_list.o `test -f '../../src/mupnp/net/socket_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket_list.c -../../src/mupnp/xml/libmupnp_a-xml_attribute.obj: ../../src/mupnp/xml/xml_attribute.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj `if test -f '../../src/mupnp/xml/xml_attribute.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-socket_list.obj: ../../src/mupnp/net/socket_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket_list.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket_list.obj `if test -f '../../src/mupnp/net/socket_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket_list.c' object='../../src/mupnp/net/libmupnp_a-socket_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj `if test -f '../../src/mupnp/xml/xml_attribute.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket_list.obj `if test -f '../../src/mupnp/net/socket_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket_list.c'; fi` -../../src/mupnp/xml/libmupnp_a-xml_parser.o: ../../src/mupnp/xml/xml_parser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.o `test -f '../../src/mupnp/xml/xml_parser.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface_function.o: ../../src/mupnp/net/interface_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_function.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_function.o `test -f '../../src/mupnp/net/interface_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_function.c' object='../../src/mupnp/net/libmupnp_a-interface_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.o `test -f '../../src/mupnp/xml/xml_parser.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_function.o `test -f '../../src/mupnp/net/interface_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_function.c -../../src/mupnp/xml/libmupnp_a-xml_parser.obj: ../../src/mupnp/xml/xml_parser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.obj `if test -f '../../src/mupnp/xml/xml_parser.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface_function.obj: ../../src/mupnp/net/interface_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_function.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_function.obj `if test -f '../../src/mupnp/net/interface_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_function.c' object='../../src/mupnp/net/libmupnp_a-interface_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.obj `if test -f '../../src/mupnp/xml/xml_parser.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_function.obj `if test -f '../../src/mupnp/net/interface_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_function.c'; fi` -../../src/mupnp/libmupnp_a-service_ssdp_server.o: ../../src/mupnp/service_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_ssdp_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.o `test -f '../../src/mupnp/service_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/service_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_ssdp_server.c' object='../../src/mupnp/libmupnp_a-service_ssdp_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface.o: ../../src/mupnp/net/interface.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface.o `test -f '../../src/mupnp/net/interface.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface.c' object='../../src/mupnp/net/libmupnp_a-interface.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.o `test -f '../../src/mupnp/service_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/service_ssdp_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface.o `test -f '../../src/mupnp/net/interface.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface.c -../../src/mupnp/libmupnp_a-service_ssdp_server.obj: ../../src/mupnp/service_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_ssdp_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.obj `if test -f '../../src/mupnp/service_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/service_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_ssdp_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_ssdp_server.c' object='../../src/mupnp/libmupnp_a-service_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface.obj: ../../src/mupnp/net/interface.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface.obj `if test -f '../../src/mupnp/net/interface.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface.c' object='../../src/mupnp/net/libmupnp_a-interface.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.obj `if test -f '../../src/mupnp/service_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/service_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_ssdp_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface.obj `if test -f '../../src/mupnp/net/interface.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface.c'; fi` -../../src/mupnp/libmupnp_a-action.o: ../../src/mupnp/action.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo -c -o ../../src/mupnp/libmupnp_a-action.o `test -f '../../src/mupnp/action.c' || echo '$(srcdir)/'`../../src/mupnp/action.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action.c' object='../../src/mupnp/libmupnp_a-action.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-datagram_packet.o: ../../src/mupnp/net/datagram_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-datagram_packet.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.o `test -f '../../src/mupnp/net/datagram_packet.c' || echo '$(srcdir)/'`../../src/mupnp/net/datagram_packet.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/datagram_packet.c' object='../../src/mupnp/net/libmupnp_a-datagram_packet.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action.o `test -f '../../src/mupnp/action.c' || echo '$(srcdir)/'`../../src/mupnp/action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.o `test -f '../../src/mupnp/net/datagram_packet.c' || echo '$(srcdir)/'`../../src/mupnp/net/datagram_packet.c -../../src/mupnp/libmupnp_a-action.obj: ../../src/mupnp/action.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo -c -o ../../src/mupnp/libmupnp_a-action.obj `if test -f '../../src/mupnp/action.c'; then $(CYGPATH_W) '../../src/mupnp/action.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action.c' object='../../src/mupnp/libmupnp_a-action.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-datagram_packet.obj: ../../src/mupnp/net/datagram_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-datagram_packet.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.obj `if test -f '../../src/mupnp/net/datagram_packet.c'; then $(CYGPATH_W) '../../src/mupnp/net/datagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/datagram_packet.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/datagram_packet.c' object='../../src/mupnp/net/libmupnp_a-datagram_packet.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action.obj `if test -f '../../src/mupnp/action.c'; then $(CYGPATH_W) '../../src/mupnp/action.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.obj `if test -f '../../src/mupnp/net/datagram_packet.c'; then $(CYGPATH_W) '../../src/mupnp/net/datagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/datagram_packet.c'; fi` -../../src/mupnp/libmupnp_a-service_list.o: ../../src/mupnp/service_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo -c -o ../../src/mupnp/libmupnp_a-service_list.o `test -f '../../src/mupnp/service_list.c' || echo '$(srcdir)/'`../../src/mupnp/service_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_list.c' object='../../src/mupnp/libmupnp_a-service_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface_list.o: ../../src/mupnp/net/interface_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_list.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_list.o `test -f '../../src/mupnp/net/interface_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_list.c' object='../../src/mupnp/net/libmupnp_a-interface_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_list.o `test -f '../../src/mupnp/service_list.c' || echo '$(srcdir)/'`../../src/mupnp/service_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_list.o `test -f '../../src/mupnp/net/interface_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_list.c -../../src/mupnp/libmupnp_a-service_list.obj: ../../src/mupnp/service_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo -c -o ../../src/mupnp/libmupnp_a-service_list.obj `if test -f '../../src/mupnp/service_list.c'; then $(CYGPATH_W) '../../src/mupnp/service_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_list.c' object='../../src/mupnp/libmupnp_a-service_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-interface_list.obj: ../../src/mupnp/net/interface_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_list.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_list.obj `if test -f '../../src/mupnp/net/interface_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_list.c' object='../../src/mupnp/net/libmupnp_a-interface_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_list.obj `if test -f '../../src/mupnp/service_list.c'; then $(CYGPATH_W) '../../src/mupnp/service_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_list.obj `if test -f '../../src/mupnp/net/interface_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_list.c'; fi` -../../src/mupnp/libmupnp_a-device_ssdp_server.o: ../../src/mupnp/device_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_ssdp_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.o `test -f '../../src/mupnp/device_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_ssdp_server.c' object='../../src/mupnp/libmupnp_a-device_ssdp_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-net_function.o: ../../src/mupnp/net/net_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-net_function.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-net_function.o `test -f '../../src/mupnp/net/net_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/net_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/net_function.c' object='../../src/mupnp/net/libmupnp_a-net_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.o `test -f '../../src/mupnp/device_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_ssdp_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-net_function.o `test -f '../../src/mupnp/net/net_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/net_function.c -../../src/mupnp/libmupnp_a-device_ssdp_server.obj: ../../src/mupnp/device_ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_ssdp_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.obj `if test -f '../../src/mupnp/device_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_ssdp_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_ssdp_server.c' object='../../src/mupnp/libmupnp_a-device_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-net_function.obj: ../../src/mupnp/net/net_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-net_function.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-net_function.obj `if test -f '../../src/mupnp/net/net_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/net_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/net_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/net_function.c' object='../../src/mupnp/net/libmupnp_a-net_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.obj `if test -f '../../src/mupnp/device_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_ssdp_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-net_function.obj `if test -f '../../src/mupnp/net/net_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/net_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/net_function.c'; fi` -../../src/mupnp/libmupnp_a-argument.o: ../../src/mupnp/argument.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo -c -o ../../src/mupnp/libmupnp_a-argument.o `test -f '../../src/mupnp/argument.c' || echo '$(srcdir)/'`../../src/mupnp/argument.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument.c' object='../../src/mupnp/libmupnp_a-argument.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-socket.o: ../../src/mupnp/net/socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket.o `test -f '../../src/mupnp/net/socket.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket.c' object='../../src/mupnp/net/libmupnp_a-socket.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument.o `test -f '../../src/mupnp/argument.c' || echo '$(srcdir)/'`../../src/mupnp/argument.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket.o `test -f '../../src/mupnp/net/socket.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket.c -../../src/mupnp/libmupnp_a-argument.obj: ../../src/mupnp/argument.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo -c -o ../../src/mupnp/libmupnp_a-argument.obj `if test -f '../../src/mupnp/argument.c'; then $(CYGPATH_W) '../../src/mupnp/argument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument.c' object='../../src/mupnp/libmupnp_a-argument.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-socket.obj: ../../src/mupnp/net/socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket.obj `if test -f '../../src/mupnp/net/socket.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket.c' object='../../src/mupnp/net/libmupnp_a-socket.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument.obj `if test -f '../../src/mupnp/argument.c'; then $(CYGPATH_W) '../../src/mupnp/argument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket.obj `if test -f '../../src/mupnp/net/socket.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket.c'; fi` -../../src/mupnp/libmupnp_a-upnp_function.o: ../../src/mupnp/upnp_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_function.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_function.o `test -f '../../src/mupnp/upnp_function.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_function.c' object='../../src/mupnp/libmupnp_a-upnp_function.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-uri.o: ../../src/mupnp/net/uri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-uri.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo -c -o ../../src/mupnp/net/libmupnp_a-uri.o `test -f '../../src/mupnp/net/uri.c' || echo '$(srcdir)/'`../../src/mupnp/net/uri.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/uri.c' object='../../src/mupnp/net/libmupnp_a-uri.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_function.o `test -f '../../src/mupnp/upnp_function.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_function.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-uri.o `test -f '../../src/mupnp/net/uri.c' || echo '$(srcdir)/'`../../src/mupnp/net/uri.c -../../src/mupnp/libmupnp_a-upnp_function.obj: ../../src/mupnp/upnp_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_function.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_function.obj `if test -f '../../src/mupnp/upnp_function.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_function.c' object='../../src/mupnp/libmupnp_a-upnp_function.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/net/libmupnp_a-uri.obj: ../../src/mupnp/net/uri.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-uri.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo -c -o ../../src/mupnp/net/libmupnp_a-uri.obj `if test -f '../../src/mupnp/net/uri.c'; then $(CYGPATH_W) '../../src/mupnp/net/uri.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/uri.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/uri.c' object='../../src/mupnp/net/libmupnp_a-uri.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_function.obj `if test -f '../../src/mupnp/upnp_function.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_function.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-uri.obj `if test -f '../../src/mupnp/net/uri.c'; then $(CYGPATH_W) '../../src/mupnp/net/uri.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/uri.c'; fi` -../../src/mupnp/libmupnp_a-controlpoint_event.o: ../../src/mupnp/controlpoint_event.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_event.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.o `test -f '../../src/mupnp/controlpoint_event.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_event.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_event.c' object='../../src/mupnp/libmupnp_a-controlpoint_event.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_list.o: ../../src/mupnp/device_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo -c -o ../../src/mupnp/libmupnp_a-device_list.o `test -f '../../src/mupnp/device_list.c' || echo '$(srcdir)/'`../../src/mupnp/device_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_list.c' object='../../src/mupnp/libmupnp_a-device_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.o `test -f '../../src/mupnp/controlpoint_event.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_event.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_list.o `test -f '../../src/mupnp/device_list.c' || echo '$(srcdir)/'`../../src/mupnp/device_list.c -../../src/mupnp/libmupnp_a-controlpoint_event.obj: ../../src/mupnp/controlpoint_event.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_event.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.obj `if test -f '../../src/mupnp/controlpoint_event.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_event.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_event.c' object='../../src/mupnp/libmupnp_a-controlpoint_event.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_list.obj: ../../src/mupnp/device_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo -c -o ../../src/mupnp/libmupnp_a-device_list.obj `if test -f '../../src/mupnp/device_list.c'; then $(CYGPATH_W) '../../src/mupnp/device_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_list.c' object='../../src/mupnp/libmupnp_a-device_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.obj `if test -f '../../src/mupnp/controlpoint_event.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_event.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_list.obj `if test -f '../../src/mupnp/device_list.c'; then $(CYGPATH_W) '../../src/mupnp/device_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_list.c'; fi` -../../src/mupnp/libmupnp_a-controlpoint_http_server.o: ../../src/mupnp/controlpoint_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_http_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.o `test -f '../../src/mupnp/controlpoint_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_http_server.c' object='../../src/mupnp/libmupnp_a-controlpoint_http_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-controlpoint.o: ../../src/mupnp/controlpoint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint.o `test -f '../../src/mupnp/controlpoint.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint.c' object='../../src/mupnp/libmupnp_a-controlpoint.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.o `test -f '../../src/mupnp/controlpoint_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_http_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint.o `test -f '../../src/mupnp/controlpoint.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint.c -../../src/mupnp/libmupnp_a-controlpoint_http_server.obj: ../../src/mupnp/controlpoint_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj `if test -f '../../src/mupnp/controlpoint_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_http_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_http_server.c' object='../../src/mupnp/libmupnp_a-controlpoint_http_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-controlpoint.obj: ../../src/mupnp/controlpoint.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint.obj `if test -f '../../src/mupnp/controlpoint.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint.c' object='../../src/mupnp/libmupnp_a-controlpoint.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj `if test -f '../../src/mupnp/controlpoint_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_http_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint.obj `if test -f '../../src/mupnp/controlpoint.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint.c'; fi` -../../src/mupnp/control/libmupnp_a-action_response.o: ../../src/mupnp/control/action_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_response.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_response.o `test -f '../../src/mupnp/control/action_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_response.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_response.c' object='../../src/mupnp/control/libmupnp_a-action_response.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-dictionary.o: ../../src/mupnp/util/dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary.o `test -f '../../src/mupnp/util/dictionary.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary.c' object='../../src/mupnp/util/libmupnp_a-dictionary.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_response.o `test -f '../../src/mupnp/control/action_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_response.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary.o `test -f '../../src/mupnp/util/dictionary.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary.c -../../src/mupnp/control/libmupnp_a-action_response.obj: ../../src/mupnp/control/action_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_response.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_response.obj `if test -f '../../src/mupnp/control/action_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_response.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_response.c' object='../../src/mupnp/control/libmupnp_a-action_response.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-dictionary.obj: ../../src/mupnp/util/dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary.obj `if test -f '../../src/mupnp/util/dictionary.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary.c' object='../../src/mupnp/util/libmupnp_a-dictionary.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_response.obj `if test -f '../../src/mupnp/control/action_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_response.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary.obj `if test -f '../../src/mupnp/util/dictionary.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary.c'; fi` -../../src/mupnp/control/libmupnp_a-action_ctrl.o: ../../src/mupnp/control/action_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_ctrl.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.o `test -f '../../src/mupnp/control/action_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_ctrl.c' object='../../src/mupnp/control/libmupnp_a-action_ctrl.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-log.o: ../../src/mupnp/util/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-log.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo -c -o ../../src/mupnp/util/libmupnp_a-log.o `test -f '../../src/mupnp/util/log.c' || echo '$(srcdir)/'`../../src/mupnp/util/log.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/log.c' object='../../src/mupnp/util/libmupnp_a-log.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.o `test -f '../../src/mupnp/control/action_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_ctrl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-log.o `test -f '../../src/mupnp/util/log.c' || echo '$(srcdir)/'`../../src/mupnp/util/log.c -../../src/mupnp/control/libmupnp_a-action_ctrl.obj: ../../src/mupnp/control/action_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_ctrl.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.obj `if test -f '../../src/mupnp/control/action_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_ctrl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_ctrl.c' object='../../src/mupnp/control/libmupnp_a-action_ctrl.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-log.obj: ../../src/mupnp/util/log.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-log.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo -c -o ../../src/mupnp/util/libmupnp_a-log.obj `if test -f '../../src/mupnp/util/log.c'; then $(CYGPATH_W) '../../src/mupnp/util/log.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/log.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/log.c' object='../../src/mupnp/util/libmupnp_a-log.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.obj `if test -f '../../src/mupnp/control/action_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_ctrl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-log.obj `if test -f '../../src/mupnp/util/log.c'; then $(CYGPATH_W) '../../src/mupnp/util/log.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/log.c'; fi` -../../src/mupnp/control/libmupnp_a-query_response.o: ../../src/mupnp/control/query_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_response.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_response.o `test -f '../../src/mupnp/control/query_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_response.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_response.c' object='../../src/mupnp/control/libmupnp_a-query_response.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-thread.o: ../../src/mupnp/util/thread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread.o `test -f '../../src/mupnp/util/thread.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread.c' object='../../src/mupnp/util/libmupnp_a-thread.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_response.o `test -f '../../src/mupnp/control/query_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_response.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread.o `test -f '../../src/mupnp/util/thread.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread.c -../../src/mupnp/control/libmupnp_a-query_response.obj: ../../src/mupnp/control/query_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_response.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_response.obj `if test -f '../../src/mupnp/control/query_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_response.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_response.c' object='../../src/mupnp/control/libmupnp_a-query_response.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-thread.obj: ../../src/mupnp/util/thread.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread.obj `if test -f '../../src/mupnp/util/thread.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread.c' object='../../src/mupnp/util/libmupnp_a-thread.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_response.obj `if test -f '../../src/mupnp/control/query_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_response.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread.obj `if test -f '../../src/mupnp/util/thread.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread.c'; fi` -../../src/mupnp/control/libmupnp_a-action_request.o: ../../src/mupnp/control/action_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_request.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_request.o `test -f '../../src/mupnp/control/action_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_request.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_request.c' object='../../src/mupnp/control/libmupnp_a-action_request.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-list.o: ../../src/mupnp/util/list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-list.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-list.o `test -f '../../src/mupnp/util/list.c' || echo '$(srcdir)/'`../../src/mupnp/util/list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/list.c' object='../../src/mupnp/util/libmupnp_a-list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_request.o `test -f '../../src/mupnp/control/action_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-list.o `test -f '../../src/mupnp/util/list.c' || echo '$(srcdir)/'`../../src/mupnp/util/list.c -../../src/mupnp/control/libmupnp_a-action_request.obj: ../../src/mupnp/control/action_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_request.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_request.obj `if test -f '../../src/mupnp/control/action_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_request.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_request.c' object='../../src/mupnp/control/libmupnp_a-action_request.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-list.obj: ../../src/mupnp/util/list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-list.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-list.obj `if test -f '../../src/mupnp/util/list.c'; then $(CYGPATH_W) '../../src/mupnp/util/list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/list.c' object='../../src/mupnp/util/libmupnp_a-list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_request.obj `if test -f '../../src/mupnp/control/action_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_request.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-list.obj `if test -f '../../src/mupnp/util/list.c'; then $(CYGPATH_W) '../../src/mupnp/util/list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/list.c'; fi` -../../src/mupnp/control/libmupnp_a-query_ctrl.o: ../../src/mupnp/control/query_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_ctrl.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.o `test -f '../../src/mupnp/control/query_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_ctrl.c' object='../../src/mupnp/control/libmupnp_a-query_ctrl.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-dictionary_elem.o: ../../src/mupnp/util/dictionary_elem.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary_elem.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.o `test -f '../../src/mupnp/util/dictionary_elem.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary_elem.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary_elem.c' object='../../src/mupnp/util/libmupnp_a-dictionary_elem.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.o `test -f '../../src/mupnp/control/query_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_ctrl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.o `test -f '../../src/mupnp/util/dictionary_elem.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary_elem.c -../../src/mupnp/control/libmupnp_a-query_ctrl.obj: ../../src/mupnp/control/query_ctrl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_ctrl.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.obj `if test -f '../../src/mupnp/control/query_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_ctrl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_ctrl.c' object='../../src/mupnp/control/libmupnp_a-query_ctrl.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-dictionary_elem.obj: ../../src/mupnp/util/dictionary_elem.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj `if test -f '../../src/mupnp/util/dictionary_elem.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary_elem.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary_elem.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary_elem.c' object='../../src/mupnp/util/libmupnp_a-dictionary_elem.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.obj `if test -f '../../src/mupnp/control/query_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_ctrl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj `if test -f '../../src/mupnp/util/dictionary_elem.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary_elem.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary_elem.c'; fi` -../../src/mupnp/control/libmupnp_a-control_function.o: ../../src/mupnp/control/control_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-control_function.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo -c -o ../../src/mupnp/control/libmupnp_a-control_function.o `test -f '../../src/mupnp/control/control_function.c' || echo '$(srcdir)/'`../../src/mupnp/control/control_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/control_function.c' object='../../src/mupnp/control/libmupnp_a-control_function.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-thread_list.o: ../../src/mupnp/util/thread_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread_list.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread_list.o `test -f '../../src/mupnp/util/thread_list.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread_list.c' object='../../src/mupnp/util/libmupnp_a-thread_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-control_function.o `test -f '../../src/mupnp/control/control_function.c' || echo '$(srcdir)/'`../../src/mupnp/control/control_function.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread_list.o `test -f '../../src/mupnp/util/thread_list.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread_list.c -../../src/mupnp/control/libmupnp_a-control_function.obj: ../../src/mupnp/control/control_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-control_function.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo -c -o ../../src/mupnp/control/libmupnp_a-control_function.obj `if test -f '../../src/mupnp/control/control_function.c'; then $(CYGPATH_W) '../../src/mupnp/control/control_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/control_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/control_function.c' object='../../src/mupnp/control/libmupnp_a-control_function.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-thread_list.obj: ../../src/mupnp/util/thread_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread_list.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread_list.obj `if test -f '../../src/mupnp/util/thread_list.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread_list.c' object='../../src/mupnp/util/libmupnp_a-thread_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-control_function.obj `if test -f '../../src/mupnp/control/control_function.c'; then $(CYGPATH_W) '../../src/mupnp/control/control_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/control_function.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread_list.obj `if test -f '../../src/mupnp/util/thread_list.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread_list.c'; fi` -../../src/mupnp/control/libmupnp_a-query_request.o: ../../src/mupnp/control/query_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_request.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_request.o `test -f '../../src/mupnp/control/query_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_request.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_request.c' object='../../src/mupnp/control/libmupnp_a-query_request.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-mutex.o: ../../src/mupnp/util/mutex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-mutex.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo -c -o ../../src/mupnp/util/libmupnp_a-mutex.o `test -f '../../src/mupnp/util/mutex.c' || echo '$(srcdir)/'`../../src/mupnp/util/mutex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/mutex.c' object='../../src/mupnp/util/libmupnp_a-mutex.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_request.o `test -f '../../src/mupnp/control/query_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-mutex.o `test -f '../../src/mupnp/util/mutex.c' || echo '$(srcdir)/'`../../src/mupnp/util/mutex.c -../../src/mupnp/control/libmupnp_a-query_request.obj: ../../src/mupnp/control/query_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_request.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_request.obj `if test -f '../../src/mupnp/control/query_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_request.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_request.c' object='../../src/mupnp/control/libmupnp_a-query_request.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-mutex.obj: ../../src/mupnp/util/mutex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-mutex.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo -c -o ../../src/mupnp/util/libmupnp_a-mutex.obj `if test -f '../../src/mupnp/util/mutex.c'; then $(CYGPATH_W) '../../src/mupnp/util/mutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/mutex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/mutex.c' object='../../src/mupnp/util/libmupnp_a-mutex.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_request.obj `if test -f '../../src/mupnp/control/query_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_request.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-mutex.obj `if test -f '../../src/mupnp/util/mutex.c'; then $(CYGPATH_W) '../../src/mupnp/util/mutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/mutex.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o: ../../src/mupnp/ssdp/ssdp_response_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o `test -f '../../src/mupnp/ssdp/ssdp_response_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-cond.o: ../../src/mupnp/util/cond.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-cond.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo -c -o ../../src/mupnp/util/libmupnp_a-cond.o `test -f '../../src/mupnp/util/cond.c' || echo '$(srcdir)/'`../../src/mupnp/util/cond.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/cond.c' object='../../src/mupnp/util/libmupnp_a-cond.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o `test -f '../../src/mupnp/ssdp/ssdp_response_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-cond.o `test -f '../../src/mupnp/util/cond.c' || echo '$(srcdir)/'`../../src/mupnp/util/cond.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj: ../../src/mupnp/ssdp/ssdp_response_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-cond.obj: ../../src/mupnp/util/cond.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-cond.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo -c -o ../../src/mupnp/util/libmupnp_a-cond.obj `if test -f '../../src/mupnp/util/cond.c'; then $(CYGPATH_W) '../../src/mupnp/util/cond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/cond.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/cond.c' object='../../src/mupnp/util/libmupnp_a-cond.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-cond.obj `if test -f '../../src/mupnp/util/cond.c'; then $(CYGPATH_W) '../../src/mupnp/util/cond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/cond.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o: ../../src/mupnp/ssdp/ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o `test -f '../../src/mupnp/ssdp/ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string.o: ../../src/mupnp/util/string.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string.o `test -f '../../src/mupnp/util/string.c' || echo '$(srcdir)/'`../../src/mupnp/util/string.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string.c' object='../../src/mupnp/util/libmupnp_a-string.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o `test -f '../../src/mupnp/ssdp/ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string.o `test -f '../../src/mupnp/util/string.c' || echo '$(srcdir)/'`../../src/mupnp/util/string.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj: ../../src/mupnp/ssdp/ssdp_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string.obj: ../../src/mupnp/util/string.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string.obj `if test -f '../../src/mupnp/util/string.c'; then $(CYGPATH_W) '../../src/mupnp/util/string.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string.c' object='../../src/mupnp/util/libmupnp_a-string.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string.obj `if test -f '../../src/mupnp/util/string.c'; then $(CYGPATH_W) '../../src/mupnp/util/string.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o: ../../src/mupnp/ssdp/ssdp_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o `test -f '../../src/mupnp/ssdp/ssdp_packet.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_packet.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_packet.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string_function.o: ../../src/mupnp/util/string_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_function.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_function.o `test -f '../../src/mupnp/util/string_function.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_function.c' object='../../src/mupnp/util/libmupnp_a-string_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o `test -f '../../src/mupnp/ssdp/ssdp_packet.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_packet.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_function.o `test -f '../../src/mupnp/util/string_function.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_function.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj: ../../src/mupnp/ssdp/ssdp_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj `if test -f '../../src/mupnp/ssdp/ssdp_packet.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_packet.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_packet.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string_function.obj: ../../src/mupnp/util/string_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_function.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_function.obj `if test -f '../../src/mupnp/util/string_function.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_function.c' object='../../src/mupnp/util/libmupnp_a-string_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj `if test -f '../../src/mupnp/ssdp/ssdp_packet.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_packet.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_function.obj `if test -f '../../src/mupnp/util/string_function.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_function.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o: ../../src/mupnp/ssdp/ssdp_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o `test -f '../../src/mupnp/ssdp/ssdp_request.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_request.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_request.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-time.o: ../../src/mupnp/util/time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time.o `test -f '../../src/mupnp/util/time.c' || echo '$(srcdir)/'`../../src/mupnp/util/time.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time.c' object='../../src/mupnp/util/libmupnp_a-time.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o `test -f '../../src/mupnp/ssdp/ssdp_request.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time.o `test -f '../../src/mupnp/util/time.c' || echo '$(srcdir)/'`../../src/mupnp/util/time.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj: ../../src/mupnp/ssdp/ssdp_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj `if test -f '../../src/mupnp/ssdp/ssdp_request.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_request.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_request.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-time.obj: ../../src/mupnp/util/time.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time.obj `if test -f '../../src/mupnp/util/time.c'; then $(CYGPATH_W) '../../src/mupnp/util/time.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time.c' object='../../src/mupnp/util/libmupnp_a-time.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj `if test -f '../../src/mupnp/ssdp/ssdp_request.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_request.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time.obj `if test -f '../../src/mupnp/util/time.c'; then $(CYGPATH_W) '../../src/mupnp/util/time.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp.o: ../../src/mupnp/ssdp/ssdp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.o `test -f '../../src/mupnp/ssdp/ssdp.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-time_wince.o: ../../src/mupnp/util/time_wince.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time_wince.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time_wince.o `test -f '../../src/mupnp/util/time_wince.c' || echo '$(srcdir)/'`../../src/mupnp/util/time_wince.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time_wince.c' object='../../src/mupnp/util/libmupnp_a-time_wince.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.o `test -f '../../src/mupnp/ssdp/ssdp.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time_wince.o `test -f '../../src/mupnp/util/time_wince.c' || echo '$(srcdir)/'`../../src/mupnp/util/time_wince.c -../../src/mupnp/ssdp/libmupnp_a-ssdp.obj: ../../src/mupnp/ssdp/ssdp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj `if test -f '../../src/mupnp/ssdp/ssdp.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-time_wince.obj: ../../src/mupnp/util/time_wince.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time_wince.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time_wince.obj `if test -f '../../src/mupnp/util/time_wince.c'; then $(CYGPATH_W) '../../src/mupnp/util/time_wince.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time_wince.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time_wince.c' object='../../src/mupnp/util/libmupnp_a-time_wince.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj `if test -f '../../src/mupnp/ssdp/ssdp.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time_wince.obj `if test -f '../../src/mupnp/util/time_wince.c'; then $(CYGPATH_W) '../../src/mupnp/util/time_wince.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time_wince.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o: ../../src/mupnp/ssdp/ssdp_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string_tokenizer.o: ../../src/mupnp/util/string_tokenizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_tokenizer.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.o `test -f '../../src/mupnp/util/string_tokenizer.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_tokenizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_tokenizer.c' object='../../src/mupnp/util/libmupnp_a-string_tokenizer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.o `test -f '../../src/mupnp/util/string_tokenizer.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_tokenizer.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj: ../../src/mupnp/ssdp/ssdp_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/util/libmupnp_a-string_tokenizer.obj: ../../src/mupnp/util/string_tokenizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj `if test -f '../../src/mupnp/util/string_tokenizer.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_tokenizer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_tokenizer.c' object='../../src/mupnp/util/libmupnp_a-string_tokenizer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj `if test -f '../../src/mupnp/util/string_tokenizer.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_tokenizer.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o: ../../src/mupnp/ssdp/httpu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o `test -f '../../src/mupnp/ssdp/httpu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_ssdp_server.o: ../../src/mupnp/service_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_ssdp_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.o `test -f '../../src/mupnp/service_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/service_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_ssdp_server.c' object='../../src/mupnp/libmupnp_a-service_ssdp_server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o `test -f '../../src/mupnp/ssdp/httpu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpu_socket.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.o `test -f '../../src/mupnp/service_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/service_ssdp_server.c -../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj: ../../src/mupnp/ssdp/httpu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj `if test -f '../../src/mupnp/ssdp/httpu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpu_socket.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_ssdp_server.obj: ../../src/mupnp/service_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_ssdp_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.obj `if test -f '../../src/mupnp/service_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/service_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_ssdp_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_ssdp_server.c' object='../../src/mupnp/libmupnp_a-service_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj `if test -f '../../src/mupnp/ssdp/httpu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpu_socket.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_ssdp_server.obj `if test -f '../../src/mupnp/service_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/service_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_ssdp_server.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o: ../../src/mupnp/ssdp/ssdp_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o `test -f '../../src/mupnp/ssdp/ssdp_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_socket.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/io/libmupnp_a-file.o: ../../src/mupnp/io/file.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file.o -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file.o `test -f '../../src/mupnp/io/file.c' || echo '$(srcdir)/'`../../src/mupnp/io/file.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file.c' object='../../src/mupnp/io/libmupnp_a-file.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o `test -f '../../src/mupnp/ssdp/ssdp_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_socket.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file.o `test -f '../../src/mupnp/io/file.c' || echo '$(srcdir)/'`../../src/mupnp/io/file.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj: ../../src/mupnp/ssdp/ssdp_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj `if test -f '../../src/mupnp/ssdp/ssdp_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_socket.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/io/libmupnp_a-file.obj: ../../src/mupnp/io/file.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file.obj -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file.obj `if test -f '../../src/mupnp/io/file.c'; then $(CYGPATH_W) '../../src/mupnp/io/file.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file.c' object='../../src/mupnp/io/libmupnp_a-file.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj `if test -f '../../src/mupnp/ssdp/ssdp_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_socket.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file.obj `if test -f '../../src/mupnp/io/file.c'; then $(CYGPATH_W) '../../src/mupnp/io/file.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o: ../../src/mupnp/ssdp/httpmu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o `test -f '../../src/mupnp/ssdp/httpmu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpmu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpmu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/io/libmupnp_a-file_list.o: ../../src/mupnp/io/file_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file_list.o -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file_list.o `test -f '../../src/mupnp/io/file_list.c' || echo '$(srcdir)/'`../../src/mupnp/io/file_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file_list.c' object='../../src/mupnp/io/libmupnp_a-file_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o `test -f '../../src/mupnp/ssdp/httpmu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpmu_socket.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file_list.o `test -f '../../src/mupnp/io/file_list.c' || echo '$(srcdir)/'`../../src/mupnp/io/file_list.c -../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj: ../../src/mupnp/ssdp/httpmu_socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj `if test -f '../../src/mupnp/ssdp/httpmu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpmu_socket.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpmu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/io/libmupnp_a-file_list.obj: ../../src/mupnp/io/file_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file_list.obj -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file_list.obj `if test -f '../../src/mupnp/io/file_list.c'; then $(CYGPATH_W) '../../src/mupnp/io/file_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file_list.c' object='../../src/mupnp/io/libmupnp_a-file_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj `if test -f '../../src/mupnp/ssdp/httpmu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpmu_socket.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file_list.obj `if test -f '../../src/mupnp/io/file_list.c'; then $(CYGPATH_W) '../../src/mupnp/io/file_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file_list.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o: ../../src/mupnp/ssdp/ssdp_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o `test -f '../../src/mupnp/ssdp/ssdp_response.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-servicestate_table.o: ../../src/mupnp/servicestate_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-servicestate_table.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo -c -o ../../src/mupnp/libmupnp_a-servicestate_table.o `test -f '../../src/mupnp/servicestate_table.c' || echo '$(srcdir)/'`../../src/mupnp/servicestate_table.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/servicestate_table.c' object='../../src/mupnp/libmupnp_a-servicestate_table.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o `test -f '../../src/mupnp/ssdp/ssdp_response.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-servicestate_table.o `test -f '../../src/mupnp/servicestate_table.c' || echo '$(srcdir)/'`../../src/mupnp/servicestate_table.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj: ../../src/mupnp/ssdp/ssdp_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj `if test -f '../../src/mupnp/ssdp/ssdp_response.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-servicestate_table.obj: ../../src/mupnp/servicestate_table.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-servicestate_table.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo -c -o ../../src/mupnp/libmupnp_a-servicestate_table.obj `if test -f '../../src/mupnp/servicestate_table.c'; then $(CYGPATH_W) '../../src/mupnp/servicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/servicestate_table.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/servicestate_table.c' object='../../src/mupnp/libmupnp_a-servicestate_table.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj `if test -f '../../src/mupnp/ssdp/ssdp_response.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-servicestate_table.obj `if test -f '../../src/mupnp/servicestate_table.c'; then $(CYGPATH_W) '../../src/mupnp/servicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/servicestate_table.c'; fi` -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o: ../../src/mupnp/ssdp/ssdp_response_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-upnp_status.o: ../../src/mupnp/upnp_status.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_status.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_status.o `test -f '../../src/mupnp/upnp_status.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_status.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_status.c' object='../../src/mupnp/libmupnp_a-upnp_status.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_status.o `test -f '../../src/mupnp/upnp_status.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_status.c -../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj: ../../src/mupnp/ssdp/ssdp_response_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-upnp_status.obj: ../../src/mupnp/upnp_status.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_status.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_status.obj `if test -f '../../src/mupnp/upnp_status.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_status.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_status.c' object='../../src/mupnp/libmupnp_a-upnp_status.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_status.obj `if test -f '../../src/mupnp/upnp_status.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_status.c'; fi` ../../src/mupnp/libmupnp_a-service_notify.o: ../../src/mupnp/service_notify.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_notify.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_notify.Tpo -c -o ../../src/mupnp/libmupnp_a-service_notify.o `test -f '../../src/mupnp/service_notify.c' || echo '$(srcdir)/'`../../src/mupnp/service_notify.c @@ -1654,33 +1587,33 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_notify.obj `if test -f '../../src/mupnp/service_notify.c'; then $(CYGPATH_W) '../../src/mupnp/service_notify.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_notify.c'; fi` -../../src/mupnp/libmupnp_a-device_advertiser.o: ../../src/mupnp/device_advertiser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_advertiser.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo -c -o ../../src/mupnp/libmupnp_a-device_advertiser.o `test -f '../../src/mupnp/device_advertiser.c' || echo '$(srcdir)/'`../../src/mupnp/device_advertiser.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_advertiser.c' object='../../src/mupnp/libmupnp_a-device_advertiser.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-action_list.o: ../../src/mupnp/action_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo -c -o ../../src/mupnp/libmupnp_a-action_list.o `test -f '../../src/mupnp/action_list.c' || echo '$(srcdir)/'`../../src/mupnp/action_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action_list.c' object='../../src/mupnp/libmupnp_a-action_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_advertiser.o `test -f '../../src/mupnp/device_advertiser.c' || echo '$(srcdir)/'`../../src/mupnp/device_advertiser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action_list.o `test -f '../../src/mupnp/action_list.c' || echo '$(srcdir)/'`../../src/mupnp/action_list.c -../../src/mupnp/libmupnp_a-device_advertiser.obj: ../../src/mupnp/device_advertiser.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_advertiser.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo -c -o ../../src/mupnp/libmupnp_a-device_advertiser.obj `if test -f '../../src/mupnp/device_advertiser.c'; then $(CYGPATH_W) '../../src/mupnp/device_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_advertiser.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_advertiser.c' object='../../src/mupnp/libmupnp_a-device_advertiser.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-action_list.obj: ../../src/mupnp/action_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo -c -o ../../src/mupnp/libmupnp_a-action_list.obj `if test -f '../../src/mupnp/action_list.c'; then $(CYGPATH_W) '../../src/mupnp/action_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action_list.c' object='../../src/mupnp/libmupnp_a-action_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_advertiser.obj `if test -f '../../src/mupnp/device_advertiser.c'; then $(CYGPATH_W) '../../src/mupnp/device_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_advertiser.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action_list.obj `if test -f '../../src/mupnp/action_list.c'; then $(CYGPATH_W) '../../src/mupnp/action_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action_list.c'; fi` -../../src/mupnp/libmupnp_a-controlpoint.o: ../../src/mupnp/controlpoint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint.o `test -f '../../src/mupnp/controlpoint.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint.c' object='../../src/mupnp/libmupnp_a-controlpoint.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-controlpoint_http_server.o: ../../src/mupnp/controlpoint_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_http_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.o `test -f '../../src/mupnp/controlpoint_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_http_server.c' object='../../src/mupnp/libmupnp_a-controlpoint_http_server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint.o `test -f '../../src/mupnp/controlpoint.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.o `test -f '../../src/mupnp/controlpoint_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_http_server.c -../../src/mupnp/libmupnp_a-controlpoint.obj: ../../src/mupnp/controlpoint.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint.obj `if test -f '../../src/mupnp/controlpoint.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint.c' object='../../src/mupnp/libmupnp_a-controlpoint.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-controlpoint_http_server.obj: ../../src/mupnp/controlpoint_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj `if test -f '../../src/mupnp/controlpoint_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_http_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_http_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_http_server.c' object='../../src/mupnp/libmupnp_a-controlpoint_http_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint.obj `if test -f '../../src/mupnp/controlpoint.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_http_server.obj `if test -f '../../src/mupnp/controlpoint_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_http_server.c'; fi` ../../src/mupnp/soap/libmupnp_a-soap.o: ../../src/mupnp/soap/soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/soap/libmupnp_a-soap.o -MD -MP -MF ../../src/mupnp/soap/$(DEPDIR)/libmupnp_a-soap.Tpo -c -o ../../src/mupnp/soap/libmupnp_a-soap.o `test -f '../../src/mupnp/soap/soap.c' || echo '$(srcdir)/'`../../src/mupnp/soap/soap.c @@ -1724,299 +1657,229 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/soap/libmupnp_a-soap_response.obj `if test -f '../../src/mupnp/soap/soap_response.c'; then $(CYGPATH_W) '../../src/mupnp/soap/soap_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/soap/soap_response.c'; fi` -../../src/mupnp/libmupnp_a-servicestate_table.o: ../../src/mupnp/servicestate_table.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-servicestate_table.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo -c -o ../../src/mupnp/libmupnp_a-servicestate_table.o `test -f '../../src/mupnp/servicestate_table.c' || echo '$(srcdir)/'`../../src/mupnp/servicestate_table.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/servicestate_table.c' object='../../src/mupnp/libmupnp_a-servicestate_table.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-servicestate_table.o `test -f '../../src/mupnp/servicestate_table.c' || echo '$(srcdir)/'`../../src/mupnp/servicestate_table.c - -../../src/mupnp/libmupnp_a-servicestate_table.obj: ../../src/mupnp/servicestate_table.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-servicestate_table.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo -c -o ../../src/mupnp/libmupnp_a-servicestate_table.obj `if test -f '../../src/mupnp/servicestate_table.c'; then $(CYGPATH_W) '../../src/mupnp/servicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/servicestate_table.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-servicestate_table.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/servicestate_table.c' object='../../src/mupnp/libmupnp_a-servicestate_table.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-servicestate_table.obj `if test -f '../../src/mupnp/servicestate_table.c'; then $(CYGPATH_W) '../../src/mupnp/servicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/servicestate_table.c'; fi` - -../../src/mupnp/libmupnp_a-device.o: ../../src/mupnp/device.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo -c -o ../../src/mupnp/libmupnp_a-device.o `test -f '../../src/mupnp/device.c' || echo '$(srcdir)/'`../../src/mupnp/device.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device.c' object='../../src/mupnp/libmupnp_a-device.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device.o `test -f '../../src/mupnp/device.c' || echo '$(srcdir)/'`../../src/mupnp/device.c - -../../src/mupnp/libmupnp_a-device.obj: ../../src/mupnp/device.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo -c -o ../../src/mupnp/libmupnp_a-device.obj `if test -f '../../src/mupnp/device.c'; then $(CYGPATH_W) '../../src/mupnp/device.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device.c' object='../../src/mupnp/libmupnp_a-device.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device.obj `if test -f '../../src/mupnp/device.c'; then $(CYGPATH_W) '../../src/mupnp/device.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device.c'; fi` - -../../src/mupnp/net/libmupnp_a-url.o: ../../src/mupnp/net/url.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-url.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo -c -o ../../src/mupnp/net/libmupnp_a-url.o `test -f '../../src/mupnp/net/url.c' || echo '$(srcdir)/'`../../src/mupnp/net/url.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/url.c' object='../../src/mupnp/net/libmupnp_a-url.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-url.o `test -f '../../src/mupnp/net/url.c' || echo '$(srcdir)/'`../../src/mupnp/net/url.c - -../../src/mupnp/net/libmupnp_a-url.obj: ../../src/mupnp/net/url.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-url.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo -c -o ../../src/mupnp/net/libmupnp_a-url.obj `if test -f '../../src/mupnp/net/url.c'; then $(CYGPATH_W) '../../src/mupnp/net/url.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/url.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-url.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/url.c' object='../../src/mupnp/net/libmupnp_a-url.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-url.obj `if test -f '../../src/mupnp/net/url.c'; then $(CYGPATH_W) '../../src/mupnp/net/url.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/url.c'; fi` - -../../src/mupnp/net/libmupnp_a-socket_list.o: ../../src/mupnp/net/socket_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket_list.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket_list.o `test -f '../../src/mupnp/net/socket_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket_list.c' object='../../src/mupnp/net/libmupnp_a-socket_list.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket_list.o `test -f '../../src/mupnp/net/socket_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket_list.c - -../../src/mupnp/net/libmupnp_a-socket_list.obj: ../../src/mupnp/net/socket_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket_list.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket_list.obj `if test -f '../../src/mupnp/net/socket_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket_list.c' object='../../src/mupnp/net/libmupnp_a-socket_list.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket_list.obj `if test -f '../../src/mupnp/net/socket_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket_list.c'; fi` - -../../src/mupnp/net/libmupnp_a-socket.o: ../../src/mupnp/net/socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket.o `test -f '../../src/mupnp/net/socket.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket.c' object='../../src/mupnp/net/libmupnp_a-socket.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket.o `test -f '../../src/mupnp/net/socket.c' || echo '$(srcdir)/'`../../src/mupnp/net/socket.c - -../../src/mupnp/net/libmupnp_a-socket.obj: ../../src/mupnp/net/socket.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-socket.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo -c -o ../../src/mupnp/net/libmupnp_a-socket.obj `if test -f '../../src/mupnp/net/socket.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-socket.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/socket.c' object='../../src/mupnp/net/libmupnp_a-socket.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-socket.obj `if test -f '../../src/mupnp/net/socket.c'; then $(CYGPATH_W) '../../src/mupnp/net/socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/socket.c'; fi` - -../../src/mupnp/net/libmupnp_a-interface_function.o: ../../src/mupnp/net/interface_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_function.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_function.o `test -f '../../src/mupnp/net/interface_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_function.c' object='../../src/mupnp/net/libmupnp_a-interface_function.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_function.o `test -f '../../src/mupnp/net/interface_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_function.c - -../../src/mupnp/net/libmupnp_a-interface_function.obj: ../../src/mupnp/net/interface_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_function.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_function.obj `if test -f '../../src/mupnp/net/interface_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_function.c' object='../../src/mupnp/net/libmupnp_a-interface_function.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o: ../../src/mupnp/xml/xml_attribute_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o `test -f '../../src/mupnp/xml/xml_attribute_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_function.obj `if test -f '../../src/mupnp/net/interface_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_function.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.o `test -f '../../src/mupnp/xml/xml_attribute_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute_list.c -../../src/mupnp/net/libmupnp_a-uri.o: ../../src/mupnp/net/uri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-uri.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo -c -o ../../src/mupnp/net/libmupnp_a-uri.o `test -f '../../src/mupnp/net/uri.c' || echo '$(srcdir)/'`../../src/mupnp/net/uri.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/uri.c' object='../../src/mupnp/net/libmupnp_a-uri.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj: ../../src/mupnp/xml/xml_attribute_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj `if test -f '../../src/mupnp/xml/xml_attribute_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-uri.o `test -f '../../src/mupnp/net/uri.c' || echo '$(srcdir)/'`../../src/mupnp/net/uri.c - -../../src/mupnp/net/libmupnp_a-uri.obj: ../../src/mupnp/net/uri.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-uri.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo -c -o ../../src/mupnp/net/libmupnp_a-uri.obj `if test -f '../../src/mupnp/net/uri.c'; then $(CYGPATH_W) '../../src/mupnp/net/uri.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/uri.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-uri.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/uri.c' object='../../src/mupnp/net/libmupnp_a-uri.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute_list.obj `if test -f '../../src/mupnp/xml/xml_attribute_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute_list.c'; fi` + +../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o: ../../src/mupnp/xml/xml_parser_libxml2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o `test -f '../../src/mupnp/xml/xml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_libxml2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_libxml2.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-uri.obj `if test -f '../../src/mupnp/net/uri.c'; then $(CYGPATH_W) '../../src/mupnp/net/uri.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/uri.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.o `test -f '../../src/mupnp/xml/xml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_libxml2.c -../../src/mupnp/net/libmupnp_a-net_function.o: ../../src/mupnp/net/net_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-net_function.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-net_function.o `test -f '../../src/mupnp/net/net_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/net_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/net_function.c' object='../../src/mupnp/net/libmupnp_a-net_function.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj: ../../src/mupnp/xml/xml_parser_libxml2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj `if test -f '../../src/mupnp/xml/xml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_libxml2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_libxml2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_libxml2.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-net_function.o `test -f '../../src/mupnp/net/net_function.c' || echo '$(srcdir)/'`../../src/mupnp/net/net_function.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_libxml2.obj `if test -f '../../src/mupnp/xml/xml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_libxml2.c'; fi` -../../src/mupnp/net/libmupnp_a-net_function.obj: ../../src/mupnp/net/net_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-net_function.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo -c -o ../../src/mupnp/net/libmupnp_a-net_function.obj `if test -f '../../src/mupnp/net/net_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/net_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/net_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-net_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/net_function.c' object='../../src/mupnp/net/libmupnp_a-net_function.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_node.o: ../../src/mupnp/xml/xml_node.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.o `test -f '../../src/mupnp/xml/xml_node.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node.c' object='../../src/mupnp/xml/libmupnp_a-xml_node.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-net_function.obj `if test -f '../../src/mupnp/net/net_function.c'; then $(CYGPATH_W) '../../src/mupnp/net/net_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/net_function.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.o `test -f '../../src/mupnp/xml/xml_node.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node.c -../../src/mupnp/net/libmupnp_a-interface.o: ../../src/mupnp/net/interface.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface.o `test -f '../../src/mupnp/net/interface.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface.c' object='../../src/mupnp/net/libmupnp_a-interface.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_node.obj: ../../src/mupnp/xml/xml_node.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.obj `if test -f '../../src/mupnp/xml/xml_node.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node.c' object='../../src/mupnp/xml/libmupnp_a-xml_node.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface.o `test -f '../../src/mupnp/net/interface.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node.obj `if test -f '../../src/mupnp/xml/xml_node.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node.c'; fi` -../../src/mupnp/net/libmupnp_a-interface.obj: ../../src/mupnp/net/interface.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface.obj `if test -f '../../src/mupnp/net/interface.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface.c' object='../../src/mupnp/net/libmupnp_a-interface.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_function.o: ../../src/mupnp/xml/xml_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_function.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.o `test -f '../../src/mupnp/xml/xml_function.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_function.c' object='../../src/mupnp/xml/libmupnp_a-xml_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface.obj `if test -f '../../src/mupnp/net/interface.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.o `test -f '../../src/mupnp/xml/xml_function.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_function.c -../../src/mupnp/net/libmupnp_a-datagram_packet.o: ../../src/mupnp/net/datagram_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-datagram_packet.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.o `test -f '../../src/mupnp/net/datagram_packet.c' || echo '$(srcdir)/'`../../src/mupnp/net/datagram_packet.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/datagram_packet.c' object='../../src/mupnp/net/libmupnp_a-datagram_packet.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_function.obj: ../../src/mupnp/xml/xml_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_function.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.obj `if test -f '../../src/mupnp/xml/xml_function.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_function.c' object='../../src/mupnp/xml/libmupnp_a-xml_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.o `test -f '../../src/mupnp/net/datagram_packet.c' || echo '$(srcdir)/'`../../src/mupnp/net/datagram_packet.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_function.obj `if test -f '../../src/mupnp/xml/xml_function.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_function.c'; fi` -../../src/mupnp/net/libmupnp_a-datagram_packet.obj: ../../src/mupnp/net/datagram_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-datagram_packet.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.obj `if test -f '../../src/mupnp/net/datagram_packet.c'; then $(CYGPATH_W) '../../src/mupnp/net/datagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/datagram_packet.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-datagram_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/datagram_packet.c' object='../../src/mupnp/net/libmupnp_a-datagram_packet.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o: ../../src/mupnp/xml/xml_parser_expat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o `test -f '../../src/mupnp/xml/xml_parser_expat.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_expat.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_expat.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-datagram_packet.obj `if test -f '../../src/mupnp/net/datagram_packet.c'; then $(CYGPATH_W) '../../src/mupnp/net/datagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/datagram_packet.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.o `test -f '../../src/mupnp/xml/xml_parser_expat.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser_expat.c -../../src/mupnp/net/libmupnp_a-interface_list.o: ../../src/mupnp/net/interface_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_list.o -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_list.o `test -f '../../src/mupnp/net/interface_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_list.c' object='../../src/mupnp/net/libmupnp_a-interface_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj: ../../src/mupnp/xml/xml_parser_expat.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj `if test -f '../../src/mupnp/xml/xml_parser_expat.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_expat.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser_expat.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser_expat.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_list.o `test -f '../../src/mupnp/net/interface_list.c' || echo '$(srcdir)/'`../../src/mupnp/net/interface_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser_expat.obj `if test -f '../../src/mupnp/xml/xml_parser_expat.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser_expat.c'; fi` -../../src/mupnp/net/libmupnp_a-interface_list.obj: ../../src/mupnp/net/interface_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/net/libmupnp_a-interface_list.obj -MD -MP -MF ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo -c -o ../../src/mupnp/net/libmupnp_a-interface_list.obj `if test -f '../../src/mupnp/net/interface_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Tpo ../../src/mupnp/net/$(DEPDIR)/libmupnp_a-interface_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/net/interface_list.c' object='../../src/mupnp/net/libmupnp_a-interface_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_node_list.o: ../../src/mupnp/xml/xml_node_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node_list.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.o `test -f '../../src/mupnp/xml/xml_node_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_node_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/net/libmupnp_a-interface_list.obj `if test -f '../../src/mupnp/net/interface_list.c'; then $(CYGPATH_W) '../../src/mupnp/net/interface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/net/interface_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.o `test -f '../../src/mupnp/xml/xml_node_list.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_node_list.c -../../src/mupnp/event/libmupnp_a-subscription_request.o: ../../src/mupnp/event/subscription_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_request.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.o `test -f '../../src/mupnp/event/subscription_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_request.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_request.c' object='../../src/mupnp/event/libmupnp_a-subscription_request.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_node_list.obj: ../../src/mupnp/xml/xml_node_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj `if test -f '../../src/mupnp/xml/xml_node_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_node_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_node_list.c' object='../../src/mupnp/xml/libmupnp_a-xml_node_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.o `test -f '../../src/mupnp/event/subscription_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_node_list.obj `if test -f '../../src/mupnp/xml/xml_node_list.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_node_list.c'; fi` -../../src/mupnp/event/libmupnp_a-subscription_request.obj: ../../src/mupnp/event/subscription_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_request.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.obj `if test -f '../../src/mupnp/event/subscription_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_request.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_request.c' object='../../src/mupnp/event/libmupnp_a-subscription_request.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_attribute.o: ../../src/mupnp/xml/xml_attribute.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.o `test -f '../../src/mupnp/xml/xml_attribute.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.obj `if test -f '../../src/mupnp/event/subscription_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_request.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.o `test -f '../../src/mupnp/xml/xml_attribute.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_attribute.c -../../src/mupnp/event/libmupnp_a-notify_request.o: ../../src/mupnp/event/notify_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-notify_request.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-notify_request.o `test -f '../../src/mupnp/event/notify_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/notify_request.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/notify_request.c' object='../../src/mupnp/event/libmupnp_a-notify_request.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_attribute.obj: ../../src/mupnp/xml/xml_attribute.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj `if test -f '../../src/mupnp/xml/xml_attribute.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_attribute.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_attribute.c' object='../../src/mupnp/xml/libmupnp_a-xml_attribute.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-notify_request.o `test -f '../../src/mupnp/event/notify_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/notify_request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_attribute.obj `if test -f '../../src/mupnp/xml/xml_attribute.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_attribute.c'; fi` -../../src/mupnp/event/libmupnp_a-notify_request.obj: ../../src/mupnp/event/notify_request.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-notify_request.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-notify_request.obj `if test -f '../../src/mupnp/event/notify_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/notify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/notify_request.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/notify_request.c' object='../../src/mupnp/event/libmupnp_a-notify_request.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_parser.o: ../../src/mupnp/xml/xml_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser.o -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.o `test -f '../../src/mupnp/xml/xml_parser.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-notify_request.obj `if test -f '../../src/mupnp/event/notify_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/notify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/notify_request.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.o `test -f '../../src/mupnp/xml/xml_parser.c' || echo '$(srcdir)/'`../../src/mupnp/xml/xml_parser.c -../../src/mupnp/event/libmupnp_a-subscription.o: ../../src/mupnp/event/subscription.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription.o `test -f '../../src/mupnp/event/subscription.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription.c' object='../../src/mupnp/event/libmupnp_a-subscription.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/xml/libmupnp_a-xml_parser.obj: ../../src/mupnp/xml/xml_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/xml/libmupnp_a-xml_parser.obj -MD -MP -MF ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.obj `if test -f '../../src/mupnp/xml/xml_parser.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Tpo ../../src/mupnp/xml/$(DEPDIR)/libmupnp_a-xml_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/xml/xml_parser.c' object='../../src/mupnp/xml/libmupnp_a-xml_parser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription.o `test -f '../../src/mupnp/event/subscription.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/xml/libmupnp_a-xml_parser.obj `if test -f '../../src/mupnp/xml/xml_parser.c'; then $(CYGPATH_W) '../../src/mupnp/xml/xml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/xml/xml_parser.c'; fi` -../../src/mupnp/event/libmupnp_a-subscription.obj: ../../src/mupnp/event/subscription.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription.obj `if test -f '../../src/mupnp/event/subscription.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription.c' object='../../src/mupnp/event/libmupnp_a-subscription.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_list.o: ../../src/mupnp/service_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo -c -o ../../src/mupnp/libmupnp_a-service_list.o `test -f '../../src/mupnp/service_list.c' || echo '$(srcdir)/'`../../src/mupnp/service_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_list.c' object='../../src/mupnp/libmupnp_a-service_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription.obj `if test -f '../../src/mupnp/event/subscription.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_list.o `test -f '../../src/mupnp/service_list.c' || echo '$(srcdir)/'`../../src/mupnp/service_list.c -../../src/mupnp/event/libmupnp_a-property.o: ../../src/mupnp/event/property.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property.o `test -f '../../src/mupnp/event/property.c' || echo '$(srcdir)/'`../../src/mupnp/event/property.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property.c' object='../../src/mupnp/event/libmupnp_a-property.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_list.obj: ../../src/mupnp/service_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo -c -o ../../src/mupnp/libmupnp_a-service_list.obj `if test -f '../../src/mupnp/service_list.c'; then $(CYGPATH_W) '../../src/mupnp/service_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_list.c' object='../../src/mupnp/libmupnp_a-service_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property.o `test -f '../../src/mupnp/event/property.c' || echo '$(srcdir)/'`../../src/mupnp/event/property.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_list.obj `if test -f '../../src/mupnp/service_list.c'; then $(CYGPATH_W) '../../src/mupnp/service_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_list.c'; fi` -../../src/mupnp/event/libmupnp_a-property.obj: ../../src/mupnp/event/property.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property.obj `if test -f '../../src/mupnp/event/property.c'; then $(CYGPATH_W) '../../src/mupnp/event/property.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property.c' object='../../src/mupnp/event/libmupnp_a-property.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_advertiser.o: ../../src/mupnp/device_advertiser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_advertiser.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo -c -o ../../src/mupnp/libmupnp_a-device_advertiser.o `test -f '../../src/mupnp/device_advertiser.c' || echo '$(srcdir)/'`../../src/mupnp/device_advertiser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_advertiser.c' object='../../src/mupnp/libmupnp_a-device_advertiser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property.obj `if test -f '../../src/mupnp/event/property.c'; then $(CYGPATH_W) '../../src/mupnp/event/property.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_advertiser.o `test -f '../../src/mupnp/device_advertiser.c' || echo '$(srcdir)/'`../../src/mupnp/device_advertiser.c -../../src/mupnp/event/libmupnp_a-subscriber.o: ../../src/mupnp/event/subscriber.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber.o `test -f '../../src/mupnp/event/subscriber.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber.c' object='../../src/mupnp/event/libmupnp_a-subscriber.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_advertiser.obj: ../../src/mupnp/device_advertiser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_advertiser.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo -c -o ../../src/mupnp/libmupnp_a-device_advertiser.obj `if test -f '../../src/mupnp/device_advertiser.c'; then $(CYGPATH_W) '../../src/mupnp/device_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_advertiser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_advertiser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_advertiser.c' object='../../src/mupnp/libmupnp_a-device_advertiser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber.o `test -f '../../src/mupnp/event/subscriber.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_advertiser.obj `if test -f '../../src/mupnp/device_advertiser.c'; then $(CYGPATH_W) '../../src/mupnp/device_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_advertiser.c'; fi` -../../src/mupnp/event/libmupnp_a-subscriber.obj: ../../src/mupnp/event/subscriber.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber.obj `if test -f '../../src/mupnp/event/subscriber.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber.c' object='../../src/mupnp/event/libmupnp_a-subscriber.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-upnp_function.o: ../../src/mupnp/upnp_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_function.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_function.o `test -f '../../src/mupnp/upnp_function.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_function.c' object='../../src/mupnp/libmupnp_a-upnp_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber.obj `if test -f '../../src/mupnp/event/subscriber.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_function.o `test -f '../../src/mupnp/upnp_function.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_function.c -../../src/mupnp/event/libmupnp_a-property_list.o: ../../src/mupnp/event/property_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property_list.o `test -f '../../src/mupnp/event/property_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/property_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property_list.c' object='../../src/mupnp/event/libmupnp_a-property_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-upnp_function.obj: ../../src/mupnp/upnp_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_function.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_function.obj `if test -f '../../src/mupnp/upnp_function.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_function.c' object='../../src/mupnp/libmupnp_a-upnp_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property_list.o `test -f '../../src/mupnp/event/property_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/property_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_function.obj `if test -f '../../src/mupnp/upnp_function.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_function.c'; fi` -../../src/mupnp/event/libmupnp_a-property_list.obj: ../../src/mupnp/event/property_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property_list.obj `if test -f '../../src/mupnp/event/property_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/property_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property_list.c' object='../../src/mupnp/event/libmupnp_a-property_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_std_dcp.o: ../../src/mupnp/service_std_dcp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_std_dcp.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.o `test -f '../../src/mupnp/service_std_dcp.c' || echo '$(srcdir)/'`../../src/mupnp/service_std_dcp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_std_dcp.c' object='../../src/mupnp/libmupnp_a-service_std_dcp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property_list.obj `if test -f '../../src/mupnp/event/property_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/property_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.o `test -f '../../src/mupnp/service_std_dcp.c' || echo '$(srcdir)/'`../../src/mupnp/service_std_dcp.c -../../src/mupnp/event/libmupnp_a-eventlistener_list.o: ../../src/mupnp/event/eventlistener_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-eventlistener_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.o `test -f '../../src/mupnp/event/eventlistener_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/eventlistener_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/eventlistener_list.c' object='../../src/mupnp/event/libmupnp_a-eventlistener_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service_std_dcp.obj: ../../src/mupnp/service_std_dcp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_std_dcp.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.obj `if test -f '../../src/mupnp/service_std_dcp.c'; then $(CYGPATH_W) '../../src/mupnp/service_std_dcp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_std_dcp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_std_dcp.c' object='../../src/mupnp/libmupnp_a-service_std_dcp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.o `test -f '../../src/mupnp/event/eventlistener_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/eventlistener_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.obj `if test -f '../../src/mupnp/service_std_dcp.c'; then $(CYGPATH_W) '../../src/mupnp/service_std_dcp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_std_dcp.c'; fi` -../../src/mupnp/event/libmupnp_a-eventlistener_list.obj: ../../src/mupnp/event/eventlistener_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj `if test -f '../../src/mupnp/event/eventlistener_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/eventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/eventlistener_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/eventlistener_list.c' object='../../src/mupnp/event/libmupnp_a-eventlistener_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-statevariable.o: ../../src/mupnp/statevariable.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-statevariable.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo -c -o ../../src/mupnp/libmupnp_a-statevariable.o `test -f '../../src/mupnp/statevariable.c' || echo '$(srcdir)/'`../../src/mupnp/statevariable.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/statevariable.c' object='../../src/mupnp/libmupnp_a-statevariable.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj `if test -f '../../src/mupnp/event/eventlistener_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/eventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/eventlistener_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-statevariable.o `test -f '../../src/mupnp/statevariable.c' || echo '$(srcdir)/'`../../src/mupnp/statevariable.c -../../src/mupnp/event/libmupnp_a-subscription_response.o: ../../src/mupnp/event/subscription_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_response.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.o `test -f '../../src/mupnp/event/subscription_response.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_response.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_response.c' object='../../src/mupnp/event/libmupnp_a-subscription_response.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-statevariable.obj: ../../src/mupnp/statevariable.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-statevariable.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo -c -o ../../src/mupnp/libmupnp_a-statevariable.obj `if test -f '../../src/mupnp/statevariable.c'; then $(CYGPATH_W) '../../src/mupnp/statevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/statevariable.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/statevariable.c' object='../../src/mupnp/libmupnp_a-statevariable.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.o `test -f '../../src/mupnp/event/subscription_response.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_response.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-statevariable.obj `if test -f '../../src/mupnp/statevariable.c'; then $(CYGPATH_W) '../../src/mupnp/statevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/statevariable.c'; fi` -../../src/mupnp/event/libmupnp_a-subscription_response.obj: ../../src/mupnp/event/subscription_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_response.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.obj `if test -f '../../src/mupnp/event/subscription_response.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_response.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_response.c' object='../../src/mupnp/event/libmupnp_a-subscription_response.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_response.o: ../../src/mupnp/http/http_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_response.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_response.o `test -f '../../src/mupnp/http/http_response.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_response.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_response.c' object='../../src/mupnp/http/libmupnp_a-http_response.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.obj `if test -f '../../src/mupnp/event/subscription_response.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_response.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_response.o `test -f '../../src/mupnp/http/http_response.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_response.c -../../src/mupnp/event/libmupnp_a-subscriber_list.o: ../../src/mupnp/event/subscriber_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.o `test -f '../../src/mupnp/event/subscriber_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber_list.c' object='../../src/mupnp/event/libmupnp_a-subscriber_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_response.obj: ../../src/mupnp/http/http_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_response.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_response.obj `if test -f '../../src/mupnp/http/http_response.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_response.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_response.c' object='../../src/mupnp/http/libmupnp_a-http_response.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.o `test -f '../../src/mupnp/event/subscriber_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_response.obj `if test -f '../../src/mupnp/http/http_response.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_response.c'; fi` -../../src/mupnp/event/libmupnp_a-subscriber_list.obj: ../../src/mupnp/event/subscriber_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.obj `if test -f '../../src/mupnp/event/subscriber_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber_list.c' object='../../src/mupnp/event/libmupnp_a-subscriber_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_packet.o: ../../src/mupnp/http/http_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_packet.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_packet.o `test -f '../../src/mupnp/http/http_packet.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_packet.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_packet.c' object='../../src/mupnp/http/libmupnp_a-http_packet.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.obj `if test -f '../../src/mupnp/event/subscriber_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_packet.o `test -f '../../src/mupnp/http/http_packet.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_packet.c -../../src/mupnp/libmupnp_a-icon_list.o: ../../src/mupnp/icon_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo -c -o ../../src/mupnp/libmupnp_a-icon_list.o `test -f '../../src/mupnp/icon_list.c' || echo '$(srcdir)/'`../../src/mupnp/icon_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon_list.c' object='../../src/mupnp/libmupnp_a-icon_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_packet.obj: ../../src/mupnp/http/http_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_packet.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_packet.obj `if test -f '../../src/mupnp/http/http_packet.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_packet.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_packet.c' object='../../src/mupnp/http/libmupnp_a-http_packet.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon_list.o `test -f '../../src/mupnp/icon_list.c' || echo '$(srcdir)/'`../../src/mupnp/icon_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_packet.obj `if test -f '../../src/mupnp/http/http_packet.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_packet.c'; fi` -../../src/mupnp/libmupnp_a-icon_list.obj: ../../src/mupnp/icon_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo -c -o ../../src/mupnp/libmupnp_a-icon_list.obj `if test -f '../../src/mupnp/icon_list.c'; then $(CYGPATH_W) '../../src/mupnp/icon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon_list.c' object='../../src/mupnp/libmupnp_a-icon_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_date.o: ../../src/mupnp/http/http_date.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_date.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_date.o `test -f '../../src/mupnp/http/http_date.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_date.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_date.c' object='../../src/mupnp/http/libmupnp_a-http_date.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon_list.obj `if test -f '../../src/mupnp/icon_list.c'; then $(CYGPATH_W) '../../src/mupnp/icon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_date.o `test -f '../../src/mupnp/http/http_date.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_date.c + +../../src/mupnp/http/libmupnp_a-http_date.obj: ../../src/mupnp/http/http_date.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_date.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_date.obj `if test -f '../../src/mupnp/http/http_date.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_date.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_date.c' object='../../src/mupnp/http/libmupnp_a-http_date.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_date.obj `if test -f '../../src/mupnp/http/http_date.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_date.c'; fi` ../../src/mupnp/http/libmupnp_a-http_request.o: ../../src/mupnp/http/http_request.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_request.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_request.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_request.o `test -f '../../src/mupnp/http/http_request.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_request.c @@ -2060,20 +1923,6 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_server.obj `if test -f '../../src/mupnp/http/http_server.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_server.c'; fi` -../../src/mupnp/http/libmupnp_a-http_packet.o: ../../src/mupnp/http/http_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_packet.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_packet.o `test -f '../../src/mupnp/http/http_packet.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_packet.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_packet.c' object='../../src/mupnp/http/libmupnp_a-http_packet.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_packet.o `test -f '../../src/mupnp/http/http_packet.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_packet.c - -../../src/mupnp/http/libmupnp_a-http_packet.obj: ../../src/mupnp/http/http_packet.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_packet.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_packet.obj `if test -f '../../src/mupnp/http/http_packet.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_packet.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_packet.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_packet.c' object='../../src/mupnp/http/libmupnp_a-http_packet.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_packet.obj `if test -f '../../src/mupnp/http/http_packet.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_packet.c'; fi` - ../../src/mupnp/http/libmupnp_a-http_persistent_connection.o: ../../src/mupnp/http/http_persistent_connection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_persistent_connection.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_persistent_connection.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_persistent_connection.o `test -f '../../src/mupnp/http/http_persistent_connection.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_persistent_connection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_persistent_connection.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_persistent_connection.Po @@ -2088,19 +1937,33 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_persistent_connection.obj `if test -f '../../src/mupnp/http/http_persistent_connection.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_persistent_connection.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_persistent_connection.c'; fi` -../../src/mupnp/http/libmupnp_a-http_date.o: ../../src/mupnp/http/http_date.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_date.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_date.o `test -f '../../src/mupnp/http/http_date.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_date.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_date.c' object='../../src/mupnp/http/libmupnp_a-http_date.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_server_list.o: ../../src/mupnp/http/http_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_server_list.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.o `test -f '../../src/mupnp/http/http_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_server_list.c' object='../../src/mupnp/http/libmupnp_a-http_server_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_date.o `test -f '../../src/mupnp/http/http_date.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_date.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.o `test -f '../../src/mupnp/http/http_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_server_list.c -../../src/mupnp/http/libmupnp_a-http_date.obj: ../../src/mupnp/http/http_date.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_date.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_date.obj `if test -f '../../src/mupnp/http/http_date.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_date.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_date.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_date.c' object='../../src/mupnp/http/libmupnp_a-http_date.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/http/libmupnp_a-http_server_list.obj: ../../src/mupnp/http/http_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_server_list.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.obj `if test -f '../../src/mupnp/http/http_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_server_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_server_list.c' object='../../src/mupnp/http/libmupnp_a-http_server_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_date.obj `if test -f '../../src/mupnp/http/http_date.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_date.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.obj `if test -f '../../src/mupnp/http/http_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_server_list.c'; fi` + +../../src/mupnp/http/libmupnp_a-http_header.o: ../../src/mupnp/http/http_header.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_header.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_header.o `test -f '../../src/mupnp/http/http_header.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_header.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_header.c' object='../../src/mupnp/http/libmupnp_a-http_header.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_header.o `test -f '../../src/mupnp/http/http_header.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_header.c + +../../src/mupnp/http/libmupnp_a-http_header.obj: ../../src/mupnp/http/http_header.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_header.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_header.obj `if test -f '../../src/mupnp/http/http_header.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_header.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_header.c' object='../../src/mupnp/http/libmupnp_a-http_header.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_header.obj `if test -f '../../src/mupnp/http/http_header.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_header.c'; fi` ../../src/mupnp/http/libmupnp_a-http.o: ../../src/mupnp/http/http.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http.o `test -f '../../src/mupnp/http/http.c' || echo '$(srcdir)/'`../../src/mupnp/http/http.c @@ -2116,383 +1979,523 @@ am--depfiles: $(am__depfiles_remade) @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http.obj `if test -f '../../src/mupnp/http/http.c'; then $(CYGPATH_W) '../../src/mupnp/http/http.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http.c'; fi` -../../src/mupnp/http/libmupnp_a-http_server_list.o: ../../src/mupnp/http/http_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_server_list.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.o `test -f '../../src/mupnp/http/http_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_server_list.c' object='../../src/mupnp/http/libmupnp_a-http_server_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service.o: ../../src/mupnp/service.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo -c -o ../../src/mupnp/libmupnp_a-service.o `test -f '../../src/mupnp/service.c' || echo '$(srcdir)/'`../../src/mupnp/service.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service.c' object='../../src/mupnp/libmupnp_a-service.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.o `test -f '../../src/mupnp/http/http_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_server_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service.o `test -f '../../src/mupnp/service.c' || echo '$(srcdir)/'`../../src/mupnp/service.c -../../src/mupnp/http/libmupnp_a-http_server_list.obj: ../../src/mupnp/http/http_server_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_server_list.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.obj `if test -f '../../src/mupnp/http/http_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_server_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_server_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_server_list.c' object='../../src/mupnp/http/libmupnp_a-http_server_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-service.obj: ../../src/mupnp/service.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo -c -o ../../src/mupnp/libmupnp_a-service.obj `if test -f '../../src/mupnp/service.c'; then $(CYGPATH_W) '../../src/mupnp/service.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service.c' object='../../src/mupnp/libmupnp_a-service.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_server_list.obj `if test -f '../../src/mupnp/http/http_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_server_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service.obj `if test -f '../../src/mupnp/service.c'; then $(CYGPATH_W) '../../src/mupnp/service.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service.c'; fi` -../../src/mupnp/http/libmupnp_a-http_header.o: ../../src/mupnp/http/http_header.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_header.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_header.o `test -f '../../src/mupnp/http/http_header.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_header.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_header.c' object='../../src/mupnp/http/libmupnp_a-http_header.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-argument.o: ../../src/mupnp/argument.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo -c -o ../../src/mupnp/libmupnp_a-argument.o `test -f '../../src/mupnp/argument.c' || echo '$(srcdir)/'`../../src/mupnp/argument.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument.c' object='../../src/mupnp/libmupnp_a-argument.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_header.o `test -f '../../src/mupnp/http/http_header.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_header.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument.o `test -f '../../src/mupnp/argument.c' || echo '$(srcdir)/'`../../src/mupnp/argument.c + +../../src/mupnp/libmupnp_a-argument.obj: ../../src/mupnp/argument.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo -c -o ../../src/mupnp/libmupnp_a-argument.obj `if test -f '../../src/mupnp/argument.c'; then $(CYGPATH_W) '../../src/mupnp/argument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument.c' object='../../src/mupnp/libmupnp_a-argument.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument.obj `if test -f '../../src/mupnp/argument.c'; then $(CYGPATH_W) '../../src/mupnp/argument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument.c'; fi` + +../../src/mupnp/libmupnp_a-device.o: ../../src/mupnp/device.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo -c -o ../../src/mupnp/libmupnp_a-device.o `test -f '../../src/mupnp/device.c' || echo '$(srcdir)/'`../../src/mupnp/device.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device.c' object='../../src/mupnp/libmupnp_a-device.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device.o `test -f '../../src/mupnp/device.c' || echo '$(srcdir)/'`../../src/mupnp/device.c + +../../src/mupnp/libmupnp_a-device.obj: ../../src/mupnp/device.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo -c -o ../../src/mupnp/libmupnp_a-device.obj `if test -f '../../src/mupnp/device.c'; then $(CYGPATH_W) '../../src/mupnp/device.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device.c' object='../../src/mupnp/libmupnp_a-device.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device.obj `if test -f '../../src/mupnp/device.c'; then $(CYGPATH_W) '../../src/mupnp/device.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device.c'; fi` + +../../src/mupnp/libmupnp_a-controlpoint_event.o: ../../src/mupnp/controlpoint_event.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_event.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.o `test -f '../../src/mupnp/controlpoint_event.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_event.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_event.c' object='../../src/mupnp/libmupnp_a-controlpoint_event.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.o `test -f '../../src/mupnp/controlpoint_event.c' || echo '$(srcdir)/'`../../src/mupnp/controlpoint_event.c + +../../src/mupnp/libmupnp_a-controlpoint_event.obj: ../../src/mupnp/controlpoint_event.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-controlpoint_event.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.obj `if test -f '../../src/mupnp/controlpoint_event.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_event.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-controlpoint_event.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/controlpoint_event.c' object='../../src/mupnp/libmupnp_a-controlpoint_event.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-controlpoint_event.obj `if test -f '../../src/mupnp/controlpoint_event.c'; then $(CYGPATH_W) '../../src/mupnp/controlpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/controlpoint_event.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o: ../../src/mupnp/ssdp/ssdp_response_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server_list.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj: ../../src/mupnp/ssdp/ssdp_response_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server_list.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o: ../../src/mupnp/ssdp/httpu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o `test -f '../../src/mupnp/ssdp/httpu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.o `test -f '../../src/mupnp/ssdp/httpu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpu_socket.c + +../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj: ../../src/mupnp/ssdp/httpu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj `if test -f '../../src/mupnp/ssdp/httpu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpu_socket.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpu_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpu_socket.obj `if test -f '../../src/mupnp/ssdp/httpu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpu_socket.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o: ../../src/mupnp/ssdp/ssdp_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.o `test -f '../../src/mupnp/ssdp/ssdp_server_list.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server_list.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj: ../../src/mupnp/ssdp/ssdp_server_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server_list.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server_list.obj `if test -f '../../src/mupnp/ssdp/ssdp_server_list.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server_list.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o: ../../src/mupnp/ssdp/ssdp_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o `test -f '../../src/mupnp/ssdp/ssdp_response.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.o `test -f '../../src/mupnp/ssdp/ssdp_response.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj: ../../src/mupnp/ssdp/ssdp_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj `if test -f '../../src/mupnp/ssdp/ssdp_response.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response.obj `if test -f '../../src/mupnp/ssdp/ssdp_response.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o: ../../src/mupnp/ssdp/ssdp_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o `test -f '../../src/mupnp/ssdp/ssdp_packet.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_packet.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_packet.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.o `test -f '../../src/mupnp/ssdp/ssdp_packet.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_packet.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj: ../../src/mupnp/ssdp/ssdp_packet.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj `if test -f '../../src/mupnp/ssdp/ssdp_packet.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_packet.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_packet.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_packet.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_packet.obj `if test -f '../../src/mupnp/ssdp/ssdp_packet.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_packet.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o: ../../src/mupnp/ssdp/ssdp_response_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o `test -f '../../src/mupnp/ssdp/ssdp_response_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.o `test -f '../../src/mupnp/ssdp/ssdp_response_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_response_server.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj: ../../src/mupnp/ssdp/ssdp_response_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_response_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_response_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_response_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_response_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_response_server.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o: ../../src/mupnp/ssdp/ssdp_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o `test -f '../../src/mupnp/ssdp/ssdp_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_socket.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.o `test -f '../../src/mupnp/ssdp/ssdp_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_socket.c + +../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj: ../../src/mupnp/ssdp/ssdp_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj `if test -f '../../src/mupnp/ssdp/ssdp_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_socket.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_socket.obj `if test -f '../../src/mupnp/ssdp/ssdp_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_socket.c'; fi` + +../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o: ../../src/mupnp/ssdp/ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o `test -f '../../src/mupnp/ssdp/ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.o `test -f '../../src/mupnp/ssdp/ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_server.c -../../src/mupnp/http/libmupnp_a-http_header.obj: ../../src/mupnp/http/http_header.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_header.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_header.obj `if test -f '../../src/mupnp/http/http_header.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_header.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_header.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_header.c' object='../../src/mupnp/http/libmupnp_a-http_header.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj: ../../src/mupnp/ssdp/ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_server.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_header.obj `if test -f '../../src/mupnp/http/http_header.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_header.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_server.obj `if test -f '../../src/mupnp/ssdp/ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_server.c'; fi` -../../src/mupnp/http/libmupnp_a-http_response.o: ../../src/mupnp/http/http_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_response.o -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_response.o `test -f '../../src/mupnp/http/http_response.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_response.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_response.c' object='../../src/mupnp/http/libmupnp_a-http_response.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o: ../../src/mupnp/ssdp/ssdp_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o `test -f '../../src/mupnp/ssdp/ssdp_request.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_request.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_request.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_response.o `test -f '../../src/mupnp/http/http_response.c' || echo '$(srcdir)/'`../../src/mupnp/http/http_response.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.o `test -f '../../src/mupnp/ssdp/ssdp_request.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp_request.c -../../src/mupnp/http/libmupnp_a-http_response.obj: ../../src/mupnp/http/http_response.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/http/libmupnp_a-http_response.obj -MD -MP -MF ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo -c -o ../../src/mupnp/http/libmupnp_a-http_response.obj `if test -f '../../src/mupnp/http/http_response.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_response.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Tpo ../../src/mupnp/http/$(DEPDIR)/libmupnp_a-http_response.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/http/http_response.c' object='../../src/mupnp/http/libmupnp_a-http_response.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj: ../../src/mupnp/ssdp/ssdp_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj `if test -f '../../src/mupnp/ssdp/ssdp_request.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_request.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp_request.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/http/libmupnp_a-http_response.obj `if test -f '../../src/mupnp/http/http_response.c'; then $(CYGPATH_W) '../../src/mupnp/http/http_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/http/http_response.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp_request.obj `if test -f '../../src/mupnp/ssdp/ssdp_request.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp_request.c'; fi` -../../src/mupnp/util/libmupnp_a-time.o: ../../src/mupnp/util/time.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time.o `test -f '../../src/mupnp/util/time.c' || echo '$(srcdir)/'`../../src/mupnp/util/time.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time.c' object='../../src/mupnp/util/libmupnp_a-time.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o: ../../src/mupnp/ssdp/httpmu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o `test -f '../../src/mupnp/ssdp/httpmu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpmu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpmu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time.o `test -f '../../src/mupnp/util/time.c' || echo '$(srcdir)/'`../../src/mupnp/util/time.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.o `test -f '../../src/mupnp/ssdp/httpmu_socket.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/httpmu_socket.c -../../src/mupnp/util/libmupnp_a-time.obj: ../../src/mupnp/util/time.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time.obj `if test -f '../../src/mupnp/util/time.c'; then $(CYGPATH_W) '../../src/mupnp/util/time.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time.c' object='../../src/mupnp/util/libmupnp_a-time.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj: ../../src/mupnp/ssdp/httpmu_socket.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj `if test -f '../../src/mupnp/ssdp/httpmu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpmu_socket.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-httpmu_socket.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/httpmu_socket.c' object='../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time.obj `if test -f '../../src/mupnp/util/time.c'; then $(CYGPATH_W) '../../src/mupnp/util/time.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-httpmu_socket.obj `if test -f '../../src/mupnp/ssdp/httpmu_socket.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/httpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/httpmu_socket.c'; fi` -../../src/mupnp/util/libmupnp_a-thread.o: ../../src/mupnp/util/thread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread.o `test -f '../../src/mupnp/util/thread.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread.c' object='../../src/mupnp/util/libmupnp_a-thread.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-ssdp.o: ../../src/mupnp/ssdp/ssdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp.o -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.o `test -f '../../src/mupnp/ssdp/ssdp.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread.o `test -f '../../src/mupnp/util/thread.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.o `test -f '../../src/mupnp/ssdp/ssdp.c' || echo '$(srcdir)/'`../../src/mupnp/ssdp/ssdp.c -../../src/mupnp/util/libmupnp_a-thread.obj: ../../src/mupnp/util/thread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread.obj `if test -f '../../src/mupnp/util/thread.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread.c' object='../../src/mupnp/util/libmupnp_a-thread.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/ssdp/libmupnp_a-ssdp.obj: ../../src/mupnp/ssdp/ssdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj -MD -MP -MF ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj `if test -f '../../src/mupnp/ssdp/ssdp.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Tpo ../../src/mupnp/ssdp/$(DEPDIR)/libmupnp_a-ssdp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/ssdp/ssdp.c' object='../../src/mupnp/ssdp/libmupnp_a-ssdp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread.obj `if test -f '../../src/mupnp/util/thread.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/ssdp/libmupnp_a-ssdp.obj `if test -f '../../src/mupnp/ssdp/ssdp.c'; then $(CYGPATH_W) '../../src/mupnp/ssdp/ssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/ssdp/ssdp.c'; fi` -../../src/mupnp/util/libmupnp_a-dictionary_elem.o: ../../src/mupnp/util/dictionary_elem.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary_elem.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.o `test -f '../../src/mupnp/util/dictionary_elem.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary_elem.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary_elem.c' object='../../src/mupnp/util/libmupnp_a-dictionary_elem.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_ssdp_server.o: ../../src/mupnp/device_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_ssdp_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.o `test -f '../../src/mupnp/device_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_ssdp_server.c' object='../../src/mupnp/libmupnp_a-device_ssdp_server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.o `test -f '../../src/mupnp/util/dictionary_elem.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary_elem.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.o `test -f '../../src/mupnp/device_ssdp_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_ssdp_server.c -../../src/mupnp/util/libmupnp_a-dictionary_elem.obj: ../../src/mupnp/util/dictionary_elem.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj `if test -f '../../src/mupnp/util/dictionary_elem.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary_elem.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary_elem.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary_elem.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary_elem.c' object='../../src/mupnp/util/libmupnp_a-dictionary_elem.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_ssdp_server.obj: ../../src/mupnp/device_ssdp_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_ssdp_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.obj `if test -f '../../src/mupnp/device_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_ssdp_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_ssdp_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_ssdp_server.c' object='../../src/mupnp/libmupnp_a-device_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary_elem.obj `if test -f '../../src/mupnp/util/dictionary_elem.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary_elem.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary_elem.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_ssdp_server.obj `if test -f '../../src/mupnp/device_ssdp_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_ssdp_server.c'; fi` -../../src/mupnp/util/libmupnp_a-time_wince.o: ../../src/mupnp/util/time_wince.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time_wince.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time_wince.o `test -f '../../src/mupnp/util/time_wince.c' || echo '$(srcdir)/'`../../src/mupnp/util/time_wince.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time_wince.c' object='../../src/mupnp/util/libmupnp_a-time_wince.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-icon.o: ../../src/mupnp/icon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo -c -o ../../src/mupnp/libmupnp_a-icon.o `test -f '../../src/mupnp/icon.c' || echo '$(srcdir)/'`../../src/mupnp/icon.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon.c' object='../../src/mupnp/libmupnp_a-icon.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time_wince.o `test -f '../../src/mupnp/util/time_wince.c' || echo '$(srcdir)/'`../../src/mupnp/util/time_wince.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon.o `test -f '../../src/mupnp/icon.c' || echo '$(srcdir)/'`../../src/mupnp/icon.c -../../src/mupnp/util/libmupnp_a-time_wince.obj: ../../src/mupnp/util/time_wince.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-time_wince.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo -c -o ../../src/mupnp/util/libmupnp_a-time_wince.obj `if test -f '../../src/mupnp/util/time_wince.c'; then $(CYGPATH_W) '../../src/mupnp/util/time_wince.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time_wince.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-time_wince.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/time_wince.c' object='../../src/mupnp/util/libmupnp_a-time_wince.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-icon.obj: ../../src/mupnp/icon.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo -c -o ../../src/mupnp/libmupnp_a-icon.obj `if test -f '../../src/mupnp/icon.c'; then $(CYGPATH_W) '../../src/mupnp/icon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon.c' object='../../src/mupnp/libmupnp_a-icon.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-time_wince.obj `if test -f '../../src/mupnp/util/time_wince.c'; then $(CYGPATH_W) '../../src/mupnp/util/time_wince.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/time_wince.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon.obj `if test -f '../../src/mupnp/icon.c'; then $(CYGPATH_W) '../../src/mupnp/icon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon.c'; fi` -../../src/mupnp/util/libmupnp_a-string_function.o: ../../src/mupnp/util/string_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_function.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_function.o `test -f '../../src/mupnp/util/string_function.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_function.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_function.c' object='../../src/mupnp/util/libmupnp_a-string_function.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_http_server.o: ../../src/mupnp/device_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_http_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_http_server.o `test -f '../../src/mupnp/device_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_http_server.c' object='../../src/mupnp/libmupnp_a-device_http_server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_function.o `test -f '../../src/mupnp/util/string_function.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_function.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_http_server.o `test -f '../../src/mupnp/device_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_http_server.c -../../src/mupnp/util/libmupnp_a-string_function.obj: ../../src/mupnp/util/string_function.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_function.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_function.obj `if test -f '../../src/mupnp/util/string_function.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_function.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_function.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_function.c' object='../../src/mupnp/util/libmupnp_a-string_function.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-device_http_server.obj: ../../src/mupnp/device_http_server.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_http_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_http_server.obj `if test -f '../../src/mupnp/device_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_http_server.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_http_server.c' object='../../src/mupnp/libmupnp_a-device_http_server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_function.obj `if test -f '../../src/mupnp/util/string_function.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_function.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_http_server.obj `if test -f '../../src/mupnp/device_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_http_server.c'; fi` -../../src/mupnp/util/libmupnp_a-list.o: ../../src/mupnp/util/list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-list.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-list.o `test -f '../../src/mupnp/util/list.c' || echo '$(srcdir)/'`../../src/mupnp/util/list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/list.c' object='../../src/mupnp/util/libmupnp_a-list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-action.o: ../../src/mupnp/action.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo -c -o ../../src/mupnp/libmupnp_a-action.o `test -f '../../src/mupnp/action.c' || echo '$(srcdir)/'`../../src/mupnp/action.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action.c' object='../../src/mupnp/libmupnp_a-action.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-list.o `test -f '../../src/mupnp/util/list.c' || echo '$(srcdir)/'`../../src/mupnp/util/list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action.o `test -f '../../src/mupnp/action.c' || echo '$(srcdir)/'`../../src/mupnp/action.c -../../src/mupnp/util/libmupnp_a-list.obj: ../../src/mupnp/util/list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-list.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-list.obj `if test -f '../../src/mupnp/util/list.c'; then $(CYGPATH_W) '../../src/mupnp/util/list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/list.c' object='../../src/mupnp/util/libmupnp_a-list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-action.obj: ../../src/mupnp/action.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo -c -o ../../src/mupnp/libmupnp_a-action.obj `if test -f '../../src/mupnp/action.c'; then $(CYGPATH_W) '../../src/mupnp/action.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action.c' object='../../src/mupnp/libmupnp_a-action.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-list.obj `if test -f '../../src/mupnp/util/list.c'; then $(CYGPATH_W) '../../src/mupnp/util/list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action.obj `if test -f '../../src/mupnp/action.c'; then $(CYGPATH_W) '../../src/mupnp/action.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action.c'; fi` -../../src/mupnp/util/libmupnp_a-string_tokenizer.o: ../../src/mupnp/util/string_tokenizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_tokenizer.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.o `test -f '../../src/mupnp/util/string_tokenizer.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_tokenizer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_tokenizer.c' object='../../src/mupnp/util/libmupnp_a-string_tokenizer.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-icon_list.o: ../../src/mupnp/icon_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo -c -o ../../src/mupnp/libmupnp_a-icon_list.o `test -f '../../src/mupnp/icon_list.c' || echo '$(srcdir)/'`../../src/mupnp/icon_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon_list.c' object='../../src/mupnp/libmupnp_a-icon_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.o `test -f '../../src/mupnp/util/string_tokenizer.c' || echo '$(srcdir)/'`../../src/mupnp/util/string_tokenizer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon_list.o `test -f '../../src/mupnp/icon_list.c' || echo '$(srcdir)/'`../../src/mupnp/icon_list.c -../../src/mupnp/util/libmupnp_a-string_tokenizer.obj: ../../src/mupnp/util/string_tokenizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj `if test -f '../../src/mupnp/util/string_tokenizer.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_tokenizer.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string_tokenizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string_tokenizer.c' object='../../src/mupnp/util/libmupnp_a-string_tokenizer.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-icon_list.obj: ../../src/mupnp/icon_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo -c -o ../../src/mupnp/libmupnp_a-icon_list.obj `if test -f '../../src/mupnp/icon_list.c'; then $(CYGPATH_W) '../../src/mupnp/icon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon_list.c' object='../../src/mupnp/libmupnp_a-icon_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string_tokenizer.obj `if test -f '../../src/mupnp/util/string_tokenizer.c'; then $(CYGPATH_W) '../../src/mupnp/util/string_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string_tokenizer.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon_list.obj `if test -f '../../src/mupnp/icon_list.c'; then $(CYGPATH_W) '../../src/mupnp/icon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon_list.c'; fi` -../../src/mupnp/util/libmupnp_a-thread_list.o: ../../src/mupnp/util/thread_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread_list.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread_list.o `test -f '../../src/mupnp/util/thread_list.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread_list.c' object='../../src/mupnp/util/libmupnp_a-thread_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscriber.o: ../../src/mupnp/event/subscriber.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber.o `test -f '../../src/mupnp/event/subscriber.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber.c' object='../../src/mupnp/event/libmupnp_a-subscriber.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread_list.o `test -f '../../src/mupnp/util/thread_list.c' || echo '$(srcdir)/'`../../src/mupnp/util/thread_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber.o `test -f '../../src/mupnp/event/subscriber.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber.c -../../src/mupnp/util/libmupnp_a-thread_list.obj: ../../src/mupnp/util/thread_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-thread_list.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo -c -o ../../src/mupnp/util/libmupnp_a-thread_list.obj `if test -f '../../src/mupnp/util/thread_list.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-thread_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/thread_list.c' object='../../src/mupnp/util/libmupnp_a-thread_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscriber.obj: ../../src/mupnp/event/subscriber.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber.obj `if test -f '../../src/mupnp/event/subscriber.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber.c' object='../../src/mupnp/event/libmupnp_a-subscriber.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-thread_list.obj `if test -f '../../src/mupnp/util/thread_list.c'; then $(CYGPATH_W) '../../src/mupnp/util/thread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/thread_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber.obj `if test -f '../../src/mupnp/event/subscriber.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber.c'; fi` -../../src/mupnp/util/libmupnp_a-mutex.o: ../../src/mupnp/util/mutex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-mutex.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo -c -o ../../src/mupnp/util/libmupnp_a-mutex.o `test -f '../../src/mupnp/util/mutex.c' || echo '$(srcdir)/'`../../src/mupnp/util/mutex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/mutex.c' object='../../src/mupnp/util/libmupnp_a-mutex.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-eventlistener_list.o: ../../src/mupnp/event/eventlistener_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-eventlistener_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.o `test -f '../../src/mupnp/event/eventlistener_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/eventlistener_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/eventlistener_list.c' object='../../src/mupnp/event/libmupnp_a-eventlistener_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-mutex.o `test -f '../../src/mupnp/util/mutex.c' || echo '$(srcdir)/'`../../src/mupnp/util/mutex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.o `test -f '../../src/mupnp/event/eventlistener_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/eventlistener_list.c -../../src/mupnp/util/libmupnp_a-mutex.obj: ../../src/mupnp/util/mutex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-mutex.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo -c -o ../../src/mupnp/util/libmupnp_a-mutex.obj `if test -f '../../src/mupnp/util/mutex.c'; then $(CYGPATH_W) '../../src/mupnp/util/mutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/mutex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-mutex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/mutex.c' object='../../src/mupnp/util/libmupnp_a-mutex.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-eventlistener_list.obj: ../../src/mupnp/event/eventlistener_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj `if test -f '../../src/mupnp/event/eventlistener_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/eventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/eventlistener_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-eventlistener_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/eventlistener_list.c' object='../../src/mupnp/event/libmupnp_a-eventlistener_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-mutex.obj `if test -f '../../src/mupnp/util/mutex.c'; then $(CYGPATH_W) '../../src/mupnp/util/mutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/mutex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-eventlistener_list.obj `if test -f '../../src/mupnp/event/eventlistener_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/eventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/eventlistener_list.c'; fi` -../../src/mupnp/util/libmupnp_a-dictionary.o: ../../src/mupnp/util/dictionary.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary.o `test -f '../../src/mupnp/util/dictionary.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary.c' object='../../src/mupnp/util/libmupnp_a-dictionary.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription.o: ../../src/mupnp/event/subscription.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription.o `test -f '../../src/mupnp/event/subscription.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription.c' object='../../src/mupnp/event/libmupnp_a-subscription.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary.o `test -f '../../src/mupnp/util/dictionary.c' || echo '$(srcdir)/'`../../src/mupnp/util/dictionary.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription.o `test -f '../../src/mupnp/event/subscription.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription.c -../../src/mupnp/util/libmupnp_a-dictionary.obj: ../../src/mupnp/util/dictionary.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-dictionary.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo -c -o ../../src/mupnp/util/libmupnp_a-dictionary.obj `if test -f '../../src/mupnp/util/dictionary.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-dictionary.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/dictionary.c' object='../../src/mupnp/util/libmupnp_a-dictionary.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription.obj: ../../src/mupnp/event/subscription.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription.obj `if test -f '../../src/mupnp/event/subscription.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription.c' object='../../src/mupnp/event/libmupnp_a-subscription.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-dictionary.obj `if test -f '../../src/mupnp/util/dictionary.c'; then $(CYGPATH_W) '../../src/mupnp/util/dictionary.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/dictionary.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription.obj `if test -f '../../src/mupnp/event/subscription.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription.c'; fi` -../../src/mupnp/util/libmupnp_a-cond.o: ../../src/mupnp/util/cond.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-cond.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo -c -o ../../src/mupnp/util/libmupnp_a-cond.o `test -f '../../src/mupnp/util/cond.c' || echo '$(srcdir)/'`../../src/mupnp/util/cond.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/cond.c' object='../../src/mupnp/util/libmupnp_a-cond.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-property_list.o: ../../src/mupnp/event/property_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property_list.o `test -f '../../src/mupnp/event/property_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/property_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property_list.c' object='../../src/mupnp/event/libmupnp_a-property_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-cond.o `test -f '../../src/mupnp/util/cond.c' || echo '$(srcdir)/'`../../src/mupnp/util/cond.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property_list.o `test -f '../../src/mupnp/event/property_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/property_list.c -../../src/mupnp/util/libmupnp_a-cond.obj: ../../src/mupnp/util/cond.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-cond.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo -c -o ../../src/mupnp/util/libmupnp_a-cond.obj `if test -f '../../src/mupnp/util/cond.c'; then $(CYGPATH_W) '../../src/mupnp/util/cond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/cond.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-cond.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/cond.c' object='../../src/mupnp/util/libmupnp_a-cond.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-property_list.obj: ../../src/mupnp/event/property_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property_list.obj `if test -f '../../src/mupnp/event/property_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/property_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property_list.c' object='../../src/mupnp/event/libmupnp_a-property_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-cond.obj `if test -f '../../src/mupnp/util/cond.c'; then $(CYGPATH_W) '../../src/mupnp/util/cond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/cond.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property_list.obj `if test -f '../../src/mupnp/event/property_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/property_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property_list.c'; fi` -../../src/mupnp/util/libmupnp_a-string.o: ../../src/mupnp/util/string.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string.o `test -f '../../src/mupnp/util/string.c' || echo '$(srcdir)/'`../../src/mupnp/util/string.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string.c' object='../../src/mupnp/util/libmupnp_a-string.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-notify_request.o: ../../src/mupnp/event/notify_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-notify_request.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-notify_request.o `test -f '../../src/mupnp/event/notify_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/notify_request.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/notify_request.c' object='../../src/mupnp/event/libmupnp_a-notify_request.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string.o `test -f '../../src/mupnp/util/string.c' || echo '$(srcdir)/'`../../src/mupnp/util/string.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-notify_request.o `test -f '../../src/mupnp/event/notify_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/notify_request.c -../../src/mupnp/util/libmupnp_a-string.obj: ../../src/mupnp/util/string.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-string.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo -c -o ../../src/mupnp/util/libmupnp_a-string.obj `if test -f '../../src/mupnp/util/string.c'; then $(CYGPATH_W) '../../src/mupnp/util/string.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-string.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/string.c' object='../../src/mupnp/util/libmupnp_a-string.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-notify_request.obj: ../../src/mupnp/event/notify_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-notify_request.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-notify_request.obj `if test -f '../../src/mupnp/event/notify_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/notify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/notify_request.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-notify_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/notify_request.c' object='../../src/mupnp/event/libmupnp_a-notify_request.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-string.obj `if test -f '../../src/mupnp/util/string.c'; then $(CYGPATH_W) '../../src/mupnp/util/string.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/string.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-notify_request.obj `if test -f '../../src/mupnp/event/notify_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/notify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/notify_request.c'; fi` -../../src/mupnp/util/libmupnp_a-log.o: ../../src/mupnp/util/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-log.o -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo -c -o ../../src/mupnp/util/libmupnp_a-log.o `test -f '../../src/mupnp/util/log.c' || echo '$(srcdir)/'`../../src/mupnp/util/log.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/log.c' object='../../src/mupnp/util/libmupnp_a-log.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription_request.o: ../../src/mupnp/event/subscription_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_request.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.o `test -f '../../src/mupnp/event/subscription_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_request.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_request.c' object='../../src/mupnp/event/libmupnp_a-subscription_request.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-log.o `test -f '../../src/mupnp/util/log.c' || echo '$(srcdir)/'`../../src/mupnp/util/log.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.o `test -f '../../src/mupnp/event/subscription_request.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_request.c -../../src/mupnp/util/libmupnp_a-log.obj: ../../src/mupnp/util/log.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/util/libmupnp_a-log.obj -MD -MP -MF ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo -c -o ../../src/mupnp/util/libmupnp_a-log.obj `if test -f '../../src/mupnp/util/log.c'; then $(CYGPATH_W) '../../src/mupnp/util/log.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/log.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Tpo ../../src/mupnp/util/$(DEPDIR)/libmupnp_a-log.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/util/log.c' object='../../src/mupnp/util/libmupnp_a-log.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription_request.obj: ../../src/mupnp/event/subscription_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_request.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.obj `if test -f '../../src/mupnp/event/subscription_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_request.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_request.c' object='../../src/mupnp/event/libmupnp_a-subscription_request.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/util/libmupnp_a-log.obj `if test -f '../../src/mupnp/util/log.c'; then $(CYGPATH_W) '../../src/mupnp/util/log.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/util/log.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_request.obj `if test -f '../../src/mupnp/event/subscription_request.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_request.c'; fi` -../../src/mupnp/libmupnp_a-argument_list.o: ../../src/mupnp/argument_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo -c -o ../../src/mupnp/libmupnp_a-argument_list.o `test -f '../../src/mupnp/argument_list.c' || echo '$(srcdir)/'`../../src/mupnp/argument_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument_list.c' object='../../src/mupnp/libmupnp_a-argument_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscriber_list.o: ../../src/mupnp/event/subscriber_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber_list.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.o `test -f '../../src/mupnp/event/subscriber_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber_list.c' object='../../src/mupnp/event/libmupnp_a-subscriber_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument_list.o `test -f '../../src/mupnp/argument_list.c' || echo '$(srcdir)/'`../../src/mupnp/argument_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.o `test -f '../../src/mupnp/event/subscriber_list.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscriber_list.c -../../src/mupnp/libmupnp_a-argument_list.obj: ../../src/mupnp/argument_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo -c -o ../../src/mupnp/libmupnp_a-argument_list.obj `if test -f '../../src/mupnp/argument_list.c'; then $(CYGPATH_W) '../../src/mupnp/argument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument_list.c' object='../../src/mupnp/libmupnp_a-argument_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscriber_list.obj: ../../src/mupnp/event/subscriber_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscriber_list.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.obj `if test -f '../../src/mupnp/event/subscriber_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscriber_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscriber_list.c' object='../../src/mupnp/event/libmupnp_a-subscriber_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument_list.obj `if test -f '../../src/mupnp/argument_list.c'; then $(CYGPATH_W) '../../src/mupnp/argument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscriber_list.obj `if test -f '../../src/mupnp/event/subscriber_list.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscriber_list.c'; fi` -../../src/mupnp/libmupnp_a-icon.o: ../../src/mupnp/icon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo -c -o ../../src/mupnp/libmupnp_a-icon.o `test -f '../../src/mupnp/icon.c' || echo '$(srcdir)/'`../../src/mupnp/icon.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon.c' object='../../src/mupnp/libmupnp_a-icon.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-property.o: ../../src/mupnp/event/property.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property.o `test -f '../../src/mupnp/event/property.c' || echo '$(srcdir)/'`../../src/mupnp/event/property.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property.c' object='../../src/mupnp/event/libmupnp_a-property.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon.o `test -f '../../src/mupnp/icon.c' || echo '$(srcdir)/'`../../src/mupnp/icon.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property.o `test -f '../../src/mupnp/event/property.c' || echo '$(srcdir)/'`../../src/mupnp/event/property.c -../../src/mupnp/libmupnp_a-icon.obj: ../../src/mupnp/icon.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-icon.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo -c -o ../../src/mupnp/libmupnp_a-icon.obj `if test -f '../../src/mupnp/icon.c'; then $(CYGPATH_W) '../../src/mupnp/icon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-icon.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/icon.c' object='../../src/mupnp/libmupnp_a-icon.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-property.obj: ../../src/mupnp/event/property.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-property.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo -c -o ../../src/mupnp/event/libmupnp_a-property.obj `if test -f '../../src/mupnp/event/property.c'; then $(CYGPATH_W) '../../src/mupnp/event/property.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-property.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/property.c' object='../../src/mupnp/event/libmupnp_a-property.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-icon.obj `if test -f '../../src/mupnp/icon.c'; then $(CYGPATH_W) '../../src/mupnp/icon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/icon.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-property.obj `if test -f '../../src/mupnp/event/property.c'; then $(CYGPATH_W) '../../src/mupnp/event/property.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/property.c'; fi` -../../src/mupnp/libmupnp_a-upnp_status.o: ../../src/mupnp/upnp_status.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_status.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_status.o `test -f '../../src/mupnp/upnp_status.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_status.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_status.c' object='../../src/mupnp/libmupnp_a-upnp_status.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription_response.o: ../../src/mupnp/event/subscription_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_response.o -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.o `test -f '../../src/mupnp/event/subscription_response.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_response.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_response.c' object='../../src/mupnp/event/libmupnp_a-subscription_response.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_status.o `test -f '../../src/mupnp/upnp_status.c' || echo '$(srcdir)/'`../../src/mupnp/upnp_status.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.o `test -f '../../src/mupnp/event/subscription_response.c' || echo '$(srcdir)/'`../../src/mupnp/event/subscription_response.c -../../src/mupnp/libmupnp_a-upnp_status.obj: ../../src/mupnp/upnp_status.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-upnp_status.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo -c -o ../../src/mupnp/libmupnp_a-upnp_status.obj `if test -f '../../src/mupnp/upnp_status.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_status.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-upnp_status.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/upnp_status.c' object='../../src/mupnp/libmupnp_a-upnp_status.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/event/libmupnp_a-subscription_response.obj: ../../src/mupnp/event/subscription_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/event/libmupnp_a-subscription_response.obj -MD -MP -MF ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.obj `if test -f '../../src/mupnp/event/subscription_response.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_response.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Tpo ../../src/mupnp/event/$(DEPDIR)/libmupnp_a-subscription_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/event/subscription_response.c' object='../../src/mupnp/event/libmupnp_a-subscription_response.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-upnp_status.obj `if test -f '../../src/mupnp/upnp_status.c'; then $(CYGPATH_W) '../../src/mupnp/upnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/upnp_status.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/event/libmupnp_a-subscription_response.obj `if test -f '../../src/mupnp/event/subscription_response.c'; then $(CYGPATH_W) '../../src/mupnp/event/subscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/event/subscription_response.c'; fi` -../../src/mupnp/libmupnp_a-statevariable.o: ../../src/mupnp/statevariable.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-statevariable.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo -c -o ../../src/mupnp/libmupnp_a-statevariable.o `test -f '../../src/mupnp/statevariable.c' || echo '$(srcdir)/'`../../src/mupnp/statevariable.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/statevariable.c' object='../../src/mupnp/libmupnp_a-statevariable.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_ctrl.o: ../../src/mupnp/control/query_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_ctrl.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.o `test -f '../../src/mupnp/control/query_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_ctrl.c' object='../../src/mupnp/control/libmupnp_a-query_ctrl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-statevariable.o `test -f '../../src/mupnp/statevariable.c' || echo '$(srcdir)/'`../../src/mupnp/statevariable.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.o `test -f '../../src/mupnp/control/query_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_ctrl.c -../../src/mupnp/libmupnp_a-statevariable.obj: ../../src/mupnp/statevariable.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-statevariable.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo -c -o ../../src/mupnp/libmupnp_a-statevariable.obj `if test -f '../../src/mupnp/statevariable.c'; then $(CYGPATH_W) '../../src/mupnp/statevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/statevariable.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-statevariable.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/statevariable.c' object='../../src/mupnp/libmupnp_a-statevariable.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_ctrl.obj: ../../src/mupnp/control/query_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_ctrl.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.obj `if test -f '../../src/mupnp/control/query_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_ctrl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_ctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_ctrl.c' object='../../src/mupnp/control/libmupnp_a-query_ctrl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-statevariable.obj `if test -f '../../src/mupnp/statevariable.c'; then $(CYGPATH_W) '../../src/mupnp/statevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/statevariable.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_ctrl.obj `if test -f '../../src/mupnp/control/query_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_ctrl.c'; fi` -../../src/mupnp/libmupnp_a-device_http_server.o: ../../src/mupnp/device_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_http_server.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_http_server.o `test -f '../../src/mupnp/device_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_http_server.c' object='../../src/mupnp/libmupnp_a-device_http_server.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_response.o: ../../src/mupnp/control/query_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_response.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_response.o `test -f '../../src/mupnp/control/query_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_response.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_response.c' object='../../src/mupnp/control/libmupnp_a-query_response.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_http_server.o `test -f '../../src/mupnp/device_http_server.c' || echo '$(srcdir)/'`../../src/mupnp/device_http_server.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_response.o `test -f '../../src/mupnp/control/query_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_response.c -../../src/mupnp/libmupnp_a-device_http_server.obj: ../../src/mupnp/device_http_server.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_http_server.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo -c -o ../../src/mupnp/libmupnp_a-device_http_server.obj `if test -f '../../src/mupnp/device_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_http_server.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_http_server.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_http_server.c' object='../../src/mupnp/libmupnp_a-device_http_server.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_response.obj: ../../src/mupnp/control/query_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_response.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_response.obj `if test -f '../../src/mupnp/control/query_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_response.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_response.c' object='../../src/mupnp/control/libmupnp_a-query_response.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_http_server.obj `if test -f '../../src/mupnp/device_http_server.c'; then $(CYGPATH_W) '../../src/mupnp/device_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_http_server.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_response.obj `if test -f '../../src/mupnp/control/query_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_response.c'; fi` -../../src/mupnp/libmupnp_a-device_list.o: ../../src/mupnp/device_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo -c -o ../../src/mupnp/libmupnp_a-device_list.o `test -f '../../src/mupnp/device_list.c' || echo '$(srcdir)/'`../../src/mupnp/device_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_list.c' object='../../src/mupnp/libmupnp_a-device_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_response.o: ../../src/mupnp/control/action_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_response.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_response.o `test -f '../../src/mupnp/control/action_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_response.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_response.c' object='../../src/mupnp/control/libmupnp_a-action_response.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_list.o `test -f '../../src/mupnp/device_list.c' || echo '$(srcdir)/'`../../src/mupnp/device_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_response.o `test -f '../../src/mupnp/control/action_response.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_response.c -../../src/mupnp/libmupnp_a-device_list.obj: ../../src/mupnp/device_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-device_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo -c -o ../../src/mupnp/libmupnp_a-device_list.obj `if test -f '../../src/mupnp/device_list.c'; then $(CYGPATH_W) '../../src/mupnp/device_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-device_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/device_list.c' object='../../src/mupnp/libmupnp_a-device_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_response.obj: ../../src/mupnp/control/action_response.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_response.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_response.obj `if test -f '../../src/mupnp/control/action_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_response.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_response.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_response.c' object='../../src/mupnp/control/libmupnp_a-action_response.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-device_list.obj `if test -f '../../src/mupnp/device_list.c'; then $(CYGPATH_W) '../../src/mupnp/device_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/device_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_response.obj `if test -f '../../src/mupnp/control/action_response.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_response.c'; fi` -../../src/mupnp/libmupnp_a-action_list.o: ../../src/mupnp/action_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo -c -o ../../src/mupnp/libmupnp_a-action_list.o `test -f '../../src/mupnp/action_list.c' || echo '$(srcdir)/'`../../src/mupnp/action_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action_list.c' object='../../src/mupnp/libmupnp_a-action_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-control_function.o: ../../src/mupnp/control/control_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-control_function.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo -c -o ../../src/mupnp/control/libmupnp_a-control_function.o `test -f '../../src/mupnp/control/control_function.c' || echo '$(srcdir)/'`../../src/mupnp/control/control_function.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/control_function.c' object='../../src/mupnp/control/libmupnp_a-control_function.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action_list.o `test -f '../../src/mupnp/action_list.c' || echo '$(srcdir)/'`../../src/mupnp/action_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-control_function.o `test -f '../../src/mupnp/control/control_function.c' || echo '$(srcdir)/'`../../src/mupnp/control/control_function.c -../../src/mupnp/libmupnp_a-action_list.obj: ../../src/mupnp/action_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-action_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo -c -o ../../src/mupnp/libmupnp_a-action_list.obj `if test -f '../../src/mupnp/action_list.c'; then $(CYGPATH_W) '../../src/mupnp/action_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/action_list.c' object='../../src/mupnp/libmupnp_a-action_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-control_function.obj: ../../src/mupnp/control/control_function.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-control_function.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo -c -o ../../src/mupnp/control/libmupnp_a-control_function.obj `if test -f '../../src/mupnp/control/control_function.c'; then $(CYGPATH_W) '../../src/mupnp/control/control_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/control_function.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-control_function.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/control_function.c' object='../../src/mupnp/control/libmupnp_a-control_function.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-action_list.obj `if test -f '../../src/mupnp/action_list.c'; then $(CYGPATH_W) '../../src/mupnp/action_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/action_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-control_function.obj `if test -f '../../src/mupnp/control/control_function.c'; then $(CYGPATH_W) '../../src/mupnp/control/control_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/control_function.c'; fi` -../../src/mupnp/io/libmupnp_a-file_list.o: ../../src/mupnp/io/file_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file_list.o -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file_list.o `test -f '../../src/mupnp/io/file_list.c' || echo '$(srcdir)/'`../../src/mupnp/io/file_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file_list.c' object='../../src/mupnp/io/libmupnp_a-file_list.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_ctrl.o: ../../src/mupnp/control/action_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_ctrl.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.o `test -f '../../src/mupnp/control/action_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_ctrl.c' object='../../src/mupnp/control/libmupnp_a-action_ctrl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file_list.o `test -f '../../src/mupnp/io/file_list.c' || echo '$(srcdir)/'`../../src/mupnp/io/file_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.o `test -f '../../src/mupnp/control/action_ctrl.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_ctrl.c -../../src/mupnp/io/libmupnp_a-file_list.obj: ../../src/mupnp/io/file_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file_list.obj -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file_list.obj `if test -f '../../src/mupnp/io/file_list.c'; then $(CYGPATH_W) '../../src/mupnp/io/file_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file_list.c' object='../../src/mupnp/io/libmupnp_a-file_list.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_ctrl.obj: ../../src/mupnp/control/action_ctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_ctrl.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.obj `if test -f '../../src/mupnp/control/action_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_ctrl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_ctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_ctrl.c' object='../../src/mupnp/control/libmupnp_a-action_ctrl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file_list.obj `if test -f '../../src/mupnp/io/file_list.c'; then $(CYGPATH_W) '../../src/mupnp/io/file_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_ctrl.obj `if test -f '../../src/mupnp/control/action_ctrl.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_ctrl.c'; fi` -../../src/mupnp/io/libmupnp_a-file.o: ../../src/mupnp/io/file.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file.o -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file.o `test -f '../../src/mupnp/io/file.c' || echo '$(srcdir)/'`../../src/mupnp/io/file.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file.c' object='../../src/mupnp/io/libmupnp_a-file.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_request.o: ../../src/mupnp/control/action_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_request.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_request.o `test -f '../../src/mupnp/control/action_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_request.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_request.c' object='../../src/mupnp/control/libmupnp_a-action_request.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file.o `test -f '../../src/mupnp/io/file.c' || echo '$(srcdir)/'`../../src/mupnp/io/file.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_request.o `test -f '../../src/mupnp/control/action_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/action_request.c -../../src/mupnp/io/libmupnp_a-file.obj: ../../src/mupnp/io/file.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/io/libmupnp_a-file.obj -MD -MP -MF ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo -c -o ../../src/mupnp/io/libmupnp_a-file.obj `if test -f '../../src/mupnp/io/file.c'; then $(CYGPATH_W) '../../src/mupnp/io/file.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Tpo ../../src/mupnp/io/$(DEPDIR)/libmupnp_a-file.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/io/file.c' object='../../src/mupnp/io/libmupnp_a-file.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-action_request.obj: ../../src/mupnp/control/action_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-action_request.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-action_request.obj `if test -f '../../src/mupnp/control/action_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_request.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-action_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/action_request.c' object='../../src/mupnp/control/libmupnp_a-action_request.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/io/libmupnp_a-file.obj `if test -f '../../src/mupnp/io/file.c'; then $(CYGPATH_W) '../../src/mupnp/io/file.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/io/file.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-action_request.obj `if test -f '../../src/mupnp/control/action_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/action_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/action_request.c'; fi` -../../src/mupnp/libmupnp_a-service.o: ../../src/mupnp/service.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo -c -o ../../src/mupnp/libmupnp_a-service.o `test -f '../../src/mupnp/service.c' || echo '$(srcdir)/'`../../src/mupnp/service.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service.c' object='../../src/mupnp/libmupnp_a-service.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_request.o: ../../src/mupnp/control/query_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_request.o -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_request.o `test -f '../../src/mupnp/control/query_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_request.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_request.c' object='../../src/mupnp/control/libmupnp_a-query_request.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service.o `test -f '../../src/mupnp/service.c' || echo '$(srcdir)/'`../../src/mupnp/service.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_request.o `test -f '../../src/mupnp/control/query_request.c' || echo '$(srcdir)/'`../../src/mupnp/control/query_request.c -../../src/mupnp/libmupnp_a-service.obj: ../../src/mupnp/service.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo -c -o ../../src/mupnp/libmupnp_a-service.obj `if test -f '../../src/mupnp/service.c'; then $(CYGPATH_W) '../../src/mupnp/service.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service.c' object='../../src/mupnp/libmupnp_a-service.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/control/libmupnp_a-query_request.obj: ../../src/mupnp/control/query_request.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/control/libmupnp_a-query_request.obj -MD -MP -MF ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo -c -o ../../src/mupnp/control/libmupnp_a-query_request.obj `if test -f '../../src/mupnp/control/query_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_request.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Tpo ../../src/mupnp/control/$(DEPDIR)/libmupnp_a-query_request.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/control/query_request.c' object='../../src/mupnp/control/libmupnp_a-query_request.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service.obj `if test -f '../../src/mupnp/service.c'; then $(CYGPATH_W) '../../src/mupnp/service.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/control/libmupnp_a-query_request.obj `if test -f '../../src/mupnp/control/query_request.c'; then $(CYGPATH_W) '../../src/mupnp/control/query_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/control/query_request.c'; fi` -../../src/mupnp/libmupnp_a-service_std_dcp.o: ../../src/mupnp/service_std_dcp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_std_dcp.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.o `test -f '../../src/mupnp/service_std_dcp.c' || echo '$(srcdir)/'`../../src/mupnp/service_std_dcp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_std_dcp.c' object='../../src/mupnp/libmupnp_a-service_std_dcp.o' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-argument_list.o: ../../src/mupnp/argument_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument_list.o -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo -c -o ../../src/mupnp/libmupnp_a-argument_list.o `test -f '../../src/mupnp/argument_list.c' || echo '$(srcdir)/'`../../src/mupnp/argument_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument_list.c' object='../../src/mupnp/libmupnp_a-argument_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.o `test -f '../../src/mupnp/service_std_dcp.c' || echo '$(srcdir)/'`../../src/mupnp/service_std_dcp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument_list.o `test -f '../../src/mupnp/argument_list.c' || echo '$(srcdir)/'`../../src/mupnp/argument_list.c -../../src/mupnp/libmupnp_a-service_std_dcp.obj: ../../src/mupnp/service_std_dcp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-service_std_dcp.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.obj `if test -f '../../src/mupnp/service_std_dcp.c'; then $(CYGPATH_W) '../../src/mupnp/service_std_dcp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_std_dcp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-service_std_dcp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/service_std_dcp.c' object='../../src/mupnp/libmupnp_a-service_std_dcp.obj' libtool=no @AMDEPBACKSLASH@ +../../src/mupnp/libmupnp_a-argument_list.obj: ../../src/mupnp/argument_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -MT ../../src/mupnp/libmupnp_a-argument_list.obj -MD -MP -MF ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo -c -o ../../src/mupnp/libmupnp_a-argument_list.obj `if test -f '../../src/mupnp/argument_list.c'; then $(CYGPATH_W) '../../src/mupnp/argument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Tpo ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../src/mupnp/argument_list.c' object='../../src/mupnp/libmupnp_a-argument_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-service_std_dcp.obj `if test -f '../../src/mupnp/service_std_dcp.c'; then $(CYGPATH_W) '../../src/mupnp/service_std_dcp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/service_std_dcp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmupnp_a_CFLAGS) $(CFLAGS) -c -o ../../src/mupnp/libmupnp_a-argument_list.obj `if test -f '../../src/mupnp/argument_list.c'; then $(CYGPATH_W) '../../src/mupnp/argument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/mupnp/argument_list.c'; fi` install-nobase_libmupnpincludeHEADERS: $(nobase_libmupnpinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(nobase_libmupnpinclude_HEADERS)'; test -n "$(libmupnpincludedir)" || list=; \ @@ -2633,28 +2636,28 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/$(am__dirstamp) - -rm -f ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/control/$(am__dirstamp) - -rm -f ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/event/$(am__dirstamp) - -rm -f ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/http/$(am__dirstamp) - -rm -f ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/io/$(am__dirstamp) - -rm -f ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/net/$(am__dirstamp) - -rm -f ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/soap/$(am__dirstamp) - -rm -f ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/ssdp/$(am__dirstamp) - -rm -f ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/util/$(am__dirstamp) - -rm -f ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) - -rm -f ../../src/mupnp/xml/$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../../src/mupnp/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/control/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/control/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/event/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/event/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/http/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/http/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/io/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/io/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/net/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/net/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/soap/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/soap/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/ssdp/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/ssdp/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/util/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/util/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/xml/$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../../src/mupnp/xml/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -2664,7 +2667,7 @@ clean: clean-am clean-am: clean-generic clean-libLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po + -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po @@ -2804,7 +2807,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po + -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-action_list.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument.Po -rm -f ../../src/mupnp/$(DEPDIR)/libmupnp_a-argument_list.Po @@ -2943,3 +2946,10 @@ uninstall-am: uninstall-libLIBRARIES \ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/test/Makefile.in b/test/Makefile.in index df6b490e..a1259080 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -69,6 +69,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -240,8 +242,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -494,8 +498,8 @@ mostlyclean-generic: clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -586,3 +590,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.% diff --git a/test/unix/Makefile.am b/test/unix/Makefile.am index f146635c..ade4f79a 100644 --- a/test/unix/Makefile.am +++ b/test/unix/Makefile.am @@ -12,24 +12,24 @@ check_PROGRAMS = mupnptest AM_CPPFLAGS = -I$(top_srcdir)/include -I../ $(CODE_COVERAGE_CPPFLAGS) noinst_HEADERS = \ - ../ClinkUnitTest.h \ - ../TestDevice.h + ..//ClinkUnitTest.h \ + ..//TestDevice.h mupnptest_SOURCES = \ - ../TestDevice.c \ - ../StringTest.cpp \ - ../StateVariableTest.cpp \ - ../SubscriptionTest.cpp \ - ../URITest.cpp \ - ../XMLTest.cpp \ - ../NetworkTest.cpp \ - ../UPnPFuncTest.cpp \ - ../HttpTest.cpp \ - ../ControlPointTest.cpp \ - ../mUpnpTestMain.cpp \ - ../DeviceTest.cpp \ - ../DictionaryTest.cpp \ - ../ServiceTest.cpp + ..//UPnPFuncTest.cpp \ + ..//XMLTest.cpp \ + ..//DictionaryTest.cpp \ + ..//TestDevice.c \ + ..//DeviceTest.cpp \ + ..//SubscriptionTest.cpp \ + ..//StringTest.cpp \ + ..//mUpnpTestMain.cpp \ + ..//ControlPointTest.cpp \ + ..//ServiceTest.cpp \ + ..//NetworkTest.cpp \ + ..//HttpTest.cpp \ + ..//URITest.cpp \ + ..//StateVariableTest.cpp #if HAVE_LIBTOOL #mupnptest_LDADD = ../../lib/unix/libmupnp.la @XML_LIBS@ $(CODE_COVERAGE_LIBS) #else diff --git a/test/unix/Makefile.in b/test/unix/Makefile.in index 19a8a972..b9cc46ad 100644 --- a/test/unix/Makefile.in +++ b/test/unix/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.17 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -78,6 +78,8 @@ am__make_running_with_option = \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +am__rm_f = rm -f $(am__rm_f_notfound) +am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -108,13 +110,13 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__dirstamp = $(am__leading_dot)dirstamp -am_mupnptest_OBJECTS = ../TestDevice.$(OBJEXT) ../StringTest.$(OBJEXT) \ - ../StateVariableTest.$(OBJEXT) ../SubscriptionTest.$(OBJEXT) \ - ../URITest.$(OBJEXT) ../XMLTest.$(OBJEXT) \ - ../NetworkTest.$(OBJEXT) ../UPnPFuncTest.$(OBJEXT) \ - ../HttpTest.$(OBJEXT) ../ControlPointTest.$(OBJEXT) \ - ../mUpnpTestMain.$(OBJEXT) ../DeviceTest.$(OBJEXT) \ - ../DictionaryTest.$(OBJEXT) ../ServiceTest.$(OBJEXT) +am_mupnptest_OBJECTS = ../UPnPFuncTest.$(OBJEXT) ../XMLTest.$(OBJEXT) \ + ../DictionaryTest.$(OBJEXT) ../TestDevice.$(OBJEXT) \ + ../DeviceTest.$(OBJEXT) ../SubscriptionTest.$(OBJEXT) \ + ../StringTest.$(OBJEXT) ../mUpnpTestMain.$(OBJEXT) \ + ../ControlPointTest.$(OBJEXT) ../ServiceTest.$(OBJEXT) \ + ../NetworkTest.$(OBJEXT) ../HttpTest.$(OBJEXT) \ + ../URITest.$(OBJEXT) ../StateVariableTest.$(OBJEXT) mupnptest_OBJECTS = $(am_mupnptest_OBJECTS) mupnptest_DEPENDENCIES = ../../lib/unix/libmupnp.a AM_V_P = $(am__v_P_@AM_V@) @@ -235,10 +237,9 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ - test -z "$$files" \ - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* @@ -326,6 +327,7 @@ am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ + $$am__collect_skipped_logs \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the @@ -350,6 +352,11 @@ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ +if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ + am__collect_skipped_logs='--collect-skipped-logs no'; \ +else \ + am__collect_skipped_logs=''; \ +fi; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ @@ -464,8 +471,10 @@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__rm_f_notfound = @am__rm_f_notfound@ am__tar = @am__tar@ am__untar = @am__untar@ +am__xargs_n = @am__xargs_n@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ @@ -501,24 +510,24 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir)/include -I../ $(CODE_COVERAGE_CPPFLAGS) noinst_HEADERS = \ - ../ClinkUnitTest.h \ - ../TestDevice.h + ..//ClinkUnitTest.h \ + ..//TestDevice.h mupnptest_SOURCES = \ - ../TestDevice.c \ - ../StringTest.cpp \ - ../StateVariableTest.cpp \ - ../SubscriptionTest.cpp \ - ../URITest.cpp \ - ../XMLTest.cpp \ - ../NetworkTest.cpp \ - ../UPnPFuncTest.cpp \ - ../HttpTest.cpp \ - ../ControlPointTest.cpp \ - ../mUpnpTestMain.cpp \ - ../DeviceTest.cpp \ - ../DictionaryTest.cpp \ - ../ServiceTest.cpp + ..//UPnPFuncTest.cpp \ + ..//XMLTest.cpp \ + ..//DictionaryTest.cpp \ + ..//TestDevice.c \ + ..//DeviceTest.cpp \ + ..//SubscriptionTest.cpp \ + ..//StringTest.cpp \ + ..//mUpnpTestMain.cpp \ + ..//ControlPointTest.cpp \ + ..//ServiceTest.cpp \ + ..//NetworkTest.cpp \ + ..//HttpTest.cpp \ + ..//URITest.cpp \ + ..//StateVariableTest.cpp #if HAVE_LIBTOOL #mupnptest_LDADD = ../../lib/unix/libmupnp.la @XML_LIBS@ $(CODE_COVERAGE_LIBS) @@ -559,37 +568,37 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): clean-checkPROGRAMS: - -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) + -$(am__rm_f) $(check_PROGRAMS) ../$(am__dirstamp): @$(MKDIR_P) .. - @: > ../$(am__dirstamp) + @: >>../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) ../$(DEPDIR) - @: > ../$(DEPDIR)/$(am__dirstamp) -../TestDevice.$(OBJEXT): ../$(am__dirstamp) \ + @: >>../$(DEPDIR)/$(am__dirstamp) +../UPnPFuncTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../StringTest.$(OBJEXT): ../$(am__dirstamp) \ +../XMLTest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) +../DictionaryTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../StateVariableTest.$(OBJEXT): ../$(am__dirstamp) \ +../TestDevice.$(OBJEXT): ../$(am__dirstamp) \ + ../$(DEPDIR)/$(am__dirstamp) +../DeviceTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) ../SubscriptionTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../URITest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) -../XMLTest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) -../NetworkTest.$(OBJEXT): ../$(am__dirstamp) \ +../StringTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../UPnPFuncTest.$(OBJEXT): ../$(am__dirstamp) \ +../mUpnpTestMain.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../HttpTest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) ../ControlPointTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../mUpnpTestMain.$(OBJEXT): ../$(am__dirstamp) \ - ../$(DEPDIR)/$(am__dirstamp) -../DeviceTest.$(OBJEXT): ../$(am__dirstamp) \ +../ServiceTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../DictionaryTest.$(OBJEXT): ../$(am__dirstamp) \ +../NetworkTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) -../ServiceTest.$(OBJEXT): ../$(am__dirstamp) \ +../HttpTest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) +../URITest.$(OBJEXT): ../$(am__dirstamp) ../$(DEPDIR)/$(am__dirstamp) +../StateVariableTest.$(OBJEXT): ../$(am__dirstamp) \ ../$(DEPDIR)/$(am__dirstamp) mupnptest$(EXEEXT): $(mupnptest_OBJECTS) $(mupnptest_DEPENDENCIES) $(EXTRA_mupnptest_DEPENDENCIES) @@ -620,7 +629,7 @@ distclean-compile: $(am__depfiles_remade): @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@ am--depfiles: $(am__depfiles_remade) @@ -721,7 +730,6 @@ distclean-tags: am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: - $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ @@ -797,10 +805,37 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ + output_system_information () \ + { \ + echo; \ + { uname -a | $(AWK) '{ \ + printf "System information (uname -a):"; \ + for (i = 1; i < NF; ++i) \ + { \ + if (i != 2) \ + printf " %s", $$i; \ + } \ + printf "\n"; \ +}'; } 2>&1; \ + if test -r /etc/os-release; then \ + echo "Distribution information (/etc/os-release):"; \ + sed 8q /etc/os-release; \ + elif test -r /etc/issue; then \ + echo "Distribution information (/etc/issue):"; \ + cat /etc/issue; \ + fi; \ + }; \ + please_report () \ + { \ +echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ +echo "together with the test-suite.log file (gzipped) and your system"; \ +echo "information. Thanks."; \ + }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ + output_system_information; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ @@ -820,26 +855,25 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ - echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ if test -n "$(PACKAGE_BUGREPORT)"; then \ - echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: $(check_PROGRAMS) - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @$(am__rm_f) $(RECHECK_LOGS) + @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) + @$(am__rm_f) $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @$(am__rm_f) $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ @@ -929,17 +963,17 @@ install-strip: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: - -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) - -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) - -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + -$(am__rm_f) $(TEST_LOGS) + -$(am__rm_f) $(TEST_LOGS:.log=.trs) + -$(am__rm_f) $(TEST_SUITE_LOG) clean-generic: distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -rm -f ../$(DEPDIR)/$(am__dirstamp) - -rm -f ../$(am__dirstamp) + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + -$(am__rm_f) ../$(DEPDIR)/$(am__dirstamp) + -$(am__rm_f) ../$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -949,7 +983,7 @@ clean: clean-am clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am distclean: distclean-am - -rm -f ../$(DEPDIR)/ControlPointTest.Po + -rm -f ../$(DEPDIR)/ControlPointTest.Po -rm -f ../$(DEPDIR)/DeviceTest.Po -rm -f ../$(DEPDIR)/DictionaryTest.Po -rm -f ../$(DEPDIR)/HttpTest.Po @@ -1008,7 +1042,7 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ../$(DEPDIR)/ControlPointTest.Po + -rm -f ../$(DEPDIR)/ControlPointTest.Po -rm -f ../$(DEPDIR)/DeviceTest.Po -rm -f ../$(DEPDIR)/DictionaryTest.Po -rm -f ../$(DEPDIR)/HttpTest.Po @@ -1061,3 +1095,10 @@ uninstall-am: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# Tell GNU make to disable its built-in pattern rules. +%:: %,v +%:: RCS/%,v +%:: RCS/% +%:: s.% +%:: SCCS/s.%