Made a whole lot of changes to gtk+ recipes to get rid of the standalone gdk-pixbuf...
[oespirit1] / clinkc / mer-changes.patch
1 --- AUTHORS
2 +++ AUTHORS
3 @@ -0,0 +1,2 @@
4 +
5 +.
6 --- COPYING
7 +++ COPYING
8 @@ -12,8 +12,6 @@
9  
10  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.
11  
12 -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. 
13 -
14  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.
15  
16  This software has been supported by IPA, INFORMATION-TECHNOLOGY PROMOTION AGENCY, JAPAN, as a project of Exploratory Software Project.
17 --- Makefile.am
18 +++ Makefile.am
19 @@ -1,4 +1,4 @@
20 -SUBDIRS = include lib sample 
21 +SUBDIRS = include lib sample tests
22  
23  devdocsdir = $(datadir)/doc/clinkc-dev
24  docsdir = $(datadir)/doc/clinkc0
25 @@ -7,8 +7,6 @@
26         debian/clinkc0.install \
27         debian/clinkc-dev.install \
28         debian/clinkc-tests.install \
29 -       debian/clinkcmaemo0.install \
30 -       debian/clinkcmaemo-tests.install \
31         debian/compat \
32         debian/control \
33         debian/copyright \
34 @@ -31,3 +29,10 @@
35  
36  doxygen/html/*:
37         cd $(srcdir) && doxygen Doxyfile
38 +
39 +deb: dist
40 +       -mkdir $(top_builddir)/debian-build
41 +       cp $(top_builddir)/../$(PACKAGE)*.orig.tar.gz $(top_builddir)/debian-build/
42 +       cd $(top_builddir)/debian-build && tar zxf ../$(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
43 +       cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -sa -D
44 +       -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)
45 --- Makefile.in
46 +++ Makefile.in
47 @@ -0,0 +1,733 @@
48 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
49 +# @configure_input@
50 +
51 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
52 +# 2003, 2004  Free Software Foundation, Inc.
53 +# This Makefile.in is free software; the Free Software Foundation
54 +# gives unlimited permission to copy and/or distribute it,
55 +# with or without modifications, as long as this notice is preserved.
56 +
57 +# This program is distributed in the hope that it will be useful,
58 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
59 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
60 +# PARTICULAR PURPOSE.
61 +
62 +@SET_MAKE@
63 +
64 +srcdir = @srcdir@
65 +top_srcdir = @top_srcdir@
66 +VPATH = @srcdir@
67 +pkgdatadir = $(datadir)/@PACKAGE@
68 +pkglibdir = $(libdir)/@PACKAGE@
69 +pkgincludedir = $(includedir)/@PACKAGE@
70 +top_builddir = .
71 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72 +INSTALL = @INSTALL@
73 +install_sh_DATA = $(install_sh) -c -m 644
74 +install_sh_PROGRAM = $(install_sh) -c
75 +install_sh_SCRIPT = $(install_sh) -c
76 +INSTALL_HEADER = $(INSTALL_DATA)
77 +transform = $(program_transform_name)
78 +NORMAL_INSTALL = :
79 +PRE_INSTALL = :
80 +POST_INSTALL = :
81 +NORMAL_UNINSTALL = :
82 +PRE_UNINSTALL = :
83 +POST_UNINSTALL = :
84 +host_triplet = @host@
85 +DIST_COMMON = README $(am__configure_deps) $(dist_devdocs_DATA) \
86 +       $(dist_docs_DATA) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
87 +       $(srcdir)/clinkc.pc.in $(srcdir)/config.h.in \
88 +       $(top_srcdir)/configure COPYING ChangeLog INSTALL NEWS \
89 +       config.guess config.sub config/compile config/config.guess \
90 +       config/config.sub config/depcomp config/install-sh \
91 +       config/ltmain.sh config/missing
92 +subdir = .
93 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
95 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 +       $(ACLOCAL_M4)
97 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 + configure.lineno configure.status.lineno
99 +mkinstalldirs = $(mkdir_p)
100 +CONFIG_HEADER = config.h
101 +CONFIG_CLEAN_FILES = clinkc.pc
102 +SOURCES =
103 +DIST_SOURCES =
104 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105 +       html-recursive info-recursive install-data-recursive \
106 +       install-exec-recursive install-info-recursive \
107 +       install-recursive installcheck-recursive installdirs-recursive \
108 +       pdf-recursive ps-recursive uninstall-info-recursive \
109 +       uninstall-recursive
110 +am__installdirs = "$(DESTDIR)$(devdocsdir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(devdocsdir)" "$(DESTDIR)$(pkgconfigdir)"
111 +dist_devdocsDATA_INSTALL = $(INSTALL_DATA)
112 +dist_docsDATA_INSTALL = $(INSTALL_DATA)
113 +nobase_devdocsDATA_INSTALL = $(install_sh_DATA)
114 +pkgconfigDATA_INSTALL = $(INSTALL_DATA)
115 +DATA = $(dist_devdocs_DATA) $(dist_docs_DATA) $(nobase_devdocs_DATA) \
116 +       $(pkgconfig_DATA)
117 +ETAGS = etags
118 +CTAGS = ctags
119 +DIST_SUBDIRS = $(SUBDIRS)
120 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 +distdir = $(PACKAGE)-$(VERSION)
122 +top_distdir = $(distdir)
123 +am__remove_distdir = \
124 +  { test ! -d $(distdir) \
125 +    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
126 +         && rm -fr $(distdir); }; }
127 +DIST_ARCHIVES = $(distdir).tar.gz
128 +GZIP_ENV = --best
129 +distuninstallcheck_listfiles = find . -type f -print
130 +distcleancheck_listfiles = find . -type f -print
131 +ACLOCAL = @ACLOCAL@
132 +AMDEP_FALSE = @AMDEP_FALSE@
133 +AMDEP_TRUE = @AMDEP_TRUE@
134 +AMTAR = @AMTAR@
135 +AR = @AR@
136 +AUTOCONF = @AUTOCONF@
137 +AUTOHEADER = @AUTOHEADER@
138 +AUTOMAKE = @AUTOMAKE@
139 +AWK = @AWK@
140 +CC = @CC@
141 +CCDEPMODE = @CCDEPMODE@
142 +CFLAGS = @CFLAGS@
143 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
144 +CPP = @CPP@
145 +CPPFLAGS = @CPPFLAGS@
146 +CXX = @CXX@
147 +CXXCPP = @CXXCPP@
148 +CXXDEPMODE = @CXXDEPMODE@
149 +CXXFLAGS = @CXXFLAGS@
150 +CYGPATH_W = @CYGPATH_W@
151 +DEFS = @DEFS@
152 +DEPDIR = @DEPDIR@
153 +ECHO = @ECHO@
154 +ECHO_C = @ECHO_C@
155 +ECHO_N = @ECHO_N@
156 +ECHO_T = @ECHO_T@
157 +EGREP = @EGREP@
158 +EXEEXT = @EXEEXT@
159 +F77 = @F77@
160 +FFLAGS = @FFLAGS@
161 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
162 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
163 +HTTP_CFLAGS = @HTTP_CFLAGS@
164 +HTTP_LIBS = @HTTP_LIBS@
165 +INSTALL_DATA = @INSTALL_DATA@
166 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
167 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
168 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169 +LDFLAGS = @LDFLAGS@
170 +LIBOBJS = @LIBOBJS@
171 +LIBS = @LIBS@
172 +LIBTOOL = @LIBTOOL@
173 +LN_S = @LN_S@
174 +LTLIBOBJS = @LTLIBOBJS@
175 +MAKEINFO = @MAKEINFO@
176 +OBJEXT = @OBJEXT@
177 +PACKAGE = @PACKAGE@
178 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179 +PACKAGE_NAME = @PACKAGE_NAME@
180 +PACKAGE_STRING = @PACKAGE_STRING@
181 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
182 +PACKAGE_VERSION = @PACKAGE_VERSION@
183 +PATH_SEPARATOR = @PATH_SEPARATOR@
184 +RANLIB = @RANLIB@
185 +SET_MAKE = @SET_MAKE@
186 +SHELL = @SHELL@
187 +STRIP = @STRIP@
188 +VERSION = @VERSION@
189 +XML_CFLAGS = @XML_CFLAGS@
190 +XML_LIBS = @XML_LIBS@
191 +ac_ct_AR = @ac_ct_AR@
192 +ac_ct_CC = @ac_ct_CC@
193 +ac_ct_CXX = @ac_ct_CXX@
194 +ac_ct_F77 = @ac_ct_F77@
195 +ac_ct_RANLIB = @ac_ct_RANLIB@
196 +ac_ct_STRIP = @ac_ct_STRIP@
197 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
198 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
199 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
200 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
201 +am__include = @am__include@
202 +am__leading_dot = @am__leading_dot@
203 +am__quote = @am__quote@
204 +bindir = @bindir@
205 +build = @build@
206 +build_alias = @build_alias@
207 +build_cpu = @build_cpu@
208 +build_os = @build_os@
209 +build_vendor = @build_vendor@
210 +datadir = @datadir@
211 +exec_prefix = @exec_prefix@
212 +host = @host@
213 +host_alias = @host_alias@
214 +host_cpu = @host_cpu@
215 +host_os = @host_os@
216 +host_vendor = @host_vendor@
217 +includedir = @includedir@
218 +infodir = @infodir@
219 +install_sh = @install_sh@
220 +libdir = @libdir@
221 +libexecdir = @libexecdir@
222 +localstatedir = @localstatedir@
223 +mandir = @mandir@
224 +mkdir_p = @mkdir_p@
225 +oldincludedir = @oldincludedir@
226 +prefix = @prefix@
227 +program_transform_name = @program_transform_name@
228 +sbindir = @sbindir@
229 +sharedstatedir = @sharedstatedir@
230 +sysconfdir = @sysconfdir@
231 +target_alias = @target_alias@
232 +SUBDIRS = include lib sample tests
233 +devdocsdir = $(datadir)/doc/clinkc-dev
234 +docsdir = $(datadir)/doc/clinkc0
235 +EXTRA_DIST = debian/changelog \
236 +       debian/clinkc0.install \
237 +       debian/clinkc-dev.install \
238 +       debian/clinkc-tests.install \
239 +       debian/compat \
240 +       debian/control \
241 +       debian/copyright \
242 +       debian/rules \
243 +       debian/docs
244 +
245 +pkgconfigdir = $(libdir)/pkgconfig
246 +pkgconfig_DATA = clinkc.pc
247 +dist_docs_DATA = \
248 +       COPYING
249 +
250 +dist_devdocs_DATA = \
251 +       ChangeLog \
252 +       COPYING \
253 +       Doxyfile
254 +
255 +nobase_devdocs_DATA = \
256 +       doxygen/html/*
257 +
258 +all: config.h
259 +       $(MAKE) $(AM_MAKEFLAGS) all-recursive
260 +
261 +.SUFFIXES:
262 +am--refresh:
263 +       @:
264 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
265 +       @for dep in $?; do \
266 +         case '$(am__configure_deps)' in \
267 +           *$$dep*) \
268 +             echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
269 +             cd $(srcdir) && $(AUTOMAKE) --foreign  \
270 +               && exit 0; \
271 +             exit 1;; \
272 +         esac; \
273 +       done; \
274 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
275 +       cd $(top_srcdir) && \
276 +         $(AUTOMAKE) --foreign  Makefile
277 +.PRECIOUS: Makefile
278 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279 +       @case '$?' in \
280 +         *config.status*) \
281 +           echo ' $(SHELL) ./config.status'; \
282 +           $(SHELL) ./config.status;; \
283 +         *) \
284 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
285 +           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
286 +       esac;
287 +
288 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289 +       $(SHELL) ./config.status --recheck
290 +
291 +$(top_srcdir)/configure:  $(am__configure_deps)
292 +       cd $(srcdir) && $(AUTOCONF)
293 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
294 +       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
295 +
296 +config.h: stamp-h1
297 +       @if test ! -f $@; then \
298 +         rm -f stamp-h1; \
299 +         $(MAKE) stamp-h1; \
300 +       else :; fi
301 +
302 +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
303 +       @rm -f stamp-h1
304 +       cd $(top_builddir) && $(SHELL) ./config.status config.h
305 +$(srcdir)/config.h.in:  $(am__configure_deps) 
306 +       cd $(top_srcdir) && $(AUTOHEADER)
307 +       rm -f stamp-h1
308 +       touch $@
309 +
310 +distclean-hdr:
311 +       -rm -f config.h stamp-h1
312 +clinkc.pc: $(top_builddir)/config.status $(srcdir)/clinkc.pc.in
313 +       cd $(top_builddir) && $(SHELL) ./config.status $@
314 +
315 +mostlyclean-libtool:
316 +       -rm -f *.lo
317 +
318 +clean-libtool:
319 +       -rm -rf .libs _libs
320 +
321 +distclean-libtool:
322 +       -rm -f libtool
323 +uninstall-info-am:
324 +install-dist_devdocsDATA: $(dist_devdocs_DATA)
325 +       @$(NORMAL_INSTALL)
326 +       test -z "$(devdocsdir)" || $(mkdir_p) "$(DESTDIR)$(devdocsdir)"
327 +       @list='$(dist_devdocs_DATA)'; for p in $$list; do \
328 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
330 +         echo " $(dist_devdocsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(devdocsdir)/$$f'"; \
331 +         $(dist_devdocsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(devdocsdir)/$$f"; \
332 +       done
333 +
334 +uninstall-dist_devdocsDATA:
335 +       @$(NORMAL_UNINSTALL)
336 +       @list='$(dist_devdocs_DATA)'; for p in $$list; do \
337 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
338 +         echo " rm -f '$(DESTDIR)$(devdocsdir)/$$f'"; \
339 +         rm -f "$(DESTDIR)$(devdocsdir)/$$f"; \
340 +       done
341 +install-dist_docsDATA: $(dist_docs_DATA)
342 +       @$(NORMAL_INSTALL)
343 +       test -z "$(docsdir)" || $(mkdir_p) "$(DESTDIR)$(docsdir)"
344 +       @list='$(dist_docs_DATA)'; for p in $$list; do \
345 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
346 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
347 +         echo " $(dist_docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
348 +         $(dist_docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
349 +       done
350 +
351 +uninstall-dist_docsDATA:
352 +       @$(NORMAL_UNINSTALL)
353 +       @list='$(dist_docs_DATA)'; for p in $$list; do \
354 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
355 +         echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
356 +         rm -f "$(DESTDIR)$(docsdir)/$$f"; \
357 +       done
358 +install-nobase_devdocsDATA: $(nobase_devdocs_DATA)
359 +       @$(NORMAL_INSTALL)
360 +       test -z "$(devdocsdir)" || $(mkdir_p) "$(DESTDIR)$(devdocsdir)"
361 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
362 +       list='$(nobase_devdocs_DATA)'; for p in $$list; do \
363 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364 +         case $$p in \
365 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
366 +           *) f=$$p;; \
367 +         esac; \
368 +         echo " $(nobase_devdocsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(devdocsdir)/$$f'"; \
369 +         $(nobase_devdocsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(devdocsdir)/$$f"; \
370 +       done
371 +
372 +uninstall-nobase_devdocsDATA:
373 +       @$(NORMAL_UNINSTALL)
374 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
375 +       list='$(nobase_devdocs_DATA)'; for p in $$list; do \
376 +         case $$p in \
377 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
378 +           *) f=$$p;; \
379 +         esac; \
380 +         echo " rm -f '$(DESTDIR)$(devdocsdir)/$$f'"; \
381 +         rm -f "$(DESTDIR)$(devdocsdir)/$$f"; \
382 +       done
383 +install-pkgconfigDATA: $(pkgconfig_DATA)
384 +       @$(NORMAL_INSTALL)
385 +       test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
386 +       @list='$(pkgconfig_DATA)'; for p in $$list; do \
387 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
388 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
389 +         echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
390 +         $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
391 +       done
392 +
393 +uninstall-pkgconfigDATA:
394 +       @$(NORMAL_UNINSTALL)
395 +       @list='$(pkgconfig_DATA)'; for p in $$list; do \
396 +         f="`echo $$p | sed -e 's|^.*/||'`"; \
397 +         echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
398 +         rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
399 +       done
400 +
401 +# This directory's subdirectories are mostly independent; you can cd
402 +# into them and run `make' without going through this Makefile.
403 +# To change the values of `make' variables: instead of editing Makefiles,
404 +# (1) if the variable is set in `config.status', edit `config.status'
405 +#     (which will cause the Makefiles to be regenerated when you run `make');
406 +# (2) otherwise, pass the desired values on the `make' command line.
407 +$(RECURSIVE_TARGETS):
408 +       @set fnord $$MAKEFLAGS; amf=$$2; \
409 +       dot_seen=no; \
410 +       target=`echo $@ | sed s/-recursive//`; \
411 +       list='$(SUBDIRS)'; for subdir in $$list; do \
412 +         echo "Making $$target in $$subdir"; \
413 +         if test "$$subdir" = "."; then \
414 +           dot_seen=yes; \
415 +           local_target="$$target-am"; \
416 +         else \
417 +           local_target="$$target"; \
418 +         fi; \
419 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
420 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
421 +       done; \
422 +       if test "$$dot_seen" = "no"; then \
423 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
424 +       fi; test -z "$$fail"
425 +
426 +mostlyclean-recursive clean-recursive distclean-recursive \
427 +maintainer-clean-recursive:
428 +       @set fnord $$MAKEFLAGS; amf=$$2; \
429 +       dot_seen=no; \
430 +       case "$@" in \
431 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
432 +         *) list='$(SUBDIRS)' ;; \
433 +       esac; \
434 +       rev=''; for subdir in $$list; do \
435 +         if test "$$subdir" = "."; then :; else \
436 +           rev="$$subdir $$rev"; \
437 +         fi; \
438 +       done; \
439 +       rev="$$rev ."; \
440 +       target=`echo $@ | sed s/-recursive//`; \
441 +       for subdir in $$rev; do \
442 +         echo "Making $$target in $$subdir"; \
443 +         if test "$$subdir" = "."; then \
444 +           local_target="$$target-am"; \
445 +         else \
446 +           local_target="$$target"; \
447 +         fi; \
448 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
450 +       done && test -z "$$fail"
451 +tags-recursive:
452 +       list='$(SUBDIRS)'; for subdir in $$list; do \
453 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
454 +       done
455 +ctags-recursive:
456 +       list='$(SUBDIRS)'; for subdir in $$list; do \
457 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
458 +       done
459 +
460 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
461 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
462 +       unique=`for i in $$list; do \
463 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464 +         done | \
465 +         $(AWK) '    { files[$$0] = 1; } \
466 +              END { for (i in files) print i; }'`; \
467 +       mkid -fID $$unique
468 +tags: TAGS
469 +
470 +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
471 +               $(TAGS_FILES) $(LISP)
472 +       tags=; \
473 +       here=`pwd`; \
474 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
475 +         include_option=--etags-include; \
476 +         empty_fix=.; \
477 +       else \
478 +         include_option=--include; \
479 +         empty_fix=; \
480 +       fi; \
481 +       list='$(SUBDIRS)'; for subdir in $$list; do \
482 +         if test "$$subdir" = .; then :; else \
483 +           test ! -f $$subdir/TAGS || \
484 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
485 +         fi; \
486 +       done; \
487 +       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
488 +       unique=`for i in $$list; do \
489 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490 +         done | \
491 +         $(AWK) '    { files[$$0] = 1; } \
492 +              END { for (i in files) print i; }'`; \
493 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
494 +         test -n "$$unique" || unique=$$empty_fix; \
495 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496 +           $$tags $$unique; \
497 +       fi
498 +ctags: CTAGS
499 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
500 +               $(TAGS_FILES) $(LISP)
501 +       tags=; \
502 +       here=`pwd`; \
503 +       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504 +       unique=`for i in $$list; do \
505 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506 +         done | \
507 +         $(AWK) '    { files[$$0] = 1; } \
508 +              END { for (i in files) print i; }'`; \
509 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
510 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511 +            $$tags $$unique
512 +
513 +GTAGS:
514 +       here=`$(am__cd) $(top_builddir) && pwd` \
515 +         && cd $(top_srcdir) \
516 +         && gtags -i $(GTAGS_ARGS) $$here
517 +
518 +distclean-tags:
519 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
520 +
521 +distdir: $(DISTFILES)
522 +       $(am__remove_distdir)
523 +       mkdir $(distdir)
524 +       $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/debian
525 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
526 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
527 +       list='$(DISTFILES)'; for file in $$list; do \
528 +         case $$file in \
529 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
530 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
531 +         esac; \
532 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
534 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
535 +           dir="/$$dir"; \
536 +           $(mkdir_p) "$(distdir)$$dir"; \
537 +         else \
538 +           dir=''; \
539 +         fi; \
540 +         if test -d $$d/$$file; then \
541 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
543 +           fi; \
544 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
545 +         else \
546 +           test -f $(distdir)/$$file \
547 +           || cp -p $$d/$$file $(distdir)/$$file \
548 +           || exit 1; \
549 +         fi; \
550 +       done
551 +       list='$(SUBDIRS)'; for subdir in $$list; do \
552 +         if test "$$subdir" = .; then :; else \
553 +           test -d "$(distdir)/$$subdir" \
554 +           || mkdir "$(distdir)/$$subdir" \
555 +           || exit 1; \
556 +           (cd $$subdir && \
557 +             $(MAKE) $(AM_MAKEFLAGS) \
558 +               top_distdir="../$(top_distdir)" \
559 +               distdir="../$(distdir)/$$subdir" \
560 +               distdir) \
561 +             || exit 1; \
562 +         fi; \
563 +       done
564 +       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
565 +         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
566 +         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
567 +         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
568 +       || chmod -R a+r $(distdir)
569 +dist-gzip: distdir
570 +       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571 +       $(am__remove_distdir)
572 +
573 +dist-bzip2: distdir
574 +       $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
575 +       $(am__remove_distdir)
576 +
577 +dist-tarZ: distdir
578 +       $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
579 +       $(am__remove_distdir)
580 +
581 +dist-shar: distdir
582 +       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
583 +       $(am__remove_distdir)
584 +
585 +dist-zip: distdir
586 +       -rm -f $(distdir).zip
587 +       zip -rq $(distdir).zip $(distdir)
588 +       $(am__remove_distdir)
589 +
590 +dist dist-all: distdir
591 +       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
592 +       $(am__remove_distdir)
593 +
594 +# This target untars the dist file and tries a VPATH configuration.  Then
595 +# it guarantees that the distribution is self-contained by making another
596 +# tarfile.
597 +distcheck: dist
598 +       case '$(DIST_ARCHIVES)' in \
599 +       *.tar.gz*) \
600 +         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
601 +       *.tar.bz2*) \
602 +         bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
603 +       *.tar.Z*) \
604 +         uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
605 +       *.shar.gz*) \
606 +         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
607 +       *.zip*) \
608 +         unzip $(distdir).zip ;;\
609 +       esac
610 +       chmod -R a-w $(distdir); chmod a+w $(distdir)
611 +       mkdir $(distdir)/_build
612 +       mkdir $(distdir)/_inst
613 +       chmod a-w $(distdir)
614 +       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
615 +         && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
616 +         && cd $(distdir)/_build \
617 +         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
618 +           $(DISTCHECK_CONFIGURE_FLAGS) \
619 +         && $(MAKE) $(AM_MAKEFLAGS) \
620 +         && $(MAKE) $(AM_MAKEFLAGS) dvi \
621 +         && $(MAKE) $(AM_MAKEFLAGS) check \
622 +         && $(MAKE) $(AM_MAKEFLAGS) install \
623 +         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
624 +         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
625 +         && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
626 +               distuninstallcheck \
627 +         && chmod -R a-w "$$dc_install_base" \
628 +         && ({ \
629 +              (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
630 +              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
631 +              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
632 +              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
633 +                   distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
634 +             } || { rm -rf "$$dc_destdir"; exit 1; }) \
635 +         && rm -rf "$$dc_destdir" \
636 +         && $(MAKE) $(AM_MAKEFLAGS) dist \
637 +         && rm -rf $(DIST_ARCHIVES) \
638 +         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
639 +       $(am__remove_distdir)
640 +       @(echo "$(distdir) archives ready for distribution: "; \
641 +         list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
642 +         sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
643 +distuninstallcheck:
644 +       @cd $(distuninstallcheck_dir) \
645 +       && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
646 +          || { echo "ERROR: files left after uninstall:" ; \
647 +               if test -n "$(DESTDIR)"; then \
648 +                 echo "  (check DESTDIR support)"; \
649 +               fi ; \
650 +               $(distuninstallcheck_listfiles) ; \
651 +               exit 1; } >&2
652 +distcleancheck: distclean
653 +       @if test '$(srcdir)' = . ; then \
654 +         echo "ERROR: distcleancheck can only run from a VPATH build" ; \
655 +         exit 1 ; \
656 +       fi
657 +       @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
658 +         || { echo "ERROR: files left in build directory after distclean:" ; \
659 +              $(distcleancheck_listfiles) ; \
660 +              exit 1; } >&2
661 +check-am: all-am
662 +check: check-recursive
663 +all-am: Makefile $(DATA) config.h
664 +installdirs: installdirs-recursive
665 +installdirs-am:
666 +       for dir in "$(DESTDIR)$(devdocsdir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(devdocsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
667 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
668 +       done
669 +install: install-recursive
670 +install-exec: install-exec-recursive
671 +install-data: install-data-recursive
672 +uninstall: uninstall-recursive
673 +
674 +install-am: all-am
675 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
676 +
677 +installcheck: installcheck-recursive
678 +install-strip:
679 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681 +         `test -z '$(STRIP)' || \
682 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
683 +mostlyclean-generic:
684 +
685 +clean-generic:
686 +
687 +distclean-generic:
688 +       -rm -f $(CONFIG_CLEAN_FILES)
689 +
690 +maintainer-clean-generic:
691 +       @echo "This command is intended for maintainers to use"
692 +       @echo "it deletes files that may require special tools to rebuild."
693 +clean: clean-recursive
694 +
695 +clean-am: clean-generic clean-libtool mostlyclean-am
696 +
697 +distclean: distclean-recursive
698 +       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
699 +       -rm -f Makefile
700 +distclean-am: clean-am distclean-generic distclean-hdr \
701 +       distclean-libtool distclean-tags
702 +
703 +dvi: dvi-recursive
704 +
705 +dvi-am:
706 +
707 +html: html-recursive
708 +
709 +info: info-recursive
710 +
711 +info-am:
712 +
713 +install-data-am: install-dist_devdocsDATA install-dist_docsDATA \
714 +       install-nobase_devdocsDATA install-pkgconfigDATA
715 +
716 +install-exec-am:
717 +
718 +install-info: install-info-recursive
719 +
720 +install-man:
721 +
722 +installcheck-am:
723 +
724 +maintainer-clean: maintainer-clean-recursive
725 +       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
726 +       -rm -rf $(top_srcdir)/autom4te.cache
727 +       -rm -f Makefile
728 +maintainer-clean-am: distclean-am maintainer-clean-generic
729 +
730 +mostlyclean: mostlyclean-recursive
731 +
732 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
733 +
734 +pdf: pdf-recursive
735 +
736 +pdf-am:
737 +
738 +ps: ps-recursive
739 +
740 +ps-am:
741 +
742 +uninstall-am: uninstall-dist_devdocsDATA uninstall-dist_docsDATA \
743 +       uninstall-info-am uninstall-nobase_devdocsDATA \
744 +       uninstall-pkgconfigDATA
745 +
746 +uninstall-info: uninstall-info-recursive
747 +
748 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
749 +       check-am clean clean-generic clean-libtool clean-recursive \
750 +       ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
751 +       dist-shar dist-tarZ dist-zip distcheck distclean \
752 +       distclean-generic distclean-hdr distclean-libtool \
753 +       distclean-recursive distclean-tags distcleancheck distdir \
754 +       distuninstallcheck dvi dvi-am html html-am info info-am \
755 +       install install-am install-data install-data-am \
756 +       install-dist_devdocsDATA install-dist_docsDATA install-exec \
757 +       install-exec-am install-info install-info-am install-man \
758 +       install-nobase_devdocsDATA install-pkgconfigDATA install-strip \
759 +       installcheck installcheck-am installdirs installdirs-am \
760 +       maintainer-clean maintainer-clean-generic \
761 +       maintainer-clean-recursive mostlyclean mostlyclean-generic \
762 +       mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
763 +       tags tags-recursive uninstall uninstall-am \
764 +       uninstall-dist_devdocsDATA uninstall-dist_docsDATA \
765 +       uninstall-info-am uninstall-nobase_devdocsDATA \
766 +       uninstall-pkgconfigDATA
767 +
768 +
769 +doxygen/html/*:
770 +       cd $(srcdir) && doxygen Doxyfile
771 +
772 +deb: dist
773 +       -mkdir $(top_builddir)/debian-build
774 +       cp $(top_builddir)/../$(PACKAGE)*.orig.tar.gz $(top_builddir)/debian-build/
775 +       cd $(top_builddir)/debian-build && tar zxf ../$(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
776 +       cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -sa -D
777 +       -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)
778 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
779 +# Otherwise a system limit (for SysV at least) may be exceeded.
780 +.NOEXPORT:
781 --- aclocal.m4
782 +++ aclocal.m4
783 @@ -0,0 +1,7096 @@
784 +# generated automatically by aclocal 1.8.5 -*- Autoconf -*-
785 +
786 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
787 +# Free Software Foundation, Inc.
788 +# This file is free software; the Free Software Foundation
789 +# gives unlimited permission to copy and/or distribute it,
790 +# with or without modifications, as long as this notice is preserved.
791 +
792 +# This program is distributed in the hope that it will be useful,
793 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
794 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
795 +# PARTICULAR PURPOSE.
796 +
797 +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
798 +
799 +# serial 47 AC_PROG_LIBTOOL
800 +
801 +
802 +# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
803 +# -----------------------------------------------------------
804 +# If this macro is not defined by Autoconf, define it here.
805 +m4_ifdef([AC_PROVIDE_IFELSE],
806 +         [],
807 +         [m4_define([AC_PROVIDE_IFELSE],
808 +                [m4_ifdef([AC_PROVIDE_$1],
809 +                          [$2], [$3])])])
810 +
811 +
812 +# AC_PROG_LIBTOOL
813 +# ---------------
814 +AC_DEFUN([AC_PROG_LIBTOOL],
815 +[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
816 +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
817 +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
818 +  AC_PROVIDE_IFELSE([AC_PROG_CXX],
819 +    [AC_LIBTOOL_CXX],
820 +    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
821 +  ])])
822 +dnl And a similar setup for Fortran 77 support
823 +  AC_PROVIDE_IFELSE([AC_PROG_F77],
824 +    [AC_LIBTOOL_F77],
825 +    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
826 +])])
827 +
828 +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
829 +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
830 +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
831 +  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
832 +    [AC_LIBTOOL_GCJ],
833 +    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
834 +      [AC_LIBTOOL_GCJ],
835 +      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
836 +       [AC_LIBTOOL_GCJ],
837 +      [ifdef([AC_PROG_GCJ],
838 +            [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
839 +       ifdef([A][M_PROG_GCJ],
840 +            [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
841 +       ifdef([LT_AC_PROG_GCJ],
842 +            [define([LT_AC_PROG_GCJ],
843 +               defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
844 +])])# AC_PROG_LIBTOOL
845 +
846 +
847 +# _AC_PROG_LIBTOOL
848 +# ----------------
849 +AC_DEFUN([_AC_PROG_LIBTOOL],
850 +[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
851 +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
852 +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
853 +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
854 +
855 +# This can be used to rebuild libtool when needed
856 +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
857 +
858 +# Always use our own libtool.
859 +LIBTOOL='$(SHELL) $(top_builddir)/libtool'
860 +AC_SUBST(LIBTOOL)dnl
861 +
862 +# Prevent multiple expansion
863 +define([AC_PROG_LIBTOOL], [])
864 +])# _AC_PROG_LIBTOOL
865 +
866 +
867 +# AC_LIBTOOL_SETUP
868 +# ----------------
869 +AC_DEFUN([AC_LIBTOOL_SETUP],
870 +[AC_PREREQ(2.50)dnl
871 +AC_REQUIRE([AC_ENABLE_SHARED])dnl
872 +AC_REQUIRE([AC_ENABLE_STATIC])dnl
873 +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
874 +AC_REQUIRE([AC_CANONICAL_HOST])dnl
875 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
876 +AC_REQUIRE([AC_PROG_CC])dnl
877 +AC_REQUIRE([AC_PROG_LD])dnl
878 +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
879 +AC_REQUIRE([AC_PROG_NM])dnl
880 +
881 +AC_REQUIRE([AC_PROG_LN_S])dnl
882 +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
883 +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
884 +AC_REQUIRE([AC_OBJEXT])dnl
885 +AC_REQUIRE([AC_EXEEXT])dnl
886 +dnl
887 +
888 +AC_LIBTOOL_SYS_MAX_CMD_LEN
889 +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
890 +AC_LIBTOOL_OBJDIR
891 +
892 +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
893 +_LT_AC_PROG_ECHO_BACKSLASH
894 +
895 +case $host_os in
896 +aix3*)
897 +  # AIX sometimes has problems with the GCC collect2 program.  For some
898 +  # reason, if we set the COLLECT_NAMES environment variable, the problems
899 +  # vanish in a puff of smoke.
900 +  if test "X${COLLECT_NAMES+set}" != Xset; then
901 +    COLLECT_NAMES=
902 +    export COLLECT_NAMES
903 +  fi
904 +  ;;
905 +esac
906 +
907 +# Sed substitution that helps us do robust quoting.  It backslashifies
908 +# metacharacters that are still active within double-quoted strings.
909 +Xsed='sed -e 1s/^X//'
910 +[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
911 +
912 +# Same as above, but do not quote variable references.
913 +[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
914 +
915 +# Sed substitution to delay expansion of an escaped shell variable in a
916 +# double_quote_subst'ed string.
917 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
918 +
919 +# Sed substitution to avoid accidental globbing in evaled expressions
920 +no_glob_subst='s/\*/\\\*/g'
921 +
922 +# Constants:
923 +rm="rm -f"
924 +
925 +# Global variables:
926 +default_ofile=libtool
927 +can_build_shared=yes
928 +
929 +# All known linkers require a `.a' archive for static linking (except MSVC,
930 +# which needs '.lib').
931 +libext=a
932 +ltmain="$ac_aux_dir/ltmain.sh"
933 +ofile="$default_ofile"
934 +with_gnu_ld="$lt_cv_prog_gnu_ld"
935 +
936 +AC_CHECK_TOOL(AR, ar, false)
937 +AC_CHECK_TOOL(RANLIB, ranlib, :)
938 +AC_CHECK_TOOL(STRIP, strip, :)
939 +
940 +old_CC="$CC"
941 +old_CFLAGS="$CFLAGS"
942 +
943 +# Set sane defaults for various variables
944 +test -z "$AR" && AR=ar
945 +test -z "$AR_FLAGS" && AR_FLAGS=cru
946 +test -z "$AS" && AS=as
947 +test -z "$CC" && CC=cc
948 +test -z "$LTCC" && LTCC=$CC
949 +test -z "$DLLTOOL" && DLLTOOL=dlltool
950 +test -z "$LD" && LD=ld
951 +test -z "$LN_S" && LN_S="ln -s"
952 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
953 +test -z "$NM" && NM=nm
954 +test -z "$SED" && SED=sed
955 +test -z "$OBJDUMP" && OBJDUMP=objdump
956 +test -z "$RANLIB" && RANLIB=:
957 +test -z "$STRIP" && STRIP=:
958 +test -z "$ac_objext" && ac_objext=o
959 +
960 +# Determine commands to create old-style static archives.
961 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
962 +old_postinstall_cmds='chmod 644 $oldlib'
963 +old_postuninstall_cmds=
964 +
965 +if test -n "$RANLIB"; then
966 +  case $host_os in
967 +  openbsd*)
968 +    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
969 +    ;;
970 +  *)
971 +    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
972 +    ;;
973 +  esac
974 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
975 +fi
976 +
977 +_LT_CC_BASENAME([$compiler])
978 +
979 +# Only perform the check for file, if the check method requires it
980 +case $deplibs_check_method in
981 +file_magic*)
982 +  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
983 +    AC_PATH_MAGIC
984 +  fi
985 +  ;;
986 +esac
987 +
988 +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
989 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
990 +enable_win32_dll=yes, enable_win32_dll=no)
991 +
992 +AC_ARG_ENABLE([libtool-lock],
993 +    [AC_HELP_STRING([--disable-libtool-lock],
994 +       [avoid locking (might break parallel builds)])])
995 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
996 +
997 +AC_ARG_WITH([pic],
998 +    [AC_HELP_STRING([--with-pic],
999 +       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
1000 +    [pic_mode="$withval"],
1001 +    [pic_mode=default])
1002 +test -z "$pic_mode" && pic_mode=default
1003 +
1004 +# Use C for the default configuration in the libtool script
1005 +tagname=
1006 +AC_LIBTOOL_LANG_C_CONFIG
1007 +_LT_AC_TAGCONFIG
1008 +])# AC_LIBTOOL_SETUP
1009 +
1010 +
1011 +# _LT_AC_SYS_COMPILER
1012 +# -------------------
1013 +AC_DEFUN([_LT_AC_SYS_COMPILER],
1014 +[AC_REQUIRE([AC_PROG_CC])dnl
1015 +
1016 +# If no C compiler was specified, use CC.
1017 +LTCC=${LTCC-"$CC"}
1018 +
1019 +# Allow CC to be a program name with arguments.
1020 +compiler=$CC
1021 +])# _LT_AC_SYS_COMPILER
1022 +
1023 +
1024 +# _LT_CC_BASENAME(CC)
1025 +# -------------------
1026 +# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
1027 +AC_DEFUN([_LT_CC_BASENAME],
1028 +[for cc_temp in $1""; do
1029 +  case $cc_temp in
1030 +    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
1031 +    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
1032 +    \-*) ;;
1033 +    *) break;;
1034 +  esac
1035 +done
1036 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
1037 +])
1038 +
1039 +
1040 +# _LT_COMPILER_BOILERPLATE
1041 +# ------------------------
1042 +# Check for compiler boilerplate output or warnings with
1043 +# the simple compiler test code.
1044 +AC_DEFUN([_LT_COMPILER_BOILERPLATE],
1045 +[ac_outfile=conftest.$ac_objext
1046 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext
1047 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
1048 +_lt_compiler_boilerplate=`cat conftest.err`
1049 +$rm conftest*
1050 +])# _LT_COMPILER_BOILERPLATE
1051 +
1052 +
1053 +# _LT_LINKER_BOILERPLATE
1054 +# ----------------------
1055 +# Check for linker boilerplate output or warnings with
1056 +# the simple link test code.
1057 +AC_DEFUN([_LT_LINKER_BOILERPLATE],
1058 +[ac_outfile=conftest.$ac_objext
1059 +printf "$lt_simple_link_test_code" >conftest.$ac_ext
1060 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
1061 +_lt_linker_boilerplate=`cat conftest.err`
1062 +$rm conftest*
1063 +])# _LT_LINKER_BOILERPLATE
1064 +
1065 +
1066 +# _LT_AC_SYS_LIBPATH_AIX
1067 +# ----------------------
1068 +# Links a minimal program and checks the executable
1069 +# for the system default hardcoded library path. In most cases,
1070 +# this is /usr/lib:/lib, but when the MPI compilers are used
1071 +# the location of the communication and MPI libs are included too.
1072 +# If we don't find anything, use the default library path according
1073 +# to the aix ld manual.
1074 +AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
1075 +[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
1076 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
1077 +}'`
1078 +# Check for a 64-bit object if we didn't find anything.
1079 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
1080 +}'`; fi],[])
1081 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1082 +])# _LT_AC_SYS_LIBPATH_AIX
1083 +
1084 +
1085 +# _LT_AC_SHELL_INIT(ARG)
1086 +# ----------------------
1087 +AC_DEFUN([_LT_AC_SHELL_INIT],
1088 +[ifdef([AC_DIVERSION_NOTICE],
1089 +            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
1090 +        [AC_DIVERT_PUSH(NOTICE)])
1091 +$1
1092 +AC_DIVERT_POP
1093 +])# _LT_AC_SHELL_INIT
1094 +
1095 +
1096 +# _LT_AC_PROG_ECHO_BACKSLASH
1097 +# --------------------------
1098 +# Add some code to the start of the generated configure script which
1099 +# will find an echo command which doesn't interpret backslashes.
1100 +AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
1101 +[_LT_AC_SHELL_INIT([
1102 +# Check that we are running under the correct shell.
1103 +SHELL=${CONFIG_SHELL-/bin/sh}
1104 +
1105 +case X$ECHO in
1106 +X*--fallback-echo)
1107 +  # Remove one level of quotation (which was required for Make).
1108 +  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
1109 +  ;;
1110 +esac
1111 +
1112 +echo=${ECHO-echo}
1113 +if test "X[$]1" = X--no-reexec; then
1114 +  # Discard the --no-reexec flag, and continue.
1115 +  shift
1116 +elif test "X[$]1" = X--fallback-echo; then
1117 +  # Avoid inline document here, it may be left over
1118 +  :
1119 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
1120 +  # Yippee, $echo works!
1121 +  :
1122 +else
1123 +  # Restart under the correct shell.
1124 +  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
1125 +fi
1126 +
1127 +if test "X[$]1" = X--fallback-echo; then
1128 +  # used as fallback echo
1129 +  shift
1130 +  cat <<EOF
1131 +[$]*
1132 +EOF
1133 +  exit 0
1134 +fi
1135 +
1136 +# The HP-UX ksh and POSIX shell print the target directory to stdout
1137 +# if CDPATH is set.
1138 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1139 +
1140 +if test -z "$ECHO"; then
1141 +if test "X${echo_test_string+set}" != Xset; then
1142 +# find a string as large as possible, as long as the shell can cope with it
1143 +  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
1144 +    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
1145 +    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
1146 +       echo_test_string=`eval $cmd` &&
1147 +       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
1148 +    then
1149 +      break
1150 +    fi
1151 +  done
1152 +fi
1153 +
1154 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1155 +   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1156 +   test "X$echo_testing_string" = "X$echo_test_string"; then
1157 +  :
1158 +else
1159 +  # The Solaris, AIX, and Digital Unix default echo programs unquote
1160 +  # backslashes.  This makes it impossible to quote backslashes using
1161 +  #   echo "$something" | sed 's/\\/\\\\/g'
1162 +  #
1163 +  # So, first we look for a working echo in the user's PATH.
1164 +
1165 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1166 +  for dir in $PATH /usr/ucb; do
1167 +    IFS="$lt_save_ifs"
1168 +    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
1169 +       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
1170 +       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
1171 +       test "X$echo_testing_string" = "X$echo_test_string"; then
1172 +      echo="$dir/echo"
1173 +      break
1174 +    fi
1175 +  done
1176 +  IFS="$lt_save_ifs"
1177 +
1178 +  if test "X$echo" = Xecho; then
1179 +    # We didn't find a better echo, so look for alternatives.
1180 +    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
1181 +       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
1182 +       test "X$echo_testing_string" = "X$echo_test_string"; then
1183 +      # This shell has a builtin print -r that does the trick.
1184 +      echo='print -r'
1185 +    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
1186 +        test "X$CONFIG_SHELL" != X/bin/ksh; then
1187 +      # If we have ksh, try running configure again with it.
1188 +      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1189 +      export ORIGINAL_CONFIG_SHELL
1190 +      CONFIG_SHELL=/bin/ksh
1191 +      export CONFIG_SHELL
1192 +      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
1193 +    else
1194 +      # Try using printf.
1195 +      echo='printf %s\n'
1196 +      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1197 +        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1198 +        test "X$echo_testing_string" = "X$echo_test_string"; then
1199 +       # Cool, printf works
1200 +       :
1201 +      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1202 +          test "X$echo_testing_string" = 'X\t' &&
1203 +          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1204 +          test "X$echo_testing_string" = "X$echo_test_string"; then
1205 +       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
1206 +       export CONFIG_SHELL
1207 +       SHELL="$CONFIG_SHELL"
1208 +       export SHELL
1209 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
1210 +      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1211 +          test "X$echo_testing_string" = 'X\t' &&
1212 +          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1213 +          test "X$echo_testing_string" = "X$echo_test_string"; then
1214 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
1215 +      else
1216 +       # maybe with a smaller string...
1217 +       prev=:
1218 +
1219 +       for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
1220 +         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
1221 +         then
1222 +           break
1223 +         fi
1224 +         prev="$cmd"
1225 +       done
1226 +
1227 +       if test "$prev" != 'sed 50q "[$]0"'; then
1228 +         echo_test_string=`eval $prev`
1229 +         export echo_test_string
1230 +         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
1231 +       else
1232 +         # Oops.  We lost completely, so just stick with echo.
1233 +         echo=echo
1234 +       fi
1235 +      fi
1236 +    fi
1237 +  fi
1238 +fi
1239 +fi
1240 +
1241 +# Copy echo and quote the copy suitably for passing to libtool from
1242 +# the Makefile, instead of quoting the original, which is used later.
1243 +ECHO=$echo
1244 +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1245 +   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1246 +fi
1247 +
1248 +AC_SUBST(ECHO)
1249 +])])# _LT_AC_PROG_ECHO_BACKSLASH
1250 +
1251 +
1252 +# _LT_AC_LOCK
1253 +# -----------
1254 +AC_DEFUN([_LT_AC_LOCK],
1255 +[AC_ARG_ENABLE([libtool-lock],
1256 +    [AC_HELP_STRING([--disable-libtool-lock],
1257 +       [avoid locking (might break parallel builds)])])
1258 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1259 +
1260 +# Some flags need to be propagated to the compiler or linker for good
1261 +# libtool support.
1262 +case $host in
1263 +ia64-*-hpux*)
1264 +  # Find out which ABI we are using.
1265 +  echo 'int i;' > conftest.$ac_ext
1266 +  if AC_TRY_EVAL(ac_compile); then
1267 +    case `/usr/bin/file conftest.$ac_objext` in
1268 +    *ELF-32*)
1269 +      HPUX_IA64_MODE="32"
1270 +      ;;
1271 +    *ELF-64*)
1272 +      HPUX_IA64_MODE="64"
1273 +      ;;
1274 +    esac
1275 +  fi
1276 +  rm -rf conftest*
1277 +  ;;
1278 +*-*-irix6*)
1279 +  # Find out which ABI we are using.
1280 +  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1281 +  if AC_TRY_EVAL(ac_compile); then
1282 +   if test "$lt_cv_prog_gnu_ld" = yes; then
1283 +    case `/usr/bin/file conftest.$ac_objext` in
1284 +    *32-bit*)
1285 +      LD="${LD-ld} -melf32bsmip"
1286 +      ;;
1287 +    *N32*)
1288 +      LD="${LD-ld} -melf32bmipn32"
1289 +      ;;
1290 +    *64-bit*)
1291 +      LD="${LD-ld} -melf64bmip"
1292 +      ;;
1293 +    esac
1294 +   else
1295 +    case `/usr/bin/file conftest.$ac_objext` in
1296 +    *32-bit*)
1297 +      LD="${LD-ld} -32"
1298 +      ;;
1299 +    *N32*)
1300 +      LD="${LD-ld} -n32"
1301 +      ;;
1302 +    *64-bit*)
1303 +      LD="${LD-ld} -64"
1304 +      ;;
1305 +    esac
1306 +   fi
1307 +  fi
1308 +  rm -rf conftest*
1309 +  ;;
1310 +
1311 +x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
1312 +  # Find out which ABI we are using.
1313 +  echo 'int i;' > conftest.$ac_ext
1314 +  if AC_TRY_EVAL(ac_compile); then
1315 +    case `/usr/bin/file conftest.o` in
1316 +    *32-bit*)
1317 +      case $host in
1318 +        x86_64-*linux*)
1319 +          LD="${LD-ld} -m elf_i386"
1320 +          ;;
1321 +        ppc64-*linux*|powerpc64-*linux*)
1322 +          LD="${LD-ld} -m elf32ppclinux"
1323 +          ;;
1324 +        s390x-*linux*)
1325 +          LD="${LD-ld} -m elf_s390"
1326 +          ;;
1327 +        sparc64-*linux*)
1328 +          LD="${LD-ld} -m elf32_sparc"
1329 +          ;;
1330 +      esac
1331 +      ;;
1332 +    *64-bit*)
1333 +      case $host in
1334 +        x86_64-*linux*)
1335 +          LD="${LD-ld} -m elf_x86_64"
1336 +          ;;
1337 +        ppc*-*linux*|powerpc*-*linux*)
1338 +          LD="${LD-ld} -m elf64ppc"
1339 +          ;;
1340 +        s390*-*linux*)
1341 +          LD="${LD-ld} -m elf64_s390"
1342 +          ;;
1343 +        sparc*-*linux*)
1344 +          LD="${LD-ld} -m elf64_sparc"
1345 +          ;;
1346 +      esac
1347 +      ;;
1348 +    esac
1349 +  fi
1350 +  rm -rf conftest*
1351 +  ;;
1352 +
1353 +*-*-sco3.2v5*)
1354 +  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1355 +  SAVE_CFLAGS="$CFLAGS"
1356 +  CFLAGS="$CFLAGS -belf"
1357 +  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1358 +    [AC_LANG_PUSH(C)
1359 +     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1360 +     AC_LANG_POP])
1361 +  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1362 +    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1363 +    CFLAGS="$SAVE_CFLAGS"
1364 +  fi
1365 +  ;;
1366 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
1367 +[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
1368 +  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
1369 +  AC_CHECK_TOOL(AS, as, false)
1370 +  AC_CHECK_TOOL(OBJDUMP, objdump, false)
1371 +  ;;
1372 +  ])
1373 +esac
1374 +
1375 +need_locks="$enable_libtool_lock"
1376 +
1377 +])# _LT_AC_LOCK
1378 +
1379 +
1380 +# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1381 +#              [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1382 +# ----------------------------------------------------------------
1383 +# Check whether the given compiler option works
1384 +AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
1385 +[AC_REQUIRE([LT_AC_PROG_SED])
1386 +AC_CACHE_CHECK([$1], [$2],
1387 +  [$2=no
1388 +  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1389 +   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1390 +   lt_compiler_flag="$3"
1391 +   # Insert the option either (1) after the last *FLAGS variable, or
1392 +   # (2) before a word containing "conftest.", or (3) at the end.
1393 +   # Note that $ac_compile itself does not contain backslashes and begins
1394 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
1395 +   # The option is referenced via a variable to avoid confusing sed.
1396 +   lt_compile=`echo "$ac_compile" | $SED \
1397 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1398 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1399 +   -e 's:$: $lt_compiler_flag:'`
1400 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1401 +   (eval "$lt_compile" 2>conftest.err)
1402 +   ac_status=$?
1403 +   cat conftest.err >&AS_MESSAGE_LOG_FD
1404 +   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1405 +   if (exit $ac_status) && test -s "$ac_outfile"; then
1406 +     # The compiler can only warn and ignore the option if not recognized
1407 +     # So say no if there are warnings other than the usual output.
1408 +     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
1409 +     $SED '/^$/d' conftest.err >conftest.er2
1410 +     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
1411 +       $2=yes
1412 +     fi
1413 +   fi
1414 +   $rm conftest*
1415 +])
1416 +
1417 +if test x"[$]$2" = xyes; then
1418 +    ifelse([$5], , :, [$5])
1419 +else
1420 +    ifelse([$6], , :, [$6])
1421 +fi
1422 +])# AC_LIBTOOL_COMPILER_OPTION
1423 +
1424 +
1425 +# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1426 +#                          [ACTION-SUCCESS], [ACTION-FAILURE])
1427 +# ------------------------------------------------------------
1428 +# Check whether the given compiler option works
1429 +AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
1430 +[AC_CACHE_CHECK([$1], [$2],
1431 +  [$2=no
1432 +   save_LDFLAGS="$LDFLAGS"
1433 +   LDFLAGS="$LDFLAGS $3"
1434 +   printf "$lt_simple_link_test_code" > conftest.$ac_ext
1435 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1436 +     # The linker can only warn and ignore the option if not recognized
1437 +     # So say no if there are warnings
1438 +     if test -s conftest.err; then
1439 +       # Append any errors to the config.log.
1440 +       cat conftest.err 1>&AS_MESSAGE_LOG_FD
1441 +       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
1442 +       $SED '/^$/d' conftest.err >conftest.er2
1443 +       if diff conftest.exp conftest.er2 >/dev/null; then
1444 +         $2=yes
1445 +       fi
1446 +     else
1447 +       $2=yes
1448 +     fi
1449 +   fi
1450 +   $rm conftest*
1451 +   LDFLAGS="$save_LDFLAGS"
1452 +])
1453 +
1454 +if test x"[$]$2" = xyes; then
1455 +    ifelse([$4], , :, [$4])
1456 +else
1457 +    ifelse([$5], , :, [$5])
1458 +fi
1459 +])# AC_LIBTOOL_LINKER_OPTION
1460 +
1461 +
1462 +# AC_LIBTOOL_SYS_MAX_CMD_LEN
1463 +# --------------------------
1464 +AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
1465 +[# find the maximum length of command line arguments
1466 +AC_MSG_CHECKING([the maximum length of command line arguments])
1467 +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1468 +  i=0
1469 +  teststring="ABCD"
1470 +
1471 +  case $build_os in
1472 +  msdosdjgpp*)
1473 +    # On DJGPP, this test can blow up pretty badly due to problems in libc
1474 +    # (any single argument exceeding 2000 bytes causes a buffer overrun
1475 +    # during glob expansion).  Even if it were fixed, the result of this
1476 +    # check would be larger than it should be.
1477 +    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
1478 +    ;;
1479 +
1480 +  gnu*)
1481 +    # Under GNU Hurd, this test is not required because there is
1482 +    # no limit to the length of command line arguments.
1483 +    # Libtool will interpret -1 as no limit whatsoever
1484 +    lt_cv_sys_max_cmd_len=-1;
1485 +    ;;
1486 +
1487 +  cygwin* | mingw*)
1488 +    # On Win9x/ME, this test blows up -- it succeeds, but takes
1489 +    # about 5 minutes as the teststring grows exponentially.
1490 +    # Worse, since 9x/ME are not pre-emptively multitasking,
1491 +    # you end up with a "frozen" computer, even though with patience
1492 +    # the test eventually succeeds (with a max line length of 256k).
1493 +    # Instead, let's just punt: use the minimum linelength reported by
1494 +    # all of the supported platforms: 8192 (on NT/2K/XP).
1495 +    lt_cv_sys_max_cmd_len=8192;
1496 +    ;;
1497 +
1498 +  amigaos*)
1499 +    # On AmigaOS with pdksh, this test takes hours, literally.
1500 +    # So we just punt and use a minimum line length of 8192.
1501 +    lt_cv_sys_max_cmd_len=8192;
1502 +    ;;
1503 +
1504 +  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1505 +    # This has been around since 386BSD, at least.  Likely further.
1506 +    if test -x /sbin/sysctl; then
1507 +      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1508 +    elif test -x /usr/sbin/sysctl; then
1509 +      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1510 +    else
1511 +      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
1512 +    fi
1513 +    # And add a safety zone
1514 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1515 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1516 +    ;;
1517 +  osf*)
1518 +    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1519 +    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1520 +    # nice to cause kernel panics so lets avoid the loop below.
1521 +    # First set a reasonable default.
1522 +    lt_cv_sys_max_cmd_len=16384
1523 +    #
1524 +    if test -x /sbin/sysconfig; then
1525 +      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1526 +        *1*) lt_cv_sys_max_cmd_len=-1 ;;
1527 +      esac
1528 +    fi
1529 +    ;;
1530 +  *)
1531 +    # If test is not a shell built-in, we'll probably end up computing a
1532 +    # maximum length that is only half of the actual maximum length, but
1533 +    # we can't tell.
1534 +    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1535 +    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
1536 +              = "XX$teststring") >/dev/null 2>&1 &&
1537 +           new_result=`expr "X$teststring" : ".*" 2>&1` &&
1538 +           lt_cv_sys_max_cmd_len=$new_result &&
1539 +           test $i != 17 # 1/2 MB should be enough
1540 +    do
1541 +      i=`expr $i + 1`
1542 +      teststring=$teststring$teststring
1543 +    done
1544 +    teststring=
1545 +    # Add a significant safety factor because C++ compilers can tack on massive
1546 +    # amounts of additional arguments before passing them to the linker.
1547 +    # It appears as though 1/2 is a usable value.
1548 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1549 +    ;;
1550 +  esac
1551 +])
1552 +if test -n $lt_cv_sys_max_cmd_len ; then
1553 +  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1554 +else
1555 +  AC_MSG_RESULT(none)
1556 +fi
1557 +])# AC_LIBTOOL_SYS_MAX_CMD_LEN
1558 +
1559 +
1560 +# _LT_AC_CHECK_DLFCN
1561 +# --------------------
1562 +AC_DEFUN([_LT_AC_CHECK_DLFCN],
1563 +[AC_CHECK_HEADERS(dlfcn.h)dnl
1564 +])# _LT_AC_CHECK_DLFCN
1565 +
1566 +
1567 +# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1568 +#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1569 +# ------------------------------------------------------------------
1570 +AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
1571 +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1572 +if test "$cross_compiling" = yes; then :
1573 +  [$4]
1574 +else
1575 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1576 +  lt_status=$lt_dlunknown
1577 +  cat > conftest.$ac_ext <<EOF
1578 +[#line __oline__ "configure"
1579 +#include "confdefs.h"
1580 +
1581 +#if HAVE_DLFCN_H
1582 +#include <dlfcn.h>
1583 +#endif
1584 +
1585 +#include <stdio.h>
1586 +
1587 +#ifdef RTLD_GLOBAL
1588 +#  define LT_DLGLOBAL          RTLD_GLOBAL
1589 +#else
1590 +#  ifdef DL_GLOBAL
1591 +#    define LT_DLGLOBAL                DL_GLOBAL
1592 +#  else
1593 +#    define LT_DLGLOBAL                0
1594 +#  endif
1595 +#endif
1596 +
1597 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1598 +   find out it does not work in some platform. */
1599 +#ifndef LT_DLLAZY_OR_NOW
1600 +#  ifdef RTLD_LAZY
1601 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
1602 +#  else
1603 +#    ifdef DL_LAZY
1604 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
1605 +#    else
1606 +#      ifdef RTLD_NOW
1607 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
1608 +#      else
1609 +#        ifdef DL_NOW
1610 +#          define LT_DLLAZY_OR_NOW     DL_NOW
1611 +#        else
1612 +#          define LT_DLLAZY_OR_NOW     0
1613 +#        endif
1614 +#      endif
1615 +#    endif
1616 +#  endif
1617 +#endif
1618 +
1619 +#ifdef __cplusplus
1620 +extern "C" void exit (int);
1621 +#endif
1622 +
1623 +void fnord() { int i=42;}
1624 +int main ()
1625 +{
1626 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1627 +  int status = $lt_dlunknown;
1628 +
1629 +  if (self)
1630 +    {
1631 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
1632 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1633 +      /* dlclose (self); */
1634 +    }
1635 +
1636 +    exit (status);
1637 +}]
1638 +EOF
1639 +  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1640 +    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1641 +    lt_status=$?
1642 +    case x$lt_status in
1643 +      x$lt_dlno_uscore) $1 ;;
1644 +      x$lt_dlneed_uscore) $2 ;;
1645 +      x$lt_unknown|x*) $3 ;;
1646 +    esac
1647 +  else :
1648 +    # compilation failed
1649 +    $3
1650 +  fi
1651 +fi
1652 +rm -fr conftest*
1653 +])# _LT_AC_TRY_DLOPEN_SELF
1654 +
1655 +
1656 +# AC_LIBTOOL_DLOPEN_SELF
1657 +# -------------------
1658 +AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1659 +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1660 +if test "x$enable_dlopen" != xyes; then
1661 +  enable_dlopen=unknown
1662 +  enable_dlopen_self=unknown
1663 +  enable_dlopen_self_static=unknown
1664 +else
1665 +  lt_cv_dlopen=no
1666 +  lt_cv_dlopen_libs=
1667 +
1668 +  case $host_os in
1669 +  beos*)
1670 +    lt_cv_dlopen="load_add_on"
1671 +    lt_cv_dlopen_libs=
1672 +    lt_cv_dlopen_self=yes
1673 +    ;;
1674 +
1675 +  mingw* | pw32*)
1676 +    lt_cv_dlopen="LoadLibrary"
1677 +    lt_cv_dlopen_libs=
1678 +   ;;
1679 +
1680 +  cygwin*)
1681 +    lt_cv_dlopen="dlopen"
1682 +    lt_cv_dlopen_libs=
1683 +   ;;
1684 +
1685 +  darwin*)
1686 +  # if libdl is installed we need to link against it
1687 +    AC_CHECK_LIB([dl], [dlopen],
1688 +               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1689 +    lt_cv_dlopen="dyld"
1690 +    lt_cv_dlopen_libs=
1691 +    lt_cv_dlopen_self=yes
1692 +    ])
1693 +   ;;
1694 +
1695 +  *)
1696 +    AC_CHECK_FUNC([shl_load],
1697 +         [lt_cv_dlopen="shl_load"],
1698 +      [AC_CHECK_LIB([dld], [shl_load],
1699 +           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1700 +       [AC_CHECK_FUNC([dlopen],
1701 +             [lt_cv_dlopen="dlopen"],
1702 +         [AC_CHECK_LIB([dl], [dlopen],
1703 +               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1704 +           [AC_CHECK_LIB([svld], [dlopen],
1705 +                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1706 +             [AC_CHECK_LIB([dld], [dld_link],
1707 +                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1708 +             ])
1709 +           ])
1710 +         ])
1711 +       ])
1712 +      ])
1713 +    ;;
1714 +  esac
1715 +
1716 +  if test "x$lt_cv_dlopen" != xno; then
1717 +    enable_dlopen=yes
1718 +  else
1719 +    enable_dlopen=no
1720 +  fi
1721 +
1722 +  case $lt_cv_dlopen in
1723 +  dlopen)
1724 +    save_CPPFLAGS="$CPPFLAGS"
1725 +    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1726 +
1727 +    save_LDFLAGS="$LDFLAGS"
1728 +    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1729 +
1730 +    save_LIBS="$LIBS"
1731 +    LIBS="$lt_cv_dlopen_libs $LIBS"
1732 +
1733 +    AC_CACHE_CHECK([whether a program can dlopen itself],
1734 +         lt_cv_dlopen_self, [dnl
1735 +         _LT_AC_TRY_DLOPEN_SELF(
1736 +           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1737 +           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1738 +    ])
1739 +
1740 +    if test "x$lt_cv_dlopen_self" = xyes; then
1741 +      LDFLAGS="$LDFLAGS $link_static_flag"
1742 +      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1743 +         lt_cv_dlopen_self_static, [dnl
1744 +         _LT_AC_TRY_DLOPEN_SELF(
1745 +           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1746 +           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1747 +      ])
1748 +    fi
1749 +
1750 +    CPPFLAGS="$save_CPPFLAGS"
1751 +    LDFLAGS="$save_LDFLAGS"
1752 +    LIBS="$save_LIBS"
1753 +    ;;
1754 +  esac
1755 +
1756 +  case $lt_cv_dlopen_self in
1757 +  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1758 +  *) enable_dlopen_self=unknown ;;
1759 +  esac
1760 +
1761 +  case $lt_cv_dlopen_self_static in
1762 +  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1763 +  *) enable_dlopen_self_static=unknown ;;
1764 +  esac
1765 +fi
1766 +])# AC_LIBTOOL_DLOPEN_SELF
1767 +
1768 +
1769 +# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
1770 +# ---------------------------------
1771 +# Check to see if options -c and -o are simultaneously supported by compiler
1772 +AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
1773 +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1774 +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1775 +  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1776 +  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1777 +   $rm -r conftest 2>/dev/null
1778 +   mkdir conftest
1779 +   cd conftest
1780 +   mkdir out
1781 +   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1782 +
1783 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
1784 +   # Insert the option either (1) after the last *FLAGS variable, or
1785 +   # (2) before a word containing "conftest.", or (3) at the end.
1786 +   # Note that $ac_compile itself does not contain backslashes and begins
1787 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
1788 +   lt_compile=`echo "$ac_compile" | $SED \
1789 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1790 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1791 +   -e 's:$: $lt_compiler_flag:'`
1792 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1793 +   (eval "$lt_compile" 2>out/conftest.err)
1794 +   ac_status=$?
1795 +   cat out/conftest.err >&AS_MESSAGE_LOG_FD
1796 +   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1797 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
1798 +   then
1799 +     # The compiler can only warn and ignore the option if not recognized
1800 +     # So say no if there are warnings
1801 +     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
1802 +     $SED '/^$/d' out/conftest.err >out/conftest.er2
1803 +     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1804 +       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1805 +     fi
1806 +   fi
1807 +   chmod u+w . 2>&AS_MESSAGE_LOG_FD
1808 +   $rm conftest*
1809 +   # SGI C++ compiler will create directory out/ii_files/ for
1810 +   # template instantiation
1811 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1812 +   $rm out/* && rmdir out
1813 +   cd ..
1814 +   rmdir conftest
1815 +   $rm conftest*
1816 +])
1817 +])# AC_LIBTOOL_PROG_CC_C_O
1818 +
1819 +
1820 +# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
1821 +# -----------------------------------------
1822 +# Check to see if we can do hard links to lock some files if needed
1823 +AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
1824 +[AC_REQUIRE([_LT_AC_LOCK])dnl
1825 +
1826 +hard_links="nottested"
1827 +if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1828 +  # do not overwrite the value of need_locks provided by the user
1829 +  AC_MSG_CHECKING([if we can lock with hard links])
1830 +  hard_links=yes
1831 +  $rm conftest*
1832 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1833 +  touch conftest.a
1834 +  ln conftest.a conftest.b 2>&5 || hard_links=no
1835 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1836 +  AC_MSG_RESULT([$hard_links])
1837 +  if test "$hard_links" = no; then
1838 +    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1839 +    need_locks=warn
1840 +  fi
1841 +else
1842 +  need_locks=no
1843 +fi
1844 +])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
1845 +
1846 +
1847 +# AC_LIBTOOL_OBJDIR
1848 +# -----------------
1849 +AC_DEFUN([AC_LIBTOOL_OBJDIR],
1850 +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1851 +[rm -f .libs 2>/dev/null
1852 +mkdir .libs 2>/dev/null
1853 +if test -d .libs; then
1854 +  lt_cv_objdir=.libs
1855 +else
1856 +  # MS-DOS does not allow filenames that begin with a dot.
1857 +  lt_cv_objdir=_libs
1858 +fi
1859 +rmdir .libs 2>/dev/null])
1860 +objdir=$lt_cv_objdir
1861 +])# AC_LIBTOOL_OBJDIR
1862 +
1863 +
1864 +# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1865 +# ----------------------------------------------
1866 +# Check hardcoding attributes.
1867 +AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1868 +[AC_MSG_CHECKING([how to hardcode library paths into programs])
1869 +_LT_AC_TAGVAR(hardcode_action, $1)=
1870 +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1871 +   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1872 +   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1873 +
1874 +  # We can hardcode non-existant directories.
1875 +  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1876 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
1877 +     # have to relink, otherwise we might link with an installed library
1878 +     # when we should be linking with a yet-to-be-installed one
1879 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1880 +     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1881 +    # Linking always hardcodes the temporary library directory.
1882 +    _LT_AC_TAGVAR(hardcode_action, $1)=relink
1883 +  else
1884 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
1885 +    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1886 +  fi
1887 +else
1888 +  # We cannot hardcode anything, or else we can only hardcode existing
1889 +  # directories.
1890 +  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1891 +fi
1892 +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1893 +
1894 +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1895 +  # Fast installation is not supported
1896 +  enable_fast_install=no
1897 +elif test "$shlibpath_overrides_runpath" = yes ||
1898 +     test "$enable_shared" = no; then
1899 +  # Fast installation is not necessary
1900 +  enable_fast_install=needless
1901 +fi
1902 +])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1903 +
1904 +
1905 +# AC_LIBTOOL_SYS_LIB_STRIP
1906 +# ------------------------
1907 +AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1908 +[striplib=
1909 +old_striplib=
1910 +AC_MSG_CHECKING([whether stripping libraries is possible])
1911 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1912 +  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1913 +  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1914 +  AC_MSG_RESULT([yes])
1915 +else
1916 +# FIXME - insert some real tests, host_os isn't really good enough
1917 +  case $host_os in
1918 +   darwin*)
1919 +       if test -n "$STRIP" ; then
1920 +         striplib="$STRIP -x"
1921 +         AC_MSG_RESULT([yes])
1922 +       else
1923 +  AC_MSG_RESULT([no])
1924 +fi
1925 +       ;;
1926 +   *)
1927 +  AC_MSG_RESULT([no])
1928 +    ;;
1929 +  esac
1930 +fi
1931 +])# AC_LIBTOOL_SYS_LIB_STRIP
1932 +
1933 +
1934 +# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1935 +# -----------------------------
1936 +# PORTME Fill in your ld.so characteristics
1937 +AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1938 +[AC_MSG_CHECKING([dynamic linker characteristics])
1939 +library_names_spec=
1940 +libname_spec='lib$name'
1941 +soname_spec=
1942 +shrext_cmds=".so"
1943 +postinstall_cmds=
1944 +postuninstall_cmds=
1945 +finish_cmds=
1946 +finish_eval=
1947 +shlibpath_var=
1948 +shlibpath_overrides_runpath=unknown
1949 +version_type=none
1950 +dynamic_linker="$host_os ld.so"
1951 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
1952 +if test "$GCC" = yes; then
1953 +  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1954 +  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1955 +    # if the path contains ";" then we assume it to be the separator
1956 +    # otherwise default to the standard path separator (i.e. ":") - it is
1957 +    # assumed that no part of a normal pathname contains ";" but that should
1958 +    # okay in the real world where ";" in dirpaths is itself problematic.
1959 +    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1960 +  else
1961 +    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1962 +  fi
1963 +else
1964 +  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1965 +fi
1966 +need_lib_prefix=unknown
1967 +hardcode_into_libs=no
1968 +
1969 +# when you set need_version to no, make sure it does not cause -set_version
1970 +# flags to be left without arguments
1971 +need_version=unknown
1972 +
1973 +case $host_os in
1974 +aix3*)
1975 +  version_type=linux
1976 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1977 +  shlibpath_var=LIBPATH
1978 +
1979 +  # AIX 3 has no versioning support, so we append a major version to the name.
1980 +  soname_spec='${libname}${release}${shared_ext}$major'
1981 +  ;;
1982 +
1983 +aix4* | aix5*)
1984 +  version_type=linux
1985 +  need_lib_prefix=no
1986 +  need_version=no
1987 +  hardcode_into_libs=yes
1988 +  if test "$host_cpu" = ia64; then
1989 +    # AIX 5 supports IA64
1990 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1991 +    shlibpath_var=LD_LIBRARY_PATH
1992 +  else
1993 +    # With GCC up to 2.95.x, collect2 would create an import file
1994 +    # for dependence libraries.  The import file would start with
1995 +    # the line `#! .'.  This would cause the generated library to
1996 +    # depend on `.', always an invalid library.  This was fixed in
1997 +    # development snapshots of GCC prior to 3.0.
1998 +    case $host_os in
1999 +      aix4 | aix4.[[01]] | aix4.[[01]].*)
2000 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2001 +          echo ' yes '
2002 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
2003 +       :
2004 +      else
2005 +       can_build_shared=no
2006 +      fi
2007 +      ;;
2008 +    esac
2009 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
2010 +    # soname into executable. Probably we can add versioning support to
2011 +    # collect2, so additional links can be useful in future.
2012 +    if test "$aix_use_runtimelinking" = yes; then
2013 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2014 +      # instead of lib<name>.a to let people know that these are not
2015 +      # typical AIX shared libraries.
2016 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2017 +    else
2018 +      # We preserve .a as extension for shared libraries through AIX4.2
2019 +      # and later when we are not doing run time linking.
2020 +      library_names_spec='${libname}${release}.a $libname.a'
2021 +      soname_spec='${libname}${release}${shared_ext}$major'
2022 +    fi
2023 +    shlibpath_var=LIBPATH
2024 +  fi
2025 +  ;;
2026 +
2027 +amigaos*)
2028 +  library_names_spec='$libname.ixlibrary $libname.a'
2029 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
2030 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2031 +  ;;
2032 +
2033 +beos*)
2034 +  library_names_spec='${libname}${shared_ext}'
2035 +  dynamic_linker="$host_os ld.so"
2036 +  shlibpath_var=LIBRARY_PATH
2037 +  ;;
2038 +
2039 +bsdi[[45]]*)
2040 +  version_type=linux
2041 +  need_version=no
2042 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2043 +  soname_spec='${libname}${release}${shared_ext}$major'
2044 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2045 +  shlibpath_var=LD_LIBRARY_PATH
2046 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2047 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2048 +  # the default ld.so.conf also contains /usr/contrib/lib and
2049 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2050 +  # libtool to hard-code these into programs
2051 +  ;;
2052 +
2053 +cygwin* | mingw* | pw32*)
2054 +  version_type=windows
2055 +  shrext_cmds=".dll"
2056 +  need_version=no
2057 +  need_lib_prefix=no
2058 +
2059 +  case $GCC,$host_os in
2060 +  yes,cygwin* | yes,mingw* | yes,pw32*)
2061 +    library_names_spec='$libname.dll.a'
2062 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
2063 +    postinstall_cmds='base_file=`basename \${file}`~
2064 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
2065 +      dldir=$destdir/`dirname \$dlpath`~
2066 +      test -d \$dldir || mkdir -p \$dldir~
2067 +      $install_prog $dir/$dlname \$dldir/$dlname~
2068 +      chmod a+x \$dldir/$dlname'
2069 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2070 +      dlpath=$dir/\$dldll~
2071 +       $rm \$dlpath'
2072 +    shlibpath_overrides_runpath=yes
2073 +
2074 +    case $host_os in
2075 +    cygwin*)
2076 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2077 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2078 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
2079 +      ;;
2080 +    mingw*)
2081 +      # MinGW DLLs use traditional 'lib' prefix
2082 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2083 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
2084 +      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
2085 +        # It is most probably a Windows format PATH printed by
2086 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
2087 +        # path with ; separators, and with drive letters. We can handle the
2088 +        # drive letters (cygwin fileutils understands them), so leave them,
2089 +        # especially as we might pass files found there to a mingw objdump,
2090 +        # which wouldn't understand a cygwinified path. Ahh.
2091 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2092 +      else
2093 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
2094 +      fi
2095 +      ;;
2096 +    pw32*)
2097 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
2098 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2099 +      ;;
2100 +    esac
2101 +    ;;
2102 +
2103 +  *)
2104 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
2105 +    ;;
2106 +  esac
2107 +  dynamic_linker='Win32 ld.exe'
2108 +  # FIXME: first we should search . and the directory the executable is in
2109 +  shlibpath_var=PATH
2110 +  ;;
2111 +
2112 +darwin* | rhapsody*)
2113 +  dynamic_linker="$host_os dyld"
2114 +  version_type=darwin
2115 +  need_lib_prefix=no
2116 +  need_version=no
2117 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
2118 +  soname_spec='${libname}${release}${major}$shared_ext'
2119 +  shlibpath_overrides_runpath=yes
2120 +  shlibpath_var=DYLD_LIBRARY_PATH
2121 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
2122 +  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
2123 +  if test "$GCC" = yes; then
2124 +    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
2125 +  else
2126 +    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
2127 +  fi
2128 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2129 +  ;;
2130 +
2131 +dgux*)
2132 +  version_type=linux
2133 +  need_lib_prefix=no
2134 +  need_version=no
2135 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
2136 +  soname_spec='${libname}${release}${shared_ext}$major'
2137 +  shlibpath_var=LD_LIBRARY_PATH
2138 +  ;;
2139 +
2140 +freebsd1*)
2141 +  dynamic_linker=no
2142 +  ;;
2143 +
2144 +kfreebsd*-gnu)
2145 +  version_type=linux
2146 +  need_lib_prefix=no
2147 +  need_version=no
2148 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2149 +  soname_spec='${libname}${release}${shared_ext}$major'
2150 +  shlibpath_var=LD_LIBRARY_PATH
2151 +  shlibpath_overrides_runpath=no
2152 +  hardcode_into_libs=yes
2153 +  dynamic_linker='GNU ld.so'
2154 +  ;;
2155 +
2156 +freebsd* | dragonfly*)
2157 +  # DragonFly does not have aout.  When/if they implement a new
2158 +  # versioning mechanism, adjust this.
2159 +  if test -x /usr/bin/objformat; then
2160 +    objformat=`/usr/bin/objformat`
2161 +  else
2162 +    case $host_os in
2163 +    freebsd[[123]]*) objformat=aout ;;
2164 +    *) objformat=elf ;;
2165 +    esac
2166 +  fi
2167 +  version_type=freebsd-$objformat
2168 +  case $version_type in
2169 +    freebsd-elf*)
2170 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2171 +      need_version=no
2172 +      need_lib_prefix=no
2173 +      ;;
2174 +    freebsd-*)
2175 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
2176 +      need_version=yes
2177 +      ;;
2178 +  esac
2179 +  shlibpath_var=LD_LIBRARY_PATH
2180 +  case $host_os in
2181 +  freebsd2*)
2182 +    shlibpath_overrides_runpath=yes
2183 +    ;;
2184 +  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
2185 +    shlibpath_overrides_runpath=yes
2186 +    hardcode_into_libs=yes
2187 +    ;;
2188 +  *) # from 3.2 on
2189 +    shlibpath_overrides_runpath=no
2190 +    hardcode_into_libs=yes
2191 +    ;;
2192 +  esac
2193 +  ;;
2194 +
2195 +gnu*)
2196 +  version_type=linux
2197 +  need_lib_prefix=no
2198 +  need_version=no
2199 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2200 +  soname_spec='${libname}${release}${shared_ext}$major'
2201 +  shlibpath_var=LD_LIBRARY_PATH
2202 +  hardcode_into_libs=yes
2203 +  ;;
2204 +
2205 +hpux9* | hpux10* | hpux11*)
2206 +  # Give a soname corresponding to the major version so that dld.sl refuses to
2207 +  # link against other versions.
2208 +  version_type=sunos
2209 +  need_lib_prefix=no
2210 +  need_version=no
2211 +  case $host_cpu in
2212 +  ia64*)
2213 +    shrext_cmds='.so'
2214 +    hardcode_into_libs=yes
2215 +    dynamic_linker="$host_os dld.so"
2216 +    shlibpath_var=LD_LIBRARY_PATH
2217 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2218 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2219 +    soname_spec='${libname}${release}${shared_ext}$major'
2220 +    if test "X$HPUX_IA64_MODE" = X32; then
2221 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2222 +    else
2223 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2224 +    fi
2225 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2226 +    ;;
2227 +   hppa*64*)
2228 +     shrext_cmds='.sl'
2229 +     hardcode_into_libs=yes
2230 +     dynamic_linker="$host_os dld.sl"
2231 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
2232 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2233 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2234 +     soname_spec='${libname}${release}${shared_ext}$major'
2235 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
2236 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2237 +     ;;
2238 +   *)
2239 +    shrext_cmds='.sl'
2240 +    dynamic_linker="$host_os dld.sl"
2241 +    shlibpath_var=SHLIB_PATH
2242 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2243 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2244 +    soname_spec='${libname}${release}${shared_ext}$major'
2245 +    ;;
2246 +  esac
2247 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
2248 +  postinstall_cmds='chmod 555 $lib'
2249 +  ;;
2250 +
2251 +irix5* | irix6* | nonstopux*)
2252 +  case $host_os in
2253 +    nonstopux*) version_type=nonstopux ;;
2254 +    *)
2255 +       if test "$lt_cv_prog_gnu_ld" = yes; then
2256 +               version_type=linux
2257 +       else
2258 +               version_type=irix
2259 +       fi ;;
2260 +  esac
2261 +  need_lib_prefix=no
2262 +  need_version=no
2263 +  soname_spec='${libname}${release}${shared_ext}$major'
2264 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
2265 +  case $host_os in
2266 +  irix5* | nonstopux*)
2267 +    libsuff= shlibsuff=
2268 +    ;;
2269 +  *)
2270 +    case $LD in # libtool.m4 will add one of these switches to LD
2271 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
2272 +      libsuff= shlibsuff= libmagic=32-bit;;
2273 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2274 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
2275 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
2276 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
2277 +    *) libsuff= shlibsuff= libmagic=never-match;;
2278 +    esac
2279 +    ;;
2280 +  esac
2281 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2282 +  shlibpath_overrides_runpath=no
2283 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2284 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2285 +  hardcode_into_libs=yes
2286 +  ;;
2287 +
2288 +# No shared lib support for Linux oldld, aout, or coff.
2289 +linux*oldld* | linux*aout* | linux*coff*)
2290 +  dynamic_linker=no
2291 +  ;;
2292 +
2293 +# This must be Linux ELF.
2294 +linux*)
2295 +  version_type=linux
2296 +  need_lib_prefix=no
2297 +  need_version=no
2298 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2299 +  soname_spec='${libname}${release}${shared_ext}$major'
2300 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2301 +  shlibpath_var=LD_LIBRARY_PATH
2302 +  shlibpath_overrides_runpath=no
2303 +  # This implies no fast_install, which is unacceptable.
2304 +  # Some rework will be needed to allow for fast_install
2305 +  # before this can be enabled.
2306 +  hardcode_into_libs=yes
2307 +
2308 +  # Append ld.so.conf contents to the search path
2309 +  if test -f /etc/ld.so.conf; then
2310 +    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,   ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
2311 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
2312 +  fi
2313 +
2314 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
2315 +  # powerpc, because MkLinux only supported shared libraries with the
2316 +  # GNU dynamic linker.  Since this was broken with cross compilers,
2317 +  # most powerpc-linux boxes support dynamic linking these days and
2318 +  # people can always --disable-shared, the test was removed, and we
2319 +  # assume the GNU/Linux dynamic linker is in use.
2320 +  dynamic_linker='GNU/Linux ld.so'
2321 +  ;;
2322 +
2323 +knetbsd*-gnu)
2324 +  version_type=linux
2325 +  need_lib_prefix=no
2326 +  need_version=no
2327 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2328 +  soname_spec='${libname}${release}${shared_ext}$major'
2329 +  shlibpath_var=LD_LIBRARY_PATH
2330 +  shlibpath_overrides_runpath=no
2331 +  hardcode_into_libs=yes
2332 +  dynamic_linker='GNU ld.so'
2333 +  ;;
2334 +
2335 +netbsd*)
2336 +  version_type=sunos
2337 +  need_lib_prefix=no
2338 +  need_version=no
2339 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2340 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2341 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2342 +    dynamic_linker='NetBSD (a.out) ld.so'
2343 +  else
2344 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2345 +    soname_spec='${libname}${release}${shared_ext}$major'
2346 +    dynamic_linker='NetBSD ld.elf_so'
2347 +  fi
2348 +  shlibpath_var=LD_LIBRARY_PATH
2349 +  shlibpath_overrides_runpath=yes
2350 +  hardcode_into_libs=yes
2351 +  ;;
2352 +
2353 +newsos6)
2354 +  version_type=linux
2355 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2356 +  shlibpath_var=LD_LIBRARY_PATH
2357 +  shlibpath_overrides_runpath=yes
2358 +  ;;
2359 +
2360 +nto-qnx*)
2361 +  version_type=linux
2362 +  need_lib_prefix=no
2363 +  need_version=no
2364 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2365 +  soname_spec='${libname}${release}${shared_ext}$major'
2366 +  shlibpath_var=LD_LIBRARY_PATH
2367 +  shlibpath_overrides_runpath=yes
2368 +  ;;
2369 +
2370 +openbsd*)
2371 +  version_type=sunos
2372 +  need_lib_prefix=no
2373 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
2374 +  case $host_os in
2375 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
2376 +    *)                         need_version=no  ;;
2377 +  esac
2378 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2379 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2380 +  shlibpath_var=LD_LIBRARY_PATH
2381 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2382 +    case $host_os in
2383 +      openbsd2.[[89]] | openbsd2.[[89]].*)
2384 +       shlibpath_overrides_runpath=no
2385 +       ;;
2386 +      *)
2387 +       shlibpath_overrides_runpath=yes
2388 +       ;;
2389 +      esac
2390 +  else
2391 +    shlibpath_overrides_runpath=yes
2392 +  fi
2393 +  ;;
2394 +
2395 +os2*)
2396 +  libname_spec='$name'
2397 +  shrext_cmds=".dll"
2398 +  need_lib_prefix=no
2399 +  library_names_spec='$libname${shared_ext} $libname.a'
2400 +  dynamic_linker='OS/2 ld.exe'
2401 +  shlibpath_var=LIBPATH
2402 +  ;;
2403 +
2404 +osf3* | osf4* | osf5*)
2405 +  version_type=osf
2406 +  need_lib_prefix=no
2407 +  need_version=no
2408 +  soname_spec='${libname}${release}${shared_ext}$major'
2409 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2410 +  shlibpath_var=LD_LIBRARY_PATH
2411 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2412 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
2413 +  ;;
2414 +
2415 +sco3.2v5*)
2416 +  version_type=osf
2417 +  soname_spec='${libname}${release}${shared_ext}$major'
2418 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2419 +  shlibpath_var=LD_LIBRARY_PATH
2420 +  ;;
2421 +
2422 +solaris*)
2423 +  version_type=linux
2424 +  need_lib_prefix=no
2425 +  need_version=no
2426 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2427 +  soname_spec='${libname}${release}${shared_ext}$major'
2428 +  shlibpath_var=LD_LIBRARY_PATH
2429 +  shlibpath_overrides_runpath=yes
2430 +  hardcode_into_libs=yes
2431 +  # ldd complains unless libraries are executable
2432 +  postinstall_cmds='chmod +x $lib'
2433 +  ;;
2434 +
2435 +sunos4*)
2436 +  version_type=sunos
2437 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2438 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
2439 +  shlibpath_var=LD_LIBRARY_PATH
2440 +  shlibpath_overrides_runpath=yes
2441 +  if test "$with_gnu_ld" = yes; then
2442 +    need_lib_prefix=no
2443 +  fi
2444 +  need_version=yes
2445 +  ;;
2446 +
2447 +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2448 +  version_type=linux
2449 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2450 +  soname_spec='${libname}${release}${shared_ext}$major'
2451 +  shlibpath_var=LD_LIBRARY_PATH
2452 +  case $host_vendor in
2453 +    sni)
2454 +      shlibpath_overrides_runpath=no
2455 +      need_lib_prefix=no
2456 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
2457 +      runpath_var=LD_RUN_PATH
2458 +      ;;
2459 +    siemens)
2460 +      need_lib_prefix=no
2461 +      ;;
2462 +    motorola)
2463 +      need_lib_prefix=no
2464 +      need_version=no
2465 +      shlibpath_overrides_runpath=no
2466 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
2467 +      ;;
2468 +  esac
2469 +  ;;
2470 +
2471 +sysv4*MP*)
2472 +  if test -d /usr/nec ;then
2473 +    version_type=linux
2474 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2475 +    soname_spec='$libname${shared_ext}.$major'
2476 +    shlibpath_var=LD_LIBRARY_PATH
2477 +  fi
2478 +  ;;
2479 +
2480 +uts4*)
2481 +  version_type=linux
2482 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2483 +  soname_spec='${libname}${release}${shared_ext}$major'
2484 +  shlibpath_var=LD_LIBRARY_PATH
2485 +  ;;
2486 +
2487 +*)
2488 +  dynamic_linker=no
2489 +  ;;
2490 +esac
2491 +AC_MSG_RESULT([$dynamic_linker])
2492 +test "$dynamic_linker" = no && can_build_shared=no
2493 +])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
2494 +
2495 +
2496 +# _LT_AC_TAGCONFIG
2497 +# ----------------
2498 +AC_DEFUN([_LT_AC_TAGCONFIG],
2499 +[AC_ARG_WITH([tags],
2500 +    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
2501 +        [include additional configurations @<:@automatic@:>@])],
2502 +    [tagnames="$withval"])
2503 +
2504 +if test -f "$ltmain" && test -n "$tagnames"; then
2505 +  if test ! -f "${ofile}"; then
2506 +    AC_MSG_WARN([output file `$ofile' does not exist])
2507 +  fi
2508 +
2509 +  if test -z "$LTCC"; then
2510 +    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
2511 +    if test -z "$LTCC"; then
2512 +      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
2513 +    else
2514 +      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
2515 +    fi
2516 +  fi
2517 +
2518 +  # Extract list of available tagged configurations in $ofile.
2519 +  # Note that this assumes the entire list is on one line.
2520 +  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
2521 +
2522 +  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2523 +  for tagname in $tagnames; do
2524 +    IFS="$lt_save_ifs"
2525 +    # Check whether tagname contains only valid characters
2526 +    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
2527 +    "") ;;
2528 +    *)  AC_MSG_ERROR([invalid tag name: $tagname])
2529 +       ;;
2530 +    esac
2531 +
2532 +    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
2533 +    then
2534 +      AC_MSG_ERROR([tag name \"$tagname\" already exists])
2535 +    fi
2536 +
2537 +    # Update the list of available tags.
2538 +    if test -n "$tagname"; then
2539 +      echo appending configuration tag \"$tagname\" to $ofile
2540 +
2541 +      case $tagname in
2542 +      CXX)
2543 +       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2544 +           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2545 +           (test "X$CXX" != "Xg++"))) ; then
2546 +         AC_LIBTOOL_LANG_CXX_CONFIG
2547 +       else
2548 +         tagname=""
2549 +       fi
2550 +       ;;
2551 +
2552 +      F77)
2553 +       if test -n "$F77" && test "X$F77" != "Xno"; then
2554 +         AC_LIBTOOL_LANG_F77_CONFIG
2555 +       else
2556 +         tagname=""
2557 +       fi
2558 +       ;;
2559 +
2560 +      GCJ)
2561 +       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
2562 +         AC_LIBTOOL_LANG_GCJ_CONFIG
2563 +       else
2564 +         tagname=""
2565 +       fi
2566 +       ;;
2567 +
2568 +      RC)
2569 +       AC_LIBTOOL_LANG_RC_CONFIG
2570 +       ;;
2571 +
2572 +      *)
2573 +       AC_MSG_ERROR([Unsupported tag name: $tagname])
2574 +       ;;
2575 +      esac
2576 +
2577 +      # Append the new tag name to the list of available tags.
2578 +      if test -n "$tagname" ; then
2579 +      available_tags="$available_tags $tagname"
2580 +    fi
2581 +    fi
2582 +  done
2583 +  IFS="$lt_save_ifs"
2584 +
2585 +  # Now substitute the updated list of available tags.
2586 +  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
2587 +    mv "${ofile}T" "$ofile"
2588 +    chmod +x "$ofile"
2589 +  else
2590 +    rm -f "${ofile}T"
2591 +    AC_MSG_ERROR([unable to update list of available tagged configurations.])
2592 +  fi
2593 +fi
2594 +])# _LT_AC_TAGCONFIG
2595 +
2596 +
2597 +# AC_LIBTOOL_DLOPEN
2598 +# -----------------
2599 +# enable checks for dlopen support
2600 +AC_DEFUN([AC_LIBTOOL_DLOPEN],
2601 + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
2602 +])# AC_LIBTOOL_DLOPEN
2603 +
2604 +
2605 +# AC_LIBTOOL_WIN32_DLL
2606 +# --------------------
2607 +# declare package support for building win32 DLLs
2608 +AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
2609 +[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
2610 +])# AC_LIBTOOL_WIN32_DLL
2611 +
2612 +
2613 +# AC_ENABLE_SHARED([DEFAULT])
2614 +# ---------------------------
2615 +# implement the --enable-shared flag
2616 +# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2617 +AC_DEFUN([AC_ENABLE_SHARED],
2618 +[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
2619 +AC_ARG_ENABLE([shared],
2620 +    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
2621 +       [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
2622 +    [p=${PACKAGE-default}
2623 +    case $enableval in
2624 +    yes) enable_shared=yes ;;
2625 +    no) enable_shared=no ;;
2626 +    *)
2627 +      enable_shared=no
2628 +      # Look at the argument we got.  We use all the common list separators.
2629 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2630 +      for pkg in $enableval; do
2631 +       IFS="$lt_save_ifs"
2632 +       if test "X$pkg" = "X$p"; then
2633 +         enable_shared=yes
2634 +       fi
2635 +      done
2636 +      IFS="$lt_save_ifs"
2637 +      ;;
2638 +    esac],
2639 +    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
2640 +])# AC_ENABLE_SHARED
2641 +
2642 +
2643 +# AC_DISABLE_SHARED
2644 +# -----------------
2645 +#- set the default shared flag to --disable-shared
2646 +AC_DEFUN([AC_DISABLE_SHARED],
2647 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2648 +AC_ENABLE_SHARED(no)
2649 +])# AC_DISABLE_SHARED
2650 +
2651 +
2652 +# AC_ENABLE_STATIC([DEFAULT])
2653 +# ---------------------------
2654 +# implement the --enable-static flag
2655 +# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2656 +AC_DEFUN([AC_ENABLE_STATIC],
2657 +[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
2658 +AC_ARG_ENABLE([static],
2659 +    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
2660 +       [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
2661 +    [p=${PACKAGE-default}
2662 +    case $enableval in
2663 +    yes) enable_static=yes ;;
2664 +    no) enable_static=no ;;
2665 +    *)
2666 +     enable_static=no
2667 +      # Look at the argument we got.  We use all the common list separators.
2668 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2669 +      for pkg in $enableval; do
2670 +       IFS="$lt_save_ifs"
2671 +       if test "X$pkg" = "X$p"; then
2672 +         enable_static=yes
2673 +       fi
2674 +      done
2675 +      IFS="$lt_save_ifs"
2676 +      ;;
2677 +    esac],
2678 +    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
2679 +])# AC_ENABLE_STATIC
2680 +
2681 +
2682 +# AC_DISABLE_STATIC
2683 +# -----------------
2684 +# set the default static flag to --disable-static
2685 +AC_DEFUN([AC_DISABLE_STATIC],
2686 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2687 +AC_ENABLE_STATIC(no)
2688 +])# AC_DISABLE_STATIC
2689 +
2690 +
2691 +# AC_ENABLE_FAST_INSTALL([DEFAULT])
2692 +# ---------------------------------
2693 +# implement the --enable-fast-install flag
2694 +# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2695 +AC_DEFUN([AC_ENABLE_FAST_INSTALL],
2696 +[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
2697 +AC_ARG_ENABLE([fast-install],
2698 +    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
2699 +    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
2700 +    [p=${PACKAGE-default}
2701 +    case $enableval in
2702 +    yes) enable_fast_install=yes ;;
2703 +    no) enable_fast_install=no ;;
2704 +    *)
2705 +      enable_fast_install=no
2706 +      # Look at the argument we got.  We use all the common list separators.
2707 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2708 +      for pkg in $enableval; do
2709 +       IFS="$lt_save_ifs"
2710 +       if test "X$pkg" = "X$p"; then
2711 +         enable_fast_install=yes
2712 +       fi
2713 +      done
2714 +      IFS="$lt_save_ifs"
2715 +      ;;
2716 +    esac],
2717 +    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
2718 +])# AC_ENABLE_FAST_INSTALL
2719 +
2720 +
2721 +# AC_DISABLE_FAST_INSTALL
2722 +# -----------------------
2723 +# set the default to --disable-fast-install
2724 +AC_DEFUN([AC_DISABLE_FAST_INSTALL],
2725 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2726 +AC_ENABLE_FAST_INSTALL(no)
2727 +])# AC_DISABLE_FAST_INSTALL
2728 +
2729 +
2730 +# AC_LIBTOOL_PICMODE([MODE])
2731 +# --------------------------
2732 +# implement the --with-pic flag
2733 +# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
2734 +AC_DEFUN([AC_LIBTOOL_PICMODE],
2735 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2736 +pic_mode=ifelse($#,1,$1,default)
2737 +])# AC_LIBTOOL_PICMODE
2738 +
2739 +
2740 +# AC_PROG_EGREP
2741 +# -------------
2742 +# This is predefined starting with Autoconf 2.54, so this conditional
2743 +# definition can be removed once we require Autoconf 2.54 or later.
2744 +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
2745 +[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
2746 +   [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2747 +    then ac_cv_prog_egrep='grep -E'
2748 +    else ac_cv_prog_egrep='egrep'
2749 +    fi])
2750 + EGREP=$ac_cv_prog_egrep
2751 + AC_SUBST([EGREP])
2752 +])])
2753 +
2754 +
2755 +# AC_PATH_TOOL_PREFIX
2756 +# -------------------
2757 +# find a file program which can recognise shared library
2758 +AC_DEFUN([AC_PATH_TOOL_PREFIX],
2759 +[AC_REQUIRE([AC_PROG_EGREP])dnl
2760 +AC_MSG_CHECKING([for $1])
2761 +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2762 +[case $MAGIC_CMD in
2763 +[[\\/*] |  ?:[\\/]*])
2764 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2765 +  ;;
2766 +*)
2767 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
2768 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2769 +dnl $ac_dummy forces splitting on constant user-supplied paths.
2770 +dnl POSIX.2 word splitting is done only on the output of word expansions,
2771 +dnl not every word.  This closes a longstanding sh security hole.
2772 +  ac_dummy="ifelse([$2], , $PATH, [$2])"
2773 +  for ac_dir in $ac_dummy; do
2774 +    IFS="$lt_save_ifs"
2775 +    test -z "$ac_dir" && ac_dir=.
2776 +    if test -f $ac_dir/$1; then
2777 +      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2778 +      if test -n "$file_magic_test_file"; then
2779 +       case $deplibs_check_method in
2780 +       "file_magic "*)
2781 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2782 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2783 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2784 +           $EGREP "$file_magic_regex" > /dev/null; then
2785 +           :
2786 +         else
2787 +           cat <<EOF 1>&2
2788 +
2789 +*** Warning: the command libtool uses to detect shared libraries,
2790 +*** $file_magic_cmd, produces output that libtool cannot recognize.
2791 +*** The result is that libtool may fail to recognize shared libraries
2792 +*** as such.  This will affect the creation of libtool libraries that
2793 +*** depend on shared libraries, but programs linked with such libtool
2794 +*** libraries will work regardless of this problem.  Nevertheless, you
2795 +*** may want to report the problem to your system manager and/or to
2796 +*** bug-libtool@gnu.org
2797 +
2798 +EOF
2799 +         fi ;;
2800 +       esac
2801 +      fi
2802 +      break
2803 +    fi
2804 +  done
2805 +  IFS="$lt_save_ifs"
2806 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
2807 +  ;;
2808 +esac])
2809 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2810 +if test -n "$MAGIC_CMD"; then
2811 +  AC_MSG_RESULT($MAGIC_CMD)
2812 +else
2813 +  AC_MSG_RESULT(no)
2814 +fi
2815 +])# AC_PATH_TOOL_PREFIX
2816 +
2817 +
2818 +# AC_PATH_MAGIC
2819 +# -------------
2820 +# find a file program which can recognise a shared library
2821 +AC_DEFUN([AC_PATH_MAGIC],
2822 +[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
2823 +if test -z "$lt_cv_path_MAGIC_CMD"; then
2824 +  if test -n "$ac_tool_prefix"; then
2825 +    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2826 +  else
2827 +    MAGIC_CMD=:
2828 +  fi
2829 +fi
2830 +])# AC_PATH_MAGIC
2831 +
2832 +
2833 +# AC_PROG_LD
2834 +# ----------
2835 +# find the pathname to the GNU or non-GNU linker
2836 +AC_DEFUN([AC_PROG_LD],
2837 +[AC_ARG_WITH([gnu-ld],
2838 +    [AC_HELP_STRING([--with-gnu-ld],
2839 +       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2840 +    [test "$withval" = no || with_gnu_ld=yes],
2841 +    [with_gnu_ld=no])
2842 +AC_REQUIRE([LT_AC_PROG_SED])dnl
2843 +AC_REQUIRE([AC_PROG_CC])dnl
2844 +AC_REQUIRE([AC_CANONICAL_HOST])dnl
2845 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2846 +ac_prog=ld
2847 +if test "$GCC" = yes; then
2848 +  # Check if gcc -print-prog-name=ld gives a path.
2849 +  AC_MSG_CHECKING([for ld used by $CC])
2850 +  case $host in
2851 +  *-*-mingw*)
2852 +    # gcc leaves a trailing carriage return which upsets mingw
2853 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2854 +  *)
2855 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2856 +  esac
2857 +  case $ac_prog in
2858 +    # Accept absolute paths.
2859 +    [[\\/]]* | ?:[[\\/]]*)
2860 +      re_direlt='/[[^/]][[^/]]*/\.\./'
2861 +      # Canonicalize the pathname of ld
2862 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2863 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2864 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2865 +      done
2866 +      test -z "$LD" && LD="$ac_prog"
2867 +      ;;
2868 +  "")
2869 +    # If it fails, then pretend we aren't using GCC.
2870 +    ac_prog=ld
2871 +    ;;
2872 +  *)
2873 +    # If it is relative, then search for the first ld in PATH.
2874 +    with_gnu_ld=unknown
2875 +    ;;
2876 +  esac
2877 +elif test "$with_gnu_ld" = yes; then
2878 +  AC_MSG_CHECKING([for GNU ld])
2879 +else
2880 +  AC_MSG_CHECKING([for non-GNU ld])
2881 +fi
2882 +AC_CACHE_VAL(lt_cv_path_LD,
2883 +[if test -z "$LD"; then
2884 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2885 +  for ac_dir in $PATH; do
2886 +    IFS="$lt_save_ifs"
2887 +    test -z "$ac_dir" && ac_dir=.
2888 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2889 +      lt_cv_path_LD="$ac_dir/$ac_prog"
2890 +      # Check to see if the program is GNU ld.  I'd rather use --version,
2891 +      # but apparently some variants of GNU ld only accept -v.
2892 +      # Break only if it was the GNU/non-GNU ld that we prefer.
2893 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2894 +      *GNU* | *'with BFD'*)
2895 +       test "$with_gnu_ld" != no && break
2896 +       ;;
2897 +      *)
2898 +       test "$with_gnu_ld" != yes && break
2899 +       ;;
2900 +      esac
2901 +    fi
2902 +  done
2903 +  IFS="$lt_save_ifs"
2904 +else
2905 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
2906 +fi])
2907 +LD="$lt_cv_path_LD"
2908 +if test -n "$LD"; then
2909 +  AC_MSG_RESULT($LD)
2910 +else
2911 +  AC_MSG_RESULT(no)
2912 +fi
2913 +test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2914 +AC_PROG_LD_GNU
2915 +])# AC_PROG_LD
2916 +
2917 +
2918 +# AC_PROG_LD_GNU
2919 +# --------------
2920 +AC_DEFUN([AC_PROG_LD_GNU],
2921 +[AC_REQUIRE([AC_PROG_EGREP])dnl
2922 +AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2923 +[# I'd rather use --version here, but apparently some GNU lds only accept -v.
2924 +case `$LD -v 2>&1 </dev/null` in
2925 +*GNU* | *'with BFD'*)
2926 +  lt_cv_prog_gnu_ld=yes
2927 +  ;;
2928 +*)
2929 +  lt_cv_prog_gnu_ld=no
2930 +  ;;
2931 +esac])
2932 +with_gnu_ld=$lt_cv_prog_gnu_ld
2933 +])# AC_PROG_LD_GNU
2934 +
2935 +
2936 +# AC_PROG_LD_RELOAD_FLAG
2937 +# ----------------------
2938 +# find reload flag for linker
2939 +#   -- PORTME Some linkers may need a different reload flag.
2940 +AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2941 +[AC_CACHE_CHECK([for $LD option to reload object files],
2942 +  lt_cv_ld_reload_flag,
2943 +  [lt_cv_ld_reload_flag='-r'])
2944 +reload_flag=$lt_cv_ld_reload_flag
2945 +case $reload_flag in
2946 +"" | " "*) ;;
2947 +*) reload_flag=" $reload_flag" ;;
2948 +esac
2949 +reload_cmds='$LD$reload_flag -o $output$reload_objs'
2950 +case $host_os in
2951 +  darwin*)
2952 +    if test "$GCC" = yes; then
2953 +      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
2954 +    else
2955 +      reload_cmds='$LD$reload_flag -o $output$reload_objs'
2956 +    fi
2957 +    ;;
2958 +esac
2959 +])# AC_PROG_LD_RELOAD_FLAG
2960 +
2961 +
2962 +# AC_DEPLIBS_CHECK_METHOD
2963 +# -----------------------
2964 +# how to check for library dependencies
2965 +#  -- PORTME fill in with the dynamic library characteristics
2966 +AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2967 +[AC_CACHE_CHECK([how to recognise dependent libraries],
2968 +lt_cv_deplibs_check_method,
2969 +[lt_cv_file_magic_cmd='$MAGIC_CMD'
2970 +lt_cv_file_magic_test_file=
2971 +lt_cv_deplibs_check_method='unknown'
2972 +# Need to set the preceding variable on all platforms that support
2973 +# interlibrary dependencies.
2974 +# 'none' -- dependencies not supported.
2975 +# `unknown' -- same as none, but documents that we really don't know.
2976 +# 'pass_all' -- all dependencies passed with no checks.
2977 +# 'test_compile' -- check by making test program.
2978 +# 'file_magic [[regex]]' -- check by looking for files in library path
2979 +# which responds to the $file_magic_cmd with a given extended regex.
2980 +# If you have `file' or equivalent on your system and you're not sure
2981 +# whether `pass_all' will *always* work, you probably want this one.
2982 +
2983 +case $host_os in
2984 +aix4* | aix5*)
2985 +  lt_cv_deplibs_check_method=pass_all
2986 +  ;;
2987 +
2988 +beos*)
2989 +  lt_cv_deplibs_check_method=pass_all
2990 +  ;;
2991 +
2992 +bsdi[[45]]*)
2993 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2994 +  lt_cv_file_magic_cmd='/usr/bin/file -L'
2995 +  lt_cv_file_magic_test_file=/shlib/libc.so
2996 +  ;;
2997 +
2998 +cygwin*)
2999 +  # func_win32_libid is a shell function defined in ltmain.sh
3000 +  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3001 +  lt_cv_file_magic_cmd='func_win32_libid'
3002 +  ;;
3003 +
3004 +mingw* | pw32*)
3005 +  # Base MSYS/MinGW do not provide the 'file' command needed by
3006 +  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
3007 +  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
3008 +  lt_cv_file_magic_cmd='$OBJDUMP -f'
3009 +  ;;
3010 +
3011 +darwin* | rhapsody*)
3012 +  lt_cv_deplibs_check_method=pass_all
3013 +  ;;
3014 +
3015 +freebsd* | kfreebsd*-gnu | dragonfly*)
3016 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3017 +    case $host_cpu in
3018 +    i*86 )
3019 +      # Not sure whether the presence of OpenBSD here was a mistake.
3020 +      # Let's accept both of them until this is cleared up.
3021 +      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
3022 +      lt_cv_file_magic_cmd=/usr/bin/file
3023 +      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3024 +      ;;
3025 +    esac
3026 +  else
3027 +    lt_cv_deplibs_check_method=pass_all
3028 +  fi
3029 +  ;;
3030 +
3031 +gnu*)
3032 +  lt_cv_deplibs_check_method=pass_all
3033 +  ;;
3034 +
3035 +hpux10.20* | hpux11*)
3036 +  lt_cv_file_magic_cmd=/usr/bin/file
3037 +  case $host_cpu in
3038 +  ia64*)
3039 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
3040 +    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3041 +    ;;
3042 +  hppa*64*)
3043 +    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
3044 +    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3045 +    ;;
3046 +  *)
3047 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
3048 +    lt_cv_file_magic_test_file=/usr/lib/libc.sl
3049 +    ;;
3050 +  esac
3051 +  ;;
3052 +
3053 +irix5* | irix6* | nonstopux*)
3054 +  case $LD in
3055 +  *-32|*"-32 ") libmagic=32-bit;;
3056 +  *-n32|*"-n32 ") libmagic=N32;;
3057 +  *-64|*"-64 ") libmagic=64-bit;;
3058 +  *) libmagic=never-match;;
3059 +  esac
3060 +  lt_cv_deplibs_check_method=pass_all
3061 +  ;;
3062 +
3063 +# This must be Linux ELF.
3064 +linux*)
3065 +  lt_cv_deplibs_check_method=pass_all
3066 +  ;;
3067 +
3068 +netbsd*)
3069 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3070 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3071 +  else
3072 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3073 +  fi
3074 +  ;;
3075 +
3076 +newos6*)
3077 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3078 +  lt_cv_file_magic_cmd=/usr/bin/file
3079 +  lt_cv_file_magic_test_file=/usr/lib/libnls.so
3080 +  ;;
3081 +
3082 +nto-qnx*)
3083 +  lt_cv_deplibs_check_method=unknown
3084 +  ;;
3085 +
3086 +openbsd*)
3087 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3088 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3089 +  else
3090 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3091 +  fi
3092 +  ;;
3093 +
3094 +osf3* | osf4* | osf5*)
3095 +  lt_cv_deplibs_check_method=pass_all
3096 +  ;;
3097 +
3098 +sco3.2v5*)
3099 +  lt_cv_deplibs_check_method=pass_all
3100 +  ;;
3101 +
3102 +solaris*)
3103 +  lt_cv_deplibs_check_method=pass_all
3104 +  ;;
3105 +
3106 +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3107 +  case $host_vendor in
3108 +  motorola)
3109 +    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
3110 +    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3111 +    ;;
3112 +  ncr)
3113 +    lt_cv_deplibs_check_method=pass_all
3114 +    ;;
3115 +  sequent)
3116 +    lt_cv_file_magic_cmd='/bin/file'
3117 +    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3118 +    ;;
3119 +  sni)
3120 +    lt_cv_file_magic_cmd='/bin/file'
3121 +    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3122 +    lt_cv_file_magic_test_file=/lib/libc.so
3123 +    ;;
3124 +  siemens)
3125 +    lt_cv_deplibs_check_method=pass_all
3126 +    ;;
3127 +  esac
3128 +  ;;
3129 +
3130 +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
3131 +  lt_cv_deplibs_check_method=pass_all
3132 +  ;;
3133 +esac
3134 +])
3135 +file_magic_cmd=$lt_cv_file_magic_cmd
3136 +deplibs_check_method=$lt_cv_deplibs_check_method
3137 +test -z "$deplibs_check_method" && deplibs_check_method=unknown
3138 +])# AC_DEPLIBS_CHECK_METHOD
3139 +
3140 +
3141 +# AC_PROG_NM
3142 +# ----------
3143 +# find the pathname to a BSD-compatible name lister
3144 +AC_DEFUN([AC_PROG_NM],
3145 +[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
3146 +[if test -n "$NM"; then
3147 +  # Let the user override the test.
3148 +  lt_cv_path_NM="$NM"
3149 +else
3150 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3151 +  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3152 +    IFS="$lt_save_ifs"
3153 +    test -z "$ac_dir" && ac_dir=.
3154 +    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
3155 +    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3156 +      # Check to see if the nm accepts a BSD-compat flag.
3157 +      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3158 +      #   nm: unknown option "B" ignored
3159 +      # Tru64's nm complains that /dev/null is an invalid object file
3160 +      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
3161 +      */dev/null* | *'Invalid file or object type'*)
3162 +       lt_cv_path_NM="$tmp_nm -B"
3163 +       break
3164 +        ;;
3165 +      *)
3166 +       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3167 +       */dev/null*)
3168 +         lt_cv_path_NM="$tmp_nm -p"
3169 +         break
3170 +         ;;
3171 +       *)
3172 +         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3173 +         continue # so that we can try to find one that supports BSD flags
3174 +         ;;
3175 +       esac
3176 +      esac
3177 +    fi
3178 +  done
3179 +  IFS="$lt_save_ifs"
3180 +  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3181 +fi])
3182 +NM="$lt_cv_path_NM"
3183 +])# AC_PROG_NM
3184 +
3185 +
3186 +# AC_CHECK_LIBM
3187 +# -------------
3188 +# check for math library
3189 +AC_DEFUN([AC_CHECK_LIBM],
3190 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
3191 +LIBM=
3192 +case $host in
3193 +*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
3194 +  # These system don't have libm, or don't need it
3195 +  ;;
3196 +*-ncr-sysv4.3*)
3197 +  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
3198 +  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3199 +  ;;
3200 +*)
3201 +  AC_CHECK_LIB(m, cos, LIBM="-lm")
3202 +  ;;
3203 +esac
3204 +])# AC_CHECK_LIBM
3205 +
3206 +
3207 +# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
3208 +# -----------------------------------
3209 +# sets LIBLTDL to the link flags for the libltdl convenience library and
3210 +# LTDLINCL to the include flags for the libltdl header and adds
3211 +# --enable-ltdl-convenience to the configure arguments.  Note that
3212 +# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
3213 +# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
3214 +# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
3215 +# (note the single quotes!).  If your package is not flat and you're not
3216 +# using automake, define top_builddir and top_srcdir appropriately in
3217 +# the Makefiles.
3218 +AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
3219 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3220 +  case $enable_ltdl_convenience in
3221 +  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
3222 +  "") enable_ltdl_convenience=yes
3223 +      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
3224 +  esac
3225 +  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
3226 +  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3227 +  # For backwards non-gettext consistent compatibility...
3228 +  INCLTDL="$LTDLINCL"
3229 +])# AC_LIBLTDL_CONVENIENCE
3230 +
3231 +
3232 +# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
3233 +# -----------------------------------
3234 +# sets LIBLTDL to the link flags for the libltdl installable library and
3235 +# LTDLINCL to the include flags for the libltdl header and adds
3236 +# --enable-ltdl-install to the configure arguments.  Note that
3237 +# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
3238 +# and an installed libltdl is not found, it is assumed to be `libltdl'.
3239 +# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
3240 +# '${top_srcdir}/' (note the single quotes!).  If your package is not
3241 +# flat and you're not using automake, define top_builddir and top_srcdir
3242 +# appropriately in the Makefiles.
3243 +# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
3244 +AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
3245 +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3246 +  AC_CHECK_LIB(ltdl, lt_dlinit,
3247 +  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
3248 +  [if test x"$enable_ltdl_install" = xno; then
3249 +     AC_MSG_WARN([libltdl not installed, but installation disabled])
3250 +   else
3251 +     enable_ltdl_install=yes
3252 +   fi
3253 +  ])
3254 +  if test x"$enable_ltdl_install" = x"yes"; then
3255 +    ac_configure_args="$ac_configure_args --enable-ltdl-install"
3256 +    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
3257 +    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3258 +  else
3259 +    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
3260 +    LIBLTDL="-lltdl"
3261 +    LTDLINCL=
3262 +  fi
3263 +  # For backwards non-gettext consistent compatibility...
3264 +  INCLTDL="$LTDLINCL"
3265 +])# AC_LIBLTDL_INSTALLABLE
3266 +
3267 +
3268 +# AC_LIBTOOL_CXX
3269 +# --------------
3270 +# enable support for C++ libraries
3271 +AC_DEFUN([AC_LIBTOOL_CXX],
3272 +[AC_REQUIRE([_LT_AC_LANG_CXX])
3273 +])# AC_LIBTOOL_CXX
3274 +
3275 +
3276 +# _LT_AC_LANG_CXX
3277 +# ---------------
3278 +AC_DEFUN([_LT_AC_LANG_CXX],
3279 +[AC_REQUIRE([AC_PROG_CXX])
3280 +AC_REQUIRE([_LT_AC_PROG_CXXCPP])
3281 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
3282 +])# _LT_AC_LANG_CXX
3283 +
3284 +# _LT_AC_PROG_CXXCPP
3285 +# ---------------
3286 +AC_DEFUN([_LT_AC_PROG_CXXCPP],
3287 +[
3288 +AC_REQUIRE([AC_PROG_CXX])
3289 +if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
3290 +    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
3291 +    (test "X$CXX" != "Xg++"))) ; then
3292 +  AC_PROG_CXXCPP
3293 +fi
3294 +])# _LT_AC_PROG_CXXCPP
3295 +
3296 +# AC_LIBTOOL_F77
3297 +# --------------
3298 +# enable support for Fortran 77 libraries
3299 +AC_DEFUN([AC_LIBTOOL_F77],
3300 +[AC_REQUIRE([_LT_AC_LANG_F77])
3301 +])# AC_LIBTOOL_F77
3302 +
3303 +
3304 +# _LT_AC_LANG_F77
3305 +# ---------------
3306 +AC_DEFUN([_LT_AC_LANG_F77],
3307 +[AC_REQUIRE([AC_PROG_F77])
3308 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
3309 +])# _LT_AC_LANG_F77
3310 +
3311 +
3312 +# AC_LIBTOOL_GCJ
3313 +# --------------
3314 +# enable support for GCJ libraries
3315 +AC_DEFUN([AC_LIBTOOL_GCJ],
3316 +[AC_REQUIRE([_LT_AC_LANG_GCJ])
3317 +])# AC_LIBTOOL_GCJ
3318 +
3319 +
3320 +# _LT_AC_LANG_GCJ
3321 +# ---------------
3322 +AC_DEFUN([_LT_AC_LANG_GCJ],
3323 +[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
3324 +  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
3325 +    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
3326 +      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
3327 +        [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
3328 +          [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
3329 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
3330 +])# _LT_AC_LANG_GCJ
3331 +
3332 +
3333 +# AC_LIBTOOL_RC
3334 +# --------------
3335 +# enable support for Windows resource files
3336 +AC_DEFUN([AC_LIBTOOL_RC],
3337 +[AC_REQUIRE([LT_AC_PROG_RC])
3338 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
3339 +])# AC_LIBTOOL_RC
3340 +
3341 +
3342 +# AC_LIBTOOL_LANG_C_CONFIG
3343 +# ------------------------
3344 +# Ensure that the configuration vars for the C compiler are
3345 +# suitably defined.  Those variables are subsequently used by
3346 +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3347 +AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
3348 +AC_DEFUN([_LT_AC_LANG_C_CONFIG],
3349 +[lt_save_CC="$CC"
3350 +AC_LANG_PUSH(C)
3351 +
3352 +# Source file extension for C test sources.
3353 +ac_ext=c
3354 +
3355 +# Object file extension for compiled C test sources.
3356 +objext=o
3357 +_LT_AC_TAGVAR(objext, $1)=$objext
3358 +
3359 +# Code to be used in simple compile tests
3360 +lt_simple_compile_test_code="int some_variable = 0;\n"
3361 +
3362 +# Code to be used in simple link tests
3363 +lt_simple_link_test_code='int main(){return(0);}\n'
3364 +
3365 +_LT_AC_SYS_COMPILER
3366 +
3367 +# save warnings/boilerplate of simple test code
3368 +_LT_COMPILER_BOILERPLATE
3369 +_LT_LINKER_BOILERPLATE
3370 +
3371 +#
3372 +# Check for any special shared library compilation flags.
3373 +#
3374 +_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
3375 +if test "$GCC" = no; then
3376 +  case $host_os in
3377 +  sco3.2v5*)
3378 +    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
3379 +    ;;
3380 +  esac
3381 +fi
3382 +if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
3383 +  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
3384 +  if echo "$old_CC $old_CFLAGS " | grep "[[    ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
3385 +  else
3386 +    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
3387 +    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
3388 +  fi
3389 +fi
3390 +
3391 +
3392 +#
3393 +# Check to make sure the static flag actually works.
3394 +#
3395 +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
3396 +  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
3397 +  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
3398 +  [],
3399 +  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
3400 +
3401 +
3402 +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3403 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
3404 +AC_LIBTOOL_PROG_CC_C_O($1)
3405 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3406 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
3407 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3408 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3409 +AC_LIBTOOL_SYS_LIB_STRIP
3410 +AC_LIBTOOL_DLOPEN_SELF($1)
3411 +
3412 +# Report which librarie types wil actually be built
3413 +AC_MSG_CHECKING([if libtool supports shared libraries])
3414 +AC_MSG_RESULT([$can_build_shared])
3415 +
3416 +AC_MSG_CHECKING([whether to build shared libraries])
3417 +test "$can_build_shared" = "no" && enable_shared=no
3418 +
3419 +# On AIX, shared libraries and static libraries use the same namespace, and
3420 +# are all built from PIC.
3421 +case $host_os in
3422 +aix3*)
3423 +  test "$enable_shared" = yes && enable_static=no
3424 +  if test -n "$RANLIB"; then
3425 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
3426 +    postinstall_cmds='$RANLIB $lib'
3427 +  fi
3428 +  ;;
3429 +
3430 +aix4* | aix5*)
3431 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3432 +    test "$enable_shared" = yes && enable_static=no
3433 +  fi
3434 +    ;;
3435 +esac
3436 +AC_MSG_RESULT([$enable_shared])
3437 +
3438 +AC_MSG_CHECKING([whether to build static libraries])
3439 +# Make sure either enable_shared or enable_static is yes.
3440 +test "$enable_shared" = yes || enable_static=yes
3441 +AC_MSG_RESULT([$enable_static])
3442 +
3443 +AC_LIBTOOL_CONFIG($1)
3444 +
3445 +AC_LANG_POP
3446 +CC="$lt_save_CC"
3447 +])# AC_LIBTOOL_LANG_C_CONFIG
3448 +
3449 +
3450 +# AC_LIBTOOL_LANG_CXX_CONFIG
3451 +# --------------------------
3452 +# Ensure that the configuration vars for the C compiler are
3453 +# suitably defined.  Those variables are subsequently used by
3454 +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3455 +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
3456 +AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
3457 +[AC_LANG_PUSH(C++)
3458 +AC_REQUIRE([AC_PROG_CXX])
3459 +AC_REQUIRE([_LT_AC_PROG_CXXCPP])
3460 +
3461 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3462 +_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3463 +_LT_AC_TAGVAR(always_export_symbols, $1)=no
3464 +_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3465 +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3466 +_LT_AC_TAGVAR(hardcode_direct, $1)=no
3467 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3468 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3469 +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3470 +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3471 +_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3472 +_LT_AC_TAGVAR(module_cmds, $1)=
3473 +_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3474 +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3475 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3476 +_LT_AC_TAGVAR(no_undefined_flag, $1)=
3477 +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3478 +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3479 +
3480 +# Dependencies to place before and after the object being linked:
3481 +_LT_AC_TAGVAR(predep_objects, $1)=
3482 +_LT_AC_TAGVAR(postdep_objects, $1)=
3483 +_LT_AC_TAGVAR(predeps, $1)=
3484 +_LT_AC_TAGVAR(postdeps, $1)=
3485 +_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
3486 +
3487 +# Source file extension for C++ test sources.
3488 +ac_ext=cpp
3489 +
3490 +# Object file extension for compiled C++ test sources.
3491 +objext=o
3492 +_LT_AC_TAGVAR(objext, $1)=$objext
3493 +
3494 +# Code to be used in simple compile tests
3495 +lt_simple_compile_test_code="int some_variable = 0;\n"
3496 +
3497 +# Code to be used in simple link tests
3498 +lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
3499 +
3500 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3501 +_LT_AC_SYS_COMPILER
3502 +
3503 +# save warnings/boilerplate of simple test code
3504 +_LT_COMPILER_BOILERPLATE
3505 +_LT_LINKER_BOILERPLATE
3506 +
3507 +# Allow CC to be a program name with arguments.
3508 +lt_save_CC=$CC
3509 +lt_save_LD=$LD
3510 +lt_save_GCC=$GCC
3511 +GCC=$GXX
3512 +lt_save_with_gnu_ld=$with_gnu_ld
3513 +lt_save_path_LD=$lt_cv_path_LD
3514 +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
3515 +  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
3516 +else
3517 +  unset lt_cv_prog_gnu_ld
3518 +fi
3519 +if test -n "${lt_cv_path_LDCXX+set}"; then
3520 +  lt_cv_path_LD=$lt_cv_path_LDCXX
3521 +else
3522 +  unset lt_cv_path_LD
3523 +fi
3524 +test -z "${LDCXX+set}" || LD=$LDCXX
3525 +CC=${CXX-"c++"}
3526 +compiler=$CC
3527 +_LT_AC_TAGVAR(compiler, $1)=$CC
3528 +_LT_CC_BASENAME([$compiler])
3529 +
3530 +# We don't want -fno-exception wen compiling C++ code, so set the
3531 +# no_builtin_flag separately
3532 +if test "$GXX" = yes; then
3533 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3534 +else
3535 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3536 +fi
3537 +
3538 +if test "$GXX" = yes; then
3539 +  # Set up default GNU C++ configuration
3540 +
3541 +  AC_PROG_LD
3542 +
3543 +  # Check if GNU C++ uses GNU ld as the underlying linker, since the
3544 +  # archiving commands below assume that GNU ld is being used.
3545 +  if test "$with_gnu_ld" = yes; then
3546 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3547 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3548 +
3549 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3550 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3551 +
3552 +    # If archive_cmds runs LD, not CC, wlarc should be empty
3553 +    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
3554 +    #     investigate it a little bit more. (MM)
3555 +    wlarc='${wl}'
3556 +
3557 +    # ancient GNU ld didn't support --whole-archive et. al.
3558 +    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
3559 +       grep 'no-whole-archive' > /dev/null; then
3560 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3561 +    else
3562 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3563 +    fi
3564 +  else
3565 +    with_gnu_ld=no
3566 +    wlarc=
3567 +
3568 +    # A generic and very simple default shared library creation
3569 +    # command for GNU C++ for the case where it uses the native
3570 +    # linker, instead of GNU ld.  If possible, this setting should
3571 +    # overridden to take advantage of the native linker features on
3572 +    # the platform it is being used on.
3573 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3574 +  fi
3575 +
3576 +  # Commands to make compiler produce verbose output that lists
3577 +  # what "hidden" libraries, object files and flags are used when
3578 +  # linking a shared library.
3579 +  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3580 +
3581 +else
3582 +  GXX=no
3583 +  with_gnu_ld=no
3584 +  wlarc=
3585 +fi
3586 +
3587 +# PORTME: fill in a description of your system's C++ link characteristics
3588 +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3589 +_LT_AC_TAGVAR(ld_shlibs, $1)=yes
3590 +case $host_os in
3591 +  aix3*)
3592 +    # FIXME: insert proper C++ library support
3593 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3594 +    ;;
3595 +  aix4* | aix5*)
3596 +    if test "$host_cpu" = ia64; then
3597 +      # On IA64, the linker does run time linking by default, so we don't
3598 +      # have to do anything special.
3599 +      aix_use_runtimelinking=no
3600 +      exp_sym_flag='-Bexport'
3601 +      no_entry_flag=""
3602 +    else
3603 +      aix_use_runtimelinking=no
3604 +
3605 +      # Test if we are trying to use run time linking or normal
3606 +      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
3607 +      # need to do runtime linking.
3608 +      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
3609 +       for ld_flag in $LDFLAGS; do
3610 +         case $ld_flag in
3611 +         *-brtl*)
3612 +           aix_use_runtimelinking=yes
3613 +           break
3614 +           ;;
3615 +         esac
3616 +       done
3617 +      esac
3618 +
3619 +      exp_sym_flag='-bexport'
3620 +      no_entry_flag='-bnoentry'
3621 +    fi
3622 +
3623 +    # When large executables or shared objects are built, AIX ld can
3624 +    # have problems creating the table of contents.  If linking a library
3625 +    # or program results in "error TOC overflow" add -mminimal-toc to
3626 +    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
3627 +    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
3628 +
3629 +    _LT_AC_TAGVAR(archive_cmds, $1)=''
3630 +    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3631 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3632 +    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3633 +
3634 +    if test "$GXX" = yes; then
3635 +      case $host_os in aix4.[[012]]|aix4.[[012]].*)
3636 +      # We only want to do this on AIX 4.2 and lower, the check
3637 +      # below for broken collect2 doesn't work under 4.3+
3638 +       collect2name=`${CC} -print-prog-name=collect2`
3639 +       if test -f "$collect2name" && \
3640 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
3641 +       then
3642 +         # We have reworked collect2
3643 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3644 +       else
3645 +         # We have old collect2
3646 +         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3647 +         # It fails to find uninstalled libraries when the uninstalled
3648 +         # path is not listed in the libpath.  Setting hardcode_minus_L
3649 +         # to unsupported forces relinking
3650 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3651 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3652 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3653 +       fi
3654 +      esac
3655 +      shared_flag='-shared'
3656 +      if test "$aix_use_runtimelinking" = yes; then
3657 +       shared_flag="$shared_flag "'${wl}-G'
3658 +      fi
3659 +    else
3660 +      # not using gcc
3661 +      if test "$host_cpu" = ia64; then
3662 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
3663 +       # chokes on -Wl,-G. The following line is correct:
3664 +       shared_flag='-G'
3665 +      else
3666 +       if test "$aix_use_runtimelinking" = yes; then
3667 +         shared_flag='${wl}-G'
3668 +       else
3669 +         shared_flag='${wl}-bM:SRE'
3670 +       fi
3671 +      fi
3672 +    fi
3673 +
3674 +    # It seems that -bexpall does not export symbols beginning with
3675 +    # underscore (_), so it is better to generate a list of symbols to export.
3676 +    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3677 +    if test "$aix_use_runtimelinking" = yes; then
3678 +      # Warning - without using the other runtime loading flags (-brtl),
3679 +      # -berok will link without error, but may produce a broken library.
3680 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
3681 +      # Determine the default libpath from the value encoded in an empty executable.
3682 +      _LT_AC_SYS_LIBPATH_AIX
3683 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3684 +
3685 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
3686 +     else
3687 +      if test "$host_cpu" = ia64; then
3688 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
3689 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
3690 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
3691 +      else
3692 +       # Determine the default libpath from the value encoded in an empty executable.
3693 +       _LT_AC_SYS_LIBPATH_AIX
3694 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3695 +       # Warning - without using the other run time loading flags,
3696 +       # -berok will link without error, but may produce a broken library.
3697 +       _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
3698 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
3699 +       # -bexpall does not export symbols beginning with underscore (_)
3700 +       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3701 +       # Exported symbols can be pulled into shared objects from archives
3702 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
3703 +       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
3704 +       # This is similar to how AIX traditionally builds its shared libraries.
3705 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
3706 +      fi
3707 +    fi
3708 +    ;;
3709 +  chorus*)
3710 +    case $cc_basename in
3711 +      *)
3712 +       # FIXME: insert proper C++ library support
3713 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3714 +       ;;
3715 +    esac
3716 +    ;;
3717 +
3718 +
3719 +  cygwin* | mingw* | pw32*)
3720 +    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3721 +    # as there is no search path for DLLs.
3722 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3723 +    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3724 +    _LT_AC_TAGVAR(always_export_symbols, $1)=no
3725 +    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3726 +
3727 +    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3728 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
3729 +      # If the export-symbols file already is a .def file (1st line
3730 +      # is EXPORTS), use it as is; otherwise, prepend...
3731 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3732 +       cp $export_symbols $output_objdir/$soname.def;
3733 +      else
3734 +       echo EXPORTS > $output_objdir/$soname.def;
3735 +       cat $export_symbols >> $output_objdir/$soname.def;
3736 +      fi~
3737 +      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
3738 +    else
3739 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3740 +    fi
3741 +  ;;
3742 +      darwin* | rhapsody*)
3743 +        case $host_os in
3744 +        rhapsody* | darwin1.[[012]])
3745 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
3746 +         ;;
3747 +       *) # Darwin 1.3 on
3748 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
3749 +           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3750 +         else
3751 +           case ${MACOSX_DEPLOYMENT_TARGET} in
3752 +             10.[[012]])
3753 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3754 +               ;;
3755 +             10.*)
3756 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
3757 +               ;;
3758 +           esac
3759 +         fi
3760 +         ;;
3761 +        esac
3762 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3763 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3764 +      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3765 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3766 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
3767 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3768 +
3769 +    if test "$GXX" = yes ; then
3770 +      lt_int_apple_cc_single_mod=no
3771 +      output_verbose_link_cmd='echo'
3772 +      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
3773 +       lt_int_apple_cc_single_mod=yes
3774 +      fi
3775 +      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3776 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3777 +      else
3778 +          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3779 +        fi
3780 +        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3781 +        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3782 +          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3783 +            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3784 +          else
3785 +            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3786 +          fi
3787 +            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3788 +      else
3789 +      case $cc_basename in
3790 +        xlc*)
3791 +         output_verbose_link_cmd='echo'
3792 +          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
3793 +          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3794 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3795 +          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3796 +          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3797 +          ;;
3798 +       *)
3799 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3800 +          ;;
3801 +      esac
3802 +      fi
3803 +        ;;
3804 +
3805 +  dgux*)
3806 +    case $cc_basename in
3807 +      ec++*)
3808 +       # FIXME: insert proper C++ library support
3809 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3810 +       ;;
3811 +      ghcx*)
3812 +       # Green Hills C++ Compiler
3813 +       # FIXME: insert proper C++ library support
3814 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3815 +       ;;
3816 +      *)
3817 +       # FIXME: insert proper C++ library support
3818 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3819 +       ;;
3820 +    esac
3821 +    ;;
3822 +  freebsd[[12]]*)
3823 +    # C++ shared libraries reported to be fairly broken before switch to ELF
3824 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3825 +    ;;
3826 +  freebsd-elf*)
3827 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3828 +    ;;
3829 +  freebsd* | kfreebsd*-gnu | dragonfly*)
3830 +    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3831 +    # conventions
3832 +    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3833 +    ;;
3834 +  gnu*)
3835 +    ;;
3836 +  hpux9*)
3837 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3838 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3839 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3840 +    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3841 +    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3842 +                               # but as the default
3843 +                               # location of the library.
3844 +
3845 +    case $cc_basename in
3846 +    CC*)
3847 +      # FIXME: insert proper C++ library support
3848 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3849 +      ;;
3850 +    aCC*)
3851 +      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
3852 +      # Commands to make compiler produce verbose output that lists
3853 +      # what "hidden" libraries, object files and flags are used when
3854 +      # linking a shared library.
3855 +      #
3856 +      # There doesn't appear to be a way to prevent this compiler from
3857 +      # explicitly linking system object files so we need to strip them
3858 +      # from the output so that they don't get included in the library
3859 +      # dependencies.
3860 +      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3861 +      ;;
3862 +    *)
3863 +      if test "$GXX" = yes; then
3864 +        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
3865 +      else
3866 +        # FIXME: insert proper C++ library support
3867 +        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3868 +      fi
3869 +      ;;
3870 +    esac
3871 +    ;;
3872 +  hpux10*|hpux11*)
3873 +    if test $with_gnu_ld = no; then
3874 +      case $host_cpu in
3875 +      hppa*64*)
3876 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3877 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
3878 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3879 +        ;;
3880 +      ia64*)
3881 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3882 +        ;;
3883 +      *)
3884 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3885 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3886 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3887 +        ;;
3888 +      esac
3889 +    fi
3890 +    case $host_cpu in
3891 +    hppa*64*)
3892 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3893 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3894 +      ;;
3895 +    ia64*)
3896 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3897 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3898 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3899 +                                             # but as the default
3900 +                                             # location of the library.
3901 +      ;;
3902 +    *)
3903 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3904 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3905 +                                             # but as the default
3906 +                                             # location of the library.
3907 +      ;;
3908 +    esac
3909 +
3910 +    case $cc_basename in
3911 +      CC*)
3912 +       # FIXME: insert proper C++ library support
3913 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3914 +       ;;
3915 +      aCC*)
3916 +       case $host_cpu in
3917 +       hppa*64*|ia64*)
3918 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3919 +         ;;
3920 +       *)
3921 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3922 +         ;;
3923 +       esac
3924 +       # Commands to make compiler produce verbose output that lists
3925 +       # what "hidden" libraries, object files and flags are used when
3926 +       # linking a shared library.
3927 +       #
3928 +       # There doesn't appear to be a way to prevent this compiler from
3929 +       # explicitly linking system object files so we need to strip them
3930 +       # from the output so that they don't get included in the library
3931 +       # dependencies.
3932 +       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3933 +       ;;
3934 +      *)
3935 +       if test "$GXX" = yes; then
3936 +         if test $with_gnu_ld = no; then
3937 +           case $host_cpu in
3938 +           ia64*|hppa*64*)
3939 +             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3940 +             ;;
3941 +           *)
3942 +             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3943 +             ;;
3944 +           esac
3945 +         fi
3946 +       else
3947 +         # FIXME: insert proper C++ library support
3948 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3949 +       fi
3950 +       ;;
3951 +    esac
3952 +    ;;
3953 +  irix5* | irix6*)
3954 +    case $cc_basename in
3955 +      CC*)
3956 +       # SGI C++
3957 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3958 +
3959 +       # Archives containing C++ object files must be created using
3960 +       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
3961 +       # necessary to make sure instantiated templates are included
3962 +       # in the archive.
3963 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3964 +       ;;
3965 +      *)
3966 +       if test "$GXX" = yes; then
3967 +         if test "$with_gnu_ld" = no; then
3968 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3969 +         else
3970 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
3971 +         fi
3972 +       fi
3973 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3974 +       ;;
3975 +    esac
3976 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3977 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3978 +    ;;
3979 +  linux*)
3980 +    case $cc_basename in
3981 +      KCC*)
3982 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
3983 +
3984 +       # KCC will only create a shared library if the output file
3985 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
3986 +       # to its proper name (with version) after linking.
3987 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3988 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
3989 +       # Commands to make compiler produce verbose output that lists
3990 +       # what "hidden" libraries, object files and flags are used when
3991 +       # linking a shared library.
3992 +       #
3993 +       # There doesn't appear to be a way to prevent this compiler from
3994 +       # explicitly linking system object files so we need to strip them
3995 +       # from the output so that they don't get included in the library
3996 +       # dependencies.
3997 +       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3998 +
3999 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
4000 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4001 +
4002 +       # Archives containing C++ object files must be created using
4003 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
4004 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
4005 +       ;;
4006 +      icpc*)
4007 +       # Intel C++
4008 +       with_gnu_ld=yes
4009 +       # version 8.0 and above of icpc choke on multiply defined symbols
4010 +       # if we add $predep_objects and $postdep_objects, however 7.1 and
4011 +       # earlier do not add the objects themselves.
4012 +       case `$CC -V 2>&1` in
4013 +       *"Version 7."*)
4014 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
4015 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4016 +         ;;
4017 +       *)  # Version 8.0 or newer
4018 +         tmp_idyn=
4019 +         case $host_cpu in
4020 +           ia64*) tmp_idyn=' -i_dynamic';;
4021 +         esac
4022 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4023 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
4024 +         ;;
4025 +       esac
4026 +       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4027 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4028 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4029 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
4030 +       ;;
4031 +      pgCC*)
4032 +        # Portland Group C++ compiler
4033 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
4034 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
4035 +
4036 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4037 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4038 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
4039 +        ;;
4040 +      cxx*)
4041 +       # Compaq C++
4042 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
4043 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
4044 +
4045 +       runpath_var=LD_RUN_PATH
4046 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
4047 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4048 +
4049 +       # Commands to make compiler produce verbose output that lists
4050 +       # what "hidden" libraries, object files and flags are used when
4051 +       # linking a shared library.
4052 +       #
4053 +       # There doesn't appear to be a way to prevent this compiler from
4054 +       # explicitly linking system object files so we need to strip them
4055 +       # from the output so that they don't get included in the library
4056 +       # dependencies.
4057 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
4058 +       ;;
4059 +    esac
4060 +    ;;
4061 +  lynxos*)
4062 +    # FIXME: insert proper C++ library support
4063 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4064 +    ;;
4065 +  m88k*)
4066 +    # FIXME: insert proper C++ library support
4067 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4068 +    ;;
4069 +  mvs*)
4070 +    case $cc_basename in
4071 +      cxx*)
4072 +       # FIXME: insert proper C++ library support
4073 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4074 +       ;;
4075 +      *)
4076 +       # FIXME: insert proper C++ library support
4077 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4078 +       ;;
4079 +    esac
4080 +    ;;
4081 +  netbsd*)
4082 +    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4083 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
4084 +      wlarc=
4085 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4086 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4087 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4088 +    fi
4089 +    # Workaround some broken pre-1.5 toolchains
4090 +    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
4091 +    ;;
4092 +  openbsd2*)
4093 +    # C++ shared libraries are fairly broken
4094 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4095 +    ;;
4096 +  openbsd*)
4097 +    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4098 +    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4099 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
4100 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4101 +    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4102 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
4103 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
4104 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4105 +    fi
4106 +    output_verbose_link_cmd='echo'
4107 +    ;;
4108 +  osf3*)
4109 +    case $cc_basename in
4110 +      KCC*)
4111 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
4112 +
4113 +       # KCC will only create a shared library if the output file
4114 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
4115 +       # to its proper name (with version) after linking.
4116 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
4117 +
4118 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4119 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4120 +
4121 +       # Archives containing C++ object files must be created using
4122 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
4123 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
4124 +
4125 +       ;;
4126 +      RCC*)
4127 +       # Rational C++ 2.4.1
4128 +       # FIXME: insert proper C++ library support
4129 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4130 +       ;;
4131 +      cxx*)
4132 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4133 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
4134 +
4135 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4136 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4137 +
4138 +       # Commands to make compiler produce verbose output that lists
4139 +       # what "hidden" libraries, object files and flags are used when
4140 +       # linking a shared library.
4141 +       #
4142 +       # There doesn't appear to be a way to prevent this compiler from
4143 +       # explicitly linking system object files so we need to strip them
4144 +       # from the output so that they don't get included in the library
4145 +       # dependencies.
4146 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
4147 +       ;;
4148 +      *)
4149 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4150 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4151 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4152 +
4153 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4154 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4155 +
4156 +         # Commands to make compiler produce verbose output that lists
4157 +         # what "hidden" libraries, object files and flags are used when
4158 +         # linking a shared library.
4159 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
4160 +
4161 +       else
4162 +         # FIXME: insert proper C++ library support
4163 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4164 +       fi
4165 +       ;;
4166 +    esac
4167 +    ;;
4168 +  osf4* | osf5*)
4169 +    case $cc_basename in
4170 +      KCC*)
4171 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
4172 +
4173 +       # KCC will only create a shared library if the output file
4174 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
4175 +       # to its proper name (with version) after linking.
4176 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
4177 +
4178 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4179 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4180 +
4181 +       # Archives containing C++ object files must be created using
4182 +       # the KAI C++ compiler.
4183 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
4184 +       ;;
4185 +      RCC*)
4186 +       # Rational C++ 2.4.1
4187 +       # FIXME: insert proper C++ library support
4188 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4189 +       ;;
4190 +      cxx*)
4191 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
4192 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
4193 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
4194 +         echo "-hidden">> $lib.exp~
4195 +         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
4196 +         $rm $lib.exp'
4197 +
4198 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
4199 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4200 +
4201 +       # Commands to make compiler produce verbose output that lists
4202 +       # what "hidden" libraries, object files and flags are used when
4203 +       # linking a shared library.
4204 +       #
4205 +       # There doesn't appear to be a way to prevent this compiler from
4206 +       # explicitly linking system object files so we need to strip them
4207 +       # from the output so that they don't get included in the library
4208 +       # dependencies.
4209 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
4210 +       ;;
4211 +      *)
4212 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4213 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4214 +        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4215 +
4216 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4217 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4218 +
4219 +         # Commands to make compiler produce verbose output that lists
4220 +         # what "hidden" libraries, object files and flags are used when
4221 +         # linking a shared library.
4222 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
4223 +
4224 +       else
4225 +         # FIXME: insert proper C++ library support
4226 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4227 +       fi
4228 +       ;;
4229 +    esac
4230 +    ;;
4231 +  psos*)
4232 +    # FIXME: insert proper C++ library support
4233 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4234 +    ;;
4235 +  sco*)
4236 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4237 +    case $cc_basename in
4238 +      CC*)
4239 +       # FIXME: insert proper C++ library support
4240 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4241 +       ;;
4242 +      *)
4243 +       # FIXME: insert proper C++ library support
4244 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4245 +       ;;
4246 +    esac
4247 +    ;;
4248 +  sunos4*)
4249 +    case $cc_basename in
4250 +      CC*)
4251 +       # Sun C++ 4.x
4252 +       # FIXME: insert proper C++ library support
4253 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4254 +       ;;
4255 +      lcc*)
4256 +       # Lucid
4257 +       # FIXME: insert proper C++ library support
4258 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4259 +       ;;
4260 +      *)
4261 +       # FIXME: insert proper C++ library support
4262 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4263 +       ;;
4264 +    esac
4265 +    ;;
4266 +  solaris*)
4267 +    case $cc_basename in
4268 +      CC*)
4269 +       # Sun C++ 4.2, 5.x and Centerline C++
4270 +        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
4271 +       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
4272 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
4273 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4274 +       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
4275 +
4276 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4277 +       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4278 +       case $host_os in
4279 +         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
4280 +         *)
4281 +           # The C++ compiler is used as linker so we must use $wl
4282 +           # flag to pass the commands to the underlying system
4283 +           # linker. We must also pass each convience library through
4284 +           # to the system linker between allextract/defaultextract.
4285 +           # The C++ compiler will combine linker options so we
4286 +           # cannot just pass the convience library names through
4287 +           # without $wl.
4288 +           # Supported since Solaris 2.6 (maybe 2.5.1?)
4289 +           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
4290 +           ;;
4291 +       esac
4292 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4293 +
4294 +       output_verbose_link_cmd='echo'
4295 +
4296 +       # Archives containing C++ object files must be created using
4297 +       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
4298 +       # necessary to make sure instantiated templates are included
4299 +       # in the archive.
4300 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
4301 +       ;;
4302 +      gcx*)
4303 +       # Green Hills C++ Compiler
4304 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4305 +
4306 +       # The C++ compiler must be used to create the archive.
4307 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
4308 +       ;;
4309 +      *)
4310 +       # GNU C++ compiler with Solaris linker
4311 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4312 +         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
4313 +         if $CC --version | grep -v '^2\.7' > /dev/null; then
4314 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4315 +           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4316 +               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
4317 +
4318 +           # Commands to make compiler produce verbose output that lists
4319 +           # what "hidden" libraries, object files and flags are used when
4320 +           # linking a shared library.
4321 +           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
4322 +         else
4323 +           # g++ 2.7 appears to require `-G' NOT `-shared' on this
4324 +           # platform.
4325 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4326 +           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4327 +               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
4328 +
4329 +           # Commands to make compiler produce verbose output that lists
4330 +           # what "hidden" libraries, object files and flags are used when
4331 +           # linking a shared library.
4332 +           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
4333 +         fi
4334 +
4335 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
4336 +       fi
4337 +       ;;
4338 +    esac
4339 +    ;;
4340 +  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
4341 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4342 +    ;;
4343 +  tandem*)
4344 +    case $cc_basename in
4345 +      NCC*)
4346 +       # NonStop-UX NCC 3.20
4347 +       # FIXME: insert proper C++ library support
4348 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4349 +       ;;
4350 +      *)
4351 +       # FIXME: insert proper C++ library support
4352 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4353 +       ;;
4354 +    esac
4355 +    ;;
4356 +  vxworks*)
4357 +    # FIXME: insert proper C++ library support
4358 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4359 +    ;;
4360 +  *)
4361 +    # FIXME: insert proper C++ library support
4362 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
4363 +    ;;
4364 +esac
4365 +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
4366 +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
4367 +
4368 +_LT_AC_TAGVAR(GCC, $1)="$GXX"
4369 +_LT_AC_TAGVAR(LD, $1)="$LD"
4370 +
4371 +AC_LIBTOOL_POSTDEP_PREDEP($1)
4372 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
4373 +AC_LIBTOOL_PROG_CC_C_O($1)
4374 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4375 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
4376 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4377 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4378 +AC_LIBTOOL_SYS_LIB_STRIP
4379 +AC_LIBTOOL_DLOPEN_SELF($1)
4380 +
4381 +AC_LIBTOOL_CONFIG($1)
4382 +
4383 +AC_LANG_POP
4384 +CC=$lt_save_CC
4385 +LDCXX=$LD
4386 +LD=$lt_save_LD
4387 +GCC=$lt_save_GCC
4388 +with_gnu_ldcxx=$with_gnu_ld
4389 +with_gnu_ld=$lt_save_with_gnu_ld
4390 +lt_cv_path_LDCXX=$lt_cv_path_LD
4391 +lt_cv_path_LD=$lt_save_path_LD
4392 +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
4393 +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
4394 +])# AC_LIBTOOL_LANG_CXX_CONFIG
4395 +
4396 +# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
4397 +# ------------------------
4398 +# Figure out "hidden" library dependencies from verbose
4399 +# compiler output when linking a shared library.
4400 +# Parse the compiler output and extract the necessary
4401 +# objects, libraries and library flags.
4402 +AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
4403 +dnl we can't use the lt_simple_compile_test_code here,
4404 +dnl because it contains code intended for an executable,
4405 +dnl not a library.  It's possible we should let each
4406 +dnl tag define a new lt_????_link_test_code variable,
4407 +dnl but it's only used here...
4408 +ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
4409 +int a;
4410 +void foo (void) { a = 0; }
4411 +EOF
4412 +],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
4413 +class Foo
4414 +{
4415 +public:
4416 +  Foo (void) { a = 0; }
4417 +private:
4418 +  int a;
4419 +};
4420 +EOF
4421 +],[$1],[F77],[cat > conftest.$ac_ext <<EOF
4422 +      subroutine foo
4423 +      implicit none
4424 +      integer*4 a
4425 +      a=0
4426 +      return
4427 +      end
4428 +EOF
4429 +],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
4430 +public class foo {
4431 +  private int a;
4432 +  public void bar (void) {
4433 +    a = 0;
4434 +  }
4435 +};
4436 +EOF
4437 +])
4438 +dnl Parse the compiler output and extract the necessary
4439 +dnl objects, libraries and library flags.
4440 +if AC_TRY_EVAL(ac_compile); then
4441 +  # Parse the compiler output and extract the necessary
4442 +  # objects, libraries and library flags.
4443 +
4444 +  # Sentinel used to keep track of whether or not we are before
4445 +  # the conftest object file.
4446 +  pre_test_object_deps_done=no
4447 +
4448 +  # The `*' in the case matches for architectures that use `case' in
4449 +  # $output_verbose_cmd can trigger glob expansion during the loop
4450 +  # eval without this substitution.
4451 +  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
4452 +
4453 +  for p in `eval $output_verbose_link_cmd`; do
4454 +    case $p in
4455 +
4456 +    -L* | -R* | -l*)
4457 +       # Some compilers place space between "-{L,R}" and the path.
4458 +       # Remove the space.
4459 +       if test $p = "-L" \
4460 +         || test $p = "-R"; then
4461 +        prev=$p
4462 +        continue
4463 +       else
4464 +        prev=
4465 +       fi
4466 +
4467 +       if test "$pre_test_object_deps_done" = no; then
4468 +        case $p in
4469 +        -L* | -R*)
4470 +          # Internal compiler library paths should come after those
4471 +          # provided the user.  The postdeps already come after the
4472 +          # user supplied libs so there is no need to process them.
4473 +          if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
4474 +            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
4475 +          else
4476 +            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
4477 +          fi
4478 +          ;;
4479 +        # The "-l" case would never come before the object being
4480 +        # linked, so don't bother handling this case.
4481 +        esac
4482 +       else
4483 +        if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
4484 +          _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
4485 +        else
4486 +          _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
4487 +        fi
4488 +       fi
4489 +       ;;
4490 +
4491 +    *.$objext)
4492 +       # This assumes that the test object file only shows up
4493 +       # once in the compiler output.
4494 +       if test "$p" = "conftest.$objext"; then
4495 +        pre_test_object_deps_done=yes
4496 +        continue
4497 +       fi
4498 +
4499 +       if test "$pre_test_object_deps_done" = no; then
4500 +        if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
4501 +          _LT_AC_TAGVAR(predep_objects, $1)="$p"
4502 +        else
4503 +          _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
4504 +        fi
4505 +       else
4506 +        if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
4507 +          _LT_AC_TAGVAR(postdep_objects, $1)="$p"
4508 +        else
4509 +          _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
4510 +        fi
4511 +       fi
4512 +       ;;
4513 +
4514 +    *) ;; # Ignore the rest.
4515 +
4516 +    esac
4517 +  done
4518 +
4519 +  # Clean up.
4520 +  rm -f a.out a.exe
4521 +else
4522 +  echo "libtool.m4: error: problem compiling $1 test program"
4523 +fi
4524 +
4525 +$rm -f confest.$objext
4526 +
4527 +# PORTME: override above test on systems where it is broken
4528 +ifelse([$1],[CXX],
4529 +[case $host_os in
4530 +solaris*)
4531 +  case $cc_basename in
4532 +  CC*)
4533 +    # Adding this requires a known-good setup of shared libraries for
4534 +    # Sun compiler versions before 5.6, else PIC objects from an old
4535 +    # archive will be linked into the output, leading to subtle bugs.
4536 +    _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
4537 +    ;;
4538 +  esac
4539 +esac
4540 +])
4541 +
4542 +case " $_LT_AC_TAGVAR(postdeps, $1) " in
4543 +*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
4544 +esac
4545 +])# AC_LIBTOOL_POSTDEP_PREDEP
4546 +
4547 +# AC_LIBTOOL_LANG_F77_CONFIG
4548 +# ------------------------
4549 +# Ensure that the configuration vars for the C compiler are
4550 +# suitably defined.  Those variables are subsequently used by
4551 +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4552 +AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
4553 +AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
4554 +[AC_REQUIRE([AC_PROG_F77])
4555 +AC_LANG_PUSH(Fortran 77)
4556 +
4557 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4558 +_LT_AC_TAGVAR(allow_undefined_flag, $1)=
4559 +_LT_AC_TAGVAR(always_export_symbols, $1)=no
4560 +_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4561 +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4562 +_LT_AC_TAGVAR(hardcode_direct, $1)=no
4563 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4564 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4565 +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4566 +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4567 +_LT_AC_TAGVAR(hardcode_automatic, $1)=no
4568 +_LT_AC_TAGVAR(module_cmds, $1)=
4569 +_LT_AC_TAGVAR(module_expsym_cmds, $1)=
4570 +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4571 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4572 +_LT_AC_TAGVAR(no_undefined_flag, $1)=
4573 +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4574 +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4575 +
4576 +# Source file extension for f77 test sources.
4577 +ac_ext=f
4578 +
4579 +# Object file extension for compiled f77 test sources.
4580 +objext=o
4581 +_LT_AC_TAGVAR(objext, $1)=$objext
4582 +
4583 +# Code to be used in simple compile tests
4584 +lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
4585 +
4586 +# Code to be used in simple link tests
4587 +lt_simple_link_test_code="      program t\n      end\n"
4588 +
4589 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4590 +_LT_AC_SYS_COMPILER
4591 +
4592 +# save warnings/boilerplate of simple test code
4593 +_LT_COMPILER_BOILERPLATE
4594 +_LT_LINKER_BOILERPLATE
4595 +
4596 +# Allow CC to be a program name with arguments.
4597 +lt_save_CC="$CC"
4598 +CC=${F77-"f77"}
4599 +compiler=$CC
4600 +_LT_AC_TAGVAR(compiler, $1)=$CC
4601 +_LT_CC_BASENAME([$compiler])
4602 +
4603 +AC_MSG_CHECKING([if libtool supports shared libraries])
4604 +AC_MSG_RESULT([$can_build_shared])
4605 +
4606 +AC_MSG_CHECKING([whether to build shared libraries])
4607 +test "$can_build_shared" = "no" && enable_shared=no
4608 +
4609 +# On AIX, shared libraries and static libraries use the same namespace, and
4610 +# are all built from PIC.
4611 +case $host_os in
4612 +aix3*)
4613 +  test "$enable_shared" = yes && enable_static=no
4614 +  if test -n "$RANLIB"; then
4615 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
4616 +    postinstall_cmds='$RANLIB $lib'
4617 +  fi
4618 +  ;;
4619 +aix4* | aix5*)
4620 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
4621 +    test "$enable_shared" = yes && enable_static=no
4622 +  fi
4623 +  ;;
4624 +esac
4625 +AC_MSG_RESULT([$enable_shared])
4626 +
4627 +AC_MSG_CHECKING([whether to build static libraries])
4628 +# Make sure either enable_shared or enable_static is yes.
4629 +test "$enable_shared" = yes || enable_static=yes
4630 +AC_MSG_RESULT([$enable_static])
4631 +
4632 +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
4633 +
4634 +_LT_AC_TAGVAR(GCC, $1)="$G77"
4635 +_LT_AC_TAGVAR(LD, $1)="$LD"
4636 +
4637 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
4638 +AC_LIBTOOL_PROG_CC_C_O($1)
4639 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4640 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
4641 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4642 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4643 +AC_LIBTOOL_SYS_LIB_STRIP
4644 +
4645 +
4646 +AC_LIBTOOL_CONFIG($1)
4647 +
4648 +AC_LANG_POP
4649 +CC="$lt_save_CC"
4650 +])# AC_LIBTOOL_LANG_F77_CONFIG
4651 +
4652 +
4653 +# AC_LIBTOOL_LANG_GCJ_CONFIG
4654 +# --------------------------
4655 +# Ensure that the configuration vars for the C compiler are
4656 +# suitably defined.  Those variables are subsequently used by
4657 +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4658 +AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
4659 +AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
4660 +[AC_LANG_SAVE
4661 +
4662 +# Source file extension for Java test sources.
4663 +ac_ext=java
4664 +
4665 +# Object file extension for compiled Java test sources.
4666 +objext=o
4667 +_LT_AC_TAGVAR(objext, $1)=$objext
4668 +
4669 +# Code to be used in simple compile tests
4670 +lt_simple_compile_test_code="class foo {}\n"
4671 +
4672 +# Code to be used in simple link tests
4673 +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
4674 +
4675 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4676 +_LT_AC_SYS_COMPILER
4677 +
4678 +# save warnings/boilerplate of simple test code
4679 +_LT_COMPILER_BOILERPLATE
4680 +_LT_LINKER_BOILERPLATE
4681 +
4682 +# Allow CC to be a program name with arguments.
4683 +lt_save_CC="$CC"
4684 +CC=${GCJ-"gcj"}
4685 +compiler=$CC
4686 +_LT_AC_TAGVAR(compiler, $1)=$CC
4687 +_LT_CC_BASENAME([$compiler])
4688 +
4689 +# GCJ did not exist at the time GCC didn't implicitly link libc in.
4690 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4691 +
4692 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4693 +
4694 +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
4695 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
4696 +AC_LIBTOOL_PROG_CC_C_O($1)
4697 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4698 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
4699 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4700 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4701 +AC_LIBTOOL_SYS_LIB_STRIP
4702 +AC_LIBTOOL_DLOPEN_SELF($1)
4703 +
4704 +AC_LIBTOOL_CONFIG($1)
4705 +
4706 +AC_LANG_RESTORE
4707 +CC="$lt_save_CC"
4708 +])# AC_LIBTOOL_LANG_GCJ_CONFIG
4709 +
4710 +
4711 +# AC_LIBTOOL_LANG_RC_CONFIG
4712 +# --------------------------
4713 +# Ensure that the configuration vars for the Windows resource compiler are
4714 +# suitably defined.  Those variables are subsequently used by
4715 +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4716 +AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
4717 +AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
4718 +[AC_LANG_SAVE
4719 +
4720 +# Source file extension for RC test sources.
4721 +ac_ext=rc
4722 +
4723 +# Object file extension for compiled RC test sources.
4724 +objext=o
4725 +_LT_AC_TAGVAR(objext, $1)=$objext
4726 +
4727 +# Code to be used in simple compile tests
4728 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
4729 +
4730 +# Code to be used in simple link tests
4731 +lt_simple_link_test_code="$lt_simple_compile_test_code"
4732 +
4733 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4734 +_LT_AC_SYS_COMPILER
4735 +
4736 +# save warnings/boilerplate of simple test code
4737 +_LT_COMPILER_BOILERPLATE
4738 +_LT_LINKER_BOILERPLATE
4739 +
4740 +# Allow CC to be a program name with arguments.
4741 +lt_save_CC="$CC"
4742 +CC=${RC-"windres"}
4743 +compiler=$CC
4744 +_LT_AC_TAGVAR(compiler, $1)=$CC
4745 +_LT_CC_BASENAME([$compiler])
4746 +_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
4747 +
4748 +AC_LIBTOOL_CONFIG($1)
4749 +
4750 +AC_LANG_RESTORE
4751 +CC="$lt_save_CC"
4752 +])# AC_LIBTOOL_LANG_RC_CONFIG
4753 +
4754 +
4755 +# AC_LIBTOOL_CONFIG([TAGNAME])
4756 +# ----------------------------
4757 +# If TAGNAME is not passed, then create an initial libtool script
4758 +# with a default configuration from the untagged config vars.  Otherwise
4759 +# add code to config.status for appending the configuration named by
4760 +# TAGNAME from the matching tagged config vars.
4761 +AC_DEFUN([AC_LIBTOOL_CONFIG],
4762 +[# The else clause should only fire when bootstrapping the
4763 +# libtool distribution, otherwise you forgot to ship ltmain.sh
4764 +# with your package, and you will get complaints that there are
4765 +# no rules to generate ltmain.sh.
4766 +if test -f "$ltmain"; then
4767 +  # See if we are running on zsh, and set the options which allow our commands through
4768 +  # without removal of \ escapes.
4769 +  if test -n "${ZSH_VERSION+set}" ; then
4770 +    setopt NO_GLOB_SUBST
4771 +  fi
4772 +  # Now quote all the things that may contain metacharacters while being
4773 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
4774 +  # variables and quote the copies for generation of the libtool script.
4775 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
4776 +    SED SHELL STRIP \
4777 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
4778 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
4779 +    deplibs_check_method reload_flag reload_cmds need_locks \
4780 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
4781 +    lt_cv_sys_global_symbol_to_c_name_address \
4782 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
4783 +    old_postinstall_cmds old_postuninstall_cmds \
4784 +    _LT_AC_TAGVAR(compiler, $1) \
4785 +    _LT_AC_TAGVAR(CC, $1) \
4786 +    _LT_AC_TAGVAR(LD, $1) \
4787 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
4788 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
4789 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
4790 +    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
4791 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
4792 +    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
4793 +    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
4794 +    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
4795 +    _LT_AC_TAGVAR(old_archive_cmds, $1) \
4796 +    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
4797 +    _LT_AC_TAGVAR(predep_objects, $1) \
4798 +    _LT_AC_TAGVAR(postdep_objects, $1) \
4799 +    _LT_AC_TAGVAR(predeps, $1) \
4800 +    _LT_AC_TAGVAR(postdeps, $1) \
4801 +    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
4802 +    _LT_AC_TAGVAR(archive_cmds, $1) \
4803 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
4804 +    _LT_AC_TAGVAR(postinstall_cmds, $1) \
4805 +    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
4806 +    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
4807 +    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
4808 +    _LT_AC_TAGVAR(no_undefined_flag, $1) \
4809 +    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
4810 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
4811 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
4812 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
4813 +    _LT_AC_TAGVAR(hardcode_automatic, $1) \
4814 +    _LT_AC_TAGVAR(module_cmds, $1) \
4815 +    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
4816 +    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
4817 +    _LT_AC_TAGVAR(exclude_expsyms, $1) \
4818 +    _LT_AC_TAGVAR(include_expsyms, $1); do
4819 +
4820 +    case $var in
4821 +    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
4822 +    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
4823 +    _LT_AC_TAGVAR(archive_cmds, $1) | \
4824 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
4825 +    _LT_AC_TAGVAR(module_cmds, $1) | \
4826 +    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
4827 +    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
4828 +    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
4829 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
4830 +    postinstall_cmds | postuninstall_cmds | \
4831 +    old_postinstall_cmds | old_postuninstall_cmds | \
4832 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
4833 +      # Double-quote double-evaled strings.
4834 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
4835 +      ;;
4836 +    *)
4837 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
4838 +      ;;
4839 +    esac
4840 +  done
4841 +
4842 +  case $lt_echo in
4843 +  *'\[$]0 --fallback-echo"')
4844 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
4845 +    ;;
4846 +  esac
4847 +
4848 +ifelse([$1], [],
4849 +  [cfgfile="${ofile}T"
4850 +  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
4851 +  $rm -f "$cfgfile"
4852 +  AC_MSG_NOTICE([creating $ofile])],
4853 +  [cfgfile="$ofile"])
4854 +
4855 +  cat <<__EOF__ >> "$cfgfile"
4856 +ifelse([$1], [],
4857 +[#! $SHELL
4858 +
4859 +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
4860 +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
4861 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
4862 +#
4863 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
4864 +# Free Software Foundation, Inc.
4865 +#
4866 +# This file is part of GNU Libtool:
4867 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4868 +#
4869 +# This program is free software; you can redistribute it and/or modify
4870 +# it under the terms of the GNU General Public License as published by
4871 +# the Free Software Foundation; either version 2 of the License, or
4872 +# (at your option) any later version.
4873 +#
4874 +# This program is distributed in the hope that it will be useful, but
4875 +# WITHOUT ANY WARRANTY; without even the implied warranty of
4876 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
4877 +# General Public License for more details.
4878 +#
4879 +# You should have received a copy of the GNU General Public License
4880 +# along with this program; if not, write to the Free Software
4881 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4882 +#
4883 +# As a special exception to the GNU General Public License, if you
4884 +# distribute this file as part of a program that contains a
4885 +# configuration script generated by Autoconf, you may include it under
4886 +# the same distribution terms that you use for the rest of that program.
4887 +
4888 +# A sed program that does not truncate output.
4889 +SED=$lt_SED
4890 +
4891 +# Sed that helps us avoid accidentally triggering echo(1) options like -n.
4892 +Xsed="$SED -e 1s/^X//"
4893 +
4894 +# The HP-UX ksh and POSIX shell print the target directory to stdout
4895 +# if CDPATH is set.
4896 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4897 +
4898 +# The names of the tagged configurations supported by this script.
4899 +available_tags=
4900 +
4901 +# ### BEGIN LIBTOOL CONFIG],
4902 +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4903 +
4904 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4905 +
4906 +# Shell to use when invoking shell scripts.
4907 +SHELL=$lt_SHELL
4908 +
4909 +# Whether or not to build shared libraries.
4910 +build_libtool_libs=$enable_shared
4911 +
4912 +# Whether or not to build static libraries.
4913 +build_old_libs=$enable_static
4914 +
4915 +# Whether or not to add -lc for building shared libraries.
4916 +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4917 +
4918 +# Whether or not to disallow shared libs when runtime libs are static
4919 +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4920 +
4921 +# Whether or not to optimize for fast installation.
4922 +fast_install=$enable_fast_install
4923 +
4924 +# The host system.
4925 +host_alias=$host_alias
4926 +host=$host
4927 +host_os=$host_os
4928 +
4929 +# The build system.
4930 +build_alias=$build_alias
4931 +build=$build
4932 +build_os=$build_os
4933 +
4934 +# An echo program that does not interpret backslashes.
4935 +echo=$lt_echo
4936 +
4937 +# The archiver.
4938 +AR=$lt_AR
4939 +AR_FLAGS=$lt_AR_FLAGS
4940 +
4941 +# A C compiler.
4942 +LTCC=$lt_LTCC
4943 +
4944 +# A language-specific compiler.
4945 +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4946 +
4947 +# Is the compiler the GNU C compiler?
4948 +with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4949 +
4950 +# An ERE matcher.
4951 +EGREP=$lt_EGREP
4952 +
4953 +# The linker used to build libraries.
4954 +LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4955 +
4956 +# Whether we need hard or soft links.
4957 +LN_S=$lt_LN_S
4958 +
4959 +# A BSD-compatible nm program.
4960 +NM=$lt_NM
4961 +
4962 +# A symbol stripping program
4963 +STRIP=$lt_STRIP
4964 +
4965 +# Used to examine libraries when file_magic_cmd begins "file"
4966 +MAGIC_CMD=$MAGIC_CMD
4967 +
4968 +# Used on cygwin: DLL creation program.
4969 +DLLTOOL="$DLLTOOL"
4970 +
4971 +# Used on cygwin: object dumper.
4972 +OBJDUMP="$OBJDUMP"
4973 +
4974 +# Used on cygwin: assembler.
4975 +AS="$AS"
4976 +
4977 +# The name of the directory that contains temporary libtool files.
4978 +objdir=$objdir
4979 +
4980 +# How to create reloadable object files.
4981 +reload_flag=$lt_reload_flag
4982 +reload_cmds=$lt_reload_cmds
4983 +
4984 +# How to pass a linker flag through the compiler.
4985 +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4986 +
4987 +# Object file suffix (normally "o").
4988 +objext="$ac_objext"
4989 +
4990 +# Old archive suffix (normally "a").
4991 +libext="$libext"
4992 +
4993 +# Shared library suffix (normally ".so").
4994 +shrext_cmds='$shrext_cmds'
4995 +
4996 +# Executable file suffix (normally "").
4997 +exeext="$exeext"
4998 +
4999 +# Additional compiler flags for building library objects.
5000 +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5001 +pic_mode=$pic_mode
5002 +
5003 +# What is the maximum length of a command?
5004 +max_cmd_len=$lt_cv_sys_max_cmd_len
5005 +
5006 +# Does compiler simultaneously support -c and -o options?
5007 +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
5008 +
5009 +# Must we lock files when doing compilation?
5010 +need_locks=$lt_need_locks
5011 +
5012 +# Do we need the lib prefix for modules?
5013 +need_lib_prefix=$need_lib_prefix
5014 +
5015 +# Do we need a version for libraries?
5016 +need_version=$need_version
5017 +
5018 +# Whether dlopen is supported.
5019 +dlopen_support=$enable_dlopen
5020 +
5021 +# Whether dlopen of programs is supported.
5022 +dlopen_self=$enable_dlopen_self
5023 +
5024 +# Whether dlopen of statically linked programs is supported.
5025 +dlopen_self_static=$enable_dlopen_self_static
5026 +
5027 +# Compiler flag to prevent dynamic linking.
5028 +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
5029 +
5030 +# Compiler flag to turn off builtin functions.
5031 +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
5032 +
5033 +# Compiler flag to allow reflexive dlopens.
5034 +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
5035 +
5036 +# Compiler flag to generate shared objects directly from archives.
5037 +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
5038 +
5039 +# Compiler flag to generate thread-safe objects.
5040 +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
5041 +
5042 +# Library versioning type.
5043 +version_type=$version_type
5044 +
5045 +# Format of library name prefix.
5046 +libname_spec=$lt_libname_spec
5047 +
5048 +# List of archive names.  First name is the real one, the rest are links.
5049 +# The last name is the one that the linker finds with -lNAME.
5050 +library_names_spec=$lt_library_names_spec
5051 +
5052 +# The coded name of the library, if different from the real name.
5053 +soname_spec=$lt_soname_spec
5054 +
5055 +# Commands used to build and install an old-style archive.
5056 +RANLIB=$lt_RANLIB
5057 +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
5058 +old_postinstall_cmds=$lt_old_postinstall_cmds
5059 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
5060 +
5061 +# Create an old-style archive from a shared archive.
5062 +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
5063 +
5064 +# Create a temporary old-style archive to link instead of a shared archive.
5065 +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
5066 +
5067 +# Commands used to build and install a shared archive.
5068 +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
5069 +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
5070 +postinstall_cmds=$lt_postinstall_cmds
5071 +postuninstall_cmds=$lt_postuninstall_cmds
5072 +
5073 +# Commands used to build a loadable module (assumed same as above if empty)
5074 +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
5075 +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
5076 +
5077 +# Commands to strip libraries.
5078 +old_striplib=$lt_old_striplib
5079 +striplib=$lt_striplib
5080 +
5081 +# Dependencies to place before the objects being linked to create a
5082 +# shared library.
5083 +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
5084 +
5085 +# Dependencies to place after the objects being linked to create a
5086 +# shared library.
5087 +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
5088 +
5089 +# Dependencies to place before the objects being linked to create a
5090 +# shared library.
5091 +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
5092 +
5093 +# Dependencies to place after the objects being linked to create a
5094 +# shared library.
5095 +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
5096 +
5097 +# The library search path used internally by the compiler when linking
5098 +# a shared library.
5099 +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
5100 +
5101 +# Method to check whether dependent libraries are shared objects.
5102 +deplibs_check_method=$lt_deplibs_check_method
5103 +
5104 +# Command to use when deplibs_check_method == file_magic.
5105 +file_magic_cmd=$lt_file_magic_cmd
5106 +
5107 +# Flag that allows shared libraries with undefined symbols to be built.
5108 +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
5109 +
5110 +# Flag that forces no undefined symbols.
5111 +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
5112 +
5113 +# Commands used to finish a libtool library installation in a directory.
5114 +finish_cmds=$lt_finish_cmds
5115 +
5116 +# Same as above, but a single script fragment to be evaled but not shown.
5117 +finish_eval=$lt_finish_eval
5118 +
5119 +# Take the output of nm and produce a listing of raw symbols and C names.
5120 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
5121 +
5122 +# Transform the output of nm in a proper C declaration
5123 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
5124 +
5125 +# Transform the output of nm in a C name address pair
5126 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
5127 +
5128 +# This is the shared library runtime path variable.
5129 +runpath_var=$runpath_var
5130 +
5131 +# This is the shared library path variable.
5132 +shlibpath_var=$shlibpath_var
5133 +
5134 +# Is shlibpath searched before the hard-coded library search path?
5135 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
5136 +
5137 +# How to hardcode a shared library path into an executable.
5138 +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
5139 +
5140 +# Whether we should hardcode library paths into libraries.
5141 +hardcode_into_libs=$hardcode_into_libs
5142 +
5143 +# Flag to hardcode \$libdir into a binary during linking.
5144 +# This must work even if \$libdir does not exist.
5145 +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
5146 +
5147 +# If ld is used when linking, flag to hardcode \$libdir into
5148 +# a binary during linking. This must work even if \$libdir does
5149 +# not exist.
5150 +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
5151 +
5152 +# Whether we need a single -rpath flag with a separated argument.
5153 +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
5154 +
5155 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
5156 +# resulting binary.
5157 +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
5158 +
5159 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
5160 +# resulting binary.
5161 +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
5162 +
5163 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
5164 +# the resulting binary.
5165 +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
5166 +
5167 +# Set to yes if building a shared library automatically hardcodes DIR into the library
5168 +# and all subsequent libraries and executables linked against it.
5169 +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
5170 +
5171 +# Variables whose values should be saved in libtool wrapper scripts and
5172 +# restored at relink time.
5173 +variables_saved_for_relink="$variables_saved_for_relink"
5174 +
5175 +# Whether libtool must link a program against all its dependency libraries.
5176 +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
5177 +
5178 +# Compile-time system search path for libraries
5179 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
5180 +
5181 +# Run-time system search path for libraries
5182 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
5183 +
5184 +# Fix the shell variable \$srcfile for the compiler.
5185 +fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
5186 +
5187 +# Set to yes if exported symbols are required.
5188 +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
5189 +
5190 +# The commands to list exported symbols.
5191 +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
5192 +
5193 +# The commands to extract the exported symbol list from a shared archive.
5194 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
5195 +
5196 +# Symbols that should not be listed in the preloaded symbols.
5197 +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
5198 +
5199 +# Symbols that must always be exported.
5200 +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
5201 +
5202 +ifelse([$1],[],
5203 +[# ### END LIBTOOL CONFIG],
5204 +[# ### END LIBTOOL TAG CONFIG: $tagname])
5205 +
5206 +__EOF__
5207 +
5208 +ifelse([$1],[], [
5209 +  case $host_os in
5210 +  aix3*)
5211 +    cat <<\EOF >> "$cfgfile"
5212 +
5213 +# AIX sometimes has problems with the GCC collect2 program.  For some
5214 +# reason, if we set the COLLECT_NAMES environment variable, the problems
5215 +# vanish in a puff of smoke.
5216 +if test "X${COLLECT_NAMES+set}" != Xset; then
5217 +  COLLECT_NAMES=
5218 +  export COLLECT_NAMES
5219 +fi
5220 +EOF
5221 +    ;;
5222 +  esac
5223 +
5224 +  # We use sed instead of cat because bash on DJGPP gets confused if
5225 +  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
5226 +  # text mode, it properly converts lines to CR/LF.  This bash problem
5227 +  # is reportedly fixed, but why not run on old versions too?
5228 +  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
5229 +
5230 +  mv -f "$cfgfile" "$ofile" || \
5231 +    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
5232 +  chmod +x "$ofile"
5233 +])
5234 +else
5235 +  # If there is no Makefile yet, we rely on a make rule to execute
5236 +  # `config.status --recheck' to rerun these tests and create the
5237 +  # libtool script then.
5238 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
5239 +  if test -f "$ltmain_in"; then
5240 +    test -f Makefile && make "$ltmain"
5241 +  fi
5242 +fi
5243 +])# AC_LIBTOOL_CONFIG
5244 +
5245 +
5246 +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
5247 +# -------------------------------------------
5248 +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
5249 +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
5250 +
5251 +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
5252 +
5253 +if test "$GCC" = yes; then
5254 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
5255 +
5256 +  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
5257 +    lt_cv_prog_compiler_rtti_exceptions,
5258 +    [-fno-rtti -fno-exceptions], [],
5259 +    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
5260 +fi
5261 +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
5262 +
5263 +
5264 +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
5265 +# ---------------------------------
5266 +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
5267 +[AC_REQUIRE([AC_CANONICAL_HOST])
5268 +AC_REQUIRE([AC_PROG_NM])
5269 +AC_REQUIRE([AC_OBJEXT])
5270 +# Check for command to grab the raw symbol name followed by C symbol from nm.
5271 +AC_MSG_CHECKING([command to parse $NM output from $compiler object])
5272 +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
5273 +[
5274 +# These are sane defaults that work on at least a few old systems.
5275 +# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5276 +
5277 +# Character class describing NM global symbol codes.
5278 +symcode='[[BCDEGRST]]'
5279 +
5280 +# Regexp to match symbols that can be accessed directly from C.
5281 +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
5282 +
5283 +# Transform an extracted symbol line into a proper C declaration
5284 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
5285 +
5286 +# Transform an extracted symbol line into symbol name and symbol address
5287 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5288 +
5289 +# Define system-specific variables.
5290 +case $host_os in
5291 +aix*)
5292 +  symcode='[[BCDT]]'
5293 +  ;;
5294 +cygwin* | mingw* | pw32*)
5295 +  symcode='[[ABCDGISTW]]'
5296 +  ;;
5297 +hpux*) # Its linker distinguishes data from code symbols
5298 +  if test "$host_cpu" = ia64; then
5299 +    symcode='[[ABCDEGRST]]'
5300 +  fi
5301 +  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5302 +  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5303 +  ;;
5304 +linux*)
5305 +  if test "$host_cpu" = ia64; then
5306 +    symcode='[[ABCDGIRSTW]]'
5307 +    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5308 +    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5309 +  fi
5310 +  ;;
5311 +irix* | nonstopux*)
5312 +  symcode='[[BCDEGRST]]'
5313 +  ;;
5314 +osf*)
5315 +  symcode='[[BCDEGQRST]]'
5316 +  ;;
5317 +solaris* | sysv5*)
5318 +  symcode='[[BDRT]]'
5319 +  ;;
5320 +sysv4)
5321 +  symcode='[[DFNSTU]]'
5322 +  ;;
5323 +esac
5324 +
5325 +# Handle CRLF in mingw tool chain
5326 +opt_cr=
5327 +case $build_os in
5328 +mingw*)
5329 +  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5330 +  ;;
5331 +esac
5332 +
5333 +# If we're using GNU nm, then use its standard symbol codes.
5334 +case `$NM -V 2>&1` in
5335 +*GNU* | *'with BFD'*)
5336 +  symcode='[[ABCDGIRSTW]]' ;;
5337 +esac
5338 +
5339 +# Try without a prefix undercore, then with it.
5340 +for ac_symprfx in "" "_"; do
5341 +
5342 +  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5343 +  symxfrm="\\1 $ac_symprfx\\2 \\2"
5344 +
5345 +  # Write the raw and C identifiers.
5346 +  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5347 +
5348 +  # Check to see that the pipe works correctly.
5349 +  pipe_works=no
5350 +
5351 +  rm -f conftest*
5352 +  cat > conftest.$ac_ext <<EOF
5353 +#ifdef __cplusplus
5354 +extern "C" {
5355 +#endif
5356 +char nm_test_var;
5357 +void nm_test_func(){}
5358 +#ifdef __cplusplus
5359 +}
5360 +#endif
5361 +int main(){nm_test_var='a';nm_test_func();return(0);}
5362 +EOF
5363 +
5364 +  if AC_TRY_EVAL(ac_compile); then
5365 +    # Now try to grab the symbols.
5366 +    nlist=conftest.nm
5367 +    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
5368 +      # Try sorting and uniquifying the output.
5369 +      if sort "$nlist" | uniq > "$nlist"T; then
5370 +       mv -f "$nlist"T "$nlist"
5371 +      else
5372 +       rm -f "$nlist"T
5373 +      fi
5374 +
5375 +      # Make sure that we snagged all the symbols we need.
5376 +      if grep ' nm_test_var$' "$nlist" >/dev/null; then
5377 +       if grep ' nm_test_func$' "$nlist" >/dev/null; then
5378 +         cat <<EOF > conftest.$ac_ext
5379 +#ifdef __cplusplus
5380 +extern "C" {
5381 +#endif
5382 +
5383 +EOF
5384 +         # Now generate the symbol file.
5385 +         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
5386 +
5387 +         cat <<EOF >> conftest.$ac_ext
5388 +#if defined (__STDC__) && __STDC__
5389 +# define lt_ptr_t void *
5390 +#else
5391 +# define lt_ptr_t char *
5392 +# define const
5393 +#endif
5394 +
5395 +/* The mapping between symbol names and symbols. */
5396 +const struct {
5397 +  const char *name;
5398 +  lt_ptr_t address;
5399 +}
5400 +lt_preloaded_symbols[[]] =
5401 +{
5402 +EOF
5403 +         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
5404 +         cat <<\EOF >> conftest.$ac_ext
5405 +  {0, (lt_ptr_t) 0}
5406 +};
5407 +
5408 +#ifdef __cplusplus
5409 +}
5410 +#endif
5411 +EOF
5412 +         # Now try linking the two files.
5413 +         mv conftest.$ac_objext conftstm.$ac_objext
5414 +         lt_save_LIBS="$LIBS"
5415 +         lt_save_CFLAGS="$CFLAGS"
5416 +         LIBS="conftstm.$ac_objext"
5417 +         CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
5418 +         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
5419 +           pipe_works=yes
5420 +         fi
5421 +         LIBS="$lt_save_LIBS"
5422 +         CFLAGS="$lt_save_CFLAGS"
5423 +       else
5424 +         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
5425 +       fi
5426 +      else
5427 +       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
5428 +      fi
5429 +    else
5430 +      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
5431 +    fi
5432 +  else
5433 +    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
5434 +    cat conftest.$ac_ext >&5
5435 +  fi
5436 +  rm -f conftest* conftst*
5437 +
5438 +  # Do not use the global_symbol_pipe unless it works.
5439 +  if test "$pipe_works" = yes; then
5440 +    break
5441 +  else
5442 +    lt_cv_sys_global_symbol_pipe=
5443 +  fi
5444 +done
5445 +])
5446 +if test -z "$lt_cv_sys_global_symbol_pipe"; then
5447 +  lt_cv_sys_global_symbol_to_cdecl=
5448 +fi
5449 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5450 +  AC_MSG_RESULT(failed)
5451 +else
5452 +  AC_MSG_RESULT(ok)
5453 +fi
5454 +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
5455 +
5456 +
5457 +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
5458 +# ---------------------------------------
5459 +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
5460 +[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
5461 +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5462 +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
5463 +
5464 +AC_MSG_CHECKING([for $compiler option to produce PIC])
5465 + ifelse([$1],[CXX],[
5466 +  # C++ specific cases for pic, static, wl, etc.
5467 +  if test "$GXX" = yes; then
5468 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5469 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5470 +
5471 +    case $host_os in
5472 +    aix*)
5473 +      # All AIX code is PIC.
5474 +      if test "$host_cpu" = ia64; then
5475 +       # AIX 5 now supports IA64 processor
5476 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5477 +      fi
5478 +      ;;
5479 +    amigaos*)
5480 +      # FIXME: we need at least 68020 code to build shared libraries, but
5481 +      # adding the `-m68020' flag to GCC prevents building anything better,
5482 +      # like `-m68040'.
5483 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5484 +      ;;
5485 +    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5486 +      # PIC is the default for these OSes.
5487 +      ;;
5488 +    mingw* | os2* | pw32*)
5489 +      # This hack is so that the source file can tell whether it is being
5490 +      # built for inclusion in a dll (and should export symbols for example).
5491 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5492 +      ;;
5493 +    darwin* | rhapsody*)
5494 +      # PIC is the default on this platform
5495 +      # Common symbols not allowed in MH_DYLIB files
5496 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5497 +      ;;
5498 +    *djgpp*)
5499 +      # DJGPP does not support shared libraries at all
5500 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5501 +      ;;
5502 +    sysv4*MP*)
5503 +      if test -d /usr/nec; then
5504 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5505 +      fi
5506 +      ;;
5507 +    hpux*)
5508 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5509 +      # not for PA HP-UX.
5510 +      case $host_cpu in
5511 +      hppa*64*|ia64*)
5512 +       ;;
5513 +      *)
5514 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5515 +       ;;
5516 +      esac
5517 +      ;;
5518 +    *)
5519 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5520 +      ;;
5521 +    esac
5522 +  else
5523 +    case $host_os in
5524 +      aix4* | aix5*)
5525 +       # All AIX code is PIC.
5526 +       if test "$host_cpu" = ia64; then
5527 +         # AIX 5 now supports IA64 processor
5528 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5529 +       else
5530 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5531 +       fi
5532 +       ;;
5533 +      chorus*)
5534 +       case $cc_basename in
5535 +       cxch68*)
5536 +         # Green Hills C++ Compiler
5537 +         # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
5538 +         ;;
5539 +       esac
5540 +       ;;
5541 +       darwin*)
5542 +         # PIC is the default on this platform
5543 +         # Common symbols not allowed in MH_DYLIB files
5544 +         case $cc_basename in
5545 +           xlc*)
5546 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
5547 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5548 +           ;;
5549 +         esac
5550 +       ;;
5551 +      dgux*)
5552 +       case $cc_basename in
5553 +         ec++*)
5554 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5555 +           ;;
5556 +         ghcx*)
5557 +           # Green Hills C++ Compiler
5558 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5559 +           ;;
5560 +         *)
5561 +           ;;
5562 +       esac
5563 +       ;;
5564 +      freebsd* | kfreebsd*-gnu | dragonfly*)
5565 +       # FreeBSD uses GNU C++
5566 +       ;;
5567 +      hpux9* | hpux10* | hpux11*)
5568 +       case $cc_basename in
5569 +         CC*)
5570 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5571 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
5572 +           if test "$host_cpu" != ia64; then
5573 +             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5574 +           fi
5575 +           ;;
5576 +         aCC*)
5577 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5578 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
5579 +           case $host_cpu in
5580 +           hppa*64*|ia64*)
5581 +             # +Z the default
5582 +             ;;
5583 +           *)
5584 +             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5585 +             ;;
5586 +           esac
5587 +           ;;
5588 +         *)
5589 +           ;;
5590 +       esac
5591 +       ;;
5592 +      irix5* | irix6* | nonstopux*)
5593 +       case $cc_basename in
5594 +         CC*)
5595 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5596 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5597 +           # CC pic flag -KPIC is the default.
5598 +           ;;
5599 +         *)
5600 +           ;;
5601 +       esac
5602 +       ;;
5603 +      linux*)
5604 +       case $cc_basename in
5605 +         KCC*)
5606 +           # KAI C++ Compiler
5607 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5608 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5609 +           ;;
5610 +         icpc* | ecpc*)
5611 +           # Intel C++
5612 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5613 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5614 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5615 +           ;;
5616 +         pgCC*)
5617 +           # Portland Group C++ compiler.
5618 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5619 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5620 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5621 +           ;;
5622 +         cxx*)
5623 +           # Compaq C++
5624 +           # Make sure the PIC flag is empty.  It appears that all Alpha
5625 +           # Linux and Compaq Tru64 Unix objects are PIC.
5626 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5627 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5628 +           ;;
5629 +         *)
5630 +           ;;
5631 +       esac
5632 +       ;;
5633 +      lynxos*)
5634 +       ;;
5635 +      m88k*)
5636 +       ;;
5637 +      mvs*)
5638 +       case $cc_basename in
5639 +         cxx*)
5640 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
5641 +           ;;
5642 +         *)
5643 +           ;;
5644 +       esac
5645 +       ;;
5646 +      netbsd*)
5647 +       ;;
5648 +      osf3* | osf4* | osf5*)
5649 +       case $cc_basename in
5650 +         KCC*)
5651 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5652 +           ;;
5653 +         RCC*)
5654 +           # Rational C++ 2.4.1
5655 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5656 +           ;;
5657 +         cxx*)
5658 +           # Digital/Compaq C++
5659 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5660 +           # Make sure the PIC flag is empty.  It appears that all Alpha
5661 +           # Linux and Compaq Tru64 Unix objects are PIC.
5662 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5663 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5664 +           ;;
5665 +         *)
5666 +           ;;
5667 +       esac
5668 +       ;;
5669 +      psos*)
5670 +       ;;
5671 +      sco*)
5672 +       case $cc_basename in
5673 +         CC*)
5674 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5675 +           ;;
5676 +         *)
5677 +           ;;
5678 +       esac
5679 +       ;;
5680 +      solaris*)
5681 +       case $cc_basename in
5682 +         CC*)
5683 +           # Sun C++ 4.2, 5.x and Centerline C++
5684 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5685 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5686 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5687 +           ;;
5688 +         gcx*)
5689 +           # Green Hills C++ Compiler
5690 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5691 +           ;;
5692 +         *)
5693 +           ;;
5694 +       esac
5695 +       ;;
5696 +      sunos4*)
5697 +       case $cc_basename in
5698 +         CC*)
5699 +           # Sun C++ 4.x
5700 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5701 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5702 +           ;;
5703 +         lcc*)
5704 +           # Lucid
5705 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5706 +           ;;
5707 +         *)
5708 +           ;;
5709 +       esac
5710 +       ;;
5711 +      tandem*)
5712 +       case $cc_basename in
5713 +         NCC*)
5714 +           # NonStop-UX NCC 3.20
5715 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5716 +           ;;
5717 +         *)
5718 +           ;;
5719 +       esac
5720 +       ;;
5721 +      unixware*)
5722 +       ;;
5723 +      vxworks*)
5724 +       ;;
5725 +      *)
5726 +       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5727 +       ;;
5728 +    esac
5729 +  fi
5730 +],
5731 +[
5732 +  if test "$GCC" = yes; then
5733 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5734 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5735 +
5736 +    case $host_os in
5737 +      aix*)
5738 +      # All AIX code is PIC.
5739 +      if test "$host_cpu" = ia64; then
5740 +       # AIX 5 now supports IA64 processor
5741 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5742 +      fi
5743 +      ;;
5744 +
5745 +    amigaos*)
5746 +      # FIXME: we need at least 68020 code to build shared libraries, but
5747 +      # adding the `-m68020' flag to GCC prevents building anything better,
5748 +      # like `-m68040'.
5749 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5750 +      ;;
5751 +
5752 +    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5753 +      # PIC is the default for these OSes.
5754 +      ;;
5755 +
5756 +    mingw* | pw32* | os2*)
5757 +      # This hack is so that the source file can tell whether it is being
5758 +      # built for inclusion in a dll (and should export symbols for example).
5759 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5760 +      ;;
5761 +
5762 +    darwin* | rhapsody*)
5763 +      # PIC is the default on this platform
5764 +      # Common symbols not allowed in MH_DYLIB files
5765 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5766 +      ;;
5767 +
5768 +    msdosdjgpp*)
5769 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
5770 +      # on systems that don't support them.
5771 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5772 +      enable_shared=no
5773 +      ;;
5774 +
5775 +    sysv4*MP*)
5776 +      if test -d /usr/nec; then
5777 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5778 +      fi
5779 +      ;;
5780 +
5781 +    hpux*)
5782 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5783 +      # not for PA HP-UX.
5784 +      case $host_cpu in
5785 +      hppa*64*|ia64*)
5786 +       # +Z the default
5787 +       ;;
5788 +      *)
5789 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5790 +       ;;
5791 +      esac
5792 +      ;;
5793 +
5794 +    *)
5795 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5796 +      ;;
5797 +    esac
5798 +  else
5799 +    # PORTME Check for flag to pass linker flags through the system compiler.
5800 +    case $host_os in
5801 +    aix*)
5802 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5803 +      if test "$host_cpu" = ia64; then
5804 +       # AIX 5 now supports IA64 processor
5805 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5806 +      else
5807 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5808 +      fi
5809 +      ;;
5810 +      darwin*)
5811 +        # PIC is the default on this platform
5812 +        # Common symbols not allowed in MH_DYLIB files
5813 +       case $cc_basename in
5814 +         xlc*)
5815 +         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
5816 +         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5817 +         ;;
5818 +       esac
5819 +       ;;
5820 +
5821 +    mingw* | pw32* | os2*)
5822 +      # This hack is so that the source file can tell whether it is being
5823 +      # built for inclusion in a dll (and should export symbols for example).
5824 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5825 +      ;;
5826 +
5827 +    hpux9* | hpux10* | hpux11*)
5828 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5829 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5830 +      # not for PA HP-UX.
5831 +      case $host_cpu in
5832 +      hppa*64*|ia64*)
5833 +       # +Z the default
5834 +       ;;
5835 +      *)
5836 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5837 +       ;;
5838 +      esac
5839 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
5840 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5841 +      ;;
5842 +
5843 +    irix5* | irix6* | nonstopux*)
5844 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5845 +      # PIC (with -KPIC) is the default.
5846 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5847 +      ;;
5848 +
5849 +    newsos6)
5850 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5851 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5852 +      ;;
5853 +
5854 +    linux*)
5855 +      case $cc_basename in
5856 +      icc* | ecc*)
5857 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5858 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5859 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5860 +        ;;
5861 +      pgcc* | pgf77* | pgf90* | pgf95*)
5862 +        # Portland Group compilers (*not* the Pentium gcc compiler,
5863 +       # which looks to be a dead project)
5864 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5865 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5866 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5867 +        ;;
5868 +      ccc*)
5869 +        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5870 +        # All Alpha code is PIC.
5871 +        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5872 +        ;;
5873 +      esac
5874 +      ;;
5875 +
5876 +    osf3* | osf4* | osf5*)
5877 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5878 +      # All OSF/1 code is PIC.
5879 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5880 +      ;;
5881 +
5882 +    sco3.2v5*)
5883 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
5884 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
5885 +      ;;
5886 +
5887 +    solaris*)
5888 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5889 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5890 +      case $cc_basename in
5891 +      f77* | f90* | f95*)
5892 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5893 +      *)
5894 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5895 +      esac
5896 +      ;;
5897 +
5898 +    sunos4*)
5899 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5900 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5901 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5902 +      ;;
5903 +
5904 +    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5905 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5906 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5907 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5908 +      ;;
5909 +
5910 +    sysv4*MP*)
5911 +      if test -d /usr/nec ;then
5912 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5913 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5914 +      fi
5915 +      ;;
5916 +
5917 +    unicos*)
5918 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5919 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5920 +      ;;
5921 +
5922 +    uts4*)
5923 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5924 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5925 +      ;;
5926 +
5927 +    *)
5928 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5929 +      ;;
5930 +    esac
5931 +  fi
5932 +])
5933 +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5934 +
5935 +#
5936 +# Check to make sure the PIC flag actually works.
5937 +#
5938 +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5939 +  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5940 +    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5941 +    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5942 +    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5943 +     "" | " "*) ;;
5944 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5945 +     esac],
5946 +    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5947 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5948 +fi
5949 +case $host_os in
5950 +  # For platforms which do not support PIC, -DPIC is meaningless:
5951 +  *djgpp*)
5952 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5953 +    ;;
5954 +  *)
5955 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5956 +    ;;
5957 +esac
5958 +])
5959 +
5960 +
5961 +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
5962 +# ------------------------------------
5963 +# See if the linker supports building shared libraries.
5964 +AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
5965 +[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5966 +ifelse([$1],[CXX],[
5967 +  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5968 +  case $host_os in
5969 +  aix4* | aix5*)
5970 +    # If we're using GNU nm, then we don't want the "-C" option.
5971 +    # -C means demangle to AIX nm, but means don't demangle with GNU nm
5972 +    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5973 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5974 +    else
5975 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5976 +    fi
5977 +    ;;
5978 +  pw32*)
5979 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5980 +  ;;
5981 +  cygwin* | mingw*)
5982 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5983 +  ;;
5984 +  *)
5985 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5986 +  ;;
5987 +  esac
5988 +],[
5989 +  runpath_var=
5990 +  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5991 +  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5992 +  _LT_AC_TAGVAR(archive_cmds, $1)=
5993 +  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5994 +  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5995 +  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5996 +  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5997 +  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5998 +  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5999 +  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
6000 +  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
6001 +  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
6002 +  _LT_AC_TAGVAR(hardcode_direct, $1)=no
6003 +  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
6004 +  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6005 +  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
6006 +  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
6007 +  _LT_AC_TAGVAR(module_cmds, $1)=
6008 +  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
6009 +  _LT_AC_TAGVAR(always_export_symbols, $1)=no
6010 +  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
6011 +  # include_expsyms should be a list of space-separated symbols to be *always*
6012 +  # included in the symbol list
6013 +  _LT_AC_TAGVAR(include_expsyms, $1)=
6014 +  # exclude_expsyms can be an extended regexp of symbols to exclude
6015 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
6016 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
6017 +  # as well as any symbol that contains `d'.
6018 +  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
6019 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
6020 +  # platforms (ab)use it in PIC code, but their linkers get confused if
6021 +  # the symbol is explicitly referenced.  Since portable code cannot
6022 +  # rely on this symbol name, it's probably fine to never include it in
6023 +  # preloaded symbol tables.
6024 +  extract_expsyms_cmds=
6025 +  # Just being paranoid about ensuring that cc_basename is set.
6026 +  _LT_CC_BASENAME([$compiler])
6027 +  case $host_os in
6028 +  cygwin* | mingw* | pw32*)
6029 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
6030 +    # When not using gcc, we currently assume that we are using
6031 +    # Microsoft Visual C++.
6032 +    if test "$GCC" != yes; then
6033 +      with_gnu_ld=no
6034 +    fi
6035 +    ;;
6036 +  openbsd*)
6037 +    with_gnu_ld=no
6038 +    ;;
6039 +  esac
6040 +
6041 +  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
6042 +  if test "$with_gnu_ld" = yes; then
6043 +    # If archive_cmds runs LD, not CC, wlarc should be empty
6044 +    wlarc='${wl}'
6045 +
6046 +    # Set some defaults for GNU ld with shared library support. These
6047 +    # are reset later if shared libraries are not supported. Putting them
6048 +    # here allows them to be overridden if necessary.
6049 +    runpath_var=LD_RUN_PATH
6050 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
6051 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6052 +    # ancient GNU ld didn't support --whole-archive et. al.
6053 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
6054 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6055 +      else
6056 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
6057 +    fi
6058 +    supports_anon_versioning=no
6059 +    case `$LD -v 2>/dev/null` in
6060 +      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
6061 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
6062 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
6063 +      *\ 2.11.*) ;; # other 2.11 versions
6064 +      *) supports_anon_versioning=yes ;;
6065 +    esac
6066 +
6067 +    # See if GNU ld supports shared libraries.
6068 +    case $host_os in
6069 +    aix3* | aix4* | aix5*)
6070 +      # On AIX/PPC, the GNU linker is very broken
6071 +      if test "$host_cpu" != ia64; then
6072 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6073 +       cat <<EOF 1>&2
6074 +
6075 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
6076 +*** to be unable to reliably create shared libraries on AIX.
6077 +*** Therefore, libtool is disabling shared libraries support.  If you
6078 +*** really care for shared libraries, you may want to modify your PATH
6079 +*** so that a non-GNU linker is found, and then restart.
6080 +
6081 +EOF
6082 +      fi
6083 +      ;;
6084 +
6085 +    amigaos*)
6086 +      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
6087 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6088 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6089 +
6090 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
6091 +      # that the semantics of dynamic libraries on AmigaOS, at least up
6092 +      # to version 4, is to share data among multiple programs linked
6093 +      # with the same dynamic library.  Since this doesn't match the
6094 +      # behavior of shared libraries on other platforms, we can't use
6095 +      # them.
6096 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6097 +      ;;
6098 +
6099 +    beos*)
6100 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6101 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6102 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6103 +       # support --undefined.  This deserves some investigation.  FIXME
6104 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6105 +      else
6106 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6107 +      fi
6108 +      ;;
6109 +
6110 +    cygwin* | mingw* | pw32*)
6111 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
6112 +      # as there is no search path for DLLs.
6113 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6114 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6115 +      _LT_AC_TAGVAR(always_export_symbols, $1)=no
6116 +      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6117 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
6118 +
6119 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
6120 +        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
6121 +       # If the export-symbols file already is a .def file (1st line
6122 +       # is EXPORTS), use it as is; otherwise, prepend...
6123 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6124 +         cp $export_symbols $output_objdir/$soname.def;
6125 +       else
6126 +         echo EXPORTS > $output_objdir/$soname.def;
6127 +         cat $export_symbols >> $output_objdir/$soname.def;
6128 +       fi~
6129 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
6130 +      else
6131 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6132 +      fi
6133 +      ;;
6134 +
6135 +    linux*)
6136 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6137 +       tmp_addflag=
6138 +       case $cc_basename,$host_cpu in
6139 +       pgcc*)                          # Portland Group C compiler
6140 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
6141 +         tmp_addflag=' $pic_flag'
6142 +         ;;
6143 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
6144 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
6145 +         tmp_addflag=' $pic_flag -Mnomain' ;;
6146 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
6147 +         tmp_addflag=' -i_dynamic' ;;
6148 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
6149 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
6150 +       ifc* | ifort*)                  # Intel Fortran compiler
6151 +         tmp_addflag=' -nofor_main' ;;
6152 +       esac
6153 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6154 +
6155 +       if test $supports_anon_versioning = yes; then
6156 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
6157 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
6158 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
6159 +         $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
6160 +       fi
6161 +      else
6162 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6163 +      fi
6164 +      ;;
6165 +
6166 +    netbsd*)
6167 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6168 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6169 +       wlarc=
6170 +      else
6171 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6172 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6173 +      fi
6174 +      ;;
6175 +
6176 +    solaris* | sysv5*)
6177 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
6178 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6179 +       cat <<EOF 1>&2
6180 +
6181 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
6182 +*** create shared libraries on Solaris systems.  Therefore, libtool
6183 +*** is disabling shared libraries support.  We urge you to upgrade GNU
6184 +*** binutils to release 2.9.1 or newer.  Another option is to modify
6185 +*** your PATH or compiler configuration so that the native linker is
6186 +*** used, and then restart.
6187 +
6188 +EOF
6189 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6190 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6191 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6192 +      else
6193 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6194 +      fi
6195 +      ;;
6196 +
6197 +    sunos4*)
6198 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6199 +      wlarc=
6200 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6201 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6202 +      ;;
6203 +
6204 +    *)
6205 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6206 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6207 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6208 +      else
6209 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6210 +      fi
6211 +      ;;
6212 +    esac
6213 +
6214 +    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
6215 +      runpath_var=
6216 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
6217 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
6218 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
6219 +    fi
6220 +  else
6221 +    # PORTME fill in a description of your system's linker (not GNU ld)
6222 +    case $host_os in
6223 +    aix3*)
6224 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6225 +      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6226 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
6227 +      # Note: this linker hardcodes the directories in LIBPATH if there
6228 +      # are no directories specified by -L.
6229 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6230 +      if test "$GCC" = yes && test -z "$link_static_flag"; then
6231 +       # Neither direct hardcoding nor static linking is supported with a
6232 +       # broken collect2.
6233 +       _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
6234 +      fi
6235 +      ;;
6236 +
6237 +    aix4* | aix5*)
6238 +      if test "$host_cpu" = ia64; then
6239 +       # On IA64, the linker does run time linking by default, so we don't
6240 +       # have to do anything special.
6241 +       aix_use_runtimelinking=no
6242 +       exp_sym_flag='-Bexport'
6243 +       no_entry_flag=""
6244 +      else
6245 +       # If we're using GNU nm, then we don't want the "-C" option.
6246 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
6247 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
6248 +         _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
6249 +       else
6250 +         _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
6251 +       fi
6252 +       aix_use_runtimelinking=no
6253 +
6254 +       # Test if we are trying to use run time linking or normal
6255 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6256 +       # need to do runtime linking.
6257 +       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
6258 +         for ld_flag in $LDFLAGS; do
6259 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
6260 +           aix_use_runtimelinking=yes
6261 +           break
6262 +         fi
6263 +         done
6264 +       esac
6265 +
6266 +       exp_sym_flag='-bexport'
6267 +       no_entry_flag='-bnoentry'
6268 +      fi
6269 +
6270 +      # When large executables or shared objects are built, AIX ld can
6271 +      # have problems creating the table of contents.  If linking a library
6272 +      # or program results in "error TOC overflow" add -mminimal-toc to
6273 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
6274 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6275 +
6276 +      _LT_AC_TAGVAR(archive_cmds, $1)=''
6277 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6278 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
6279 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6280 +
6281 +      if test "$GCC" = yes; then
6282 +       case $host_os in aix4.[[012]]|aix4.[[012]].*)
6283 +       # We only want to do this on AIX 4.2 and lower, the check
6284 +       # below for broken collect2 doesn't work under 4.3+
6285 +         collect2name=`${CC} -print-prog-name=collect2`
6286 +         if test -f "$collect2name" && \
6287 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
6288 +         then
6289 +         # We have reworked collect2
6290 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6291 +         else
6292 +         # We have old collect2
6293 +         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
6294 +         # It fails to find uninstalled libraries when the uninstalled
6295 +         # path is not listed in the libpath.  Setting hardcode_minus_L
6296 +         # to unsupported forces relinking
6297 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6298 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6299 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
6300 +         fi
6301 +       esac
6302 +       shared_flag='-shared'
6303 +       if test "$aix_use_runtimelinking" = yes; then
6304 +         shared_flag="$shared_flag "'${wl}-G'
6305 +       fi
6306 +      else
6307 +       # not using gcc
6308 +       if test "$host_cpu" = ia64; then
6309 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6310 +       # chokes on -Wl,-G. The following line is correct:
6311 +         shared_flag='-G'
6312 +       else
6313 +       if test "$aix_use_runtimelinking" = yes; then
6314 +           shared_flag='${wl}-G'
6315 +         else
6316 +           shared_flag='${wl}-bM:SRE'
6317 +       fi
6318 +       fi
6319 +      fi
6320 +
6321 +      # It seems that -bexpall does not export symbols beginning with
6322 +      # underscore (_), so it is better to generate a list of symbols to export.
6323 +      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6324 +      if test "$aix_use_runtimelinking" = yes; then
6325 +       # Warning - without using the other runtime loading flags (-brtl),
6326 +       # -berok will link without error, but may produce a broken library.
6327 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
6328 +       # Determine the default libpath from the value encoded in an empty executable.
6329 +       _LT_AC_SYS_LIBPATH_AIX
6330 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6331 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
6332 +       else
6333 +       if test "$host_cpu" = ia64; then
6334 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
6335 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6336 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
6337 +       else
6338 +        # Determine the default libpath from the value encoded in an empty executable.
6339 +        _LT_AC_SYS_LIBPATH_AIX
6340 +        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6341 +         # Warning - without using the other run time loading flags,
6342 +         # -berok will link without error, but may produce a broken library.
6343 +         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
6344 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
6345 +         # -bexpall does not export symbols beginning with underscore (_)
6346 +         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6347 +         # Exported symbols can be pulled into shared objects from archives
6348 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
6349 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6350 +         # This is similar to how AIX traditionally builds its shared libraries.
6351 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
6352 +       fi
6353 +      fi
6354 +      ;;
6355 +
6356 +    amigaos*)
6357 +      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
6358 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6359 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6360 +      # see comment about different semantics on the GNU ld section
6361 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6362 +      ;;
6363 +
6364 +    bsdi[[45]]*)
6365 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
6366 +      ;;
6367 +
6368 +    cygwin* | mingw* | pw32*)
6369 +      # When not using gcc, we currently assume that we are using
6370 +      # Microsoft Visual C++.
6371 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
6372 +      # no search path for DLLs.
6373 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6374 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6375 +      # Tell ltmain to make .lib files, not .a files.
6376 +      libext=lib
6377 +      # Tell ltmain to make .dll files, not .so files.
6378 +      shrext_cmds=".dll"
6379 +      # FIXME: Setting linknames here is a bad hack.
6380 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
6381 +      # The linker will automatically build a .lib file if we build a DLL.
6382 +      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
6383 +      # FIXME: Should let the user specify the lib program.
6384 +      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
6385 +      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
6386 +      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6387 +      ;;
6388 +
6389 +    darwin* | rhapsody*)
6390 +      case $host_os in
6391 +        rhapsody* | darwin1.[[012]])
6392 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
6393 +         ;;
6394 +       *) # Darwin 1.3 on
6395 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
6396 +           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6397 +         else
6398 +           case ${MACOSX_DEPLOYMENT_TARGET} in
6399 +             10.[[012]])
6400 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6401 +               ;;
6402 +             10.*)
6403 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
6404 +               ;;
6405 +           esac
6406 +         fi
6407 +         ;;
6408 +      esac
6409 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6410 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
6411 +      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
6412 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6413 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
6414 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6415 +    if test "$GCC" = yes ; then
6416 +       output_verbose_link_cmd='echo'
6417 +        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
6418 +      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6419 +      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6420 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6421 +      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6422 +    else
6423 +      case $cc_basename in
6424 +        xlc*)
6425 +         output_verbose_link_cmd='echo'
6426 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
6427 +         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6428 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6429 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6430 +          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6431 +          ;;
6432 +       *)
6433 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
6434 +          ;;
6435 +      esac
6436 +    fi
6437 +      ;;
6438 +
6439 +    dgux*)
6440 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6441 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6442 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6443 +      ;;
6444 +
6445 +    freebsd1*)
6446 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6447 +      ;;
6448 +
6449 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6450 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
6451 +    # does not break anything, and helps significantly (at the cost of a little
6452 +    # extra space).
6453 +    freebsd2.2*)
6454 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6455 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6456 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6457 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6458 +      ;;
6459 +
6460 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6461 +    freebsd2*)
6462 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6463 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6464 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6465 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6466 +      ;;
6467 +
6468 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6469 +    freebsd* | kfreebsd*-gnu | dragonfly*)
6470 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6471 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6472 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6473 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6474 +      ;;
6475 +
6476 +    hpux9*)
6477 +      if test "$GCC" = yes; then
6478 +       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6479 +      else
6480 +       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6481 +      fi
6482 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6483 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6484 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6485 +
6486 +      # hardcode_minus_L: Not really in the search PATH,
6487 +      # but as the default location of the library.
6488 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6489 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6490 +      ;;
6491 +
6492 +    hpux10* | hpux11*)
6493 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6494 +       case $host_cpu in
6495 +       hppa*64*|ia64*)
6496 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6497 +         ;;
6498 +       *)
6499 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6500 +         ;;
6501 +       esac
6502 +      else
6503 +       case $host_cpu in
6504 +       hppa*64*|ia64*)
6505 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
6506 +         ;;
6507 +       *)
6508 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
6509 +         ;;
6510 +       esac
6511 +      fi
6512 +      if test "$with_gnu_ld" = no; then
6513 +       case $host_cpu in
6514 +       hppa*64*)
6515 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6516 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
6517 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6518 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no
6519 +         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6520 +         ;;
6521 +       ia64*)
6522 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6523 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no
6524 +         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6525 +
6526 +         # hardcode_minus_L: Not really in the search PATH,
6527 +         # but as the default location of the library.
6528 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6529 +         ;;
6530 +       *)
6531 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6532 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6533 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6534 +         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6535 +
6536 +         # hardcode_minus_L: Not really in the search PATH,
6537 +         # but as the default location of the library.
6538 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6539 +         ;;
6540 +       esac
6541 +      fi
6542 +      ;;
6543 +
6544 +    irix5* | irix6* | nonstopux*)
6545 +      if test "$GCC" = yes; then
6546 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6547 +      else
6548 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6549 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
6550 +      fi
6551 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6552 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6553 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6554 +      ;;
6555 +
6556 +    netbsd*)
6557 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6558 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6559 +      else
6560 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
6561 +      fi
6562 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6563 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6564 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6565 +      ;;
6566 +
6567 +    newsos6)
6568 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6569 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6570 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6571 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6572 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6573 +      ;;
6574 +
6575 +    openbsd*)
6576 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6577 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6578 +      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6579 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6580 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
6581 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6582 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6583 +      else
6584 +       case $host_os in
6585 +        openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
6586 +          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6587 +          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6588 +          ;;
6589 +        *)
6590 +          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6591 +          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6592 +          ;;
6593 +       esac
6594 +      fi
6595 +      ;;
6596 +
6597 +    os2*)
6598 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6599 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6600 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6601 +      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
6602 +      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6603 +      ;;
6604 +
6605 +    osf3*)
6606 +      if test "$GCC" = yes; then
6607 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6608 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6609 +      else
6610 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6611 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6612 +      fi
6613 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6614 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6615 +      ;;
6616 +
6617 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
6618 +      if test "$GCC" = yes; then
6619 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6620 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6621 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6622 +      else
6623 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6624 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6625 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6626 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
6627 +
6628 +       # Both c and cxx compiler support -rpath directly
6629 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
6630 +      fi
6631 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6632 +      ;;
6633 +
6634 +    sco3.2v5*)
6635 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6636 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6637 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6638 +      runpath_var=LD_RUN_PATH
6639 +      hardcode_runpath_var=yes
6640 +      ;;
6641 +
6642 +    solaris*)
6643 +      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6644 +      if test "$GCC" = yes; then
6645 +       wlarc='${wl}'
6646 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6647 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6648 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
6649 +      else
6650 +       wlarc=''
6651 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6652 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6653 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6654 +      fi
6655 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6656 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6657 +      case $host_os in
6658 +      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
6659 +      *)
6660 +       # The compiler driver will combine linker options so we
6661 +       # cannot just pass the convience library names through
6662 +       # without $wl, iff we do not link with $LD.
6663 +       # Luckily, gcc supports the same syntax we need for Sun Studio.
6664 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
6665 +       case $wlarc in
6666 +       '')
6667 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
6668 +       *)
6669 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
6670 +       esac ;;
6671 +      esac
6672 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6673 +      ;;
6674 +
6675 +    sunos4*)
6676 +      if test "x$host_vendor" = xsequent; then
6677 +       # Use $CC to link under sequent, because it throws in some extra .o
6678 +       # files that make .init and .fini sections work.
6679 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6680 +      else
6681 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6682 +      fi
6683 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6684 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6685 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6686 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6687 +      ;;
6688 +
6689 +    sysv4)
6690 +      case $host_vendor in
6691 +       sni)
6692 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6693 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
6694 +       ;;
6695 +       siemens)
6696 +         ## LD is ld it makes a PLAMLIB
6697 +         ## CC just makes a GrossModule.
6698 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6699 +         _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
6700 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no
6701 +        ;;
6702 +       motorola)
6703 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6704 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
6705 +       ;;
6706 +      esac
6707 +      runpath_var='LD_RUN_PATH'
6708 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6709 +      ;;
6710 +
6711 +    sysv4.3*)
6712 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6713 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6714 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6715 +      ;;
6716 +
6717 +    sysv4*MP*)
6718 +      if test -d /usr/nec; then
6719 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6720 +       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6721 +       runpath_var=LD_RUN_PATH
6722 +       hardcode_runpath_var=yes
6723 +       _LT_AC_TAGVAR(ld_shlibs, $1)=yes
6724 +      fi
6725 +      ;;
6726 +
6727 +    sysv4.2uw2*)
6728 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6729 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6730 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
6731 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6732 +      hardcode_runpath_var=yes
6733 +      runpath_var=LD_RUN_PATH
6734 +      ;;
6735 +
6736 +   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
6737 +      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
6738 +      if test "$GCC" = yes; then
6739 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6740 +      else
6741 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6742 +      fi
6743 +      runpath_var='LD_RUN_PATH'
6744 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6745 +      ;;
6746 +
6747 +    sysv5*)
6748 +      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6749 +      # $CC -shared without GNU ld will not create a library from C++
6750 +      # object files and a static libstdc++, better avoid it by now
6751 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6752 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6753 +               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6754 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
6755 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6756 +      runpath_var='LD_RUN_PATH'
6757 +      ;;
6758 +
6759 +    uts4*)
6760 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6761 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6762 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6763 +      ;;
6764 +
6765 +    *)
6766 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6767 +      ;;
6768 +    esac
6769 +  fi
6770 +])
6771 +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6772 +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6773 +
6774 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6775 +if test "$GCC" = yes; then
6776 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6777 +fi
6778 +
6779 +#
6780 +# Do we need to explicitly link libc?
6781 +#
6782 +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6783 +x|xyes)
6784 +  # Assume -lc should be added
6785 +  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6786 +
6787 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
6788 +    case $_LT_AC_TAGVAR(archive_cmds, $1) in
6789 +    *'~'*)
6790 +      # FIXME: we may have to deal with multi-command sequences.
6791 +      ;;
6792 +    '$CC '*)
6793 +      # Test whether the compiler implicitly links with -lc since on some
6794 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
6795 +      # to ld, don't add -lc before -lgcc.
6796 +      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6797 +      $rm conftest*
6798 +      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6799 +
6800 +      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6801 +        soname=conftest
6802 +        lib=conftest
6803 +        libobjs=conftest.$ac_objext
6804 +        deplibs=
6805 +        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6806 +        compiler_flags=-v
6807 +        linker_flags=-v
6808 +        verstring=
6809 +        output_objdir=.
6810 +        libname=conftest
6811 +        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6812 +        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6813 +        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6814 +        then
6815 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6816 +        else
6817 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6818 +        fi
6819 +        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6820 +      else
6821 +        cat conftest.err 1>&5
6822 +      fi
6823 +      $rm conftest*
6824 +      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6825 +      ;;
6826 +    esac
6827 +  fi
6828 +  ;;
6829 +esac
6830 +])# AC_LIBTOOL_PROG_LD_SHLIBS
6831 +
6832 +
6833 +# _LT_AC_FILE_LTDLL_C
6834 +# -------------------
6835 +# Be careful that the start marker always follows a newline.
6836 +AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6837 +# /* ltdll.c starts here */
6838 +# #define WIN32_LEAN_AND_MEAN
6839 +# #include <windows.h>
6840 +# #undef WIN32_LEAN_AND_MEAN
6841 +# #include <stdio.h>
6842 +#
6843 +# #ifndef __CYGWIN__
6844 +# #  ifdef __CYGWIN32__
6845 +# #    define __CYGWIN__ __CYGWIN32__
6846 +# #  endif
6847 +# #endif
6848 +#
6849 +# #ifdef __cplusplus
6850 +# extern "C" {
6851 +# #endif
6852 +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6853 +# #ifdef __cplusplus
6854 +# }
6855 +# #endif
6856 +#
6857 +# #ifdef __CYGWIN__
6858 +# #include <cygwin/cygwin_dll.h>
6859 +# DECLARE_CYGWIN_DLL( DllMain );
6860 +# #endif
6861 +# HINSTANCE __hDllInstance_base;
6862 +#
6863 +# BOOL APIENTRY
6864 +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6865 +# {
6866 +#   __hDllInstance_base = hInst;
6867 +#   return TRUE;
6868 +# }
6869 +# /* ltdll.c ends here */
6870 +])# _LT_AC_FILE_LTDLL_C
6871 +
6872 +
6873 +# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
6874 +# ---------------------------------
6875 +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6876 +
6877 +
6878 +# old names
6879 +AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
6880 +AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
6881 +AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
6882 +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6883 +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6884 +AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
6885 +AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
6886 +
6887 +# This is just to silence aclocal about the macro not being used
6888 +ifelse([AC_DISABLE_FAST_INSTALL])
6889 +
6890 +AC_DEFUN([LT_AC_PROG_GCJ],
6891 +[AC_CHECK_TOOL(GCJ, gcj, no)
6892 +  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6893 +  AC_SUBST(GCJFLAGS)
6894 +])
6895 +
6896 +AC_DEFUN([LT_AC_PROG_RC],
6897 +[AC_CHECK_TOOL(RC, windres, no)
6898 +])
6899 +
6900 +# NOTE: This macro has been submitted for inclusion into   #
6901 +#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
6902 +#  a released version of Autoconf we should remove this    #
6903 +#  macro and use it instead.                               #
6904 +# LT_AC_PROG_SED
6905 +# --------------
6906 +# Check for a fully-functional sed program, that truncates
6907 +# as few characters as possible.  Prefer GNU sed if found.
6908 +AC_DEFUN([LT_AC_PROG_SED],
6909 +[AC_MSG_CHECKING([for a sed that does not truncate output])
6910 +AC_CACHE_VAL(lt_cv_path_SED,
6911 +[# Loop through the user's path and test for sed and gsed.
6912 +# Then use that list of sed's as ones to test for truncation.
6913 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914 +for as_dir in $PATH
6915 +do
6916 +  IFS=$as_save_IFS
6917 +  test -z "$as_dir" && as_dir=.
6918 +  for lt_ac_prog in sed gsed; do
6919 +    for ac_exec_ext in '' $ac_executable_extensions; do
6920 +      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
6921 +        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6922 +      fi
6923 +    done
6924 +  done
6925 +done
6926 +lt_ac_max=0
6927 +lt_ac_count=0
6928 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris
6929 +# along with /bin/sed that truncates output.
6930 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6931 +  test ! -f $lt_ac_sed && continue
6932 +  cat /dev/null > conftest.in
6933 +  lt_ac_count=0
6934 +  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6935 +  # Check for GNU sed and select it if it is found.
6936 +  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6937 +    lt_cv_path_SED=$lt_ac_sed
6938 +    break
6939 +  fi
6940 +  while true; do
6941 +    cat conftest.in conftest.in >conftest.tmp
6942 +    mv conftest.tmp conftest.in
6943 +    cp conftest.in conftest.nl
6944 +    echo >>conftest.nl
6945 +    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6946 +    cmp -s conftest.out conftest.nl || break
6947 +    # 10000 chars as input seems more than enough
6948 +    test $lt_ac_count -gt 10 && break
6949 +    lt_ac_count=`expr $lt_ac_count + 1`
6950 +    if test $lt_ac_count -gt $lt_ac_max; then
6951 +      lt_ac_max=$lt_ac_count
6952 +      lt_cv_path_SED=$lt_ac_sed
6953 +    fi
6954 +  done
6955 +done
6956 +])
6957 +SED=$lt_cv_path_SED
6958 +AC_MSG_RESULT([$SED])
6959 +])
6960 +
6961 +#                                                        -*- Autoconf -*-
6962 +# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
6963 +# Generated from amversion.in; do not edit by hand.
6964 +
6965 +# This program is free software; you can redistribute it and/or modify
6966 +# it under the terms of the GNU General Public License as published by
6967 +# the Free Software Foundation; either version 2, or (at your option)
6968 +# any later version.
6969 +
6970 +# This program is distributed in the hope that it will be useful,
6971 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
6972 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6973 +# GNU General Public License for more details.
6974 +
6975 +# You should have received a copy of the GNU General Public License
6976 +# along with this program; if not, write to the Free Software
6977 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
6978 +
6979 +# AM_AUTOMAKE_VERSION(VERSION)
6980 +# ----------------------------
6981 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
6982 +# generated from the m4 files accompanying Automake X.Y.
6983 +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
6984 +
6985 +# AM_SET_CURRENT_AUTOMAKE_VERSION
6986 +# -------------------------------
6987 +# Call AM_AUTOMAKE_VERSION so it can be traced.
6988 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6989 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6990 +        [AM_AUTOMAKE_VERSION([1.8.5])])
6991 +
6992 +# AM_AUX_DIR_EXPAND
6993 +
6994 +# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
6995 +
6996 +# This program is free software; you can redistribute it and/or modify
6997 +# it under the terms of the GNU General Public License as published by
6998 +# the Free Software Foundation; either version 2, or (at your option)
6999 +# any later version.
7000 +
7001 +# This program is distributed in the hope that it will be useful,
7002 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7003 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7004 +# GNU General Public License for more details.
7005 +
7006 +# You should have received a copy of the GNU General Public License
7007 +# along with this program; if not, write to the Free Software
7008 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7009 +# 02111-1307, USA.
7010 +
7011 +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
7012 +# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
7013 +# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
7014 +#
7015 +# Of course, Automake must honor this variable whenever it calls a
7016 +# tool from the auxiliary directory.  The problem is that $srcdir (and
7017 +# therefore $ac_aux_dir as well) can be either absolute or relative,
7018 +# depending on how configure is run.  This is pretty annoying, since
7019 +# it makes $ac_aux_dir quite unusable in subdirectories: in the top
7020 +# source directory, any form will work fine, but in subdirectories a
7021 +# relative path needs to be adjusted first.
7022 +#
7023 +# $ac_aux_dir/missing
7024 +#    fails when called from a subdirectory if $ac_aux_dir is relative
7025 +# $top_srcdir/$ac_aux_dir/missing
7026 +#    fails if $ac_aux_dir is absolute,
7027 +#    fails when called from a subdirectory in a VPATH build with
7028 +#          a relative $ac_aux_dir
7029 +#
7030 +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
7031 +# are both prefixed by $srcdir.  In an in-source build this is usually
7032 +# harmless because $srcdir is `.', but things will broke when you
7033 +# start a VPATH build or use an absolute $srcdir.
7034 +#
7035 +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
7036 +# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
7037 +#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
7038 +# and then we would define $MISSING as
7039 +#   MISSING="\${SHELL} $am_aux_dir/missing"
7040 +# This will work as long as MISSING is not called from configure, because
7041 +# unfortunately $(top_srcdir) has no meaning in configure.
7042 +# However there are other variables, like CC, which are often used in
7043 +# configure, and could therefore not use this "fixed" $ac_aux_dir.
7044 +#
7045 +# Another solution, used here, is to always expand $ac_aux_dir to an
7046 +# absolute PATH.  The drawback is that using absolute paths prevent a
7047 +# configured tree to be moved without reconfiguration.
7048 +
7049 +AC_DEFUN([AM_AUX_DIR_EXPAND],
7050 +[dnl Rely on autoconf to set up CDPATH properly.
7051 +AC_PREREQ([2.50])dnl
7052 +# expand $ac_aux_dir to an absolute path
7053 +am_aux_dir=`cd $ac_aux_dir && pwd`
7054 +])
7055 +
7056 +# AM_CONDITIONAL                                              -*- Autoconf -*-
7057 +
7058 +# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
7059 +
7060 +# This program is free software; you can redistribute it and/or modify
7061 +# it under the terms of the GNU General Public License as published by
7062 +# the Free Software Foundation; either version 2, or (at your option)
7063 +# any later version.
7064 +
7065 +# This program is distributed in the hope that it will be useful,
7066 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7067 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7068 +# GNU General Public License for more details.
7069 +
7070 +# You should have received a copy of the GNU General Public License
7071 +# along with this program; if not, write to the Free Software
7072 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7073 +# 02111-1307, USA.
7074 +
7075 +# serial 6
7076 +
7077 +# AM_CONDITIONAL(NAME, SHELL-CONDITION)
7078 +# -------------------------------------
7079 +# Define a conditional.
7080 +AC_DEFUN([AM_CONDITIONAL],
7081 +[AC_PREREQ(2.52)dnl
7082 + ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
7083 +       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
7084 +AC_SUBST([$1_TRUE])
7085 +AC_SUBST([$1_FALSE])
7086 +if $2; then
7087 +  $1_TRUE=
7088 +  $1_FALSE='#'
7089 +else
7090 +  $1_TRUE='#'
7091 +  $1_FALSE=
7092 +fi
7093 +AC_CONFIG_COMMANDS_PRE(
7094 +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
7095 +  AC_MSG_ERROR([conditional "$1" was never defined.
7096 +Usually this means the macro was only invoked conditionally.])
7097 +fi])])
7098 +
7099 +# serial 7                                             -*- Autoconf -*-
7100 +
7101 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
7102 +# Free Software Foundation, Inc.
7103 +
7104 +# This program is free software; you can redistribute it and/or modify
7105 +# it under the terms of the GNU General Public License as published by
7106 +# the Free Software Foundation; either version 2, or (at your option)
7107 +# any later version.
7108 +
7109 +# This program is distributed in the hope that it will be useful,
7110 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7111 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7112 +# GNU General Public License for more details.
7113 +
7114 +# You should have received a copy of the GNU General Public License
7115 +# along with this program; if not, write to the Free Software
7116 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7117 +# 02111-1307, USA.
7118 +
7119 +
7120 +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
7121 +# written in clear, in which case automake, when reading aclocal.m4,
7122 +# will think it sees a *use*, and therefore will trigger all it's
7123 +# C support machinery.  Also note that it means that autoscan, seeing
7124 +# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
7125 +
7126 +
7127 +
7128 +# _AM_DEPENDENCIES(NAME)
7129 +# ----------------------
7130 +# See how the compiler implements dependency checking.
7131 +# NAME is "CC", "CXX", "GCJ", or "OBJC".
7132 +# We try a few techniques and use that to set a single cache variable.
7133 +#
7134 +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
7135 +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
7136 +# dependency, and given that the user is not expected to run this macro,
7137 +# just rely on AC_PROG_CC.
7138 +AC_DEFUN([_AM_DEPENDENCIES],
7139 +[AC_REQUIRE([AM_SET_DEPDIR])dnl
7140 +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
7141 +AC_REQUIRE([AM_MAKE_INCLUDE])dnl
7142 +AC_REQUIRE([AM_DEP_TRACK])dnl
7143 +
7144 +ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
7145 +       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
7146 +       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
7147 +       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
7148 +                   [depcc="$$1"   am_compiler_list=])
7149 +
7150 +AC_CACHE_CHECK([dependency style of $depcc],
7151 +               [am_cv_$1_dependencies_compiler_type],
7152 +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
7153 +  # We make a subdir and do the tests there.  Otherwise we can end up
7154 +  # making bogus files that we don't know about and never remove.  For
7155 +  # instance it was reported that on HP-UX the gcc test will end up
7156 +  # making a dummy file named `D' -- because `-MD' means `put the output
7157 +  # in D'.
7158 +  mkdir conftest.dir
7159 +  # Copy depcomp to subdir because otherwise we won't find it if we're
7160 +  # using a relative directory.
7161 +  cp "$am_depcomp" conftest.dir
7162 +  cd conftest.dir
7163 +  # We will build objects and dependencies in a subdirectory because
7164 +  # it helps to detect inapplicable dependency modes.  For instance
7165 +  # both Tru64's cc and ICC support -MD to output dependencies as a
7166 +  # side effect of compilation, but ICC will put the dependencies in
7167 +  # the current directory while Tru64 will put them in the object
7168 +  # directory.
7169 +  mkdir sub
7170 +
7171 +  am_cv_$1_dependencies_compiler_type=none
7172 +  if test "$am_compiler_list" = ""; then
7173 +     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
7174 +  fi
7175 +  for depmode in $am_compiler_list; do
7176 +    # Setup a source with many dependencies, because some compilers
7177 +    # like to wrap large dependency lists on column 80 (with \), and
7178 +    # we should not choose a depcomp mode which is confused by this.
7179 +    #
7180 +    # We need to recreate these files for each test, as the compiler may
7181 +    # overwrite some of them when testing with obscure command lines.
7182 +    # This happens at least with the AIX C compiler.
7183 +    : > sub/conftest.c
7184 +    for i in 1 2 3 4 5 6; do
7185 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
7186 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7187 +      # Solaris 8's {/usr,}/bin/sh.
7188 +      touch sub/conftst$i.h
7189 +    done
7190 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
7191 +
7192 +    case $depmode in
7193 +    nosideeffect)
7194 +      # after this tag, mechanisms are not by side-effect, so they'll
7195 +      # only be used when explicitly requested
7196 +      if test "x$enable_dependency_tracking" = xyes; then
7197 +       continue
7198 +      else
7199 +       break
7200 +      fi
7201 +      ;;
7202 +    none) break ;;
7203 +    esac
7204 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
7205 +    # mode.  It turns out that the SunPro C++ compiler does not properly
7206 +    # handle `-M -o', and we need to detect this.
7207 +    if depmode=$depmode \
7208 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7209 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7210 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
7211 +         >/dev/null 2>conftest.err &&
7212 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
7213 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
7214 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
7215 +      # icc doesn't choke on unknown options, it will just issue warnings
7216 +      # or remarks (even with -Werror).  So we grep stderr for any message
7217 +      # that says an option was ignored or not supported.
7218 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
7219 +      #   icc: Command line warning: ignoring option '-M'; no argument required
7220 +      # The diagnosis changed in icc 8.0:
7221 +      #   icc: Command line remark: option '-MP' not supported
7222 +      if (grep 'ignoring option' conftest.err ||
7223 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7224 +        am_cv_$1_dependencies_compiler_type=$depmode
7225 +        break
7226 +      fi
7227 +    fi
7228 +  done
7229 +
7230 +  cd ..
7231 +  rm -rf conftest.dir
7232 +else
7233 +  am_cv_$1_dependencies_compiler_type=none
7234 +fi
7235 +])
7236 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
7237 +AM_CONDITIONAL([am__fastdep$1], [
7238 +  test "x$enable_dependency_tracking" != xno \
7239 +  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
7240 +])
7241 +
7242 +
7243 +# AM_SET_DEPDIR
7244 +# -------------
7245 +# Choose a directory name for dependency files.
7246 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES
7247 +AC_DEFUN([AM_SET_DEPDIR],
7248 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
7249 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
7250 +])
7251 +
7252 +
7253 +# AM_DEP_TRACK
7254 +# ------------
7255 +AC_DEFUN([AM_DEP_TRACK],
7256 +[AC_ARG_ENABLE(dependency-tracking,
7257 +[  --disable-dependency-tracking  speeds up one-time build
7258 +  --enable-dependency-tracking   do not reject slow dependency extractors])
7259 +if test "x$enable_dependency_tracking" != xno; then
7260 +  am_depcomp="$ac_aux_dir/depcomp"
7261 +  AMDEPBACKSLASH='\'
7262 +fi
7263 +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
7264 +AC_SUBST([AMDEPBACKSLASH])
7265 +])
7266 +
7267 +# Generate code to set up dependency tracking.   -*- Autoconf -*-
7268 +
7269 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
7270 +
7271 +# This program is free software; you can redistribute it and/or modify
7272 +# it under the terms of the GNU General Public License as published by
7273 +# the Free Software Foundation; either version 2, or (at your option)
7274 +# any later version.
7275 +
7276 +# This program is distributed in the hope that it will be useful,
7277 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7278 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7279 +# GNU General Public License for more details.
7280 +
7281 +# You should have received a copy of the GNU General Public License
7282 +# along with this program; if not, write to the Free Software
7283 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7284 +# 02111-1307, USA.
7285 +
7286 +#serial 2
7287 +
7288 +# _AM_OUTPUT_DEPENDENCY_COMMANDS
7289 +# ------------------------------
7290 +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
7291 +[for mf in $CONFIG_FILES; do
7292 +  # Strip MF so we end up with the name of the file.
7293 +  mf=`echo "$mf" | sed -e 's/:.*$//'`
7294 +  # Check whether this is an Automake generated Makefile or not.
7295 +  # We used to match only the files named `Makefile.in', but
7296 +  # some people rename them; so instead we look at the file content.
7297 +  # Grep'ing the first line is not enough: some people post-process
7298 +  # each Makefile.in and add a new line on top of each file to say so.
7299 +  # So let's grep whole file.
7300 +  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
7301 +    dirpart=`AS_DIRNAME("$mf")`
7302 +  else
7303 +    continue
7304 +  fi
7305 +  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
7306 +  # Extract the definition of DEP_FILES from the Makefile without
7307 +  # running `make'.
7308 +  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7309 +  test -z "$DEPDIR" && continue
7310 +  # When using ansi2knr, U may be empty or an underscore; expand it
7311 +  U=`sed -n 's/^U = //p' < "$mf"`
7312 +  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
7313 +  # We invoke sed twice because it is the simplest approach to
7314 +  # changing $(DEPDIR) to its actual value in the expansion.
7315 +  for file in `sed -n '
7316 +    /^DEP_FILES = .*\\\\$/ {
7317 +      s/^DEP_FILES = //
7318 +      :loop
7319 +       s/\\\\$//
7320 +       p
7321 +       n
7322 +       /\\\\$/ b loop
7323 +      p
7324 +    }
7325 +    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
7326 +       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
7327 +    # Make sure the directory exists.
7328 +    test -f "$dirpart/$file" && continue
7329 +    fdir=`AS_DIRNAME(["$file"])`
7330 +    AS_MKDIR_P([$dirpart/$fdir])
7331 +    # echo "creating $dirpart/$file"
7332 +    echo '# dummy' > "$dirpart/$file"
7333 +  done
7334 +done
7335 +])# _AM_OUTPUT_DEPENDENCY_COMMANDS
7336 +
7337 +
7338 +# AM_OUTPUT_DEPENDENCY_COMMANDS
7339 +# -----------------------------
7340 +# This macro should only be invoked once -- use via AC_REQUIRE.
7341 +#
7342 +# This code is only required when automatic dependency tracking
7343 +# is enabled.  FIXME.  This creates each `.P' file that we will
7344 +# need in order to bootstrap the dependency handling code.
7345 +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
7346 +[AC_CONFIG_COMMANDS([depfiles],
7347 +     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
7348 +     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
7349 +])
7350 +
7351 +# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
7352 +
7353 +# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
7354 +
7355 +# This program is free software; you can redistribute it and/or modify
7356 +# it under the terms of the GNU General Public License as published by
7357 +# the Free Software Foundation; either version 2, or (at your option)
7358 +# any later version.
7359 +
7360 +# This program is distributed in the hope that it will be useful,
7361 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7362 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7363 +# GNU General Public License for more details.
7364 +
7365 +# You should have received a copy of the GNU General Public License
7366 +# along with this program; if not, write to the Free Software
7367 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7368 +# 02111-1307, USA.
7369 +
7370 +# serial 7
7371 +
7372 +# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
7373 +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
7374 +
7375 +# Do all the work for Automake.                            -*- Autoconf -*-
7376 +
7377 +# This macro actually does too much some checks are only needed if
7378 +# your package does certain things.  But this isn't really a big deal.
7379 +
7380 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
7381 +# Free Software Foundation, Inc.
7382 +
7383 +# This program is free software; you can redistribute it and/or modify
7384 +# it under the terms of the GNU General Public License as published by
7385 +# the Free Software Foundation; either version 2, or (at your option)
7386 +# any later version.
7387 +
7388 +# This program is distributed in the hope that it will be useful,
7389 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7390 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7391 +# GNU General Public License for more details.
7392 +
7393 +# You should have received a copy of the GNU General Public License
7394 +# along with this program; if not, write to the Free Software
7395 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7396 +# 02111-1307, USA.
7397 +
7398 +# serial 11
7399 +
7400 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
7401 +# AM_INIT_AUTOMAKE([OPTIONS])
7402 +# -----------------------------------------------
7403 +# The call with PACKAGE and VERSION arguments is the old style
7404 +# call (pre autoconf-2.50), which is being phased out.  PACKAGE
7405 +# and VERSION should now be passed to AC_INIT and removed from
7406 +# the call to AM_INIT_AUTOMAKE.
7407 +# We support both call styles for the transition.  After
7408 +# the next Automake release, Autoconf can make the AC_INIT
7409 +# arguments mandatory, and then we can depend on a new Autoconf
7410 +# release and drop the old call support.
7411 +AC_DEFUN([AM_INIT_AUTOMAKE],
7412 +[AC_PREREQ([2.58])dnl
7413 +dnl Autoconf wants to disallow AM_ names.  We explicitly allow
7414 +dnl the ones we care about.
7415 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
7416 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
7417 +AC_REQUIRE([AC_PROG_INSTALL])dnl
7418 +# test to see if srcdir already configured
7419 +if test "`cd $srcdir && pwd`" != "`pwd`" &&
7420 +   test -f $srcdir/config.status; then
7421 +  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
7422 +fi
7423 +
7424 +# test whether we have cygpath
7425 +if test -z "$CYGPATH_W"; then
7426 +  if (cygpath --version) >/dev/null 2>/dev/null; then
7427 +    CYGPATH_W='cygpath -w'
7428 +  else
7429 +    CYGPATH_W=echo
7430 +  fi
7431 +fi
7432 +AC_SUBST([CYGPATH_W])
7433 +
7434 +# Define the identity of the package.
7435 +dnl Distinguish between old-style and new-style calls.
7436 +m4_ifval([$2],
7437 +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
7438 + AC_SUBST([PACKAGE], [$1])dnl
7439 + AC_SUBST([VERSION], [$2])],
7440 +[_AM_SET_OPTIONS([$1])dnl
7441 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
7442 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
7443 +
7444 +_AM_IF_OPTION([no-define],,
7445 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
7446 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
7447 +
7448 +# Some tools Automake needs.
7449 +AC_REQUIRE([AM_SANITY_CHECK])dnl
7450 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
7451 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
7452 +AM_MISSING_PROG(AUTOCONF, autoconf)
7453 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
7454 +AM_MISSING_PROG(AUTOHEADER, autoheader)
7455 +AM_MISSING_PROG(MAKEINFO, makeinfo)
7456 +AM_MISSING_PROG(AMTAR, tar)
7457 +AM_PROG_INSTALL_SH
7458 +AM_PROG_INSTALL_STRIP
7459 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
7460 +# We need awk for the "check" target.  The system "awk" is bad on
7461 +# some platforms.
7462 +AC_REQUIRE([AC_PROG_AWK])dnl
7463 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
7464 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
7465 +
7466 +_AM_IF_OPTION([no-dependencies],,
7467 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
7468 +                  [_AM_DEPENDENCIES(CC)],
7469 +                  [define([AC_PROG_CC],
7470 +                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
7471 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
7472 +                  [_AM_DEPENDENCIES(CXX)],
7473 +                  [define([AC_PROG_CXX],
7474 +                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
7475 +])
7476 +])
7477 +
7478 +
7479 +# When config.status generates a header, we must update the stamp-h file.
7480 +# This file resides in the same directory as the config header
7481 +# that is generated.  The stamp files are numbered to have different names.
7482 +
7483 +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
7484 +# loop where config.status creates the headers, so we can generate
7485 +# our stamp files there.
7486 +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
7487 +[# Compute $1's index in $config_headers.
7488 +_am_stamp_count=1
7489 +for _am_header in $config_headers :; do
7490 +  case $_am_header in
7491 +    $1 | $1:* )
7492 +      break ;;
7493 +    * )
7494 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7495 +  esac
7496 +done
7497 +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
7498 +
7499 +# AM_PROG_INSTALL_SH
7500 +# ------------------
7501 +# Define $install_sh.
7502 +
7503 +# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
7504 +
7505 +# This program is free software; you can redistribute it and/or modify
7506 +# it under the terms of the GNU General Public License as published by
7507 +# the Free Software Foundation; either version 2, or (at your option)
7508 +# any later version.
7509 +
7510 +# This program is distributed in the hope that it will be useful,
7511 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7512 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7513 +# GNU General Public License for more details.
7514 +
7515 +# You should have received a copy of the GNU General Public License
7516 +# along with this program; if not, write to the Free Software
7517 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7518 +# 02111-1307, USA.
7519 +
7520 +AC_DEFUN([AM_PROG_INSTALL_SH],
7521 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
7522 +install_sh=${install_sh-"$am_aux_dir/install-sh"}
7523 +AC_SUBST(install_sh)])
7524 +
7525 +#                                                          -*- Autoconf -*-
7526 +# Copyright (C) 2003  Free Software Foundation, Inc.
7527 +
7528 +# This program is free software; you can redistribute it and/or modify
7529 +# it under the terms of the GNU General Public License as published by
7530 +# the Free Software Foundation; either version 2, or (at your option)
7531 +# any later version.
7532 +
7533 +# This program is distributed in the hope that it will be useful,
7534 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7535 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7536 +# GNU General Public License for more details.
7537 +
7538 +# You should have received a copy of the GNU General Public License
7539 +# along with this program; if not, write to the Free Software
7540 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7541 +# 02111-1307, USA.
7542 +
7543 +# serial 1
7544 +
7545 +# Check whether the underlying file-system supports filenames
7546 +# with a leading dot.  For instance MS-DOS doesn't.
7547 +AC_DEFUN([AM_SET_LEADING_DOT],
7548 +[rm -rf .tst 2>/dev/null
7549 +mkdir .tst 2>/dev/null
7550 +if test -d .tst; then
7551 +  am__leading_dot=.
7552 +else
7553 +  am__leading_dot=_
7554 +fi
7555 +rmdir .tst 2>/dev/null
7556 +AC_SUBST([am__leading_dot])])
7557 +
7558 +# Check to see how 'make' treats includes.     -*- Autoconf -*-
7559 +
7560 +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
7561 +
7562 +# This program is free software; you can redistribute it and/or modify
7563 +# it under the terms of the GNU General Public License as published by
7564 +# the Free Software Foundation; either version 2, or (at your option)
7565 +# any later version.
7566 +
7567 +# This program is distributed in the hope that it will be useful,
7568 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7569 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7570 +# GNU General Public License for more details.
7571 +
7572 +# You should have received a copy of the GNU General Public License
7573 +# along with this program; if not, write to the Free Software
7574 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7575 +# 02111-1307, USA.
7576 +
7577 +# serial 2
7578 +
7579 +# AM_MAKE_INCLUDE()
7580 +# -----------------
7581 +# Check to see how make treats includes.
7582 +AC_DEFUN([AM_MAKE_INCLUDE],
7583 +[am_make=${MAKE-make}
7584 +cat > confinc << 'END'
7585 +am__doit:
7586 +       @echo done
7587 +.PHONY: am__doit
7588 +END
7589 +# If we don't find an include directive, just comment out the code.
7590 +AC_MSG_CHECKING([for style of include used by $am_make])
7591 +am__include="#"
7592 +am__quote=
7593 +_am_result=none
7594 +# First try GNU make style include.
7595 +echo "include confinc" > confmf
7596 +# We grep out `Entering directory' and `Leaving directory'
7597 +# messages which can occur if `w' ends up in MAKEFLAGS.
7598 +# In particular we don't look at `^make:' because GNU make might
7599 +# be invoked under some other name (usually "gmake"), in which
7600 +# case it prints its new name instead of `make'.
7601 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
7602 +   am__include=include
7603 +   am__quote=
7604 +   _am_result=GNU
7605 +fi
7606 +# Now try BSD make style include.
7607 +if test "$am__include" = "#"; then
7608 +   echo '.include "confinc"' > confmf
7609 +   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
7610 +      am__include=.include
7611 +      am__quote="\""
7612 +      _am_result=BSD
7613 +   fi
7614 +fi
7615 +AC_SUBST([am__include])
7616 +AC_SUBST([am__quote])
7617 +AC_MSG_RESULT([$_am_result])
7618 +rm -f confinc confmf
7619 +])
7620 +
7621 +#  -*- Autoconf -*-
7622 +
7623 +
7624 +# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
7625 +
7626 +# This program is free software; you can redistribute it and/or modify
7627 +# it under the terms of the GNU General Public License as published by
7628 +# the Free Software Foundation; either version 2, or (at your option)
7629 +# any later version.
7630 +
7631 +# This program is distributed in the hope that it will be useful,
7632 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7633 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7634 +# GNU General Public License for more details.
7635 +
7636 +# You should have received a copy of the GNU General Public License
7637 +# along with this program; if not, write to the Free Software
7638 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7639 +# 02111-1307, USA.
7640 +
7641 +# serial 3
7642 +
7643 +# AM_MISSING_PROG(NAME, PROGRAM)
7644 +# ------------------------------
7645 +AC_DEFUN([AM_MISSING_PROG],
7646 +[AC_REQUIRE([AM_MISSING_HAS_RUN])
7647 +$1=${$1-"${am_missing_run}$2"}
7648 +AC_SUBST($1)])
7649 +
7650 +
7651 +# AM_MISSING_HAS_RUN
7652 +# ------------------
7653 +# Define MISSING if not defined so far and test if it supports --run.
7654 +# If it does, set am_missing_run to use it, otherwise, to nothing.
7655 +AC_DEFUN([AM_MISSING_HAS_RUN],
7656 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
7657 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
7658 +# Use eval to expand $SHELL
7659 +if eval "$MISSING --run true"; then
7660 +  am_missing_run="$MISSING --run "
7661 +else
7662 +  am_missing_run=
7663 +  AC_MSG_WARN([`missing' script is too old or missing])
7664 +fi
7665 +])
7666 +
7667 +# AM_PROG_MKDIR_P
7668 +# ---------------
7669 +# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
7670 +
7671 +# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
7672 +
7673 +# This program is free software; you can redistribute it and/or modify
7674 +# it under the terms of the GNU General Public License as published by
7675 +# the Free Software Foundation; either version 2, or (at your option)
7676 +# any later version.
7677 +
7678 +# This program is distributed in the hope that it will be useful,
7679 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7680 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7681 +# GNU General Public License for more details.
7682 +
7683 +# You should have received a copy of the GNU General Public License
7684 +# along with this program; if not, write to the Free Software
7685 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7686 +# 02111-1307, USA.
7687 +
7688 +# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
7689 +# created by `make install' are always world readable, even if the
7690 +# installer happens to have an overly restrictive umask (e.g. 077).
7691 +# This was a mistake.  There are at least two reasons why we must not
7692 +# use `-m 0755':
7693 +#   - it causes special bits like SGID to be ignored,
7694 +#   - it may be too restrictive (some setups expect 775 directories).
7695 +#
7696 +# Do not use -m 0755 and let people choose whatever they expect by
7697 +# setting umask.
7698 +#
7699 +# We cannot accept any implementation of `mkdir' that recognizes `-p'.
7700 +# Some implementations (such as Solaris 8's) are not thread-safe: if a
7701 +# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
7702 +# concurrently, both version can detect that a/ is missing, but only
7703 +# one can create it and the other will error out.  Consequently we
7704 +# restrict ourselves to GNU make (using the --version option ensures
7705 +# this.)
7706 +AC_DEFUN([AM_PROG_MKDIR_P],
7707 +[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
7708 +  # Keeping the `.' argument allows $(mkdir_p) to be used without
7709 +  # argument.  Indeed, we sometimes output rules like
7710 +  #   $(mkdir_p) $(somedir)
7711 +  # where $(somedir) is conditionally defined.
7712 +  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
7713 +  # expensive solution, as it forces Make to start a sub-shell.)
7714 +  mkdir_p='mkdir -p -- .'
7715 +else
7716 +  # On NextStep and OpenStep, the `mkdir' command does not
7717 +  # recognize any option.  It will interpret all options as
7718 +  # directories to create, and then abort because `.' already
7719 +  # exists.
7720 +  for d in ./-p ./--version;
7721 +  do
7722 +    test -d $d && rmdir $d
7723 +  done
7724 +  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
7725 +  if test -f "$ac_aux_dir/mkinstalldirs"; then
7726 +    mkdir_p='$(mkinstalldirs)'
7727 +  else
7728 +    mkdir_p='$(install_sh) -d'
7729 +  fi
7730 +fi
7731 +AC_SUBST([mkdir_p])])
7732 +
7733 +# Helper functions for option handling.                    -*- Autoconf -*-
7734 +
7735 +# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
7736 +
7737 +# This program is free software; you can redistribute it and/or modify
7738 +# it under the terms of the GNU General Public License as published by
7739 +# the Free Software Foundation; either version 2, or (at your option)
7740 +# any later version.
7741 +
7742 +# This program is distributed in the hope that it will be useful,
7743 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7744 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7745 +# GNU General Public License for more details.
7746 +
7747 +# You should have received a copy of the GNU General Public License
7748 +# along with this program; if not, write to the Free Software
7749 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7750 +# 02111-1307, USA.
7751 +
7752 +# serial 2
7753 +
7754 +# _AM_MANGLE_OPTION(NAME)
7755 +# -----------------------
7756 +AC_DEFUN([_AM_MANGLE_OPTION],
7757 +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
7758 +
7759 +# _AM_SET_OPTION(NAME)
7760 +# ------------------------------
7761 +# Set option NAME.  Presently that only means defining a flag for this option.
7762 +AC_DEFUN([_AM_SET_OPTION],
7763 +[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
7764 +
7765 +# _AM_SET_OPTIONS(OPTIONS)
7766 +# ----------------------------------
7767 +# OPTIONS is a space-separated list of Automake options.
7768 +AC_DEFUN([_AM_SET_OPTIONS],
7769 +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
7770 +
7771 +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
7772 +# -------------------------------------------
7773 +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
7774 +AC_DEFUN([_AM_IF_OPTION],
7775 +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
7776 +
7777 +#
7778 +# Check to make sure that the build environment is sane.
7779 +#
7780 +
7781 +# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
7782 +
7783 +# This program is free software; you can redistribute it and/or modify
7784 +# it under the terms of the GNU General Public License as published by
7785 +# the Free Software Foundation; either version 2, or (at your option)
7786 +# any later version.
7787 +
7788 +# This program is distributed in the hope that it will be useful,
7789 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7790 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7791 +# GNU General Public License for more details.
7792 +
7793 +# You should have received a copy of the GNU General Public License
7794 +# along with this program; if not, write to the Free Software
7795 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7796 +# 02111-1307, USA.
7797 +
7798 +# serial 3
7799 +
7800 +# AM_SANITY_CHECK
7801 +# ---------------
7802 +AC_DEFUN([AM_SANITY_CHECK],
7803 +[AC_MSG_CHECKING([whether build environment is sane])
7804 +# Just in case
7805 +sleep 1
7806 +echo timestamp > conftest.file
7807 +# Do `set' in a subshell so we don't clobber the current shell's
7808 +# arguments.  Must try -L first in case configure is actually a
7809 +# symlink; some systems play weird games with the mod time of symlinks
7810 +# (eg FreeBSD returns the mod time of the symlink's containing
7811 +# directory).
7812 +if (
7813 +   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
7814 +   if test "$[*]" = "X"; then
7815 +      # -L didn't work.
7816 +      set X `ls -t $srcdir/configure conftest.file`
7817 +   fi
7818 +   rm -f conftest.file
7819 +   if test "$[*]" != "X $srcdir/configure conftest.file" \
7820 +      && test "$[*]" != "X conftest.file $srcdir/configure"; then
7821 +
7822 +      # If neither matched, then we have a broken ls.  This can happen
7823 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
7824 +      # broken ls alias from the environment.  This has actually
7825 +      # happened.  Such a system could not be considered "sane".
7826 +      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
7827 +alias in your environment])
7828 +   fi
7829 +
7830 +   test "$[2]" = conftest.file
7831 +   )
7832 +then
7833 +   # Ok.
7834 +   :
7835 +else
7836 +   AC_MSG_ERROR([newly created file is older than distributed files!
7837 +Check your system clock])
7838 +fi
7839 +AC_MSG_RESULT(yes)])
7840 +
7841 +# AM_PROG_INSTALL_STRIP
7842 +
7843 +# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
7844 +
7845 +# This program is free software; you can redistribute it and/or modify
7846 +# it under the terms of the GNU General Public License as published by
7847 +# the Free Software Foundation; either version 2, or (at your option)
7848 +# any later version.
7849 +
7850 +# This program is distributed in the hope that it will be useful,
7851 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
7852 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7853 +# GNU General Public License for more details.
7854 +
7855 +# You should have received a copy of the GNU General Public License
7856 +# along with this program; if not, write to the Free Software
7857 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7858 +# 02111-1307, USA.
7859 +
7860 +# One issue with vendor `install' (even GNU) is that you can't
7861 +# specify the program used to strip binaries.  This is especially
7862 +# annoying in cross-compiling environments, where the build's strip
7863 +# is unlikely to handle the host's binaries.
7864 +# Fortunately install-sh will honor a STRIPPROG variable, so we
7865 +# always use install-sh in `make install-strip', and initialize
7866 +# STRIPPROG with the value of the STRIP variable (set by the user).
7867 +AC_DEFUN([AM_PROG_INSTALL_STRIP],
7868 +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
7869 +# Installed binaries are usually stripped using `strip' when the user
7870 +# run `make install-strip'.  However `strip' might not be the right
7871 +# tool to use in cross-compilation environments, therefore Automake
7872 +# will honor the `STRIP' environment variable to overrule this program.
7873 +dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
7874 +if test "$cross_compiling" != no; then
7875 +  AC_CHECK_TOOL([STRIP], [strip], :)
7876 +fi
7877 +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
7878 +AC_SUBST([INSTALL_STRIP_PROGRAM])])
7879 +
7880 --- config.guess
7881 +++ config.guess
7882 @@ -0,0 +1,1561 @@
7883 +#! /bin/sh
7884 +# Attempt to guess a canonical system name.
7885 +#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
7886 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
7887 +#   Free Software Foundation, Inc.
7888 +
7889 +timestamp='2009-04-27'
7890 +
7891 +# This file is free software; you can redistribute it and/or modify it
7892 +# under the terms of the GNU General Public License as published by
7893 +# the Free Software Foundation; either version 2 of the License, or
7894 +# (at your option) any later version.
7895 +#
7896 +# This program is distributed in the hope that it will be useful, but
7897 +# WITHOUT ANY WARRANTY; without even the implied warranty of
7898 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
7899 +# General Public License for more details.
7900 +#
7901 +# You should have received a copy of the GNU General Public License
7902 +# along with this program; if not, write to the Free Software
7903 +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
7904 +# 02110-1301, USA.
7905 +#
7906 +# As a special exception to the GNU General Public License, if you
7907 +# distribute this file as part of a program that contains a
7908 +# configuration script generated by Autoconf, you may include it under
7909 +# the same distribution terms that you use for the rest of that program.
7910 +
7911 +
7912 +# Originally written by Per Bothner <per@bothner.com>.
7913 +# Please send patches to <config-patches@gnu.org>.  Submit a context
7914 +# diff and a properly formatted ChangeLog entry.
7915 +#
7916 +# This script attempts to guess a canonical system name similar to
7917 +# config.sub.  If it succeeds, it prints the system name on stdout, and
7918 +# exits with 0.  Otherwise, it exits with 1.
7919 +#
7920 +# The plan is that this can be called by configure scripts if you
7921 +# don't specify an explicit build system type.
7922 +
7923 +me=`echo "$0" | sed -e 's,.*/,,'`
7924 +
7925 +usage="\
7926 +Usage: $0 [OPTION]
7927 +
7928 +Output the configuration name of the system \`$me' is run on.
7929 +
7930 +Operation modes:
7931 +  -h, --help         print this help, then exit
7932 +  -t, --time-stamp   print date of last modification, then exit
7933 +  -v, --version      print version number, then exit
7934 +
7935 +Report bugs and patches to <config-patches@gnu.org>."
7936 +
7937 +version="\
7938 +GNU config.guess ($timestamp)
7939 +
7940 +Originally written by Per Bothner.
7941 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
7942 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7943 +
7944 +This is free software; see the source for copying conditions.  There is NO
7945 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
7946 +
7947 +help="
7948 +Try \`$me --help' for more information."
7949 +
7950 +# Parse command line
7951 +while test $# -gt 0 ; do
7952 +  case $1 in
7953 +    --time-stamp | --time* | -t )
7954 +       echo "$timestamp" ; exit ;;
7955 +    --version | -v )
7956 +       echo "$version" ; exit ;;
7957 +    --help | --h* | -h )
7958 +       echo "$usage"; exit ;;
7959 +    -- )     # Stop option processing
7960 +       shift; break ;;
7961 +    - )        # Use stdin as input.
7962 +       break ;;
7963 +    -* )
7964 +       echo "$me: invalid option $1$help" >&2
7965 +       exit 1 ;;
7966 +    * )
7967 +       break ;;
7968 +  esac
7969 +done
7970 +
7971 +if test $# != 0; then
7972 +  echo "$me: too many arguments$help" >&2
7973 +  exit 1
7974 +fi
7975 +
7976 +trap 'exit 1' 1 2 15
7977 +
7978 +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
7979 +# compiler to aid in system detection is discouraged as it requires
7980 +# temporary files to be created and, as you can see below, it is a
7981 +# headache to deal with in a portable fashion.
7982 +
7983 +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
7984 +# use `HOST_CC' if defined, but it is deprecated.
7985 +
7986 +# Portable tmp directory creation inspired by the Autoconf team.
7987 +
7988 +set_cc_for_build='
7989 +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
7990 +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
7991 +: ${TMPDIR=/tmp} ;
7992 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
7993 + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
7994 + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
7995 + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
7996 +dummy=$tmp/dummy ;
7997 +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
7998 +case $CC_FOR_BUILD,$HOST_CC,$CC in
7999 + ,,)    echo "int x;" > $dummy.c ;
8000 +       for c in cc gcc c89 c99 ; do
8001 +         if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
8002 +            CC_FOR_BUILD="$c"; break ;
8003 +         fi ;
8004 +       done ;
8005 +       if test x"$CC_FOR_BUILD" = x ; then
8006 +         CC_FOR_BUILD=no_compiler_found ;
8007 +       fi
8008 +       ;;
8009 + ,,*)   CC_FOR_BUILD=$CC ;;
8010 + ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
8011 +esac ; set_cc_for_build= ;'
8012 +
8013 +# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
8014 +# (ghazi@noc.rutgers.edu 1994-08-24)
8015 +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
8016 +       PATH=$PATH:/.attbin ; export PATH
8017 +fi
8018 +
8019 +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
8020 +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
8021 +UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
8022 +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
8023 +
8024 +# Note: order is significant - the case branches are not exclusive.
8025 +
8026 +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
8027 +    *:NetBSD:*:*)
8028 +       # NetBSD (nbsd) targets should (where applicable) match one or
8029 +       # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
8030 +       # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
8031 +       # switched to ELF, *-*-netbsd* would select the old
8032 +       # object file format.  This provides both forward
8033 +       # compatibility and a consistent mechanism for selecting the
8034 +       # object file format.
8035 +       #
8036 +       # Note: NetBSD doesn't particularly care about the vendor
8037 +       # portion of the name.  We always set it to "unknown".
8038 +       sysctl="sysctl -n hw.machine_arch"
8039 +       UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
8040 +           /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
8041 +       case "${UNAME_MACHINE_ARCH}" in
8042 +           armeb) machine=armeb-unknown ;;
8043 +           arm*) machine=arm-unknown ;;
8044 +           sh3el) machine=shl-unknown ;;
8045 +           sh3eb) machine=sh-unknown ;;
8046 +           sh5el) machine=sh5le-unknown ;;
8047 +           *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
8048 +       esac
8049 +       # The Operating System including object format, if it has switched
8050 +       # to ELF recently, or will in the future.
8051 +       case "${UNAME_MACHINE_ARCH}" in
8052 +           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
8053 +               eval $set_cc_for_build
8054 +               if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
8055 +                       | grep __ELF__ >/dev/null
8056 +               then
8057 +                   # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
8058 +                   # Return netbsd for either.  FIX?
8059 +                   os=netbsd
8060 +               else
8061 +                   os=netbsdelf
8062 +               fi
8063 +               ;;
8064 +           *)
8065 +               os=netbsd
8066 +               ;;
8067 +       esac
8068 +       # The OS release
8069 +       # Debian GNU/NetBSD machines have a different userland, and
8070 +       # thus, need a distinct triplet. However, they do not need
8071 +       # kernel version information, so it can be replaced with a
8072 +       # suitable tag, in the style of linux-gnu.
8073 +       case "${UNAME_VERSION}" in
8074 +           Debian*)
8075 +               release='-gnu'
8076 +               ;;
8077 +           *)
8078 +               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
8079 +               ;;
8080 +       esac
8081 +       # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
8082 +       # contains redundant information, the shorter form:
8083 +       # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
8084 +       echo "${machine}-${os}${release}"
8085 +       exit ;;
8086 +    *:OpenBSD:*:*)
8087 +       UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
8088 +       echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
8089 +       exit ;;
8090 +    *:ekkoBSD:*:*)
8091 +       echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
8092 +       exit ;;
8093 +    *:SolidBSD:*:*)
8094 +       echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
8095 +       exit ;;
8096 +    macppc:MirBSD:*:*)
8097 +       echo powerpc-unknown-mirbsd${UNAME_RELEASE}
8098 +       exit ;;
8099 +    *:MirBSD:*:*)
8100 +       echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
8101 +       exit ;;
8102 +    alpha:OSF1:*:*)
8103 +       case $UNAME_RELEASE in
8104 +       *4.0)
8105 +               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
8106 +               ;;
8107 +       *5.*)
8108 +               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
8109 +               ;;
8110 +       esac
8111 +       # According to Compaq, /usr/sbin/psrinfo has been available on
8112 +       # OSF/1 and Tru64 systems produced since 1995.  I hope that
8113 +       # covers most systems running today.  This code pipes the CPU
8114 +       # types through head -n 1, so we only detect the type of CPU 0.
8115 +       ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
8116 +       case "$ALPHA_CPU_TYPE" in
8117 +           "EV4 (21064)")
8118 +               UNAME_MACHINE="alpha" ;;
8119 +           "EV4.5 (21064)")
8120 +               UNAME_MACHINE="alpha" ;;
8121 +           "LCA4 (21066/21068)")
8122 +               UNAME_MACHINE="alpha" ;;
8123 +           "EV5 (21164)")
8124 +               UNAME_MACHINE="alphaev5" ;;
8125 +           "EV5.6 (21164A)")
8126 +               UNAME_MACHINE="alphaev56" ;;
8127 +           "EV5.6 (21164PC)")
8128 +               UNAME_MACHINE="alphapca56" ;;
8129 +           "EV5.7 (21164PC)")
8130 +               UNAME_MACHINE="alphapca57" ;;
8131 +           "EV6 (21264)")
8132 +               UNAME_MACHINE="alphaev6" ;;
8133 +           "EV6.7 (21264A)")
8134 +               UNAME_MACHINE="alphaev67" ;;
8135 +           "EV6.8CB (21264C)")
8136 +               UNAME_MACHINE="alphaev68" ;;
8137 +           "EV6.8AL (21264B)")
8138 +               UNAME_MACHINE="alphaev68" ;;
8139 +           "EV6.8CX (21264D)")
8140 +               UNAME_MACHINE="alphaev68" ;;
8141 +           "EV6.9A (21264/EV69A)")
8142 +               UNAME_MACHINE="alphaev69" ;;
8143 +           "EV7 (21364)")
8144 +               UNAME_MACHINE="alphaev7" ;;
8145 +           "EV7.9 (21364A)")
8146 +               UNAME_MACHINE="alphaev79" ;;
8147 +       esac
8148 +       # A Pn.n version is a patched version.
8149 +       # A Vn.n version is a released version.
8150 +       # A Tn.n version is a released field test version.
8151 +       # A Xn.n version is an unreleased experimental baselevel.
8152 +       # 1.2 uses "1.2" for uname -r.
8153 +       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
8154 +       exit ;;
8155 +    Alpha\ *:Windows_NT*:*)
8156 +       # How do we know it's Interix rather than the generic POSIX subsystem?
8157 +       # Should we change UNAME_MACHINE based on the output of uname instead
8158 +       # of the specific Alpha model?
8159 +       echo alpha-pc-interix
8160 +       exit ;;
8161 +    21064:Windows_NT:50:3)
8162 +       echo alpha-dec-winnt3.5
8163 +       exit ;;
8164 +    Amiga*:UNIX_System_V:4.0:*)
8165 +       echo m68k-unknown-sysv4
8166 +       exit ;;
8167 +    *:[Aa]miga[Oo][Ss]:*:*)
8168 +       echo ${UNAME_MACHINE}-unknown-amigaos
8169 +       exit ;;
8170 +    *:[Mm]orph[Oo][Ss]:*:*)
8171 +       echo ${UNAME_MACHINE}-unknown-morphos
8172 +       exit ;;
8173 +    *:OS/390:*:*)
8174 +       echo i370-ibm-openedition
8175 +       exit ;;
8176 +    *:z/VM:*:*)
8177 +       echo s390-ibm-zvmoe
8178 +       exit ;;
8179 +    *:OS400:*:*)
8180 +        echo powerpc-ibm-os400
8181 +       exit ;;
8182 +    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
8183 +       echo arm-acorn-riscix${UNAME_RELEASE}
8184 +       exit ;;
8185 +    arm:riscos:*:*|arm:RISCOS:*:*)
8186 +       echo arm-unknown-riscos
8187 +       exit ;;
8188 +    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
8189 +       echo hppa1.1-hitachi-hiuxmpp
8190 +       exit ;;
8191 +    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
8192 +       # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
8193 +       if test "`(/bin/universe) 2>/dev/null`" = att ; then
8194 +               echo pyramid-pyramid-sysv3
8195 +       else
8196 +               echo pyramid-pyramid-bsd
8197 +       fi
8198 +       exit ;;
8199 +    NILE*:*:*:dcosx)
8200 +       echo pyramid-pyramid-svr4
8201 +       exit ;;
8202 +    DRS?6000:unix:4.0:6*)
8203 +       echo sparc-icl-nx6
8204 +       exit ;;
8205 +    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
8206 +       case `/usr/bin/uname -p` in
8207 +           sparc) echo sparc-icl-nx7; exit ;;
8208 +       esac ;;
8209 +    s390x:SunOS:*:*)
8210 +       echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8211 +       exit ;;
8212 +    sun4H:SunOS:5.*:*)
8213 +       echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8214 +       exit ;;
8215 +    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
8216 +       echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8217 +       exit ;;
8218 +    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
8219 +       eval $set_cc_for_build
8220 +       SUN_ARCH="i386"
8221 +       # If there is a compiler, see if it is configured for 64-bit objects.
8222 +       # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
8223 +       # This test works for both compilers.
8224 +       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
8225 +           if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
8226 +               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
8227 +               grep IS_64BIT_ARCH >/dev/null
8228 +           then
8229 +               SUN_ARCH="x86_64"
8230 +           fi
8231 +       fi
8232 +       echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8233 +       exit ;;
8234 +    sun4*:SunOS:6*:*)
8235 +       # According to config.sub, this is the proper way to canonicalize
8236 +       # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
8237 +       # it's likely to be more like Solaris than SunOS4.
8238 +       echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8239 +       exit ;;
8240 +    sun4*:SunOS:*:*)
8241 +       case "`/usr/bin/arch -k`" in
8242 +           Series*|S4*)
8243 +               UNAME_RELEASE=`uname -v`
8244 +               ;;
8245 +       esac
8246 +       # Japanese Language versions have a version number like `4.1.3-JL'.
8247 +       echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
8248 +       exit ;;
8249 +    sun3*:SunOS:*:*)
8250 +       echo m68k-sun-sunos${UNAME_RELEASE}
8251 +       exit ;;
8252 +    sun*:*:4.2BSD:*)
8253 +       UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
8254 +       test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
8255 +       case "`/bin/arch`" in
8256 +           sun3)
8257 +               echo m68k-sun-sunos${UNAME_RELEASE}
8258 +               ;;
8259 +           sun4)
8260 +               echo sparc-sun-sunos${UNAME_RELEASE}
8261 +               ;;
8262 +       esac
8263 +       exit ;;
8264 +    aushp:SunOS:*:*)
8265 +       echo sparc-auspex-sunos${UNAME_RELEASE}
8266 +       exit ;;
8267 +    # The situation for MiNT is a little confusing.  The machine name
8268 +    # can be virtually everything (everything which is not
8269 +    # "atarist" or "atariste" at least should have a processor
8270 +    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
8271 +    # to the lowercase version "mint" (or "freemint").  Finally
8272 +    # the system name "TOS" denotes a system which is actually not
8273 +    # MiNT.  But MiNT is downward compatible to TOS, so this should
8274 +    # be no problem.
8275 +    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
8276 +        echo m68k-atari-mint${UNAME_RELEASE}
8277 +       exit ;;
8278 +    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
8279 +       echo m68k-atari-mint${UNAME_RELEASE}
8280 +        exit ;;
8281 +    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
8282 +        echo m68k-atari-mint${UNAME_RELEASE}
8283 +       exit ;;
8284 +    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
8285 +        echo m68k-milan-mint${UNAME_RELEASE}
8286 +        exit ;;
8287 +    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
8288 +        echo m68k-hades-mint${UNAME_RELEASE}
8289 +        exit ;;
8290 +    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
8291 +        echo m68k-unknown-mint${UNAME_RELEASE}
8292 +        exit ;;
8293 +    m68k:machten:*:*)
8294 +       echo m68k-apple-machten${UNAME_RELEASE}
8295 +       exit ;;
8296 +    powerpc:machten:*:*)
8297 +       echo powerpc-apple-machten${UNAME_RELEASE}
8298 +       exit ;;
8299 +    RISC*:Mach:*:*)
8300 +       echo mips-dec-mach_bsd4.3
8301 +       exit ;;
8302 +    RISC*:ULTRIX:*:*)
8303 +       echo mips-dec-ultrix${UNAME_RELEASE}
8304 +       exit ;;
8305 +    VAX*:ULTRIX*:*:*)
8306 +       echo vax-dec-ultrix${UNAME_RELEASE}
8307 +       exit ;;
8308 +    2020:CLIX:*:* | 2430:CLIX:*:*)
8309 +       echo clipper-intergraph-clix${UNAME_RELEASE}
8310 +       exit ;;
8311 +    mips:*:*:UMIPS | mips:*:*:RISCos)
8312 +       eval $set_cc_for_build
8313 +       sed 's/^        //' << EOF >$dummy.c
8314 +#ifdef __cplusplus
8315 +#include <stdio.h>  /* for printf() prototype */
8316 +       int main (int argc, char *argv[]) {
8317 +#else
8318 +       int main (argc, argv) int argc; char *argv[]; {
8319 +#endif
8320 +       #if defined (host_mips) && defined (MIPSEB)
8321 +       #if defined (SYSTYPE_SYSV)
8322 +         printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
8323 +       #endif
8324 +       #if defined (SYSTYPE_SVR4)
8325 +         printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
8326 +       #endif
8327 +       #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
8328 +         printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
8329 +       #endif
8330 +       #endif
8331 +         exit (-1);
8332 +       }
8333 +EOF
8334 +       $CC_FOR_BUILD -o $dummy $dummy.c &&
8335 +         dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
8336 +         SYSTEM_NAME=`$dummy $dummyarg` &&
8337 +           { echo "$SYSTEM_NAME"; exit; }
8338 +       echo mips-mips-riscos${UNAME_RELEASE}
8339 +       exit ;;
8340 +    Motorola:PowerMAX_OS:*:*)
8341 +       echo powerpc-motorola-powermax
8342 +       exit ;;
8343 +    Motorola:*:4.3:PL8-*)
8344 +       echo powerpc-harris-powermax
8345 +       exit ;;
8346 +    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
8347 +       echo powerpc-harris-powermax
8348 +       exit ;;
8349 +    Night_Hawk:Power_UNIX:*:*)
8350 +       echo powerpc-harris-powerunix
8351 +       exit ;;
8352 +    m88k:CX/UX:7*:*)
8353 +       echo m88k-harris-cxux7
8354 +       exit ;;
8355 +    m88k:*:4*:R4*)
8356 +       echo m88k-motorola-sysv4
8357 +       exit ;;
8358 +    m88k:*:3*:R3*)
8359 +       echo m88k-motorola-sysv3
8360 +       exit ;;
8361 +    AViiON:dgux:*:*)
8362 +        # DG/UX returns AViiON for all architectures
8363 +        UNAME_PROCESSOR=`/usr/bin/uname -p`
8364 +       if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
8365 +       then
8366 +           if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
8367 +              [ ${TARGET_BINARY_INTERFACE}x = x ]
8368 +           then
8369 +               echo m88k-dg-dgux${UNAME_RELEASE}
8370 +           else
8371 +               echo m88k-dg-dguxbcs${UNAME_RELEASE}
8372 +           fi
8373 +       else
8374 +           echo i586-dg-dgux${UNAME_RELEASE}
8375 +       fi
8376 +       exit ;;
8377 +    M88*:DolphinOS:*:*)        # DolphinOS (SVR3)
8378 +       echo m88k-dolphin-sysv3
8379 +       exit ;;
8380 +    M88*:*:R3*:*)
8381 +       # Delta 88k system running SVR3
8382 +       echo m88k-motorola-sysv3
8383 +       exit ;;
8384 +    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
8385 +       echo m88k-tektronix-sysv3
8386 +       exit ;;
8387 +    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
8388 +       echo m68k-tektronix-bsd
8389 +       exit ;;
8390 +    *:IRIX*:*:*)
8391 +       echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
8392 +       exit ;;
8393 +    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
8394 +       echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
8395 +       exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
8396 +    i*86:AIX:*:*)
8397 +       echo i386-ibm-aix
8398 +       exit ;;
8399 +    ia64:AIX:*:*)
8400 +       if [ -x /usr/bin/oslevel ] ; then
8401 +               IBM_REV=`/usr/bin/oslevel`
8402 +       else
8403 +               IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
8404 +       fi
8405 +       echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
8406 +       exit ;;
8407 +    *:AIX:2:3)
8408 +       if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
8409 +               eval $set_cc_for_build
8410 +               sed 's/^                //' << EOF >$dummy.c
8411 +               #include <sys/systemcfg.h>
8412 +
8413 +               main()
8414 +                       {
8415 +                       if (!__power_pc())
8416 +                               exit(1);
8417 +                       puts("powerpc-ibm-aix3.2.5");
8418 +                       exit(0);
8419 +                       }
8420 +EOF
8421 +               if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
8422 +               then
8423 +                       echo "$SYSTEM_NAME"
8424 +               else
8425 +                       echo rs6000-ibm-aix3.2.5
8426 +               fi
8427 +       elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
8428 +               echo rs6000-ibm-aix3.2.4
8429 +       else
8430 +               echo rs6000-ibm-aix3.2
8431 +       fi
8432 +       exit ;;
8433 +    *:AIX:*:[456])
8434 +       IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
8435 +       if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
8436 +               IBM_ARCH=rs6000
8437 +       else
8438 +               IBM_ARCH=powerpc
8439 +       fi
8440 +       if [ -x /usr/bin/oslevel ] ; then
8441 +               IBM_REV=`/usr/bin/oslevel`
8442 +       else
8443 +               IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
8444 +       fi
8445 +       echo ${IBM_ARCH}-ibm-aix${IBM_REV}
8446 +       exit ;;
8447 +    *:AIX:*:*)
8448 +       echo rs6000-ibm-aix
8449 +       exit ;;
8450 +    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
8451 +       echo romp-ibm-bsd4.4
8452 +       exit ;;
8453 +    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
8454 +       echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
8455 +       exit ;;                             # report: romp-ibm BSD 4.3
8456 +    *:BOSX:*:*)
8457 +       echo rs6000-bull-bosx
8458 +       exit ;;
8459 +    DPX/2?00:B.O.S.:*:*)
8460 +       echo m68k-bull-sysv3
8461 +       exit ;;
8462 +    9000/[34]??:4.3bsd:1.*:*)
8463 +       echo m68k-hp-bsd
8464 +       exit ;;
8465 +    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
8466 +       echo m68k-hp-bsd4.4
8467 +       exit ;;
8468 +    9000/[34678]??:HP-UX:*:*)
8469 +       HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
8470 +       case "${UNAME_MACHINE}" in
8471 +           9000/31? )            HP_ARCH=m68000 ;;
8472 +           9000/[34]?? )         HP_ARCH=m68k ;;
8473 +           9000/[678][0-9][0-9])
8474 +               if [ -x /usr/bin/getconf ]; then
8475 +                   sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
8476 +                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
8477 +                    case "${sc_cpu_version}" in
8478 +                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
8479 +                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
8480 +                      532)                      # CPU_PA_RISC2_0
8481 +                        case "${sc_kernel_bits}" in
8482 +                          32) HP_ARCH="hppa2.0n" ;;
8483 +                          64) HP_ARCH="hppa2.0w" ;;
8484 +                         '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
8485 +                        esac ;;
8486 +                    esac
8487 +               fi
8488 +               if [ "${HP_ARCH}" = "" ]; then
8489 +                   eval $set_cc_for_build
8490 +                   sed 's/^              //' << EOF >$dummy.c
8491 +
8492 +              #define _HPUX_SOURCE
8493 +              #include <stdlib.h>
8494 +              #include <unistd.h>
8495 +
8496 +              int main ()
8497 +              {
8498 +              #if defined(_SC_KERNEL_BITS)
8499 +                  long bits = sysconf(_SC_KERNEL_BITS);
8500 +              #endif
8501 +                  long cpu  = sysconf (_SC_CPU_VERSION);
8502 +
8503 +                  switch (cpu)
8504 +               {
8505 +               case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
8506 +               case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
8507 +               case CPU_PA_RISC2_0:
8508 +              #if defined(_SC_KERNEL_BITS)
8509 +                   switch (bits)
8510 +                       {
8511 +                       case 64: puts ("hppa2.0w"); break;
8512 +                       case 32: puts ("hppa2.0n"); break;
8513 +                       default: puts ("hppa2.0"); break;
8514 +                       } break;
8515 +              #else  /* !defined(_SC_KERNEL_BITS) */
8516 +                   puts ("hppa2.0"); break;
8517 +              #endif
8518 +               default: puts ("hppa1.0"); break;
8519 +               }
8520 +                  exit (0);
8521 +              }
8522 +EOF
8523 +                   (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
8524 +                   test -z "$HP_ARCH" && HP_ARCH=hppa
8525 +               fi ;;
8526 +       esac
8527 +       if [ ${HP_ARCH} = "hppa2.0w" ]
8528 +       then
8529 +           eval $set_cc_for_build
8530 +
8531 +           # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
8532 +           # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
8533 +           # generating 64-bit code.  GNU and HP use different nomenclature:
8534 +           #
8535 +           # $ CC_FOR_BUILD=cc ./config.guess
8536 +           # => hppa2.0w-hp-hpux11.23
8537 +           # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
8538 +           # => hppa64-hp-hpux11.23
8539 +
8540 +           if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
8541 +               grep __LP64__ >/dev/null
8542 +           then
8543 +               HP_ARCH="hppa2.0w"
8544 +           else
8545 +               HP_ARCH="hppa64"
8546 +           fi
8547 +       fi
8548 +       echo ${HP_ARCH}-hp-hpux${HPUX_REV}
8549 +       exit ;;
8550 +    ia64:HP-UX:*:*)
8551 +       HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
8552 +       echo ia64-hp-hpux${HPUX_REV}
8553 +       exit ;;
8554 +    3050*:HI-UX:*:*)
8555 +       eval $set_cc_for_build
8556 +       sed 's/^        //' << EOF >$dummy.c
8557 +       #include <unistd.h>
8558 +       int
8559 +       main ()
8560 +       {
8561 +         long cpu = sysconf (_SC_CPU_VERSION);
8562 +         /* The order matters, because CPU_IS_HP_MC68K erroneously returns
8563 +            true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
8564 +            results, however.  */
8565 +         if (CPU_IS_PA_RISC (cpu))
8566 +           {
8567 +             switch (cpu)
8568 +               {
8569 +                 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
8570 +                 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
8571 +                 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
8572 +                 default: puts ("hppa-hitachi-hiuxwe2"); break;
8573 +               }
8574 +           }
8575 +         else if (CPU_IS_HP_MC68K (cpu))
8576 +           puts ("m68k-hitachi-hiuxwe2");
8577 +         else puts ("unknown-hitachi-hiuxwe2");
8578 +         exit (0);
8579 +       }
8580 +EOF
8581 +       $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
8582 +               { echo "$SYSTEM_NAME"; exit; }
8583 +       echo unknown-hitachi-hiuxwe2
8584 +       exit ;;
8585 +    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
8586 +       echo hppa1.1-hp-bsd
8587 +       exit ;;
8588 +    9000/8??:4.3bsd:*:*)
8589 +       echo hppa1.0-hp-bsd
8590 +       exit ;;
8591 +    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
8592 +       echo hppa1.0-hp-mpeix
8593 +       exit ;;
8594 +    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
8595 +       echo hppa1.1-hp-osf
8596 +       exit ;;
8597 +    hp8??:OSF1:*:*)
8598 +       echo hppa1.0-hp-osf
8599 +       exit ;;
8600 +    i*86:OSF1:*:*)
8601 +       if [ -x /usr/sbin/sysversion ] ; then
8602 +           echo ${UNAME_MACHINE}-unknown-osf1mk
8603 +       else
8604 +           echo ${UNAME_MACHINE}-unknown-osf1
8605 +       fi
8606 +       exit ;;
8607 +    parisc*:Lites*:*:*)
8608 +       echo hppa1.1-hp-lites
8609 +       exit ;;
8610 +    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
8611 +       echo c1-convex-bsd
8612 +        exit ;;
8613 +    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
8614 +       if getsysinfo -f scalar_acc
8615 +       then echo c32-convex-bsd
8616 +       else echo c2-convex-bsd
8617 +       fi
8618 +        exit ;;
8619 +    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
8620 +       echo c34-convex-bsd
8621 +        exit ;;
8622 +    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
8623 +       echo c38-convex-bsd
8624 +        exit ;;
8625 +    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
8626 +       echo c4-convex-bsd
8627 +        exit ;;
8628 +    CRAY*Y-MP:*:*:*)
8629 +       echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
8630 +       exit ;;
8631 +    CRAY*[A-Z]90:*:*:*)
8632 +       echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
8633 +       | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
8634 +             -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
8635 +             -e 's/\.[^.]*$/.X/'
8636 +       exit ;;
8637 +    CRAY*TS:*:*:*)
8638 +       echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
8639 +       exit ;;
8640 +    CRAY*T3E:*:*:*)
8641 +       echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
8642 +       exit ;;
8643 +    CRAY*SV1:*:*:*)
8644 +       echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
8645 +       exit ;;
8646 +    *:UNICOS/mp:*:*)
8647 +       echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
8648 +       exit ;;
8649 +    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
8650 +       FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
8651 +        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
8652 +        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
8653 +        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
8654 +        exit ;;
8655 +    5000:UNIX_System_V:4.*:*)
8656 +        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
8657 +        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
8658 +        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
8659 +       exit ;;
8660 +    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
8661 +       echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
8662 +       exit ;;
8663 +    sparc*:BSD/OS:*:*)
8664 +       echo sparc-unknown-bsdi${UNAME_RELEASE}
8665 +       exit ;;
8666 +    *:BSD/OS:*:*)
8667 +       echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
8668 +       exit ;;
8669 +    *:FreeBSD:*:*)
8670 +       case ${UNAME_MACHINE} in
8671 +           pc98)
8672 +               echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
8673 +           amd64)
8674 +               echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
8675 +           *)
8676 +               echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
8677 +       esac
8678 +       exit ;;
8679 +    i*:CYGWIN*:*)
8680 +       echo ${UNAME_MACHINE}-pc-cygwin
8681 +       exit ;;
8682 +    *:MINGW*:*)
8683 +       echo ${UNAME_MACHINE}-pc-mingw32
8684 +       exit ;;
8685 +    i*:windows32*:*)
8686 +       # uname -m includes "-pc" on this system.
8687 +       echo ${UNAME_MACHINE}-mingw32
8688 +       exit ;;
8689 +    i*:PW*:*)
8690 +       echo ${UNAME_MACHINE}-pc-pw32
8691 +       exit ;;
8692 +    *:Interix*:[3456]*)
8693 +       case ${UNAME_MACHINE} in
8694 +           x86)
8695 +               echo i586-pc-interix${UNAME_RELEASE}
8696 +               exit ;;
8697 +           EM64T | authenticamd | genuineintel)
8698 +               echo x86_64-unknown-interix${UNAME_RELEASE}
8699 +               exit ;;
8700 +           IA64)
8701 +               echo ia64-unknown-interix${UNAME_RELEASE}
8702 +               exit ;;
8703 +       esac ;;
8704 +    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
8705 +       echo i${UNAME_MACHINE}-pc-mks
8706 +       exit ;;
8707 +    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
8708 +       # How do we know it's Interix rather than the generic POSIX subsystem?
8709 +       # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
8710 +       # UNAME_MACHINE based on the output of uname instead of i386?
8711 +       echo i586-pc-interix
8712 +       exit ;;
8713 +    i*:UWIN*:*)
8714 +       echo ${UNAME_MACHINE}-pc-uwin
8715 +       exit ;;
8716 +    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
8717 +       echo x86_64-unknown-cygwin
8718 +       exit ;;
8719 +    p*:CYGWIN*:*)
8720 +       echo powerpcle-unknown-cygwin
8721 +       exit ;;
8722 +    prep*:SunOS:5.*:*)
8723 +       echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
8724 +       exit ;;
8725 +    *:GNU:*:*)
8726 +       # the GNU system
8727 +       echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
8728 +       exit ;;
8729 +    *:GNU/*:*:*)
8730 +       # other systems with GNU libc and userland
8731 +       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
8732 +       exit ;;
8733 +    i*86:Minix:*:*)
8734 +       echo ${UNAME_MACHINE}-pc-minix
8735 +       exit ;;
8736 +    arm*:Linux:*:*)
8737 +       eval $set_cc_for_build
8738 +       if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
8739 +           | grep -q __ARM_EABI__
8740 +       then
8741 +           echo ${UNAME_MACHINE}-unknown-linux-gnu
8742 +       else
8743 +           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
8744 +       fi
8745 +       exit ;;
8746 +    avr32*:Linux:*:*)
8747 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8748 +       exit ;;
8749 +    cris:Linux:*:*)
8750 +       echo cris-axis-linux-gnu
8751 +       exit ;;
8752 +    crisv32:Linux:*:*)
8753 +       echo crisv32-axis-linux-gnu
8754 +       exit ;;
8755 +    frv:Linux:*:*)
8756 +       echo frv-unknown-linux-gnu
8757 +       exit ;;
8758 +    ia64:Linux:*:*)
8759 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8760 +       exit ;;
8761 +    m32r*:Linux:*:*)
8762 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8763 +       exit ;;
8764 +    m68*:Linux:*:*)
8765 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8766 +       exit ;;
8767 +    mips:Linux:*:*)
8768 +       eval $set_cc_for_build
8769 +       sed 's/^        //' << EOF >$dummy.c
8770 +       #undef CPU
8771 +       #undef mips
8772 +       #undef mipsel
8773 +       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
8774 +       CPU=mipsel
8775 +       #else
8776 +       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
8777 +       CPU=mips
8778 +       #else
8779 +       CPU=
8780 +       #endif
8781 +       #endif
8782 +EOF
8783 +       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
8784 +           /^CPU/{
8785 +               s: ::g
8786 +               p
8787 +           }'`"
8788 +       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
8789 +       ;;
8790 +    mips64:Linux:*:*)
8791 +       eval $set_cc_for_build
8792 +       sed 's/^        //' << EOF >$dummy.c
8793 +       #undef CPU
8794 +       #undef mips64
8795 +       #undef mips64el
8796 +       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
8797 +       CPU=mips64el
8798 +       #else
8799 +       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
8800 +       CPU=mips64
8801 +       #else
8802 +       CPU=
8803 +       #endif
8804 +       #endif
8805 +EOF
8806 +       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
8807 +           /^CPU/{
8808 +               s: ::g
8809 +               p
8810 +           }'`"
8811 +       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
8812 +       ;;
8813 +    or32:Linux:*:*)
8814 +       echo or32-unknown-linux-gnu
8815 +       exit ;;
8816 +    ppc:Linux:*:*)
8817 +       echo powerpc-unknown-linux-gnu
8818 +       exit ;;
8819 +    ppc64:Linux:*:*)
8820 +       echo powerpc64-unknown-linux-gnu
8821 +       exit ;;
8822 +    alpha:Linux:*:*)
8823 +       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
8824 +         EV5)   UNAME_MACHINE=alphaev5 ;;
8825 +         EV56)  UNAME_MACHINE=alphaev56 ;;
8826 +         PCA56) UNAME_MACHINE=alphapca56 ;;
8827 +         PCA57) UNAME_MACHINE=alphapca56 ;;
8828 +         EV6)   UNAME_MACHINE=alphaev6 ;;
8829 +         EV67)  UNAME_MACHINE=alphaev67 ;;
8830 +         EV68*) UNAME_MACHINE=alphaev68 ;;
8831 +        esac
8832 +       objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
8833 +       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
8834 +       echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
8835 +       exit ;;
8836 +    padre:Linux:*:*)
8837 +       echo sparc-unknown-linux-gnu
8838 +       exit ;;
8839 +    parisc:Linux:*:* | hppa:Linux:*:*)
8840 +       # Look for CPU level
8841 +       case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
8842 +         PA7*) echo hppa1.1-unknown-linux-gnu ;;
8843 +         PA8*) echo hppa2.0-unknown-linux-gnu ;;
8844 +         *)    echo hppa-unknown-linux-gnu ;;
8845 +       esac
8846 +       exit ;;
8847 +    parisc64:Linux:*:* | hppa64:Linux:*:*)
8848 +       echo hppa64-unknown-linux-gnu
8849 +       exit ;;
8850 +    s390:Linux:*:* | s390x:Linux:*:*)
8851 +       echo ${UNAME_MACHINE}-ibm-linux
8852 +       exit ;;
8853 +    sh64*:Linux:*:*)
8854 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8855 +       exit ;;
8856 +    sh*:Linux:*:*)
8857 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8858 +       exit ;;
8859 +    sparc:Linux:*:* | sparc64:Linux:*:*)
8860 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8861 +       exit ;;
8862 +    vax:Linux:*:*)
8863 +       echo ${UNAME_MACHINE}-dec-linux-gnu
8864 +       exit ;;
8865 +    x86_64:Linux:*:*)
8866 +       echo x86_64-unknown-linux-gnu
8867 +       exit ;;
8868 +    xtensa*:Linux:*:*)
8869 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
8870 +       exit ;;
8871 +    i*86:Linux:*:*)
8872 +       # The BFD linker knows what the default object file format is, so
8873 +       # first see if it will tell us. cd to the root directory to prevent
8874 +       # problems with other programs or directories called `ld' in the path.
8875 +       # Set LC_ALL=C to ensure ld outputs messages in English.
8876 +       ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
8877 +                        | sed -ne '/supported targets:/!d
8878 +                                   s/[         ][      ]*/ /g
8879 +                                   s/.*supported targets: *//
8880 +                                   s/ .*//
8881 +                                   p'`
8882 +        case "$ld_supported_targets" in
8883 +         elf32-i386)
8884 +               TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
8885 +               ;;
8886 +         a.out-i386-linux)
8887 +               echo "${UNAME_MACHINE}-pc-linux-gnuaout"
8888 +               exit ;;
8889 +         "")
8890 +               # Either a pre-BFD a.out linker (linux-gnuoldld) or
8891 +               # one that does not give us useful --help.
8892 +               echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
8893 +               exit ;;
8894 +       esac
8895 +       # Determine whether the default compiler is a.out or elf
8896 +       eval $set_cc_for_build
8897 +       sed 's/^        //' << EOF >$dummy.c
8898 +       #include <features.h>
8899 +       #ifdef __ELF__
8900 +       # ifdef __GLIBC__
8901 +       #  if __GLIBC__ >= 2
8902 +       LIBC=gnu
8903 +       #  else
8904 +       LIBC=gnulibc1
8905 +       #  endif
8906 +       # else
8907 +       LIBC=gnulibc1
8908 +       # endif
8909 +       #else
8910 +       #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
8911 +       LIBC=gnu
8912 +       #else
8913 +       LIBC=gnuaout
8914 +       #endif
8915 +       #endif
8916 +       #ifdef __dietlibc__
8917 +       LIBC=dietlibc
8918 +       #endif
8919 +EOF
8920 +       eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
8921 +           /^LIBC/{
8922 +               s: ::g
8923 +               p
8924 +           }'`"
8925 +       test x"${LIBC}" != x && {
8926 +               echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
8927 +               exit
8928 +       }
8929 +       test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
8930 +       ;;
8931 +    i*86:DYNIX/ptx:4*:*)
8932 +       # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
8933 +       # earlier versions are messed up and put the nodename in both
8934 +       # sysname and nodename.
8935 +       echo i386-sequent-sysv4
8936 +       exit ;;
8937 +    i*86:UNIX_SV:4.2MP:2.*)
8938 +        # Unixware is an offshoot of SVR4, but it has its own version
8939 +        # number series starting with 2...
8940 +        # I am not positive that other SVR4 systems won't match this,
8941 +       # I just have to hope.  -- rms.
8942 +        # Use sysv4.2uw... so that sysv4* matches it.
8943 +       echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
8944 +       exit ;;
8945 +    i*86:OS/2:*:*)
8946 +       # If we were able to find `uname', then EMX Unix compatibility
8947 +       # is probably installed.
8948 +       echo ${UNAME_MACHINE}-pc-os2-emx
8949 +       exit ;;
8950 +    i*86:XTS-300:*:STOP)
8951 +       echo ${UNAME_MACHINE}-unknown-stop
8952 +       exit ;;
8953 +    i*86:atheos:*:*)
8954 +       echo ${UNAME_MACHINE}-unknown-atheos
8955 +       exit ;;
8956 +    i*86:syllable:*:*)
8957 +       echo ${UNAME_MACHINE}-pc-syllable
8958 +       exit ;;
8959 +    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
8960 +       echo i386-unknown-lynxos${UNAME_RELEASE}
8961 +       exit ;;
8962 +    i*86:*DOS:*:*)
8963 +       echo ${UNAME_MACHINE}-pc-msdosdjgpp
8964 +       exit ;;
8965 +    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
8966 +       UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
8967 +       if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
8968 +               echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
8969 +       else
8970 +               echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
8971 +       fi
8972 +       exit ;;
8973 +    i*86:*:5:[678]*)
8974 +       # UnixWare 7.x, OpenUNIX and OpenServer 6.
8975 +       case `/bin/uname -X | grep "^Machine"` in
8976 +           *486*)           UNAME_MACHINE=i486 ;;
8977 +           *Pentium)        UNAME_MACHINE=i586 ;;
8978 +           *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
8979 +       esac
8980 +       echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
8981 +       exit ;;
8982 +    i*86:*:3.2:*)
8983 +       if test -f /usr/options/cb.name; then
8984 +               UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
8985 +               echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
8986 +       elif /bin/uname -X 2>/dev/null >/dev/null ; then
8987 +               UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
8988 +               (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
8989 +               (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
8990 +                       && UNAME_MACHINE=i586
8991 +               (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
8992 +                       && UNAME_MACHINE=i686
8993 +               (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
8994 +                       && UNAME_MACHINE=i686
8995 +               echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
8996 +       else
8997 +               echo ${UNAME_MACHINE}-pc-sysv32
8998 +       fi
8999 +       exit ;;
9000 +    pc:*:*:*)
9001 +       # Left here for compatibility:
9002 +        # uname -m prints for DJGPP always 'pc', but it prints nothing about
9003 +        # the processor, so we play safe by assuming i586.
9004 +       # Note: whatever this is, it MUST be the same as what config.sub
9005 +       # prints for the "djgpp" host, or else GDB configury will decide that
9006 +       # this is a cross-build.
9007 +       echo i586-pc-msdosdjgpp
9008 +        exit ;;
9009 +    Intel:Mach:3*:*)
9010 +       echo i386-pc-mach3
9011 +       exit ;;
9012 +    paragon:*:*:*)
9013 +       echo i860-intel-osf1
9014 +       exit ;;
9015 +    i860:*:4.*:*) # i860-SVR4
9016 +       if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
9017 +         echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
9018 +       else # Add other i860-SVR4 vendors below as they are discovered.
9019 +         echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
9020 +       fi
9021 +       exit ;;
9022 +    mini*:CTIX:SYS*5:*)
9023 +       # "miniframe"
9024 +       echo m68010-convergent-sysv
9025 +       exit ;;
9026 +    mc68k:UNIX:SYSTEM5:3.51m)
9027 +       echo m68k-convergent-sysv
9028 +       exit ;;
9029 +    M680?0:D-NIX:5.3:*)
9030 +       echo m68k-diab-dnix
9031 +       exit ;;
9032 +    M68*:*:R3V[5678]*:*)
9033 +       test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
9034 +    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
9035 +       OS_REL=''
9036 +       test -r /etc/.relid \
9037 +       && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
9038 +       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
9039 +         && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
9040 +       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
9041 +         && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
9042 +    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
9043 +        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
9044 +          && { echo i486-ncr-sysv4; exit; } ;;
9045 +    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
9046 +       OS_REL='.3'
9047 +       test -r /etc/.relid \
9048 +           && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
9049 +       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
9050 +           && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
9051 +       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
9052 +           && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
9053 +       /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
9054 +           && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
9055 +    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
9056 +       echo m68k-unknown-lynxos${UNAME_RELEASE}
9057 +       exit ;;
9058 +    mc68030:UNIX_System_V:4.*:*)
9059 +       echo m68k-atari-sysv4
9060 +       exit ;;
9061 +    TSUNAMI:LynxOS:2.*:*)
9062 +       echo sparc-unknown-lynxos${UNAME_RELEASE}
9063 +       exit ;;
9064 +    rs6000:LynxOS:2.*:*)
9065 +       echo rs6000-unknown-lynxos${UNAME_RELEASE}
9066 +       exit ;;
9067 +    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
9068 +       echo powerpc-unknown-lynxos${UNAME_RELEASE}
9069 +       exit ;;
9070 +    SM[BE]S:UNIX_SV:*:*)
9071 +       echo mips-dde-sysv${UNAME_RELEASE}
9072 +       exit ;;
9073 +    RM*:ReliantUNIX-*:*:*)
9074 +       echo mips-sni-sysv4
9075 +       exit ;;
9076 +    RM*:SINIX-*:*:*)
9077 +       echo mips-sni-sysv4
9078 +       exit ;;
9079 +    *:SINIX-*:*:*)
9080 +       if uname -p 2>/dev/null >/dev/null ; then
9081 +               UNAME_MACHINE=`(uname -p) 2>/dev/null`
9082 +               echo ${UNAME_MACHINE}-sni-sysv4
9083 +       else
9084 +               echo ns32k-sni-sysv
9085 +       fi
9086 +       exit ;;
9087 +    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
9088 +                      # says <Richard.M.Bartel@ccMail.Census.GOV>
9089 +        echo i586-unisys-sysv4
9090 +        exit ;;
9091 +    *:UNIX_System_V:4*:FTX*)
9092 +       # From Gerald Hewes <hewes@openmarket.com>.
9093 +       # How about differentiating between stratus architectures? -djm
9094 +       echo hppa1.1-stratus-sysv4
9095 +       exit ;;
9096 +    *:*:*:FTX*)
9097 +       # From seanf@swdc.stratus.com.
9098 +       echo i860-stratus-sysv4
9099 +       exit ;;
9100 +    i*86:VOS:*:*)
9101 +       # From Paul.Green@stratus.com.
9102 +       echo ${UNAME_MACHINE}-stratus-vos
9103 +       exit ;;
9104 +    *:VOS:*:*)
9105 +       # From Paul.Green@stratus.com.
9106 +       echo hppa1.1-stratus-vos
9107 +       exit ;;
9108 +    mc68*:A/UX:*:*)
9109 +       echo m68k-apple-aux${UNAME_RELEASE}
9110 +       exit ;;
9111 +    news*:NEWS-OS:6*:*)
9112 +       echo mips-sony-newsos6
9113 +       exit ;;
9114 +    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
9115 +       if [ -d /usr/nec ]; then
9116 +               echo mips-nec-sysv${UNAME_RELEASE}
9117 +       else
9118 +               echo mips-unknown-sysv${UNAME_RELEASE}
9119 +       fi
9120 +        exit ;;
9121 +    BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
9122 +       echo powerpc-be-beos
9123 +       exit ;;
9124 +    BeMac:BeOS:*:*)    # BeOS running on Mac or Mac clone, PPC only.
9125 +       echo powerpc-apple-beos
9126 +       exit ;;
9127 +    BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
9128 +       echo i586-pc-beos
9129 +       exit ;;
9130 +    BePC:Haiku:*:*)    # Haiku running on Intel PC compatible.
9131 +       echo i586-pc-haiku
9132 +       exit ;;
9133 +    SX-4:SUPER-UX:*:*)
9134 +       echo sx4-nec-superux${UNAME_RELEASE}
9135 +       exit ;;
9136 +    SX-5:SUPER-UX:*:*)
9137 +       echo sx5-nec-superux${UNAME_RELEASE}
9138 +       exit ;;
9139 +    SX-6:SUPER-UX:*:*)
9140 +       echo sx6-nec-superux${UNAME_RELEASE}
9141 +       exit ;;
9142 +    SX-7:SUPER-UX:*:*)
9143 +       echo sx7-nec-superux${UNAME_RELEASE}
9144 +       exit ;;
9145 +    SX-8:SUPER-UX:*:*)
9146 +       echo sx8-nec-superux${UNAME_RELEASE}
9147 +       exit ;;
9148 +    SX-8R:SUPER-UX:*:*)
9149 +       echo sx8r-nec-superux${UNAME_RELEASE}
9150 +       exit ;;
9151 +    Power*:Rhapsody:*:*)
9152 +       echo powerpc-apple-rhapsody${UNAME_RELEASE}
9153 +       exit ;;
9154 +    *:Rhapsody:*:*)
9155 +       echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
9156 +       exit ;;
9157 +    *:Darwin:*:*)
9158 +       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
9159 +       case $UNAME_PROCESSOR in
9160 +           unknown) UNAME_PROCESSOR=powerpc ;;
9161 +       esac
9162 +       echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
9163 +       exit ;;
9164 +    *:procnto*:*:* | *:QNX:[0123456789]*:*)
9165 +       UNAME_PROCESSOR=`uname -p`
9166 +       if test "$UNAME_PROCESSOR" = "x86"; then
9167 +               UNAME_PROCESSOR=i386
9168 +               UNAME_MACHINE=pc
9169 +       fi
9170 +       echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
9171 +       exit ;;
9172 +    *:QNX:*:4*)
9173 +       echo i386-pc-qnx
9174 +       exit ;;
9175 +    NSE-?:NONSTOP_KERNEL:*:*)
9176 +       echo nse-tandem-nsk${UNAME_RELEASE}
9177 +       exit ;;
9178 +    NSR-?:NONSTOP_KERNEL:*:*)
9179 +       echo nsr-tandem-nsk${UNAME_RELEASE}
9180 +       exit ;;
9181 +    *:NonStop-UX:*:*)
9182 +       echo mips-compaq-nonstopux
9183 +       exit ;;
9184 +    BS2000:POSIX*:*:*)
9185 +       echo bs2000-siemens-sysv
9186 +       exit ;;
9187 +    DS/*:UNIX_System_V:*:*)
9188 +       echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
9189 +       exit ;;
9190 +    *:Plan9:*:*)
9191 +       # "uname -m" is not consistent, so use $cputype instead. 386
9192 +       # is converted to i386 for consistency with other x86
9193 +       # operating systems.
9194 +       if test "$cputype" = "386"; then
9195 +           UNAME_MACHINE=i386
9196 +       else
9197 +           UNAME_MACHINE="$cputype"
9198 +       fi
9199 +       echo ${UNAME_MACHINE}-unknown-plan9
9200 +       exit ;;
9201 +    *:TOPS-10:*:*)
9202 +       echo pdp10-unknown-tops10
9203 +       exit ;;
9204 +    *:TENEX:*:*)
9205 +       echo pdp10-unknown-tenex
9206 +       exit ;;
9207 +    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
9208 +       echo pdp10-dec-tops20
9209 +       exit ;;
9210 +    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
9211 +       echo pdp10-xkl-tops20
9212 +       exit ;;
9213 +    *:TOPS-20:*:*)
9214 +       echo pdp10-unknown-tops20
9215 +       exit ;;
9216 +    *:ITS:*:*)
9217 +       echo pdp10-unknown-its
9218 +       exit ;;
9219 +    SEI:*:*:SEIUX)
9220 +        echo mips-sei-seiux${UNAME_RELEASE}
9221 +       exit ;;
9222 +    *:DragonFly:*:*)
9223 +       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
9224 +       exit ;;
9225 +    *:*VMS:*:*)
9226 +       UNAME_MACHINE=`(uname -p) 2>/dev/null`
9227 +       case "${UNAME_MACHINE}" in
9228 +           A*) echo alpha-dec-vms ; exit ;;
9229 +           I*) echo ia64-dec-vms ; exit ;;
9230 +           V*) echo vax-dec-vms ; exit ;;
9231 +       esac ;;
9232 +    *:XENIX:*:SysV)
9233 +       echo i386-pc-xenix
9234 +       exit ;;
9235 +    i*86:skyos:*:*)
9236 +       echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
9237 +       exit ;;
9238 +    i*86:rdos:*:*)
9239 +       echo ${UNAME_MACHINE}-pc-rdos
9240 +       exit ;;
9241 +    i*86:AROS:*:*)
9242 +       echo ${UNAME_MACHINE}-pc-aros
9243 +       exit ;;
9244 +esac
9245 +
9246 +#echo '(No uname command or uname output not recognized.)' 1>&2
9247 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
9248 +
9249 +eval $set_cc_for_build
9250 +cat >$dummy.c <<EOF
9251 +#ifdef _SEQUENT_
9252 +# include <sys/types.h>
9253 +# include <sys/utsname.h>
9254 +#endif
9255 +main ()
9256 +{
9257 +#if defined (sony)
9258 +#if defined (MIPSEB)
9259 +  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
9260 +     I don't know....  */
9261 +  printf ("mips-sony-bsd\n"); exit (0);
9262 +#else
9263 +#include <sys/param.h>
9264 +  printf ("m68k-sony-newsos%s\n",
9265 +#ifdef NEWSOS4
9266 +          "4"
9267 +#else
9268 +         ""
9269 +#endif
9270 +         ); exit (0);
9271 +#endif
9272 +#endif
9273 +
9274 +#if defined (__arm) && defined (__acorn) && defined (__unix)
9275 +  printf ("arm-acorn-riscix\n"); exit (0);
9276 +#endif
9277 +
9278 +#if defined (hp300) && !defined (hpux)
9279 +  printf ("m68k-hp-bsd\n"); exit (0);
9280 +#endif
9281 +
9282 +#if defined (NeXT)
9283 +#if !defined (__ARCHITECTURE__)
9284 +#define __ARCHITECTURE__ "m68k"
9285 +#endif
9286 +  int version;
9287 +  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
9288 +  if (version < 4)
9289 +    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
9290 +  else
9291 +    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
9292 +  exit (0);
9293 +#endif
9294 +
9295 +#if defined (MULTIMAX) || defined (n16)
9296 +#if defined (UMAXV)
9297 +  printf ("ns32k-encore-sysv\n"); exit (0);
9298 +#else
9299 +#if defined (CMU)
9300 +  printf ("ns32k-encore-mach\n"); exit (0);
9301 +#else
9302 +  printf ("ns32k-encore-bsd\n"); exit (0);
9303 +#endif
9304 +#endif
9305 +#endif
9306 +
9307 +#if defined (__386BSD__)
9308 +  printf ("i386-pc-bsd\n"); exit (0);
9309 +#endif
9310 +
9311 +#if defined (sequent)
9312 +#if defined (i386)
9313 +  printf ("i386-sequent-dynix\n"); exit (0);
9314 +#endif
9315 +#if defined (ns32000)
9316 +  printf ("ns32k-sequent-dynix\n"); exit (0);
9317 +#endif
9318 +#endif
9319 +
9320 +#if defined (_SEQUENT_)
9321 +    struct utsname un;
9322 +
9323 +    uname(&un);
9324 +
9325 +    if (strncmp(un.version, "V2", 2) == 0) {
9326 +       printf ("i386-sequent-ptx2\n"); exit (0);
9327 +    }
9328 +    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
9329 +       printf ("i386-sequent-ptx1\n"); exit (0);
9330 +    }
9331 +    printf ("i386-sequent-ptx\n"); exit (0);
9332 +
9333 +#endif
9334 +
9335 +#if defined (vax)
9336 +# if !defined (ultrix)
9337 +#  include <sys/param.h>
9338 +#  if defined (BSD)
9339 +#   if BSD == 43
9340 +      printf ("vax-dec-bsd4.3\n"); exit (0);
9341 +#   else
9342 +#    if BSD == 199006
9343 +      printf ("vax-dec-bsd4.3reno\n"); exit (0);
9344 +#    else
9345 +      printf ("vax-dec-bsd\n"); exit (0);
9346 +#    endif
9347 +#   endif
9348 +#  else
9349 +    printf ("vax-dec-bsd\n"); exit (0);
9350 +#  endif
9351 +# else
9352 +    printf ("vax-dec-ultrix\n"); exit (0);
9353 +# endif
9354 +#endif
9355 +
9356 +#if defined (alliant) && defined (i860)
9357 +  printf ("i860-alliant-bsd\n"); exit (0);
9358 +#endif
9359 +
9360 +  exit (1);
9361 +}
9362 +EOF
9363 +
9364 +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
9365 +       { echo "$SYSTEM_NAME"; exit; }
9366 +
9367 +# Apollos put the system type in the environment.
9368 +
9369 +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
9370 +
9371 +# Convex versions that predate uname can use getsysinfo(1)
9372 +
9373 +if [ -x /usr/convex/getsysinfo ]
9374 +then
9375 +    case `getsysinfo -f cpu_type` in
9376 +    c1*)
9377 +       echo c1-convex-bsd
9378 +       exit ;;
9379 +    c2*)
9380 +       if getsysinfo -f scalar_acc
9381 +       then echo c32-convex-bsd
9382 +       else echo c2-convex-bsd
9383 +       fi
9384 +       exit ;;
9385 +    c34*)
9386 +       echo c34-convex-bsd
9387 +       exit ;;
9388 +    c38*)
9389 +       echo c38-convex-bsd
9390 +       exit ;;
9391 +    c4*)
9392 +       echo c4-convex-bsd
9393 +       exit ;;
9394 +    esac
9395 +fi
9396 +
9397 +cat >&2 <<EOF
9398 +$0: unable to guess system type
9399 +
9400 +This script, last modified $timestamp, has failed to recognize
9401 +the operating system you are using. It is advised that you
9402 +download the most up to date version of the config scripts from
9403 +
9404 +  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
9405 +and
9406 +  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
9407 +
9408 +If the version you run ($0) is already up to date, please
9409 +send the following data and any information you think might be
9410 +pertinent to <config-patches@gnu.org> in order to provide the needed
9411 +information to handle your system.
9412 +
9413 +config.guess timestamp = $timestamp
9414 +
9415 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
9416 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
9417 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
9418 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
9419 +
9420 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
9421 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
9422 +
9423 +hostinfo               = `(hostinfo) 2>/dev/null`
9424 +/bin/universe          = `(/bin/universe) 2>/dev/null`
9425 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
9426 +/bin/arch              = `(/bin/arch) 2>/dev/null`
9427 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
9428 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
9429 +
9430 +UNAME_MACHINE = ${UNAME_MACHINE}
9431 +UNAME_RELEASE = ${UNAME_RELEASE}
9432 +UNAME_SYSTEM  = ${UNAME_SYSTEM}
9433 +UNAME_VERSION = ${UNAME_VERSION}
9434 +EOF
9435 +
9436 +exit 1
9437 +
9438 +# Local variables:
9439 +# eval: (add-hook 'write-file-hooks 'time-stamp)
9440 +# time-stamp-start: "timestamp='"
9441 +# time-stamp-format: "%:y-%02m-%02d"
9442 +# time-stamp-end: "'"
9443 +# End:
9444 --- config.sub
9445 +++ config.sub
9446 @@ -0,0 +1,1686 @@
9447 +#! /bin/sh
9448 +# Configuration validation subroutine script.
9449 +#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
9450 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
9451 +#   Free Software Foundation, Inc.
9452 +
9453 +timestamp='2009-04-17'
9454 +
9455 +# This file is (in principle) common to ALL GNU software.
9456 +# The presence of a machine in this file suggests that SOME GNU software
9457 +# can handle that machine.  It does not imply ALL GNU software can.
9458 +#
9459 +# This file is free software; you can redistribute it and/or modify
9460 +# it under the terms of the GNU General Public License as published by
9461 +# the Free Software Foundation; either version 2 of the License, or
9462 +# (at your option) any later version.
9463 +#
9464 +# This program is distributed in the hope that it will be useful,
9465 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
9466 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9467 +# GNU General Public License for more details.
9468 +#
9469 +# You should have received a copy of the GNU General Public License
9470 +# along with this program; if not, write to the Free Software
9471 +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
9472 +# 02110-1301, USA.
9473 +#
9474 +# As a special exception to the GNU General Public License, if you
9475 +# distribute this file as part of a program that contains a
9476 +# configuration script generated by Autoconf, you may include it under
9477 +# the same distribution terms that you use for the rest of that program.
9478 +
9479 +
9480 +# Please send patches to <config-patches@gnu.org>.  Submit a context
9481 +# diff and a properly formatted ChangeLog entry.
9482 +#
9483 +# Configuration subroutine to validate and canonicalize a configuration type.
9484 +# Supply the specified configuration type as an argument.
9485 +# If it is invalid, we print an error message on stderr and exit with code 1.
9486 +# Otherwise, we print the canonical config type on stdout and succeed.
9487 +
9488 +# This file is supposed to be the same for all GNU packages
9489 +# and recognize all the CPU types, system types and aliases
9490 +# that are meaningful with *any* GNU software.
9491 +# Each package is responsible for reporting which valid configurations
9492 +# it does not support.  The user should be able to distinguish
9493 +# a failure to support a valid configuration from a meaningless
9494 +# configuration.
9495 +
9496 +# The goal of this file is to map all the various variations of a given
9497 +# machine specification into a single specification in the form:
9498 +#      CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
9499 +# or in some cases, the newer four-part form:
9500 +#      CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
9501 +# It is wrong to echo any other type of specification.
9502 +
9503 +me=`echo "$0" | sed -e 's,.*/,,'`
9504 +
9505 +usage="\
9506 +Usage: $0 [OPTION] CPU-MFR-OPSYS
9507 +       $0 [OPTION] ALIAS
9508 +
9509 +Canonicalize a configuration name.
9510 +
9511 +Operation modes:
9512 +  -h, --help         print this help, then exit
9513 +  -t, --time-stamp   print date of last modification, then exit
9514 +  -v, --version      print version number, then exit
9515 +
9516 +Report bugs and patches to <config-patches@gnu.org>."
9517 +
9518 +version="\
9519 +GNU config.sub ($timestamp)
9520 +
9521 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
9522 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9523 +
9524 +This is free software; see the source for copying conditions.  There is NO
9525 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
9526 +
9527 +help="
9528 +Try \`$me --help' for more information."
9529 +
9530 +# Parse command line
9531 +while test $# -gt 0 ; do
9532 +  case $1 in
9533 +    --time-stamp | --time* | -t )
9534 +       echo "$timestamp" ; exit ;;
9535 +    --version | -v )
9536 +       echo "$version" ; exit ;;
9537 +    --help | --h* | -h )
9538 +       echo "$usage"; exit ;;
9539 +    -- )     # Stop option processing
9540 +       shift; break ;;
9541 +    - )        # Use stdin as input.
9542 +       break ;;
9543 +    -* )
9544 +       echo "$me: invalid option $1$help"
9545 +       exit 1 ;;
9546 +
9547 +    *local*)
9548 +       # First pass through any local machine types.
9549 +       echo $1
9550 +       exit ;;
9551 +
9552 +    * )
9553 +       break ;;
9554 +  esac
9555 +done
9556 +
9557 +case $# in
9558 + 0) echo "$me: missing argument$help" >&2
9559 +    exit 1;;
9560 + 1) ;;
9561 + *) echo "$me: too many arguments$help" >&2
9562 +    exit 1;;
9563 +esac
9564 +
9565 +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
9566 +# Here we must recognize all the valid KERNEL-OS combinations.
9567 +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
9568 +case $maybe_os in
9569 +  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
9570 +  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
9571 +  kopensolaris*-gnu* | \
9572 +  storm-chaos* | os2-emx* | rtmk-nova*)
9573 +    os=-$maybe_os
9574 +    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
9575 +    ;;
9576 +  *)
9577 +    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
9578 +    if [ $basic_machine != $1 ]
9579 +    then os=`echo $1 | sed 's/.*-/-/'`
9580 +    else os=; fi
9581 +    ;;
9582 +esac
9583 +
9584 +### Let's recognize common machines as not being operating systems so
9585 +### that things like config.sub decstation-3100 work.  We also
9586 +### recognize some manufacturers as not being operating systems, so we
9587 +### can provide default operating systems below.
9588 +case $os in
9589 +       -sun*os*)
9590 +               # Prevent following clause from handling this invalid input.
9591 +               ;;
9592 +       -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
9593 +       -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
9594 +       -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
9595 +       -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
9596 +       -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
9597 +       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
9598 +       -apple | -axis | -knuth | -cray)
9599 +               os=
9600 +               basic_machine=$1
9601 +               ;;
9602 +       -sim | -cisco | -oki | -wec | -winbond)
9603 +               os=
9604 +               basic_machine=$1
9605 +               ;;
9606 +       -scout)
9607 +               ;;
9608 +       -wrs)
9609 +               os=-vxworks
9610 +               basic_machine=$1
9611 +               ;;
9612 +       -chorusos*)
9613 +               os=-chorusos
9614 +               basic_machine=$1
9615 +               ;;
9616 +       -chorusrdb)
9617 +               os=-chorusrdb
9618 +               basic_machine=$1
9619 +               ;;
9620 +       -hiux*)
9621 +               os=-hiuxwe2
9622 +               ;;
9623 +       -sco6)
9624 +               os=-sco5v6
9625 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9626 +               ;;
9627 +       -sco5)
9628 +               os=-sco3.2v5
9629 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9630 +               ;;
9631 +       -sco4)
9632 +               os=-sco3.2v4
9633 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9634 +               ;;
9635 +       -sco3.2.[4-9]*)
9636 +               os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
9637 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9638 +               ;;
9639 +       -sco3.2v[4-9]*)
9640 +               # Don't forget version if it is 3.2v4 or newer.
9641 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9642 +               ;;
9643 +       -sco5v6*)
9644 +               # Don't forget version if it is 3.2v4 or newer.
9645 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9646 +               ;;
9647 +       -sco*)
9648 +               os=-sco3.2v2
9649 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9650 +               ;;
9651 +       -udk*)
9652 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9653 +               ;;
9654 +       -isc)
9655 +               os=-isc2.2
9656 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9657 +               ;;
9658 +       -clix*)
9659 +               basic_machine=clipper-intergraph
9660 +               ;;
9661 +       -isc*)
9662 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
9663 +               ;;
9664 +       -lynx*)
9665 +               os=-lynxos
9666 +               ;;
9667 +       -ptx*)
9668 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
9669 +               ;;
9670 +       -windowsnt*)
9671 +               os=`echo $os | sed -e 's/windowsnt/winnt/'`
9672 +               ;;
9673 +       -psos*)
9674 +               os=-psos
9675 +               ;;
9676 +       -mint | -mint[0-9]*)
9677 +               basic_machine=m68k-atari
9678 +               os=-mint
9679 +               ;;
9680 +esac
9681 +
9682 +# Decode aliases for certain CPU-COMPANY combinations.
9683 +case $basic_machine in
9684 +       # Recognize the basic CPU types without company name.
9685 +       # Some are omitted here because they have special meanings below.
9686 +       1750a | 580 \
9687 +       | a29k \
9688 +       | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
9689 +       | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
9690 +       | am33_2.0 \
9691 +       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
9692 +       | bfin \
9693 +       | c4x | clipper \
9694 +       | d10v | d30v | dlx | dsp16xx \
9695 +       | fido | fr30 | frv \
9696 +       | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
9697 +       | i370 | i860 | i960 | ia64 \
9698 +       | ip2k | iq2000 \
9699 +       | lm32 \
9700 +       | m32c | m32r | m32rle | m68000 | m68k | m88k \
9701 +       | maxq | mb | microblaze | mcore | mep | metag \
9702 +       | mips | mipsbe | mipseb | mipsel | mipsle \
9703 +       | mips16 \
9704 +       | mips64 | mips64el \
9705 +       | mips64octeon | mips64octeonel \
9706 +       | mips64orion | mips64orionel \
9707 +       | mips64r5900 | mips64r5900el \
9708 +       | mips64vr | mips64vrel \
9709 +       | mips64vr4100 | mips64vr4100el \
9710 +       | mips64vr4300 | mips64vr4300el \
9711 +       | mips64vr5000 | mips64vr5000el \
9712 +       | mips64vr5900 | mips64vr5900el \
9713 +       | mipsisa32 | mipsisa32el \
9714 +       | mipsisa32r2 | mipsisa32r2el \
9715 +       | mipsisa64 | mipsisa64el \
9716 +       | mipsisa64r2 | mipsisa64r2el \
9717 +       | mipsisa64sb1 | mipsisa64sb1el \
9718 +       | mipsisa64sr71k | mipsisa64sr71kel \
9719 +       | mipstx39 | mipstx39el \
9720 +       | mn10200 | mn10300 \
9721 +       | moxie \
9722 +       | mt \
9723 +       | msp430 \
9724 +       | nios | nios2 \
9725 +       | ns16k | ns32k \
9726 +       | or32 \
9727 +       | pdp10 | pdp11 | pj | pjl \
9728 +       | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
9729 +       | pyramid \
9730 +       | score \
9731 +       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
9732 +       | sh64 | sh64le \
9733 +       | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
9734 +       | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
9735 +       | spu | strongarm \
9736 +       | tahoe | thumb | tic4x | tic80 | tron \
9737 +       | v850 | v850e \
9738 +       | we32k \
9739 +       | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
9740 +       | z8k | z80)
9741 +               basic_machine=$basic_machine-unknown
9742 +               ;;
9743 +       m6811 | m68hc11 | m6812 | m68hc12)
9744 +               # Motorola 68HC11/12.
9745 +               basic_machine=$basic_machine-unknown
9746 +               os=-none
9747 +               ;;
9748 +       m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
9749 +               ;;
9750 +       ms1)
9751 +               basic_machine=mt-unknown
9752 +               ;;
9753 +
9754 +       # We use `pc' rather than `unknown'
9755 +       # because (1) that's what they normally are, and
9756 +       # (2) the word "unknown" tends to confuse beginning users.
9757 +       i*86 | x86_64)
9758 +         basic_machine=$basic_machine-pc
9759 +         ;;
9760 +       # Object if more than one company name word.
9761 +       *-*-*)
9762 +               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
9763 +               exit 1
9764 +               ;;
9765 +       # Recognize the basic CPU types with company name.
9766 +       580-* \
9767 +       | a29k-* \
9768 +       | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
9769 +       | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
9770 +       | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
9771 +       | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
9772 +       | avr-* | avr32-* \
9773 +       | bfin-* | bs2000-* \
9774 +       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
9775 +       | clipper-* | craynv-* | cydra-* \
9776 +       | d10v-* | d30v-* | dlx-* \
9777 +       | elxsi-* \
9778 +       | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
9779 +       | h8300-* | h8500-* \
9780 +       | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
9781 +       | i*86-* | i860-* | i960-* | ia64-* \
9782 +       | ip2k-* | iq2000-* \
9783 +       | lm32-* \
9784 +       | m32c-* | m32r-* | m32rle-* \
9785 +       | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
9786 +       | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
9787 +       | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
9788 +       | mips16-* \
9789 +       | mips64-* | mips64el-* \
9790 +       | mips64octeon-* | mips64octeonel-* \
9791 +       | mips64orion-* | mips64orionel-* \
9792 +       | mips64r5900-* | mips64r5900el-* \
9793 +       | mips64vr-* | mips64vrel-* \
9794 +       | mips64vr4100-* | mips64vr4100el-* \
9795 +       | mips64vr4300-* | mips64vr4300el-* \
9796 +       | mips64vr5000-* | mips64vr5000el-* \
9797 +       | mips64vr5900-* | mips64vr5900el-* \
9798 +       | mipsisa32-* | mipsisa32el-* \
9799 +       | mipsisa32r2-* | mipsisa32r2el-* \
9800 +       | mipsisa64-* | mipsisa64el-* \
9801 +       | mipsisa64r2-* | mipsisa64r2el-* \
9802 +       | mipsisa64sb1-* | mipsisa64sb1el-* \
9803 +       | mipsisa64sr71k-* | mipsisa64sr71kel-* \
9804 +       | mipstx39-* | mipstx39el-* \
9805 +       | mmix-* \
9806 +       | mt-* \
9807 +       | msp430-* \
9808 +       | nios-* | nios2-* \
9809 +       | none-* | np1-* | ns16k-* | ns32k-* \
9810 +       | orion-* \
9811 +       | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
9812 +       | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
9813 +       | pyramid-* \
9814 +       | romp-* | rs6000-* \
9815 +       | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
9816 +       | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
9817 +       | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
9818 +       | sparclite-* \
9819 +       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
9820 +       | tahoe-* | thumb-* \
9821 +       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
9822 +       | tron-* \
9823 +       | v850-* | v850e-* | vax-* \
9824 +       | we32k-* \
9825 +       | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
9826 +       | xstormy16-* | xtensa*-* \
9827 +       | ymp-* \
9828 +       | z8k-* | z80-*)
9829 +               ;;
9830 +       # Recognize the basic CPU types without company name, with glob match.
9831 +       xtensa*)
9832 +               basic_machine=$basic_machine-unknown
9833 +               ;;
9834 +       # Recognize the various machine names and aliases which stand
9835 +       # for a CPU type and a company and sometimes even an OS.
9836 +       386bsd)
9837 +               basic_machine=i386-unknown
9838 +               os=-bsd
9839 +               ;;
9840 +       3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
9841 +               basic_machine=m68000-att
9842 +               ;;
9843 +       3b*)
9844 +               basic_machine=we32k-att
9845 +               ;;
9846 +       a29khif)
9847 +               basic_machine=a29k-amd
9848 +               os=-udi
9849 +               ;;
9850 +       abacus)
9851 +               basic_machine=abacus-unknown
9852 +               ;;
9853 +       adobe68k)
9854 +               basic_machine=m68010-adobe
9855 +               os=-scout
9856 +               ;;
9857 +       alliant | fx80)
9858 +               basic_machine=fx80-alliant
9859 +               ;;
9860 +       altos | altos3068)
9861 +               basic_machine=m68k-altos
9862 +               ;;
9863 +       am29k)
9864 +               basic_machine=a29k-none
9865 +               os=-bsd
9866 +               ;;
9867 +       amd64)
9868 +               basic_machine=x86_64-pc
9869 +               ;;
9870 +       amd64-*)
9871 +               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
9872 +               ;;
9873 +       amdahl)
9874 +               basic_machine=580-amdahl
9875 +               os=-sysv
9876 +               ;;
9877 +       amiga | amiga-*)
9878 +               basic_machine=m68k-unknown
9879 +               ;;
9880 +       amigaos | amigados)
9881 +               basic_machine=m68k-unknown
9882 +               os=-amigaos
9883 +               ;;
9884 +       amigaunix | amix)
9885 +               basic_machine=m68k-unknown
9886 +               os=-sysv4
9887 +               ;;
9888 +       apollo68)
9889 +               basic_machine=m68k-apollo
9890 +               os=-sysv
9891 +               ;;
9892 +       apollo68bsd)
9893 +               basic_machine=m68k-apollo
9894 +               os=-bsd
9895 +               ;;
9896 +       aros)
9897 +               basic_machine=i386-pc
9898 +               os=-aros
9899 +               ;;
9900 +       aux)
9901 +               basic_machine=m68k-apple
9902 +               os=-aux
9903 +               ;;
9904 +       balance)
9905 +               basic_machine=ns32k-sequent
9906 +               os=-dynix
9907 +               ;;
9908 +       blackfin)
9909 +               basic_machine=bfin-unknown
9910 +               os=-linux
9911 +               ;;
9912 +       blackfin-*)
9913 +               basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
9914 +               os=-linux
9915 +               ;;
9916 +       c90)
9917 +               basic_machine=c90-cray
9918 +               os=-unicos
9919 +               ;;
9920 +        cegcc)
9921 +               basic_machine=arm-unknown
9922 +               os=-cegcc
9923 +               ;;
9924 +       convex-c1)
9925 +               basic_machine=c1-convex
9926 +               os=-bsd
9927 +               ;;
9928 +       convex-c2)
9929 +               basic_machine=c2-convex
9930 +               os=-bsd
9931 +               ;;
9932 +       convex-c32)
9933 +               basic_machine=c32-convex
9934 +               os=-bsd
9935 +               ;;
9936 +       convex-c34)
9937 +               basic_machine=c34-convex
9938 +               os=-bsd
9939 +               ;;
9940 +       convex-c38)
9941 +               basic_machine=c38-convex
9942 +               os=-bsd
9943 +               ;;
9944 +       cray | j90)
9945 +               basic_machine=j90-cray
9946 +               os=-unicos
9947 +               ;;
9948 +       craynv)
9949 +               basic_machine=craynv-cray
9950 +               os=-unicosmp
9951 +               ;;
9952 +       cr16)
9953 +               basic_machine=cr16-unknown
9954 +               os=-elf
9955 +               ;;
9956 +       crds | unos)
9957 +               basic_machine=m68k-crds
9958 +               ;;
9959 +       crisv32 | crisv32-* | etraxfs*)
9960 +               basic_machine=crisv32-axis
9961 +               ;;
9962 +       cris | cris-* | etrax*)
9963 +               basic_machine=cris-axis
9964 +               ;;
9965 +       crx)
9966 +               basic_machine=crx-unknown
9967 +               os=-elf
9968 +               ;;
9969 +       da30 | da30-*)
9970 +               basic_machine=m68k-da30
9971 +               ;;
9972 +       decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
9973 +               basic_machine=mips-dec
9974 +               ;;
9975 +       decsystem10* | dec10*)
9976 +               basic_machine=pdp10-dec
9977 +               os=-tops10
9978 +               ;;
9979 +       decsystem20* | dec20*)
9980 +               basic_machine=pdp10-dec
9981 +               os=-tops20
9982 +               ;;
9983 +       delta | 3300 | motorola-3300 | motorola-delta \
9984 +             | 3300-motorola | delta-motorola)
9985 +               basic_machine=m68k-motorola
9986 +               ;;
9987 +       delta88)
9988 +               basic_machine=m88k-motorola
9989 +               os=-sysv3
9990 +               ;;
9991 +       dicos)
9992 +               basic_machine=i686-pc
9993 +               os=-dicos
9994 +               ;;
9995 +       djgpp)
9996 +               basic_machine=i586-pc
9997 +               os=-msdosdjgpp
9998 +               ;;
9999 +       dpx20 | dpx20-*)
10000 +               basic_machine=rs6000-bull
10001 +               os=-bosx
10002 +               ;;
10003 +       dpx2* | dpx2*-bull)
10004 +               basic_machine=m68k-bull
10005 +               os=-sysv3
10006 +               ;;
10007 +       ebmon29k)
10008 +               basic_machine=a29k-amd
10009 +               os=-ebmon
10010 +               ;;
10011 +       elxsi)
10012 +               basic_machine=elxsi-elxsi
10013 +               os=-bsd
10014 +               ;;
10015 +       encore | umax | mmax)
10016 +               basic_machine=ns32k-encore
10017 +               ;;
10018 +       es1800 | OSE68k | ose68k | ose | OSE)
10019 +               basic_machine=m68k-ericsson
10020 +               os=-ose
10021 +               ;;
10022 +       fx2800)
10023 +               basic_machine=i860-alliant
10024 +               ;;
10025 +       genix)
10026 +               basic_machine=ns32k-ns
10027 +               ;;
10028 +       gmicro)
10029 +               basic_machine=tron-gmicro
10030 +               os=-sysv
10031 +               ;;
10032 +       go32)
10033 +               basic_machine=i386-pc
10034 +               os=-go32
10035 +               ;;
10036 +       h3050r* | hiux*)
10037 +               basic_machine=hppa1.1-hitachi
10038 +               os=-hiuxwe2
10039 +               ;;
10040 +       h8300hms)
10041 +               basic_machine=h8300-hitachi
10042 +               os=-hms
10043 +               ;;
10044 +       h8300xray)
10045 +               basic_machine=h8300-hitachi
10046 +               os=-xray
10047 +               ;;
10048 +       h8500hms)
10049 +               basic_machine=h8500-hitachi
10050 +               os=-hms
10051 +               ;;
10052 +       harris)
10053 +               basic_machine=m88k-harris
10054 +               os=-sysv3
10055 +               ;;
10056 +       hp300-*)
10057 +               basic_machine=m68k-hp
10058 +               ;;
10059 +       hp300bsd)
10060 +               basic_machine=m68k-hp
10061 +               os=-bsd
10062 +               ;;
10063 +       hp300hpux)
10064 +               basic_machine=m68k-hp
10065 +               os=-hpux
10066 +               ;;
10067 +       hp3k9[0-9][0-9] | hp9[0-9][0-9])
10068 +               basic_machine=hppa1.0-hp
10069 +               ;;
10070 +       hp9k2[0-9][0-9] | hp9k31[0-9])
10071 +               basic_machine=m68000-hp
10072 +               ;;
10073 +       hp9k3[2-9][0-9])
10074 +               basic_machine=m68k-hp
10075 +               ;;
10076 +       hp9k6[0-9][0-9] | hp6[0-9][0-9])
10077 +               basic_machine=hppa1.0-hp
10078 +               ;;
10079 +       hp9k7[0-79][0-9] | hp7[0-79][0-9])
10080 +               basic_machine=hppa1.1-hp
10081 +               ;;
10082 +       hp9k78[0-9] | hp78[0-9])
10083 +               # FIXME: really hppa2.0-hp
10084 +               basic_machine=hppa1.1-hp
10085 +               ;;
10086 +       hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
10087 +               # FIXME: really hppa2.0-hp
10088 +               basic_machine=hppa1.1-hp
10089 +               ;;
10090 +       hp9k8[0-9][13679] | hp8[0-9][13679])
10091 +               basic_machine=hppa1.1-hp
10092 +               ;;
10093 +       hp9k8[0-9][0-9] | hp8[0-9][0-9])
10094 +               basic_machine=hppa1.0-hp
10095 +               ;;
10096 +       hppa-next)
10097 +               os=-nextstep3
10098 +               ;;
10099 +       hppaosf)
10100 +               basic_machine=hppa1.1-hp
10101 +               os=-osf
10102 +               ;;
10103 +       hppro)
10104 +               basic_machine=hppa1.1-hp
10105 +               os=-proelf
10106 +               ;;
10107 +       i370-ibm* | ibm*)
10108 +               basic_machine=i370-ibm
10109 +               ;;
10110 +# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
10111 +       i*86v32)
10112 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
10113 +               os=-sysv32
10114 +               ;;
10115 +       i*86v4*)
10116 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
10117 +               os=-sysv4
10118 +               ;;
10119 +       i*86v)
10120 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
10121 +               os=-sysv
10122 +               ;;
10123 +       i*86sol2)
10124 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
10125 +               os=-solaris2
10126 +               ;;
10127 +       i386mach)
10128 +               basic_machine=i386-mach
10129 +               os=-mach
10130 +               ;;
10131 +       i386-vsta | vsta)
10132 +               basic_machine=i386-unknown
10133 +               os=-vsta
10134 +               ;;
10135 +       iris | iris4d)
10136 +               basic_machine=mips-sgi
10137 +               case $os in
10138 +                   -irix*)
10139 +                       ;;
10140 +                   *)
10141 +                       os=-irix4
10142 +                       ;;
10143 +               esac
10144 +               ;;
10145 +       isi68 | isi)
10146 +               basic_machine=m68k-isi
10147 +               os=-sysv
10148 +               ;;
10149 +       m68knommu)
10150 +               basic_machine=m68k-unknown
10151 +               os=-linux
10152 +               ;;
10153 +       m68knommu-*)
10154 +               basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
10155 +               os=-linux
10156 +               ;;
10157 +       m88k-omron*)
10158 +               basic_machine=m88k-omron
10159 +               ;;
10160 +       magnum | m3230)
10161 +               basic_machine=mips-mips
10162 +               os=-sysv
10163 +               ;;
10164 +       merlin)
10165 +               basic_machine=ns32k-utek
10166 +               os=-sysv
10167 +               ;;
10168 +       mingw32)
10169 +               basic_machine=i386-pc
10170 +               os=-mingw32
10171 +               ;;
10172 +       mingw32ce)
10173 +               basic_machine=arm-unknown
10174 +               os=-mingw32ce
10175 +               ;;
10176 +       miniframe)
10177 +               basic_machine=m68000-convergent
10178 +               ;;
10179 +       *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
10180 +               basic_machine=m68k-atari
10181 +               os=-mint
10182 +               ;;
10183 +       mips3*-*)
10184 +               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
10185 +               ;;
10186 +       mips3*)
10187 +               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
10188 +               ;;
10189 +       monitor)
10190 +               basic_machine=m68k-rom68k
10191 +               os=-coff
10192 +               ;;
10193 +       morphos)
10194 +               basic_machine=powerpc-unknown
10195 +               os=-morphos
10196 +               ;;
10197 +       msdos)
10198 +               basic_machine=i386-pc
10199 +               os=-msdos
10200 +               ;;
10201 +       ms1-*)
10202 +               basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
10203 +               ;;
10204 +       mvs)
10205 +               basic_machine=i370-ibm
10206 +               os=-mvs
10207 +               ;;
10208 +       ncr3000)
10209 +               basic_machine=i486-ncr
10210 +               os=-sysv4
10211 +               ;;
10212 +       netbsd386)
10213 +               basic_machine=i386-unknown
10214 +               os=-netbsd
10215 +               ;;
10216 +       netwinder)
10217 +               basic_machine=armv4l-rebel
10218 +               os=-linux
10219 +               ;;
10220 +       news | news700 | news800 | news900)
10221 +               basic_machine=m68k-sony
10222 +               os=-newsos
10223 +               ;;
10224 +       news1000)
10225 +               basic_machine=m68030-sony
10226 +               os=-newsos
10227 +               ;;
10228 +       news-3600 | risc-news)
10229 +               basic_machine=mips-sony
10230 +               os=-newsos
10231 +               ;;
10232 +       necv70)
10233 +               basic_machine=v70-nec
10234 +               os=-sysv
10235 +               ;;
10236 +       next | m*-next )
10237 +               basic_machine=m68k-next
10238 +               case $os in
10239 +                   -nextstep* )
10240 +                       ;;
10241 +                   -ns2*)
10242 +                     os=-nextstep2
10243 +                       ;;
10244 +                   *)
10245 +                     os=-nextstep3
10246 +                       ;;
10247 +               esac
10248 +               ;;
10249 +       nh3000)
10250 +               basic_machine=m68k-harris
10251 +               os=-cxux
10252 +               ;;
10253 +       nh[45]000)
10254 +               basic_machine=m88k-harris
10255 +               os=-cxux
10256 +               ;;
10257 +       nindy960)
10258 +               basic_machine=i960-intel
10259 +               os=-nindy
10260 +               ;;
10261 +       mon960)
10262 +               basic_machine=i960-intel
10263 +               os=-mon960
10264 +               ;;
10265 +       nonstopux)
10266 +               basic_machine=mips-compaq
10267 +               os=-nonstopux
10268 +               ;;
10269 +       np1)
10270 +               basic_machine=np1-gould
10271 +               ;;
10272 +       nsr-tandem)
10273 +               basic_machine=nsr-tandem
10274 +               ;;
10275 +       op50n-* | op60c-*)
10276 +               basic_machine=hppa1.1-oki
10277 +               os=-proelf
10278 +               ;;
10279 +       openrisc | openrisc-*)
10280 +               basic_machine=or32-unknown
10281 +               ;;
10282 +       os400)
10283 +               basic_machine=powerpc-ibm
10284 +               os=-os400
10285 +               ;;
10286 +       OSE68000 | ose68000)
10287 +               basic_machine=m68000-ericsson
10288 +               os=-ose
10289 +               ;;
10290 +       os68k)
10291 +               basic_machine=m68k-none
10292 +               os=-os68k
10293 +               ;;
10294 +       pa-hitachi)
10295 +               basic_machine=hppa1.1-hitachi
10296 +               os=-hiuxwe2
10297 +               ;;
10298 +       paragon)
10299 +               basic_machine=i860-intel
10300 +               os=-osf
10301 +               ;;
10302 +       parisc)
10303 +               basic_machine=hppa-unknown
10304 +               os=-linux
10305 +               ;;
10306 +       parisc-*)
10307 +               basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
10308 +               os=-linux
10309 +               ;;
10310 +       pbd)
10311 +               basic_machine=sparc-tti
10312 +               ;;
10313 +       pbb)
10314 +               basic_machine=m68k-tti
10315 +               ;;
10316 +       pc532 | pc532-*)
10317 +               basic_machine=ns32k-pc532
10318 +               ;;
10319 +       pc98)
10320 +               basic_machine=i386-pc
10321 +               ;;
10322 +       pc98-*)
10323 +               basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
10324 +               ;;
10325 +       pentium | p5 | k5 | k6 | nexgen | viac3)
10326 +               basic_machine=i586-pc
10327 +               ;;
10328 +       pentiumpro | p6 | 6x86 | athlon | athlon_*)
10329 +               basic_machine=i686-pc
10330 +               ;;
10331 +       pentiumii | pentium2 | pentiumiii | pentium3)
10332 +               basic_machine=i686-pc
10333 +               ;;
10334 +       pentium4)
10335 +               basic_machine=i786-pc
10336 +               ;;
10337 +       pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
10338 +               basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
10339 +               ;;
10340 +       pentiumpro-* | p6-* | 6x86-* | athlon-*)
10341 +               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
10342 +               ;;
10343 +       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
10344 +               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
10345 +               ;;
10346 +       pentium4-*)
10347 +               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
10348 +               ;;
10349 +       pn)
10350 +               basic_machine=pn-gould
10351 +               ;;
10352 +       power)  basic_machine=power-ibm
10353 +               ;;
10354 +       ppc)    basic_machine=powerpc-unknown
10355 +               ;;
10356 +       ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
10357 +               ;;
10358 +       ppcle | powerpclittle | ppc-le | powerpc-little)
10359 +               basic_machine=powerpcle-unknown
10360 +               ;;
10361 +       ppcle-* | powerpclittle-*)
10362 +               basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
10363 +               ;;
10364 +       ppc64)  basic_machine=powerpc64-unknown
10365 +               ;;
10366 +       ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10367 +               ;;
10368 +       ppc64le | powerpc64little | ppc64-le | powerpc64-little)
10369 +               basic_machine=powerpc64le-unknown
10370 +               ;;
10371 +       ppc64le-* | powerpc64little-*)
10372 +               basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
10373 +               ;;
10374 +       ps2)
10375 +               basic_machine=i386-ibm
10376 +               ;;
10377 +       pw32)
10378 +               basic_machine=i586-unknown
10379 +               os=-pw32
10380 +               ;;
10381 +       rdos)
10382 +               basic_machine=i386-pc
10383 +               os=-rdos
10384 +               ;;
10385 +       rom68k)
10386 +               basic_machine=m68k-rom68k
10387 +               os=-coff
10388 +               ;;
10389 +       rm[46]00)
10390 +               basic_machine=mips-siemens
10391 +               ;;
10392 +       rtpc | rtpc-*)
10393 +               basic_machine=romp-ibm
10394 +               ;;
10395 +       s390 | s390-*)
10396 +               basic_machine=s390-ibm
10397 +               ;;
10398 +       s390x | s390x-*)
10399 +               basic_machine=s390x-ibm
10400 +               ;;
10401 +       sa29200)
10402 +               basic_machine=a29k-amd
10403 +               os=-udi
10404 +               ;;
10405 +       sb1)
10406 +               basic_machine=mipsisa64sb1-unknown
10407 +               ;;
10408 +       sb1el)
10409 +               basic_machine=mipsisa64sb1el-unknown
10410 +               ;;
10411 +       sde)
10412 +               basic_machine=mipsisa32-sde
10413 +               os=-elf
10414 +               ;;
10415 +       sei)
10416 +               basic_machine=mips-sei
10417 +               os=-seiux
10418 +               ;;
10419 +       sequent)
10420 +               basic_machine=i386-sequent
10421 +               ;;
10422 +       sh)
10423 +               basic_machine=sh-hitachi
10424 +               os=-hms
10425 +               ;;
10426 +       sh5el)
10427 +               basic_machine=sh5le-unknown
10428 +               ;;
10429 +       sh64)
10430 +               basic_machine=sh64-unknown
10431 +               ;;
10432 +       sparclite-wrs | simso-wrs)
10433 +               basic_machine=sparclite-wrs
10434 +               os=-vxworks
10435 +               ;;
10436 +       sps7)
10437 +               basic_machine=m68k-bull
10438 +               os=-sysv2
10439 +               ;;
10440 +       spur)
10441 +               basic_machine=spur-unknown
10442 +               ;;
10443 +       st2000)
10444 +               basic_machine=m68k-tandem
10445 +               ;;
10446 +       stratus)
10447 +               basic_machine=i860-stratus
10448 +               os=-sysv4
10449 +               ;;
10450 +       sun2)
10451 +               basic_machine=m68000-sun
10452 +               ;;
10453 +       sun2os3)
10454 +               basic_machine=m68000-sun
10455 +               os=-sunos3
10456 +               ;;
10457 +       sun2os4)
10458 +               basic_machine=m68000-sun
10459 +               os=-sunos4
10460 +               ;;
10461 +       sun3os3)
10462 +               basic_machine=m68k-sun
10463 +               os=-sunos3
10464 +               ;;
10465 +       sun3os4)
10466 +               basic_machine=m68k-sun
10467 +               os=-sunos4
10468 +               ;;
10469 +       sun4os3)
10470 +               basic_machine=sparc-sun
10471 +               os=-sunos3
10472 +               ;;
10473 +       sun4os4)
10474 +               basic_machine=sparc-sun
10475 +               os=-sunos4
10476 +               ;;
10477 +       sun4sol2)
10478 +               basic_machine=sparc-sun
10479 +               os=-solaris2
10480 +               ;;
10481 +       sun3 | sun3-*)
10482 +               basic_machine=m68k-sun
10483 +               ;;
10484 +       sun4)
10485 +               basic_machine=sparc-sun
10486 +               ;;
10487 +       sun386 | sun386i | roadrunner)
10488 +               basic_machine=i386-sun
10489 +               ;;
10490 +       sv1)
10491 +               basic_machine=sv1-cray
10492 +               os=-unicos
10493 +               ;;
10494 +       symmetry)
10495 +               basic_machine=i386-sequent
10496 +               os=-dynix
10497 +               ;;
10498 +       t3e)
10499 +               basic_machine=alphaev5-cray
10500 +               os=-unicos
10501 +               ;;
10502 +       t90)
10503 +               basic_machine=t90-cray
10504 +               os=-unicos
10505 +               ;;
10506 +       tic54x | c54x*)
10507 +               basic_machine=tic54x-unknown
10508 +               os=-coff
10509 +               ;;
10510 +       tic55x | c55x*)
10511 +               basic_machine=tic55x-unknown
10512 +               os=-coff
10513 +               ;;
10514 +       tic6x | c6x*)
10515 +               basic_machine=tic6x-unknown
10516 +               os=-coff
10517 +               ;;
10518 +       tile*)
10519 +               basic_machine=tile-unknown
10520 +               os=-linux-gnu
10521 +               ;;
10522 +       tx39)
10523 +               basic_machine=mipstx39-unknown
10524 +               ;;
10525 +       tx39el)
10526 +               basic_machine=mipstx39el-unknown
10527 +               ;;
10528 +       toad1)
10529 +               basic_machine=pdp10-xkl
10530 +               os=-tops20
10531 +               ;;
10532 +       tower | tower-32)
10533 +               basic_machine=m68k-ncr
10534 +               ;;
10535 +       tpf)
10536 +               basic_machine=s390x-ibm
10537 +               os=-tpf
10538 +               ;;
10539 +       udi29k)
10540 +               basic_machine=a29k-amd
10541 +               os=-udi
10542 +               ;;
10543 +       ultra3)
10544 +               basic_machine=a29k-nyu
10545 +               os=-sym1
10546 +               ;;
10547 +       v810 | necv810)
10548 +               basic_machine=v810-nec
10549 +               os=-none
10550 +               ;;
10551 +       vaxv)
10552 +               basic_machine=vax-dec
10553 +               os=-sysv
10554 +               ;;
10555 +       vms)
10556 +               basic_machine=vax-dec
10557 +               os=-vms
10558 +               ;;
10559 +       vpp*|vx|vx-*)
10560 +               basic_machine=f301-fujitsu
10561 +               ;;
10562 +       vxworks960)
10563 +               basic_machine=i960-wrs
10564 +               os=-vxworks
10565 +               ;;
10566 +       vxworks68)
10567 +               basic_machine=m68k-wrs
10568 +               os=-vxworks
10569 +               ;;
10570 +       vxworks29k)
10571 +               basic_machine=a29k-wrs
10572 +               os=-vxworks
10573 +               ;;
10574 +       w65*)
10575 +               basic_machine=w65-wdc
10576 +               os=-none
10577 +               ;;
10578 +       w89k-*)
10579 +               basic_machine=hppa1.1-winbond
10580 +               os=-proelf
10581 +               ;;
10582 +       xbox)
10583 +               basic_machine=i686-pc
10584 +               os=-mingw32
10585 +               ;;
10586 +       xps | xps100)
10587 +               basic_machine=xps100-honeywell
10588 +               ;;
10589 +       ymp)
10590 +               basic_machine=ymp-cray
10591 +               os=-unicos
10592 +               ;;
10593 +       z8k-*-coff)
10594 +               basic_machine=z8k-unknown
10595 +               os=-sim
10596 +               ;;
10597 +       z80-*-coff)
10598 +               basic_machine=z80-unknown
10599 +               os=-sim
10600 +               ;;
10601 +       none)
10602 +               basic_machine=none-none
10603 +               os=-none
10604 +               ;;
10605 +
10606 +# Here we handle the default manufacturer of certain CPU types.  It is in
10607 +# some cases the only manufacturer, in others, it is the most popular.
10608 +       w89k)
10609 +               basic_machine=hppa1.1-winbond
10610 +               ;;
10611 +       op50n)
10612 +               basic_machine=hppa1.1-oki
10613 +               ;;
10614 +       op60c)
10615 +               basic_machine=hppa1.1-oki
10616 +               ;;
10617 +       romp)
10618 +               basic_machine=romp-ibm
10619 +               ;;
10620 +       mmix)
10621 +               basic_machine=mmix-knuth
10622 +               ;;
10623 +       rs6000)
10624 +               basic_machine=rs6000-ibm
10625 +               ;;
10626 +       vax)
10627 +               basic_machine=vax-dec
10628 +               ;;
10629 +       pdp10)
10630 +               # there are many clones, so DEC is not a safe bet
10631 +               basic_machine=pdp10-unknown
10632 +               ;;
10633 +       pdp11)
10634 +               basic_machine=pdp11-dec
10635 +               ;;
10636 +       we32k)
10637 +               basic_machine=we32k-att
10638 +               ;;
10639 +       sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
10640 +               basic_machine=sh-unknown
10641 +               ;;
10642 +       sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
10643 +               basic_machine=sparc-sun
10644 +               ;;
10645 +       cydra)
10646 +               basic_machine=cydra-cydrome
10647 +               ;;
10648 +       orion)
10649 +               basic_machine=orion-highlevel
10650 +               ;;
10651 +       orion105)
10652 +               basic_machine=clipper-highlevel
10653 +               ;;
10654 +       mac | mpw | mac-mpw)
10655 +               basic_machine=m68k-apple
10656 +               ;;
10657 +       pmac | pmac-mpw)
10658 +               basic_machine=powerpc-apple
10659 +               ;;
10660 +       *-unknown)
10661 +               # Make sure to match an already-canonicalized machine name.
10662 +               ;;
10663 +       *)
10664 +               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
10665 +               exit 1
10666 +               ;;
10667 +esac
10668 +
10669 +# Here we canonicalize certain aliases for manufacturers.
10670 +case $basic_machine in
10671 +       *-digital*)
10672 +               basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
10673 +               ;;
10674 +       *-commodore*)
10675 +               basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
10676 +               ;;
10677 +       *)
10678 +               ;;
10679 +esac
10680 +
10681 +# Decode manufacturer-specific aliases for certain operating systems.
10682 +
10683 +if [ x"$os" != x"" ]
10684 +then
10685 +case $os in
10686 +        # First match some system type aliases
10687 +        # that might get confused with valid system types.
10688 +       # -solaris* is a basic system type, with this one exception.
10689 +       -solaris1 | -solaris1.*)
10690 +               os=`echo $os | sed -e 's|solaris1|sunos4|'`
10691 +               ;;
10692 +       -solaris)
10693 +               os=-solaris2
10694 +               ;;
10695 +       -svr4*)
10696 +               os=-sysv4
10697 +               ;;
10698 +       -unixware*)
10699 +               os=-sysv4.2uw
10700 +               ;;
10701 +       -gnu/linux*)
10702 +               os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
10703 +               ;;
10704 +       # First accept the basic system types.
10705 +       # The portable systems comes first.
10706 +       # Each alternative MUST END IN A *, to match a version number.
10707 +       # -sysv* is not here because it comes later, after sysvr4.
10708 +       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
10709 +             | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
10710 +             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
10711 +             | -kopensolaris* \
10712 +             | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
10713 +             | -aos* | -aros* \
10714 +             | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
10715 +             | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
10716 +             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
10717 +             | -openbsd* | -solidbsd* \
10718 +             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
10719 +             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
10720 +             | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
10721 +             | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
10722 +             | -chorusos* | -chorusrdb* | -cegcc* \
10723 +             | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
10724 +             | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
10725 +             | -uxpv* | -beos* | -mpeix* | -udk* \
10726 +             | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
10727 +             | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
10728 +             | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
10729 +             | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
10730 +             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
10731 +             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
10732 +             | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
10733 +       # Remember, each alternative MUST END IN *, to match a version number.
10734 +               ;;
10735 +       -qnx*)
10736 +               case $basic_machine in
10737 +                   x86-* | i*86-*)
10738 +                       ;;
10739 +                   *)
10740 +                       os=-nto$os
10741 +                       ;;
10742 +               esac
10743 +               ;;
10744 +       -nto-qnx*)
10745 +               ;;
10746 +       -nto*)
10747 +               os=`echo $os | sed -e 's|nto|nto-qnx|'`
10748 +               ;;
10749 +       -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
10750 +             | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
10751 +             | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
10752 +               ;;
10753 +       -mac*)
10754 +               os=`echo $os | sed -e 's|mac|macos|'`
10755 +               ;;
10756 +       -linux-dietlibc)
10757 +               os=-linux-dietlibc
10758 +               ;;
10759 +       -linux*)
10760 +               os=`echo $os | sed -e 's|linux|linux-gnu|'`
10761 +               ;;
10762 +       -sunos5*)
10763 +               os=`echo $os | sed -e 's|sunos5|solaris2|'`
10764 +               ;;
10765 +       -sunos6*)
10766 +               os=`echo $os | sed -e 's|sunos6|solaris3|'`
10767 +               ;;
10768 +       -opened*)
10769 +               os=-openedition
10770 +               ;;
10771 +        -os400*)
10772 +               os=-os400
10773 +               ;;
10774 +       -wince*)
10775 +               os=-wince
10776 +               ;;
10777 +       -osfrose*)
10778 +               os=-osfrose
10779 +               ;;
10780 +       -osf*)
10781 +               os=-osf
10782 +               ;;
10783 +       -utek*)
10784 +               os=-bsd
10785 +               ;;
10786 +       -dynix*)
10787 +               os=-bsd
10788 +               ;;
10789 +       -acis*)
10790 +               os=-aos
10791 +               ;;
10792 +       -atheos*)
10793 +               os=-atheos
10794 +               ;;
10795 +       -syllable*)
10796 +               os=-syllable
10797 +               ;;
10798 +       -386bsd)
10799 +               os=-bsd
10800 +               ;;
10801 +       -ctix* | -uts*)
10802 +               os=-sysv
10803 +               ;;
10804 +       -nova*)
10805 +               os=-rtmk-nova
10806 +               ;;
10807 +       -ns2 )
10808 +               os=-nextstep2
10809 +               ;;
10810 +       -nsk*)
10811 +               os=-nsk
10812 +               ;;
10813 +       # Preserve the version number of sinix5.
10814 +       -sinix5.*)
10815 +               os=`echo $os | sed -e 's|sinix|sysv|'`
10816 +               ;;
10817 +       -sinix*)
10818 +               os=-sysv4
10819 +               ;;
10820 +        -tpf*)
10821 +               os=-tpf
10822 +               ;;
10823 +       -triton*)
10824 +               os=-sysv3
10825 +               ;;
10826 +       -oss*)
10827 +               os=-sysv3
10828 +               ;;
10829 +       -svr4)
10830 +               os=-sysv4
10831 +               ;;
10832 +       -svr3)
10833 +               os=-sysv3
10834 +               ;;
10835 +       -sysvr4)
10836 +               os=-sysv4
10837 +               ;;
10838 +       # This must come after -sysvr4.
10839 +       -sysv*)
10840 +               ;;
10841 +       -ose*)
10842 +               os=-ose
10843 +               ;;
10844 +       -es1800*)
10845 +               os=-ose
10846 +               ;;
10847 +       -xenix)
10848 +               os=-xenix
10849 +               ;;
10850 +       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
10851 +               os=-mint
10852 +               ;;
10853 +       -aros*)
10854 +               os=-aros
10855 +               ;;
10856 +       -kaos*)
10857 +               os=-kaos
10858 +               ;;
10859 +       -zvmoe)
10860 +               os=-zvmoe
10861 +               ;;
10862 +       -dicos*)
10863 +               os=-dicos
10864 +               ;;
10865 +       -none)
10866 +               ;;
10867 +       *)
10868 +               # Get rid of the `-' at the beginning of $os.
10869 +               os=`echo $os | sed 's/[^-]*-//'`
10870 +               echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
10871 +               exit 1
10872 +               ;;
10873 +esac
10874 +else
10875 +
10876 +# Here we handle the default operating systems that come with various machines.
10877 +# The value should be what the vendor currently ships out the door with their
10878 +# machine or put another way, the most popular os provided with the machine.
10879 +
10880 +# Note that if you're going to try to match "-MANUFACTURER" here (say,
10881 +# "-sun"), then you have to tell the case statement up towards the top
10882 +# that MANUFACTURER isn't an operating system.  Otherwise, code above
10883 +# will signal an error saying that MANUFACTURER isn't an operating
10884 +# system, and we'll never get to this point.
10885 +
10886 +case $basic_machine in
10887 +        score-*)
10888 +               os=-elf
10889 +               ;;
10890 +        spu-*)
10891 +               os=-elf
10892 +               ;;
10893 +       *-acorn)
10894 +               os=-riscix1.2
10895 +               ;;
10896 +       arm*-rebel)
10897 +               os=-linux
10898 +               ;;
10899 +       arm*-semi)
10900 +               os=-aout
10901 +               ;;
10902 +        c4x-* | tic4x-*)
10903 +               os=-coff
10904 +               ;;
10905 +       # This must come before the *-dec entry.
10906 +       pdp10-*)
10907 +               os=-tops20
10908 +               ;;
10909 +       pdp11-*)
10910 +               os=-none
10911 +               ;;
10912 +       *-dec | vax-*)
10913 +               os=-ultrix4.2
10914 +               ;;
10915 +       m68*-apollo)
10916 +               os=-domain
10917 +               ;;
10918 +       i386-sun)
10919 +               os=-sunos4.0.2
10920 +               ;;
10921 +       m68000-sun)
10922 +               os=-sunos3
10923 +               # This also exists in the configure program, but was not the
10924 +               # default.
10925 +               # os=-sunos4
10926 +               ;;
10927 +       m68*-cisco)
10928 +               os=-aout
10929 +               ;;
10930 +        mep-*)
10931 +               os=-elf
10932 +               ;;
10933 +       mips*-cisco)
10934 +               os=-elf
10935 +               ;;
10936 +       mips*-*)
10937 +               os=-elf
10938 +               ;;
10939 +       or32-*)
10940 +               os=-coff
10941 +               ;;
10942 +       *-tti)  # must be before sparc entry or we get the wrong os.
10943 +               os=-sysv3
10944 +               ;;
10945 +       sparc-* | *-sun)
10946 +               os=-sunos4.1.1
10947 +               ;;
10948 +       *-be)
10949 +               os=-beos
10950 +               ;;
10951 +       *-haiku)
10952 +               os=-haiku
10953 +               ;;
10954 +       *-ibm)
10955 +               os=-aix
10956 +               ;;
10957 +       *-knuth)
10958 +               os=-mmixware
10959 +               ;;
10960 +       *-wec)
10961 +               os=-proelf
10962 +               ;;
10963 +       *-winbond)
10964 +               os=-proelf
10965 +               ;;
10966 +       *-oki)
10967 +               os=-proelf
10968 +               ;;
10969 +       *-hp)
10970 +               os=-hpux
10971 +               ;;
10972 +       *-hitachi)
10973 +               os=-hiux
10974 +               ;;
10975 +       i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
10976 +               os=-sysv
10977 +               ;;
10978 +       *-cbm)
10979 +               os=-amigaos
10980 +               ;;
10981 +       *-dg)
10982 +               os=-dgux
10983 +               ;;
10984 +       *-dolphin)
10985 +               os=-sysv3
10986 +               ;;
10987 +       m68k-ccur)
10988 +               os=-rtu
10989 +               ;;
10990 +       m88k-omron*)
10991 +               os=-luna
10992 +               ;;
10993 +       *-next )
10994 +               os=-nextstep
10995 +               ;;
10996 +       *-sequent)
10997 +               os=-ptx
10998 +               ;;
10999 +       *-crds)
11000 +               os=-unos
11001 +               ;;
11002 +       *-ns)
11003 +               os=-genix
11004 +               ;;
11005 +       i370-*)
11006 +               os=-mvs
11007 +               ;;
11008 +       *-next)
11009 +               os=-nextstep3
11010 +               ;;
11011 +       *-gould)
11012 +               os=-sysv
11013 +               ;;
11014 +       *-highlevel)
11015 +               os=-bsd
11016 +               ;;
11017 +       *-encore)
11018 +               os=-bsd
11019 +               ;;
11020 +       *-sgi)
11021 +               os=-irix
11022 +               ;;
11023 +       *-siemens)
11024 +               os=-sysv4
11025 +               ;;
11026 +       *-masscomp)
11027 +               os=-rtu
11028 +               ;;
11029 +       f30[01]-fujitsu | f700-fujitsu)
11030 +               os=-uxpv
11031 +               ;;
11032 +       *-rom68k)
11033 +               os=-coff
11034 +               ;;
11035 +       *-*bug)
11036 +               os=-coff
11037 +               ;;
11038 +       *-apple)
11039 +               os=-macos
11040 +               ;;
11041 +       *-atari*)
11042 +               os=-mint
11043 +               ;;
11044 +       *)
11045 +               os=-none
11046 +               ;;
11047 +esac
11048 +fi
11049 +
11050 +# Here we handle the case where we know the os, and the CPU type, but not the
11051 +# manufacturer.  We pick the logical manufacturer.
11052 +vendor=unknown
11053 +case $basic_machine in
11054 +       *-unknown)
11055 +               case $os in
11056 +                       -riscix*)
11057 +                               vendor=acorn
11058 +                               ;;
11059 +                       -sunos*)
11060 +                               vendor=sun
11061 +                               ;;
11062 +                       -aix*)
11063 +                               vendor=ibm
11064 +                               ;;
11065 +                       -beos*)
11066 +                               vendor=be
11067 +                               ;;
11068 +                       -hpux*)
11069 +                               vendor=hp
11070 +                               ;;
11071 +                       -mpeix*)
11072 +                               vendor=hp
11073 +                               ;;
11074 +                       -hiux*)
11075 +                               vendor=hitachi
11076 +                               ;;
11077 +                       -unos*)
11078 +                               vendor=crds
11079 +                               ;;
11080 +                       -dgux*)
11081 +                               vendor=dg
11082 +                               ;;
11083 +                       -luna*)
11084 +                               vendor=omron
11085 +                               ;;
11086 +                       -genix*)
11087 +                               vendor=ns
11088 +                               ;;
11089 +                       -mvs* | -opened*)
11090 +                               vendor=ibm
11091 +                               ;;
11092 +                       -os400*)
11093 +                               vendor=ibm
11094 +                               ;;
11095 +                       -ptx*)
11096 +                               vendor=sequent
11097 +                               ;;
11098 +                       -tpf*)
11099 +                               vendor=ibm
11100 +                               ;;
11101 +                       -vxsim* | -vxworks* | -windiss*)
11102 +                               vendor=wrs
11103 +                               ;;
11104 +                       -aux*)
11105 +                               vendor=apple
11106 +                               ;;
11107 +                       -hms*)
11108 +                               vendor=hitachi
11109 +                               ;;
11110 +                       -mpw* | -macos*)
11111 +                               vendor=apple
11112 +                               ;;
11113 +                       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
11114 +                               vendor=atari
11115 +                               ;;
11116 +                       -vos*)
11117 +                               vendor=stratus
11118 +                               ;;
11119 +               esac
11120 +               basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
11121 +               ;;
11122 +esac
11123 +
11124 +echo $basic_machine$os
11125 +exit
11126 +
11127 +# Local variables:
11128 +# eval: (add-hook 'write-file-hooks 'time-stamp)
11129 +# time-stamp-start: "timestamp='"
11130 +# time-stamp-format: "%:y-%02m-%02d"
11131 +# time-stamp-end: "'"
11132 +# End:
11133 --- configure.in
11134 +++ configure.in
11135 @@ -51,6 +51,7 @@
11136  ##############################
11137  
11138  AC_PROG_CC
11139 +AC_PROG_CXX
11140  AC_PROG_INSTALL
11141  AC_PROG_AWK
11142  AC_PROG_LIBTOOL
11143 @@ -432,4 +433,16 @@
11144  sample/clock/unix/Makefile
11145  sample/upnpdump/Makefile
11146  sample/upnpdump/unix/Makefile
11147 +tests/Makefile
11148 +tests/regression/Makefile
11149 +tests/eventapp/Makefile
11150 +tests/eventapp/unix/Makefile
11151 +tests/multipleembedded/Makefile
11152 +tests/multipleembedded/unix/Makefile
11153 +tests/multipleroot/Makefile
11154 +tests/multipleroot/unix/Makefile
11155 +tests/multiplecp/Makefile
11156 +tests/multiplecp/unix/Makefile
11157 +tests/XMLdescription/Makefile
11158 +tests/XMLdescription/unix/Makefile
11159  ])
11160 --- include/Makefile.am
11161 +++ include/Makefile.am
11162 @@ -2,6 +2,9 @@
11163  # CyberLinkC
11164  ########################################
11165  
11166 +EXTRA_DIST = \
11167 +       cybergarage/upnp/cupnp.h.in
11168 +
11169  clinkc_header = \
11170         cybergarage/typedef.h \
11171         cybergarage/io/cfile.h \
11172 --- include/Makefile.in
11173 +++ include/Makefile.in
11174 @@ -0,0 +1,449 @@
11175 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
11176 +# @configure_input@
11177 +
11178 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
11179 +# 2003, 2004  Free Software Foundation, Inc.
11180 +# This Makefile.in is free software; the Free Software Foundation
11181 +# gives unlimited permission to copy and/or distribute it,
11182 +# with or without modifications, as long as this notice is preserved.
11183 +
11184 +# This program is distributed in the hope that it will be useful,
11185 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11186 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11187 +# PARTICULAR PURPOSE.
11188 +
11189 +@SET_MAKE@
11190 +
11191 +########################################
11192 +# CyberLinkC
11193 +########################################
11194 +
11195 +srcdir = @srcdir@
11196 +top_srcdir = @top_srcdir@
11197 +VPATH = @srcdir@
11198 +pkgdatadir = $(datadir)/@PACKAGE@
11199 +pkglibdir = $(libdir)/@PACKAGE@
11200 +pkgincludedir = $(includedir)/@PACKAGE@
11201 +top_builddir = ..
11202 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
11203 +INSTALL = @INSTALL@
11204 +install_sh_DATA = $(install_sh) -c -m 644
11205 +install_sh_PROGRAM = $(install_sh) -c
11206 +install_sh_SCRIPT = $(install_sh) -c
11207 +INSTALL_HEADER = $(INSTALL_DATA)
11208 +transform = $(program_transform_name)
11209 +NORMAL_INSTALL = :
11210 +PRE_INSTALL = :
11211 +POST_INSTALL = :
11212 +NORMAL_UNINSTALL = :
11213 +PRE_UNINSTALL = :
11214 +POST_UNINSTALL = :
11215 +host_triplet = @host@
11216 +subdir = include
11217 +DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
11218 +       $(srcdir)/Makefile.in
11219 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
11220 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
11221 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
11222 +       $(ACLOCAL_M4)
11223 +mkinstalldirs = $(mkdir_p)
11224 +CONFIG_HEADER = $(top_builddir)/config.h
11225 +CONFIG_CLEAN_FILES =
11226 +SOURCES =
11227 +DIST_SOURCES =
11228 +am__installdirs = "$(DESTDIR)$(includedir)"
11229 +nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
11230 +HEADERS = $(nobase_include_HEADERS)
11231 +ETAGS = etags
11232 +CTAGS = ctags
11233 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
11234 +ACLOCAL = @ACLOCAL@
11235 +AMDEP_FALSE = @AMDEP_FALSE@
11236 +AMDEP_TRUE = @AMDEP_TRUE@
11237 +AMTAR = @AMTAR@
11238 +AR = @AR@
11239 +AUTOCONF = @AUTOCONF@
11240 +AUTOHEADER = @AUTOHEADER@
11241 +AUTOMAKE = @AUTOMAKE@
11242 +AWK = @AWK@
11243 +CC = @CC@
11244 +CCDEPMODE = @CCDEPMODE@
11245 +CFLAGS = @CFLAGS@
11246 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
11247 +CPP = @CPP@
11248 +CPPFLAGS = @CPPFLAGS@
11249 +CXX = @CXX@
11250 +CXXCPP = @CXXCPP@
11251 +CXXDEPMODE = @CXXDEPMODE@
11252 +CXXFLAGS = @CXXFLAGS@
11253 +CYGPATH_W = @CYGPATH_W@
11254 +DEFS = @DEFS@
11255 +DEPDIR = @DEPDIR@
11256 +ECHO = @ECHO@
11257 +ECHO_C = @ECHO_C@
11258 +ECHO_N = @ECHO_N@
11259 +ECHO_T = @ECHO_T@
11260 +EGREP = @EGREP@
11261 +EXEEXT = @EXEEXT@
11262 +F77 = @F77@
11263 +FFLAGS = @FFLAGS@
11264 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
11265 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
11266 +HTTP_CFLAGS = @HTTP_CFLAGS@
11267 +HTTP_LIBS = @HTTP_LIBS@
11268 +INSTALL_DATA = @INSTALL_DATA@
11269 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
11270 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
11271 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
11272 +LDFLAGS = @LDFLAGS@
11273 +LIBOBJS = @LIBOBJS@
11274 +LIBS = @LIBS@
11275 +LIBTOOL = @LIBTOOL@
11276 +LN_S = @LN_S@
11277 +LTLIBOBJS = @LTLIBOBJS@
11278 +MAKEINFO = @MAKEINFO@
11279 +OBJEXT = @OBJEXT@
11280 +PACKAGE = @PACKAGE@
11281 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
11282 +PACKAGE_NAME = @PACKAGE_NAME@
11283 +PACKAGE_STRING = @PACKAGE_STRING@
11284 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
11285 +PACKAGE_VERSION = @PACKAGE_VERSION@
11286 +PATH_SEPARATOR = @PATH_SEPARATOR@
11287 +RANLIB = @RANLIB@
11288 +SET_MAKE = @SET_MAKE@
11289 +SHELL = @SHELL@
11290 +STRIP = @STRIP@
11291 +VERSION = @VERSION@
11292 +XML_CFLAGS = @XML_CFLAGS@
11293 +XML_LIBS = @XML_LIBS@
11294 +ac_ct_AR = @ac_ct_AR@
11295 +ac_ct_CC = @ac_ct_CC@
11296 +ac_ct_CXX = @ac_ct_CXX@
11297 +ac_ct_F77 = @ac_ct_F77@
11298 +ac_ct_RANLIB = @ac_ct_RANLIB@
11299 +ac_ct_STRIP = @ac_ct_STRIP@
11300 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
11301 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
11302 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
11303 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
11304 +am__include = @am__include@
11305 +am__leading_dot = @am__leading_dot@
11306 +am__quote = @am__quote@
11307 +bindir = @bindir@
11308 +build = @build@
11309 +build_alias = @build_alias@
11310 +build_cpu = @build_cpu@
11311 +build_os = @build_os@
11312 +build_vendor = @build_vendor@
11313 +datadir = @datadir@
11314 +exec_prefix = @exec_prefix@
11315 +host = @host@
11316 +host_alias = @host_alias@
11317 +host_cpu = @host_cpu@
11318 +host_os = @host_os@
11319 +host_vendor = @host_vendor@
11320 +includedir = @includedir@
11321 +infodir = @infodir@
11322 +install_sh = @install_sh@
11323 +libdir = @libdir@
11324 +libexecdir = @libexecdir@
11325 +localstatedir = @localstatedir@
11326 +mandir = @mandir@
11327 +mkdir_p = @mkdir_p@
11328 +oldincludedir = @oldincludedir@
11329 +prefix = @prefix@
11330 +program_transform_name = @program_transform_name@
11331 +sbindir = @sbindir@
11332 +sharedstatedir = @sharedstatedir@
11333 +sysconfdir = @sysconfdir@
11334 +target_alias = @target_alias@
11335 +EXTRA_DIST = \
11336 +       cybergarage/upnp/cupnp.h.in
11337 +
11338 +clinkc_header = \
11339 +       cybergarage/typedef.h \
11340 +       cybergarage/io/cfile.h \
11341 +       cybergarage/util/clist.h \
11342 +       cybergarage/util/cmutex.h \
11343 +       cybergarage/util/ccond.h \
11344 +       cybergarage/util/cstring.h \
11345 +       cybergarage/util/cthread.h \
11346 +       cybergarage/util/ctime.h \
11347 +       cybergarage/util/clog.h \
11348 +       cybergarage/net/csocket.h \
11349 +       cybergarage/net/cinterface.h \
11350 +       cybergarage/net/curi.h \
11351 +       cybergarage/net/curl.h \
11352 +       cybergarage/http/chttp.h \
11353 +       cybergarage/soap/csoap.h \
11354 +       cybergarage/upnp/caction.h \
11355 +       cybergarage/upnp/cargument.h \
11356 +       cybergarage/upnp/ccontrolpoint.h \
11357 +       cybergarage/upnp/cdevice.h \
11358 +       cybergarage/upnp/cicon.h \
11359 +       cybergarage/upnp/cservice.h \
11360 +       cybergarage/upnp/cstatevariable.h \
11361 +       cybergarage/upnp/cupnp.h \
11362 +       cybergarage/upnp/cupnp_function.h \
11363 +       cybergarage/upnp/cupnp_limit.h \
11364 +       cybergarage/upnp/cupnp_status.h \
11365 +       cybergarage/upnp/control/ccontrol.h \
11366 +       cybergarage/upnp/event/cevent.h \
11367 +       cybergarage/upnp/event/cnotify.h \
11368 +       cybergarage/upnp/event/cproperty.h \
11369 +       cybergarage/upnp/event/csubscriber.h \
11370 +       cybergarage/upnp/event/csubscription.h \
11371 +       cybergarage/upnp/ssdp/cssdp.h \
11372 +       cybergarage/upnp/ssdp/cssdp_server.h \
11373 +       cybergarage/xml/cxml.h
11374 +
11375 +
11376 +########################################
11377 +# Library
11378 +########################################
11379 +nobase_include_HEADERS = \
11380 +       $(clinkc_header)
11381 +
11382 +all: all-am
11383 +
11384 +.SUFFIXES:
11385 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
11386 +       @for dep in $?; do \
11387 +         case '$(am__configure_deps)' in \
11388 +           *$$dep*) \
11389 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
11390 +               && exit 0; \
11391 +             exit 1;; \
11392 +         esac; \
11393 +       done; \
11394 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
11395 +       cd $(top_srcdir) && \
11396 +         $(AUTOMAKE) --foreign  include/Makefile
11397 +.PRECIOUS: Makefile
11398 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
11399 +       @case '$?' in \
11400 +         *config.status*) \
11401 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
11402 +         *) \
11403 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
11404 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
11405 +       esac;
11406 +
11407 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
11408 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
11409 +
11410 +$(top_srcdir)/configure:  $(am__configure_deps)
11411 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
11412 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
11413 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
11414 +
11415 +mostlyclean-libtool:
11416 +       -rm -f *.lo
11417 +
11418 +clean-libtool:
11419 +       -rm -rf .libs _libs
11420 +
11421 +distclean-libtool:
11422 +       -rm -f libtool
11423 +uninstall-info-am:
11424 +install-nobase_includeHEADERS: $(nobase_include_HEADERS)
11425 +       @$(NORMAL_INSTALL)
11426 +       test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
11427 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
11428 +       list='$(nobase_include_HEADERS)'; for p in $$list; do \
11429 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
11430 +         case $$p in \
11431 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
11432 +           *) f=$$p;; \
11433 +         esac; \
11434 +         echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
11435 +         $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
11436 +       done
11437 +
11438 +uninstall-nobase_includeHEADERS:
11439 +       @$(NORMAL_UNINSTALL)
11440 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
11441 +       list='$(nobase_include_HEADERS)'; for p in $$list; do \
11442 +         case $$p in \
11443 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
11444 +           *) f=$$p;; \
11445 +         esac; \
11446 +         echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
11447 +         rm -f "$(DESTDIR)$(includedir)/$$f"; \
11448 +       done
11449 +
11450 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
11451 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
11452 +       unique=`for i in $$list; do \
11453 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
11454 +         done | \
11455 +         $(AWK) '    { files[$$0] = 1; } \
11456 +              END { for (i in files) print i; }'`; \
11457 +       mkid -fID $$unique
11458 +tags: TAGS
11459 +
11460 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
11461 +               $(TAGS_FILES) $(LISP)
11462 +       tags=; \
11463 +       here=`pwd`; \
11464 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
11465 +       unique=`for i in $$list; do \
11466 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
11467 +         done | \
11468 +         $(AWK) '    { files[$$0] = 1; } \
11469 +              END { for (i in files) print i; }'`; \
11470 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
11471 +         test -n "$$unique" || unique=$$empty_fix; \
11472 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
11473 +           $$tags $$unique; \
11474 +       fi
11475 +ctags: CTAGS
11476 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
11477 +               $(TAGS_FILES) $(LISP)
11478 +       tags=; \
11479 +       here=`pwd`; \
11480 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
11481 +       unique=`for i in $$list; do \
11482 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
11483 +         done | \
11484 +         $(AWK) '    { files[$$0] = 1; } \
11485 +              END { for (i in files) print i; }'`; \
11486 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
11487 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
11488 +            $$tags $$unique
11489 +
11490 +GTAGS:
11491 +       here=`$(am__cd) $(top_builddir) && pwd` \
11492 +         && cd $(top_srcdir) \
11493 +         && gtags -i $(GTAGS_ARGS) $$here
11494 +
11495 +distclean-tags:
11496 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
11497 +
11498 +distdir: $(DISTFILES)
11499 +       $(mkdir_p) $(distdir)/cybergarage $(distdir)/cybergarage/http $(distdir)/cybergarage/io $(distdir)/cybergarage/net $(distdir)/cybergarage/soap $(distdir)/cybergarage/upnp $(distdir)/cybergarage/upnp/control $(distdir)/cybergarage/upnp/event $(distdir)/cybergarage/upnp/ssdp $(distdir)/cybergarage/util $(distdir)/cybergarage/xml
11500 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
11501 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
11502 +       list='$(DISTFILES)'; for file in $$list; do \
11503 +         case $$file in \
11504 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
11505 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
11506 +         esac; \
11507 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
11508 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
11509 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
11510 +           dir="/$$dir"; \
11511 +           $(mkdir_p) "$(distdir)$$dir"; \
11512 +         else \
11513 +           dir=''; \
11514 +         fi; \
11515 +         if test -d $$d/$$file; then \
11516 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
11517 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
11518 +           fi; \
11519 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
11520 +         else \
11521 +           test -f $(distdir)/$$file \
11522 +           || cp -p $$d/$$file $(distdir)/$$file \
11523 +           || exit 1; \
11524 +         fi; \
11525 +       done
11526 +check-am: all-am
11527 +check: check-am
11528 +all-am: Makefile $(HEADERS)
11529 +installdirs:
11530 +       for dir in "$(DESTDIR)$(includedir)"; do \
11531 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
11532 +       done
11533 +install: install-am
11534 +install-exec: install-exec-am
11535 +install-data: install-data-am
11536 +uninstall: uninstall-am
11537 +
11538 +install-am: all-am
11539 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
11540 +
11541 +installcheck: installcheck-am
11542 +install-strip:
11543 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
11544 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
11545 +         `test -z '$(STRIP)' || \
11546 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
11547 +mostlyclean-generic:
11548 +
11549 +clean-generic:
11550 +
11551 +distclean-generic:
11552 +       -rm -f $(CONFIG_CLEAN_FILES)
11553 +
11554 +maintainer-clean-generic:
11555 +       @echo "This command is intended for maintainers to use"
11556 +       @echo "it deletes files that may require special tools to rebuild."
11557 +clean: clean-am
11558 +
11559 +clean-am: clean-generic clean-libtool mostlyclean-am
11560 +
11561 +distclean: distclean-am
11562 +       -rm -f Makefile
11563 +distclean-am: clean-am distclean-generic distclean-libtool \
11564 +       distclean-tags
11565 +
11566 +dvi: dvi-am
11567 +
11568 +dvi-am:
11569 +
11570 +html: html-am
11571 +
11572 +info: info-am
11573 +
11574 +info-am:
11575 +
11576 +install-data-am: install-nobase_includeHEADERS
11577 +
11578 +install-exec-am:
11579 +
11580 +install-info: install-info-am
11581 +
11582 +install-man:
11583 +
11584 +installcheck-am:
11585 +
11586 +maintainer-clean: maintainer-clean-am
11587 +       -rm -f Makefile
11588 +maintainer-clean-am: distclean-am maintainer-clean-generic
11589 +
11590 +mostlyclean: mostlyclean-am
11591 +
11592 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
11593 +
11594 +pdf: pdf-am
11595 +
11596 +pdf-am:
11597 +
11598 +ps: ps-am
11599 +
11600 +ps-am:
11601 +
11602 +uninstall-am: uninstall-info-am uninstall-nobase_includeHEADERS
11603 +
11604 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
11605 +       clean-libtool ctags distclean distclean-generic \
11606 +       distclean-libtool distclean-tags distdir dvi dvi-am html \
11607 +       html-am info info-am install install-am install-data \
11608 +       install-data-am install-exec install-exec-am install-info \
11609 +       install-info-am install-man install-nobase_includeHEADERS \
11610 +       install-strip installcheck installcheck-am installdirs \
11611 +       maintainer-clean maintainer-clean-generic mostlyclean \
11612 +       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
11613 +       tags uninstall uninstall-am uninstall-info-am \
11614 +       uninstall-nobase_includeHEADERS
11615 +
11616 +
11617 +cybergarage/upnp/cupnp.h: $(top_builddir)/config.h
11618 +       mkdir -p cybergarage/upnp
11619 +       sed -e 's/CG_CLINK_VER/CG_CLINK_VER \"$(VERSION)\"/' \
11620 +       $(srcdir)/cybergarage/upnp/cupnp.h.in > $(srcdir)/cybergarage/upnp/cupnp.h
11621 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
11622 +# Otherwise a system limit (for SysV at least) may be exceeded.
11623 +.NOEXPORT:
11624 --- include/cybergarage/http/chttp.h
11625 +++ include/cybergarage/http/chttp.h
11626 @@ -6,7 +6,7 @@
11627  *
11628  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11629  *
11630 -*       This is licensed under BSD-style license with patent exclusion,
11631 +*       This is licensed under BSD-style license,
11632  *       see file COPYING.
11633  *
11634  *      File: chttp.h
11635 --- include/cybergarage/util/ccond.h
11636 +++ include/cybergarage/util/ccond.h
11637 @@ -6,7 +6,7 @@
11638  *
11639  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11640  *
11641 -*       This is licensed under BSD-style license with patent exclusion,
11642 +*       This is licensed under BSD-style license,
11643  *       see file COPYING.
11644  *
11645  *      File: ccond.h
11646 --- include/cybergarage/util/clist.h
11647 +++ include/cybergarage/util/clist.h
11648 @@ -6,7 +6,7 @@
11649  *
11650  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11651  *
11652 -*       This is licensed under BSD-style license with patent exclusion,
11653 +*       This is licensed under BSD-style license,
11654  *       see file COPYING.
11655  *
11656  *      File: clist.h
11657 --- include/cybergarage/util/clog.h
11658 +++ include/cybergarage/util/clog.h
11659 @@ -6,7 +6,7 @@
11660  *
11661  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11662  *
11663 -*       This is licensed under BSD-style license with patent exclusion,
11664 +*       This is licensed under BSD-style license,
11665  *       see file COPYING.
11666  *
11667  *       File: clog.h
11668 --- include/cybergarage/util/cmutex.h
11669 +++ include/cybergarage/util/cmutex.h
11670 @@ -6,7 +6,7 @@
11671  *
11672  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11673  *
11674 -*       This is licensed under BSD-style license with patent exclusion,
11675 +*       This is licensed under BSD-style license,
11676  *       see file COPYING.
11677  *
11678  *      File: cmutex.h
11679 --- include/cybergarage/util/cstring.h
11680 +++ include/cybergarage/util/cstring.h
11681 @@ -6,7 +6,7 @@
11682  *
11683  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11684  *
11685 -*       This is licensed under BSD-style license with patent exclusion,
11686 +*       This is licensed under BSD-style license,
11687  *       see file COPYING.
11688  *
11689  *      File: cstring.h
11690 --- include/cybergarage/util/cthread.h
11691 +++ include/cybergarage/util/cthread.h
11692 @@ -6,7 +6,7 @@
11693  *
11694  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11695  *
11696 -*       This is licensed under BSD-style license with patent exclusion,
11697 +*       This is licensed under BSD-style license,
11698  *       see file COPYING.
11699  *
11700  *      File: cthread.h
11701 --- include/cybergarage/upnp/caction.h
11702 +++ include/cybergarage/upnp/caction.h
11703 @@ -6,7 +6,7 @@
11704  *
11705  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11706  *
11707 -*       This is licensed under BSD-style license with patent exclusion,
11708 +*       This is licensed under BSD-style license,
11709  *       see file COPYING.
11710  *
11711  *      File: caction.h
11712 --- include/cybergarage/upnp/cargument.h
11713 +++ include/cybergarage/upnp/cargument.h
11714 @@ -6,7 +6,7 @@
11715  *
11716  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11717  *
11718 -*       This is licensed under BSD-style license with patent exclusion,
11719 +*       This is licensed under BSD-style license,
11720  *       see file COPYING.
11721  *
11722  *      File: cargument.h
11723 --- include/cybergarage/upnp/ccontrolpoint.h
11724 +++ include/cybergarage/upnp/ccontrolpoint.h
11725 @@ -6,7 +6,7 @@
11726  *
11727  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11728  *
11729 -*       This is licensed under BSD-style license with patent exclusion,
11730 +*       This is licensed under BSD-style license,
11731  *       see file COPYING.
11732  *
11733  *      File: ccontrolpoint.h
11734 --- include/cybergarage/upnp/cdevice.h
11735 +++ include/cybergarage/upnp/cdevice.h
11736 @@ -6,7 +6,7 @@
11737  *
11738  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11739  *
11740 -*       This is licensed under BSD-style license with patent exclusion,
11741 +*       This is licensed under BSD-style license,
11742  *       see file COPYING.
11743  *
11744  *      File: cdevice.h
11745 --- include/cybergarage/upnp/cicon.h
11746 +++ include/cybergarage/upnp/cicon.h
11747 @@ -6,7 +6,7 @@
11748  *
11749  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11750  *
11751 -*       This is licensed under BSD-style license with patent exclusion,
11752 +*       This is licensed under BSD-style license,
11753  *       see file COPYING.
11754  *
11755  *      File: cicon.h
11756 --- include/cybergarage/upnp/cservice.h
11757 +++ include/cybergarage/upnp/cservice.h
11758 @@ -6,7 +6,7 @@
11759  *
11760  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11761  *
11762 -*       This is licensed under BSD-style license with patent exclusion,
11763 +*       This is licensed under BSD-style license,
11764  *       see file COPYING.
11765  *
11766  *      File: cservice.h
11767 @@ -324,10 +324,17 @@
11768   * @param service The service in question
11769   * @return CgNetURL Pointer to URL/URI structure
11770   */
11771 -
11772  CgNetURL *cg_upnp_service_getscpdurl(CgUpnpService *service);
11773  
11774  /**
11775 + * Get the service's SCPD (service description) URL
11776 + *
11777 + * @param service The service in question
11778 + * @return CgNetURL Pointer to URL/URI structure
11779 + */
11780 +CgNetURL *cg_upnp_service_getscpdurl_alt(CgUpnpService *service);
11781 +
11782 +/**
11783   * Compare the service's SCPD URL and the given location
11784   * 
11785   * @param service The service in question
11786 @@ -356,6 +363,14 @@
11787   */
11788  CgNetURL *cg_upnp_service_getcontrolurl(CgUpnpService *service);
11789  
11790 +/**
11791 + * Get the service's control URL
11792 + *
11793 + * @param service The service in question
11794 + * @return CgNetURL Pointer to URL/URI structure
11795 + */
11796 +CgNetURL *cg_upnp_service_getcontrolurl_alt(CgUpnpService *service);
11797 +
11798  /****************************************************************************
11799   * eventSubURL
11800   ****************************************************************************/
11801 @@ -376,6 +391,14 @@
11802   */
11803  CgNetURL *cg_upnp_service_geteventsuburl(CgUpnpService *service);
11804  
11805 +/**
11806 + * Get the service's event subscription URL
11807 + *
11808 + * @param service The service in question
11809 + * @return CgNetURL Pointer to URL/URI structure
11810 + */
11811 +CgNetURL *cg_upnp_service_geteventsuburl_alt(CgUpnpService *service);
11812 +
11813  /****************************************************************************
11814   * Action
11815   ****************************************************************************/
11816 --- include/cybergarage/upnp/cstatevariable.h
11817 +++ include/cybergarage/upnp/cstatevariable.h
11818 @@ -6,7 +6,7 @@
11819  *
11820  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11821  *
11822 -*       This is licensed under BSD-style license with patent exclusion,
11823 +*       This is licensed under BSD-style license,
11824  *       see file COPYING.
11825  *
11826  *      File: cstatevariable.h
11827 --- include/cybergarage/upnp/cupnp.h
11828 +++ include/cybergarage/upnp/cupnp.h
11829 @@ -1,20 +1,20 @@
11830  /******************************************************************
11831  *
11832 -*       CyberLink for C
11833 +*      CyberLink for C
11834  *
11835 -*       Copyright (C) Satoshi Konno 2005
11836 +*      Copyright (C) Satoshi Konno 2005
11837  *
11838  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11839  *
11840 -*       This is licensed under BSD-style license with patent exclusion,
11841 +*       This is licensed under BSD-style license,
11842  *       see file COPYING.
11843  *
11844 -*       File: cupnp.h
11845 +*      File: cupnp.h
11846  *
11847 -*       Revision:
11848 +*      Revision:
11849  *
11850 -*       02/14/05
11851 -*               - first revision
11852 +*      02/14/05
11853 +*              - first revision
11854  *
11855  ******************************************************************/
11856  
11857 --- include/cybergarage/upnp/cupnp.h.in
11858 +++ include/cybergarage/upnp/cupnp.h.in
11859 @@ -1,20 +1,20 @@
11860  /******************************************************************
11861  *
11862 -*       CyberLink for C
11863 +*      CyberLink for C
11864  *
11865 -*       Copyright (C) Satoshi Konno 2005
11866 +*      Copyright (C) Satoshi Konno 2005
11867  *
11868  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11869  *
11870 -*       This is licensed under BSD-style license with patent exclusion,
11871 +*       This is licensed under BSD-style license,
11872  *       see file COPYING.
11873  *
11874 -*       File: cupnp.h
11875 +*      File: cupnp.h
11876  *
11877 -*       Revision:
11878 +*      Revision:
11879  *
11880 -*       02/14/05
11881 -*               - first revision
11882 +*      02/14/05
11883 +*              - first revision
11884  *
11885  ******************************************************************/
11886  
11887 --- include/cybergarage/upnp/cupnp_function.h
11888 +++ include/cybergarage/upnp/cupnp_function.h
11889 @@ -6,7 +6,7 @@
11890  *
11891  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11892  *
11893 -*       This is licensed under BSD-style license with patent exclusion,
11894 +*       This is licensed under BSD-style license,
11895  *       see file COPYING.
11896  *
11897  *      File: cupnp_function.h
11898 --- include/cybergarage/upnp/cupnp_limit.h
11899 +++ include/cybergarage/upnp/cupnp_limit.h
11900 @@ -6,7 +6,7 @@
11901  *
11902  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11903  *
11904 -*       This is licensed under BSD-style license with patent exclusion,
11905 +*       This is licensed under BSD-style license,
11906  *       see file COPYING.
11907  *
11908  *      File: cupnp_limit.h
11909 --- include/cybergarage/upnp/cupnp_status.h
11910 +++ include/cybergarage/upnp/cupnp_status.h
11911 @@ -6,7 +6,7 @@
11912  *
11913  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11914  *
11915 -*       This is licensed under BSD-style license with patent exclusion,
11916 +*       This is licensed under BSD-style license,
11917  *       see file COPYING.
11918  *
11919  *      File: upnp_status.h
11920 --- include/cybergarage/upnp/event/cevent.h
11921 +++ include/cybergarage/upnp/event/cevent.h
11922 @@ -6,7 +6,7 @@
11923  *
11924  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11925  *
11926 -*       This is licensed under BSD-style license with patent exclusion,
11927 +*       This is licensed under BSD-style license,
11928  *       see file COPYING.
11929  *
11930  *      File: cevent.h
11931 --- include/cybergarage/upnp/event/cnotify.h
11932 +++ include/cybergarage/upnp/event/cnotify.h
11933 @@ -6,7 +6,7 @@
11934  *
11935  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11936  *
11937 -*       This is licensed under BSD-style license with patent exclusion,
11938 +*       This is licensed under BSD-style license,
11939  *       see file COPYING.
11940  *
11941  *      File: cevent.h
11942 --- include/cybergarage/upnp/event/cproperty.h
11943 +++ include/cybergarage/upnp/event/cproperty.h
11944 @@ -6,7 +6,7 @@
11945  *
11946  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11947  *
11948 -*       This is licensed under BSD-style license with patent exclusion,
11949 +*       This is licensed under BSD-style license,
11950  *       see file COPYING.
11951  *
11952  *      File: cproperty.h
11953 --- include/cybergarage/upnp/event/csubscriber.h
11954 +++ include/cybergarage/upnp/event/csubscriber.h
11955 @@ -6,7 +6,7 @@
11956  *
11957  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11958  *
11959 -*       This is licensed under BSD-style license with patent exclusion,
11960 +*       This is licensed under BSD-style license,
11961  *       see file COPYING.
11962  *
11963  *      File: csubscriber.h
11964 --- include/cybergarage/upnp/event/csubscription.h
11965 +++ include/cybergarage/upnp/event/csubscription.h
11966 @@ -6,7 +6,7 @@
11967  *
11968  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11969  *
11970 -*       This is licensed under BSD-style license with patent exclusion,
11971 +*       This is licensed under BSD-style license,
11972  *       see file COPYING.
11973  *
11974  *      File: csubscription.h
11975 --- include/cybergarage/upnp/control/ccontrol.h
11976 +++ include/cybergarage/upnp/control/ccontrol.h
11977 @@ -6,7 +6,7 @@
11978  *
11979  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11980  *
11981 -*       This is licensed under BSD-style license with patent exclusion,
11982 +*       This is licensed under BSD-style license,
11983  *       see file COPYING.
11984  *
11985  *      File: ccontrol.h
11986 --- include/cybergarage/upnp/ssdp/cssdp.h
11987 +++ include/cybergarage/upnp/ssdp/cssdp.h
11988 @@ -6,7 +6,7 @@
11989  *
11990  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
11991  *
11992 -*       This is licensed under BSD-style license with patent exclusion,
11993 +*       This is licensed under BSD-style license,
11994  *       see file COPYING.
11995  *
11996  *      File: cssdp.h
11997 --- include/cybergarage/upnp/ssdp/cssdp_server.h
11998 +++ include/cybergarage/upnp/ssdp/cssdp_server.h
11999 @@ -6,7 +6,7 @@
12000  *
12001  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12002  *
12003 -*       This is licensed under BSD-style license with patent exclusion,
12004 +*       This is licensed under BSD-style license,
12005  *       see file COPYING.
12006  *
12007  *      File: cssdp_server.h
12008 --- include/cybergarage/soap/csoap.h
12009 +++ include/cybergarage/soap/csoap.h
12010 @@ -6,7 +6,7 @@
12011  *
12012  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12013  *
12014 -*       This is licensed under BSD-style license with patent exclusion,
12015 +*       This is licensed under BSD-style license,
12016  *       see file COPYING.
12017  *
12018  *      File: csoap.h
12019 --- include/cybergarage/net/cinterface.h
12020 +++ include/cybergarage/net/cinterface.h
12021 @@ -6,7 +6,7 @@
12022  *
12023  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12024  *
12025 -*       This is licensed under BSD-style license with patent exclusion,
12026 +*       This is licensed under BSD-style license,
12027  *       see file COPYING.
12028  *
12029  *      File: cinterface.h
12030 --- include/cybergarage/net/csocket.h
12031 +++ include/cybergarage/net/csocket.h
12032 @@ -6,7 +6,7 @@
12033  *
12034  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12035  *
12036 -*       This is licensed under BSD-style license with patent exclusion,
12037 +*       This is licensed under BSD-style license,
12038  *       see file COPYING.
12039  *
12040  *      File: csocket.h
12041 --- include/cybergarage/net/curi.h
12042 +++ include/cybergarage/net/curi.h
12043 @@ -6,7 +6,7 @@
12044  *
12045  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12046  *
12047 -*       This is licensed under BSD-style license with patent exclusion,
12048 +*       This is licensed under BSD-style license,
12049  *       see file COPYING.
12050  *
12051  *      File: curl.h
12052 --- include/cybergarage/net/curl.h
12053 +++ include/cybergarage/net/curl.h
12054 @@ -6,7 +6,7 @@
12055  *
12056  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12057  *
12058 -*       This is licensed under BSD-style license with patent exclusion,
12059 +*       This is licensed under BSD-style license,
12060  *       see file COPYING.
12061  *
12062  *      File: curl.h
12063 --- include/cybergarage/xml/cxml.h
12064 +++ include/cybergarage/xml/cxml.h
12065 @@ -6,7 +6,7 @@
12066  *
12067  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12068  *
12069 -*       This is licensed under BSD-style license with patent exclusion,
12070 +*       This is licensed under BSD-style license,
12071  *       see file COPYING.
12072  *
12073  *      File: cxml.h
12074 @@ -151,7 +151,7 @@
12075  #define cg_xml_node_setuserdatadestructor(node, func) (node->userDataDestructorFunc = func)
12076  
12077  #define cg_xml_node_getchildnodes(node) cg_xml_nodelist_gets(node->nodeList)
12078 -#define cg_xml_node_getchildnode(node,name) cg_xml_nodelist_get(node->nodeList,name)
12079 +#define cg_xml_node_getchildnode(node,name) ((node != NULL) ? cg_xml_nodelist_get(node->nodeList,name) : NULL)
12080  #define cg_xml_node_haschildnodes(node) ((cg_xml_node_getchildnodes(node) != NULL) ? TRUE : FALSE) 
12081  
12082  /* Get childnode with some specific namespace prefix, or ignore namespace prefix.
12083 --- include/cybergarage/io/cfile.h
12084 +++ include/cybergarage/io/cfile.h
12085 @@ -6,7 +6,7 @@
12086  *
12087  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
12088  *
12089 -*       This is licensed under BSD-style license with patent exclusion,
12090 +*       This is licensed under BSD-style license,
12091  *       see file COPYING.
12092  *
12093  *      File: cfile.h
12094 --- lib/Makefile.in
12095 +++ lib/Makefile.in
12096 @@ -0,0 +1,456 @@
12097 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
12098 +# @configure_input@
12099 +
12100 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
12101 +# 2003, 2004  Free Software Foundation, Inc.
12102 +# This Makefile.in is free software; the Free Software Foundation
12103 +# gives unlimited permission to copy and/or distribute it,
12104 +# with or without modifications, as long as this notice is preserved.
12105 +
12106 +# This program is distributed in the hope that it will be useful,
12107 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12108 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12109 +# PARTICULAR PURPOSE.
12110 +
12111 +@SET_MAKE@
12112 +srcdir = @srcdir@
12113 +top_srcdir = @top_srcdir@
12114 +VPATH = @srcdir@
12115 +pkgdatadir = $(datadir)/@PACKAGE@
12116 +pkglibdir = $(libdir)/@PACKAGE@
12117 +pkgincludedir = $(includedir)/@PACKAGE@
12118 +top_builddir = ..
12119 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
12120 +INSTALL = @INSTALL@
12121 +install_sh_DATA = $(install_sh) -c -m 644
12122 +install_sh_PROGRAM = $(install_sh) -c
12123 +install_sh_SCRIPT = $(install_sh) -c
12124 +INSTALL_HEADER = $(INSTALL_DATA)
12125 +transform = $(program_transform_name)
12126 +NORMAL_INSTALL = :
12127 +PRE_INSTALL = :
12128 +POST_INSTALL = :
12129 +NORMAL_UNINSTALL = :
12130 +PRE_UNINSTALL = :
12131 +POST_UNINSTALL = :
12132 +host_triplet = @host@
12133 +subdir = lib
12134 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
12135 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
12136 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
12137 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
12138 +       $(ACLOCAL_M4)
12139 +mkinstalldirs = $(mkdir_p)
12140 +CONFIG_HEADER = $(top_builddir)/config.h
12141 +CONFIG_CLEAN_FILES =
12142 +SOURCES =
12143 +DIST_SOURCES =
12144 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
12145 +       html-recursive info-recursive install-data-recursive \
12146 +       install-exec-recursive install-info-recursive \
12147 +       install-recursive installcheck-recursive installdirs-recursive \
12148 +       pdf-recursive ps-recursive uninstall-info-recursive \
12149 +       uninstall-recursive
12150 +ETAGS = etags
12151 +CTAGS = ctags
12152 +DIST_SUBDIRS = $(SUBDIRS)
12153 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
12154 +ACLOCAL = @ACLOCAL@
12155 +AMDEP_FALSE = @AMDEP_FALSE@
12156 +AMDEP_TRUE = @AMDEP_TRUE@
12157 +AMTAR = @AMTAR@
12158 +AR = @AR@
12159 +AUTOCONF = @AUTOCONF@
12160 +AUTOHEADER = @AUTOHEADER@
12161 +AUTOMAKE = @AUTOMAKE@
12162 +AWK = @AWK@
12163 +CC = @CC@
12164 +CCDEPMODE = @CCDEPMODE@
12165 +CFLAGS = @CFLAGS@
12166 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
12167 +CPP = @CPP@
12168 +CPPFLAGS = @CPPFLAGS@
12169 +CXX = @CXX@
12170 +CXXCPP = @CXXCPP@
12171 +CXXDEPMODE = @CXXDEPMODE@
12172 +CXXFLAGS = @CXXFLAGS@
12173 +CYGPATH_W = @CYGPATH_W@
12174 +DEFS = @DEFS@
12175 +DEPDIR = @DEPDIR@
12176 +ECHO = @ECHO@
12177 +ECHO_C = @ECHO_C@
12178 +ECHO_N = @ECHO_N@
12179 +ECHO_T = @ECHO_T@
12180 +EGREP = @EGREP@
12181 +EXEEXT = @EXEEXT@
12182 +F77 = @F77@
12183 +FFLAGS = @FFLAGS@
12184 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
12185 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
12186 +HTTP_CFLAGS = @HTTP_CFLAGS@
12187 +HTTP_LIBS = @HTTP_LIBS@
12188 +INSTALL_DATA = @INSTALL_DATA@
12189 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
12190 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
12191 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
12192 +LDFLAGS = @LDFLAGS@
12193 +LIBOBJS = @LIBOBJS@
12194 +LIBS = @LIBS@
12195 +LIBTOOL = @LIBTOOL@
12196 +LN_S = @LN_S@
12197 +LTLIBOBJS = @LTLIBOBJS@
12198 +MAKEINFO = @MAKEINFO@
12199 +OBJEXT = @OBJEXT@
12200 +PACKAGE = @PACKAGE@
12201 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
12202 +PACKAGE_NAME = @PACKAGE_NAME@
12203 +PACKAGE_STRING = @PACKAGE_STRING@
12204 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
12205 +PACKAGE_VERSION = @PACKAGE_VERSION@
12206 +PATH_SEPARATOR = @PATH_SEPARATOR@
12207 +RANLIB = @RANLIB@
12208 +SET_MAKE = @SET_MAKE@
12209 +SHELL = @SHELL@
12210 +STRIP = @STRIP@
12211 +VERSION = @VERSION@
12212 +XML_CFLAGS = @XML_CFLAGS@
12213 +XML_LIBS = @XML_LIBS@
12214 +ac_ct_AR = @ac_ct_AR@
12215 +ac_ct_CC = @ac_ct_CC@
12216 +ac_ct_CXX = @ac_ct_CXX@
12217 +ac_ct_F77 = @ac_ct_F77@
12218 +ac_ct_RANLIB = @ac_ct_RANLIB@
12219 +ac_ct_STRIP = @ac_ct_STRIP@
12220 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
12221 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
12222 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
12223 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
12224 +am__include = @am__include@
12225 +am__leading_dot = @am__leading_dot@
12226 +am__quote = @am__quote@
12227 +bindir = @bindir@
12228 +build = @build@
12229 +build_alias = @build_alias@
12230 +build_cpu = @build_cpu@
12231 +build_os = @build_os@
12232 +build_vendor = @build_vendor@
12233 +datadir = @datadir@
12234 +exec_prefix = @exec_prefix@
12235 +host = @host@
12236 +host_alias = @host_alias@
12237 +host_cpu = @host_cpu@
12238 +host_os = @host_os@
12239 +host_vendor = @host_vendor@
12240 +includedir = @includedir@
12241 +infodir = @infodir@
12242 +install_sh = @install_sh@
12243 +libdir = @libdir@
12244 +libexecdir = @libexecdir@
12245 +localstatedir = @localstatedir@
12246 +mandir = @mandir@
12247 +mkdir_p = @mkdir_p@
12248 +oldincludedir = @oldincludedir@
12249 +prefix = @prefix@
12250 +program_transform_name = @program_transform_name@
12251 +sbindir = @sbindir@
12252 +sharedstatedir = @sharedstatedir@
12253 +sysconfdir = @sysconfdir@
12254 +target_alias = @target_alias@
12255 +SUBDIRS = unix
12256 +all: all-recursive
12257 +
12258 +.SUFFIXES:
12259 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
12260 +       @for dep in $?; do \
12261 +         case '$(am__configure_deps)' in \
12262 +           *$$dep*) \
12263 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
12264 +               && exit 0; \
12265 +             exit 1;; \
12266 +         esac; \
12267 +       done; \
12268 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
12269 +       cd $(top_srcdir) && \
12270 +         $(AUTOMAKE) --foreign  lib/Makefile
12271 +.PRECIOUS: Makefile
12272 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
12273 +       @case '$?' in \
12274 +         *config.status*) \
12275 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
12276 +         *) \
12277 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
12278 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
12279 +       esac;
12280 +
12281 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
12282 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
12283 +
12284 +$(top_srcdir)/configure:  $(am__configure_deps)
12285 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
12286 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
12287 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
12288 +
12289 +mostlyclean-libtool:
12290 +       -rm -f *.lo
12291 +
12292 +clean-libtool:
12293 +       -rm -rf .libs _libs
12294 +
12295 +distclean-libtool:
12296 +       -rm -f libtool
12297 +uninstall-info-am:
12298 +
12299 +# This directory's subdirectories are mostly independent; you can cd
12300 +# into them and run `make' without going through this Makefile.
12301 +# To change the values of `make' variables: instead of editing Makefiles,
12302 +# (1) if the variable is set in `config.status', edit `config.status'
12303 +#     (which will cause the Makefiles to be regenerated when you run `make');
12304 +# (2) otherwise, pass the desired values on the `make' command line.
12305 +$(RECURSIVE_TARGETS):
12306 +       @set fnord $$MAKEFLAGS; amf=$$2; \
12307 +       dot_seen=no; \
12308 +       target=`echo $@ | sed s/-recursive//`; \
12309 +       list='$(SUBDIRS)'; for subdir in $$list; do \
12310 +         echo "Making $$target in $$subdir"; \
12311 +         if test "$$subdir" = "."; then \
12312 +           dot_seen=yes; \
12313 +           local_target="$$target-am"; \
12314 +         else \
12315 +           local_target="$$target"; \
12316 +         fi; \
12317 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
12318 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
12319 +       done; \
12320 +       if test "$$dot_seen" = "no"; then \
12321 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
12322 +       fi; test -z "$$fail"
12323 +
12324 +mostlyclean-recursive clean-recursive distclean-recursive \
12325 +maintainer-clean-recursive:
12326 +       @set fnord $$MAKEFLAGS; amf=$$2; \
12327 +       dot_seen=no; \
12328 +       case "$@" in \
12329 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
12330 +         *) list='$(SUBDIRS)' ;; \
12331 +       esac; \
12332 +       rev=''; for subdir in $$list; do \
12333 +         if test "$$subdir" = "."; then :; else \
12334 +           rev="$$subdir $$rev"; \
12335 +         fi; \
12336 +       done; \
12337 +       rev="$$rev ."; \
12338 +       target=`echo $@ | sed s/-recursive//`; \
12339 +       for subdir in $$rev; do \
12340 +         echo "Making $$target in $$subdir"; \
12341 +         if test "$$subdir" = "."; then \
12342 +           local_target="$$target-am"; \
12343 +         else \
12344 +           local_target="$$target"; \
12345 +         fi; \
12346 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
12347 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
12348 +       done && test -z "$$fail"
12349 +tags-recursive:
12350 +       list='$(SUBDIRS)'; for subdir in $$list; do \
12351 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
12352 +       done
12353 +ctags-recursive:
12354 +       list='$(SUBDIRS)'; for subdir in $$list; do \
12355 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
12356 +       done
12357 +
12358 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
12359 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
12360 +       unique=`for i in $$list; do \
12361 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
12362 +         done | \
12363 +         $(AWK) '    { files[$$0] = 1; } \
12364 +              END { for (i in files) print i; }'`; \
12365 +       mkid -fID $$unique
12366 +tags: TAGS
12367 +
12368 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
12369 +               $(TAGS_FILES) $(LISP)
12370 +       tags=; \
12371 +       here=`pwd`; \
12372 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
12373 +         include_option=--etags-include; \
12374 +         empty_fix=.; \
12375 +       else \
12376 +         include_option=--include; \
12377 +         empty_fix=; \
12378 +       fi; \
12379 +       list='$(SUBDIRS)'; for subdir in $$list; do \
12380 +         if test "$$subdir" = .; then :; else \
12381 +           test ! -f $$subdir/TAGS || \
12382 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
12383 +         fi; \
12384 +       done; \
12385 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
12386 +       unique=`for i in $$list; do \
12387 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
12388 +         done | \
12389 +         $(AWK) '    { files[$$0] = 1; } \
12390 +              END { for (i in files) print i; }'`; \
12391 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
12392 +         test -n "$$unique" || unique=$$empty_fix; \
12393 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
12394 +           $$tags $$unique; \
12395 +       fi
12396 +ctags: CTAGS
12397 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
12398 +               $(TAGS_FILES) $(LISP)
12399 +       tags=; \
12400 +       here=`pwd`; \
12401 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
12402 +       unique=`for i in $$list; do \
12403 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
12404 +         done | \
12405 +         $(AWK) '    { files[$$0] = 1; } \
12406 +              END { for (i in files) print i; }'`; \
12407 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
12408 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
12409 +            $$tags $$unique
12410 +
12411 +GTAGS:
12412 +       here=`$(am__cd) $(top_builddir) && pwd` \
12413 +         && cd $(top_srcdir) \
12414 +         && gtags -i $(GTAGS_ARGS) $$here
12415 +
12416 +distclean-tags:
12417 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
12418 +
12419 +distdir: $(DISTFILES)
12420 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
12421 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
12422 +       list='$(DISTFILES)'; for file in $$list; do \
12423 +         case $$file in \
12424 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
12425 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
12426 +         esac; \
12427 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
12428 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
12429 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
12430 +           dir="/$$dir"; \
12431 +           $(mkdir_p) "$(distdir)$$dir"; \
12432 +         else \
12433 +           dir=''; \
12434 +         fi; \
12435 +         if test -d $$d/$$file; then \
12436 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
12437 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
12438 +           fi; \
12439 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
12440 +         else \
12441 +           test -f $(distdir)/$$file \
12442 +           || cp -p $$d/$$file $(distdir)/$$file \
12443 +           || exit 1; \
12444 +         fi; \
12445 +       done
12446 +       list='$(SUBDIRS)'; for subdir in $$list; do \
12447 +         if test "$$subdir" = .; then :; else \
12448 +           test -d "$(distdir)/$$subdir" \
12449 +           || mkdir "$(distdir)/$$subdir" \
12450 +           || exit 1; \
12451 +           (cd $$subdir && \
12452 +             $(MAKE) $(AM_MAKEFLAGS) \
12453 +               top_distdir="../$(top_distdir)" \
12454 +               distdir="../$(distdir)/$$subdir" \
12455 +               distdir) \
12456 +             || exit 1; \
12457 +         fi; \
12458 +       done
12459 +check-am: all-am
12460 +check: check-recursive
12461 +all-am: Makefile
12462 +installdirs: installdirs-recursive
12463 +installdirs-am:
12464 +install: install-recursive
12465 +install-exec: install-exec-recursive
12466 +install-data: install-data-recursive
12467 +uninstall: uninstall-recursive
12468 +
12469 +install-am: all-am
12470 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
12471 +
12472 +installcheck: installcheck-recursive
12473 +install-strip:
12474 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
12475 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
12476 +         `test -z '$(STRIP)' || \
12477 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
12478 +mostlyclean-generic:
12479 +
12480 +clean-generic:
12481 +
12482 +distclean-generic:
12483 +       -rm -f $(CONFIG_CLEAN_FILES)
12484 +
12485 +maintainer-clean-generic:
12486 +       @echo "This command is intended for maintainers to use"
12487 +       @echo "it deletes files that may require special tools to rebuild."
12488 +clean: clean-recursive
12489 +
12490 +clean-am: clean-generic clean-libtool mostlyclean-am
12491 +
12492 +distclean: distclean-recursive
12493 +       -rm -f Makefile
12494 +distclean-am: clean-am distclean-generic distclean-libtool \
12495 +       distclean-tags
12496 +
12497 +dvi: dvi-recursive
12498 +
12499 +dvi-am:
12500 +
12501 +html: html-recursive
12502 +
12503 +info: info-recursive
12504 +
12505 +info-am:
12506 +
12507 +install-data-am:
12508 +
12509 +install-exec-am:
12510 +
12511 +install-info: install-info-recursive
12512 +
12513 +install-man:
12514 +
12515 +installcheck-am:
12516 +
12517 +maintainer-clean: maintainer-clean-recursive
12518 +       -rm -f Makefile
12519 +maintainer-clean-am: distclean-am maintainer-clean-generic
12520 +
12521 +mostlyclean: mostlyclean-recursive
12522 +
12523 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
12524 +
12525 +pdf: pdf-recursive
12526 +
12527 +pdf-am:
12528 +
12529 +ps: ps-recursive
12530 +
12531 +ps-am:
12532 +
12533 +uninstall-am: uninstall-info-am
12534 +
12535 +uninstall-info: uninstall-info-recursive
12536 +
12537 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
12538 +       clean clean-generic clean-libtool clean-recursive ctags \
12539 +       ctags-recursive distclean distclean-generic distclean-libtool \
12540 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
12541 +       html-am info info-am install install-am install-data \
12542 +       install-data-am install-exec install-exec-am install-info \
12543 +       install-info-am install-man install-strip installcheck \
12544 +       installcheck-am installdirs installdirs-am maintainer-clean \
12545 +       maintainer-clean-generic maintainer-clean-recursive \
12546 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
12547 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
12548 +       uninstall uninstall-am uninstall-info-am
12549 +
12550 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
12551 +# Otherwise a system limit (for SysV at least) may be exceeded.
12552 +.NOEXPORT:
12553 --- lib/unix/Makefile.in
12554 +++ lib/unix/Makefile.in
12555 @@ -0,0 +1,5548 @@
12556 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
12557 +# @configure_input@
12558 +
12559 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
12560 +# 2003, 2004  Free Software Foundation, Inc.
12561 +# This Makefile.in is free software; the Free Software Foundation
12562 +# gives unlimited permission to copy and/or distribute it,
12563 +# with or without modifications, as long as this notice is preserved.
12564 +
12565 +# This program is distributed in the hope that it will be useful,
12566 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12567 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12568 +# PARTICULAR PURPOSE.
12569 +
12570 +@SET_MAKE@
12571 +
12572 +
12573 +
12574 +SOURCES = $(libclinkc_a_SOURCES) $(libclinkc_la_SOURCES)
12575 +
12576 +srcdir = @srcdir@
12577 +top_srcdir = @top_srcdir@
12578 +VPATH = @srcdir@
12579 +pkgdatadir = $(datadir)/@PACKAGE@
12580 +pkglibdir = $(libdir)/@PACKAGE@
12581 +pkgincludedir = $(includedir)/@PACKAGE@
12582 +top_builddir = ../..
12583 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
12584 +INSTALL = @INSTALL@
12585 +install_sh_DATA = $(install_sh) -c -m 644
12586 +install_sh_PROGRAM = $(install_sh) -c
12587 +install_sh_SCRIPT = $(install_sh) -c
12588 +INSTALL_HEADER = $(INSTALL_DATA)
12589 +transform = $(program_transform_name)
12590 +NORMAL_INSTALL = :
12591 +PRE_INSTALL = :
12592 +POST_INSTALL = :
12593 +NORMAL_UNINSTALL = :
12594 +PRE_UNINSTALL = :
12595 +POST_UNINSTALL = :
12596 +host_triplet = @host@
12597 +subdir = lib/unix
12598 +DIST_COMMON = $(nobase_libclinkcinclude_HEADERS) $(srcdir)/Makefile.am \
12599 +       $(srcdir)/Makefile.in
12600 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
12601 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
12602 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
12603 +       $(ACLOCAL_M4)
12604 +mkinstalldirs = $(mkdir_p)
12605 +CONFIG_HEADER = $(top_builddir)/config.h
12606 +CONFIG_CLEAN_FILES =
12607 +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libclinkcincludedir)"
12608 +libLIBRARIES_INSTALL = $(INSTALL_DATA)
12609 +LIBRARIES = $(lib_LIBRARIES)
12610 +ARFLAGS = cru
12611 +libclinkc_a_AR = $(AR) $(ARFLAGS)
12612 +libclinkc_a_DEPENDENCIES =
12613 +am__libclinkc_a_SOURCES_DIST = ../../src/cybergarage/io/cfile.c \
12614 +       ../../src/cybergarage/util/clist.c \
12615 +       ../../src/cybergarage/util/cmutex.c \
12616 +       ../../src/cybergarage/util/ccond.c \
12617 +       ../../src/cybergarage/util/cstring.c \
12618 +       ../../src/cybergarage/util/cstring_tokenizer.c \
12619 +       ../../src/cybergarage/util/cstring_function.c \
12620 +       ../../src/cybergarage/util/cthread.c \
12621 +       ../../src/cybergarage/util/cthread_list.c \
12622 +       ../../src/cybergarage/util/ctime.c \
12623 +       ../../src/cybergarage/util/clog.c \
12624 +       ../../src/cybergarage/net/cdatagram_packet.c \
12625 +       ../../src/cybergarage/net/csocket.c \
12626 +       ../../src/cybergarage/net/cinterface.c \
12627 +       ../../src/cybergarage/net/cinterface_list.c \
12628 +       ../../src/cybergarage/net/cinterface_function.c \
12629 +       ../../src/cybergarage/net/cnet_function.c \
12630 +       ../../src/cybergarage/net/curi.c \
12631 +       ../../src/cybergarage/net/curl.c \
12632 +       ../../src/cybergarage/http/chttp.c \
12633 +       ../../src/cybergarage/http/chttp_date.c \
12634 +       ../../src/cybergarage/http/chttp_header.c \
12635 +       ../../src/cybergarage/http/chttp_header_list.c \
12636 +       ../../src/cybergarage/http/chttp_packet.c \
12637 +       ../../src/cybergarage/http/chttp_persistent_connection.c \
12638 +       ../../src/cybergarage/http/chttp_request.c \
12639 +       ../../src/cybergarage/http/chttp_response.c \
12640 +       ../../src/cybergarage/http/chttp_server.c \
12641 +       ../../src/cybergarage/http/chttp_server_list.c \
12642 +       ../../src/cybergarage/soap/csoap.c \
12643 +       ../../src/cybergarage/soap/csoap_request.c \
12644 +       ../../src/cybergarage/soap/csoap_response.c \
12645 +       ../../src/cybergarage/upnp/caction.c \
12646 +       ../../src/cybergarage/upnp/caction_list.c \
12647 +       ../../src/cybergarage/upnp/cargument.c \
12648 +       ../../src/cybergarage/upnp/cargument_list.c \
12649 +       ../../src/cybergarage/upnp/ccontrolpoint.c \
12650 +       ../../src/cybergarage/upnp/ccontrolpoint_event.c \
12651 +       ../../src/cybergarage/upnp/ccontrolpoint_http_server.c \
12652 +       ../../src/cybergarage/upnp/cdevice.c \
12653 +       ../../src/cybergarage/upnp/cdevice_advertiser.c \
12654 +       ../../src/cybergarage/upnp/cdevice_list.c \
12655 +       ../../src/cybergarage/upnp/cdevice_http_server.c \
12656 +       ../../src/cybergarage/upnp/cdevice_ssdp_server.c \
12657 +       ../../src/cybergarage/upnp/cservice_ssdp_server.c \
12658 +       ../../src/cybergarage/upnp/cicon.c \
12659 +       ../../src/cybergarage/upnp/cicon_list.c \
12660 +       ../../src/cybergarage/upnp/cservice.c \
12661 +       ../../src/cybergarage/upnp/cservice_list.c \
12662 +       ../../src/cybergarage/upnp/cservice_notify.c \
12663 +       ../../src/cybergarage/upnp/cstatevariable.c \
12664 +       ../../src/cybergarage/upnp/cservicestate_table.c \
12665 +       ../../src/cybergarage/upnp/cupnp_function.c \
12666 +       ../../src/cybergarage/upnp/cupnp_status.c \
12667 +       ../../src/cybergarage/upnp/control/caction_ctrl.c \
12668 +       ../../src/cybergarage/upnp/control/caction_request.c \
12669 +       ../../src/cybergarage/upnp/control/caction_response.c \
12670 +       ../../src/cybergarage/upnp/control/ccontrol_function.c \
12671 +       ../../src/cybergarage/upnp/control/cquery_ctrl.c \
12672 +       ../../src/cybergarage/upnp/control/cquery_request.c \
12673 +       ../../src/cybergarage/upnp/control/cquery_response.c \
12674 +       ../../src/cybergarage/upnp/event/ceventlistener_list.c \
12675 +       ../../src/cybergarage/upnp/event/cnotify_request.c \
12676 +       ../../src/cybergarage/upnp/event/cproperty.c \
12677 +       ../../src/cybergarage/upnp/event/cproperty_list.c \
12678 +       ../../src/cybergarage/upnp/event/csubscriber.c \
12679 +       ../../src/cybergarage/upnp/event/csubscriber_list.c \
12680 +       ../../src/cybergarage/upnp/event/csubscription.c \
12681 +       ../../src/cybergarage/upnp/event/csubscription_request.c \
12682 +       ../../src/cybergarage/upnp/event/csubscription_response.c \
12683 +       ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c \
12684 +       ../../src/cybergarage/upnp/ssdp/chttpu_socket.c \
12685 +       ../../src/cybergarage/upnp/ssdp/cssdp.c \
12686 +       ../../src/cybergarage/upnp/ssdp/cssdp_server.c \
12687 +       ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c \
12688 +       ../../src/cybergarage/upnp/ssdp/cssdp_packet.c \
12689 +       ../../src/cybergarage/upnp/ssdp/cssdp_request.c \
12690 +       ../../src/cybergarage/upnp/ssdp/cssdp_response.c \
12691 +       ../../src/cybergarage/upnp/ssdp/cssdp_socket.c \
12692 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c \
12693 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c \
12694 +       ../../src/cybergarage/xml/cxml_attribute.c \
12695 +       ../../src/cybergarage/xml/cxml_attribute_list.c \
12696 +       ../../src/cybergarage/xml/cxml_function.c \
12697 +       ../../src/cybergarage/xml/cxml_node.c \
12698 +       ../../src/cybergarage/xml/cxml_node_list.c \
12699 +       ../../src/cybergarage/xml/cxml_parser.c \
12700 +       ../../src/cybergarage/xml/cxml_parser_expat.c \
12701 +       ../../src/cybergarage/xml/cxml_parser_libxml2.c
12702 +am__objects_1 = libclinkc_a-cfile.$(OBJEXT) \
12703 +       libclinkc_a-clist.$(OBJEXT) libclinkc_a-cmutex.$(OBJEXT) \
12704 +       libclinkc_a-ccond.$(OBJEXT) libclinkc_a-cstring.$(OBJEXT) \
12705 +       libclinkc_a-cstring_tokenizer.$(OBJEXT) \
12706 +       libclinkc_a-cstring_function.$(OBJEXT) \
12707 +       libclinkc_a-cthread.$(OBJEXT) \
12708 +       libclinkc_a-cthread_list.$(OBJEXT) libclinkc_a-ctime.$(OBJEXT) \
12709 +       libclinkc_a-clog.$(OBJEXT) \
12710 +       libclinkc_a-cdatagram_packet.$(OBJEXT) \
12711 +       libclinkc_a-csocket.$(OBJEXT) libclinkc_a-cinterface.$(OBJEXT) \
12712 +       libclinkc_a-cinterface_list.$(OBJEXT) \
12713 +       libclinkc_a-cinterface_function.$(OBJEXT) \
12714 +       libclinkc_a-cnet_function.$(OBJEXT) libclinkc_a-curi.$(OBJEXT) \
12715 +       libclinkc_a-curl.$(OBJEXT) libclinkc_a-chttp.$(OBJEXT) \
12716 +       libclinkc_a-chttp_date.$(OBJEXT) \
12717 +       libclinkc_a-chttp_header.$(OBJEXT) \
12718 +       libclinkc_a-chttp_header_list.$(OBJEXT) \
12719 +       libclinkc_a-chttp_packet.$(OBJEXT) \
12720 +       libclinkc_a-chttp_persistent_connection.$(OBJEXT) \
12721 +       libclinkc_a-chttp_request.$(OBJEXT) \
12722 +       libclinkc_a-chttp_response.$(OBJEXT) \
12723 +       libclinkc_a-chttp_server.$(OBJEXT) \
12724 +       libclinkc_a-chttp_server_list.$(OBJEXT) \
12725 +       libclinkc_a-csoap.$(OBJEXT) \
12726 +       libclinkc_a-csoap_request.$(OBJEXT) \
12727 +       libclinkc_a-csoap_response.$(OBJEXT) \
12728 +       libclinkc_a-caction.$(OBJEXT) \
12729 +       libclinkc_a-caction_list.$(OBJEXT) \
12730 +       libclinkc_a-cargument.$(OBJEXT) \
12731 +       libclinkc_a-cargument_list.$(OBJEXT) \
12732 +       libclinkc_a-ccontrolpoint.$(OBJEXT) \
12733 +       libclinkc_a-ccontrolpoint_event.$(OBJEXT) \
12734 +       libclinkc_a-ccontrolpoint_http_server.$(OBJEXT) \
12735 +       libclinkc_a-cdevice.$(OBJEXT) \
12736 +       libclinkc_a-cdevice_advertiser.$(OBJEXT) \
12737 +       libclinkc_a-cdevice_list.$(OBJEXT) \
12738 +       libclinkc_a-cdevice_http_server.$(OBJEXT) \
12739 +       libclinkc_a-cdevice_ssdp_server.$(OBJEXT) \
12740 +       libclinkc_a-cservice_ssdp_server.$(OBJEXT) \
12741 +       libclinkc_a-cicon.$(OBJEXT) libclinkc_a-cicon_list.$(OBJEXT) \
12742 +       libclinkc_a-cservice.$(OBJEXT) \
12743 +       libclinkc_a-cservice_list.$(OBJEXT) \
12744 +       libclinkc_a-cservice_notify.$(OBJEXT) \
12745 +       libclinkc_a-cstatevariable.$(OBJEXT) \
12746 +       libclinkc_a-cservicestate_table.$(OBJEXT) \
12747 +       libclinkc_a-cupnp_function.$(OBJEXT) \
12748 +       libclinkc_a-cupnp_status.$(OBJEXT) \
12749 +       libclinkc_a-caction_ctrl.$(OBJEXT) \
12750 +       libclinkc_a-caction_request.$(OBJEXT) \
12751 +       libclinkc_a-caction_response.$(OBJEXT) \
12752 +       libclinkc_a-ccontrol_function.$(OBJEXT) \
12753 +       libclinkc_a-cquery_ctrl.$(OBJEXT) \
12754 +       libclinkc_a-cquery_request.$(OBJEXT) \
12755 +       libclinkc_a-cquery_response.$(OBJEXT) \
12756 +       libclinkc_a-ceventlistener_list.$(OBJEXT) \
12757 +       libclinkc_a-cnotify_request.$(OBJEXT) \
12758 +       libclinkc_a-cproperty.$(OBJEXT) \
12759 +       libclinkc_a-cproperty_list.$(OBJEXT) \
12760 +       libclinkc_a-csubscriber.$(OBJEXT) \
12761 +       libclinkc_a-csubscriber_list.$(OBJEXT) \
12762 +       libclinkc_a-csubscription.$(OBJEXT) \
12763 +       libclinkc_a-csubscription_request.$(OBJEXT) \
12764 +       libclinkc_a-csubscription_response.$(OBJEXT) \
12765 +       libclinkc_a-chttpmu_socket.$(OBJEXT) \
12766 +       libclinkc_a-chttpu_socket.$(OBJEXT) \
12767 +       libclinkc_a-cssdp.$(OBJEXT) libclinkc_a-cssdp_server.$(OBJEXT) \
12768 +       libclinkc_a-cssdp_server_list.$(OBJEXT) \
12769 +       libclinkc_a-cssdp_packet.$(OBJEXT) \
12770 +       libclinkc_a-cssdp_request.$(OBJEXT) \
12771 +       libclinkc_a-cssdp_response.$(OBJEXT) \
12772 +       libclinkc_a-cssdp_socket.$(OBJEXT) \
12773 +       libclinkc_a-cssdp_response_server.$(OBJEXT) \
12774 +       libclinkc_a-cssdp_response_server_list.$(OBJEXT) \
12775 +       libclinkc_a-cxml_attribute.$(OBJEXT) \
12776 +       libclinkc_a-cxml_attribute_list.$(OBJEXT) \
12777 +       libclinkc_a-cxml_function.$(OBJEXT) \
12778 +       libclinkc_a-cxml_node.$(OBJEXT) \
12779 +       libclinkc_a-cxml_node_list.$(OBJEXT) \
12780 +       libclinkc_a-cxml_parser.$(OBJEXT) \
12781 +       libclinkc_a-cxml_parser_expat.$(OBJEXT) \
12782 +       libclinkc_a-cxml_parser_libxml2.$(OBJEXT)
12783 +@HAVE_LIBTOOL_FALSE@am_libclinkc_a_OBJECTS = $(am__objects_1)
12784 +libclinkc_a_OBJECTS = $(am_libclinkc_a_OBJECTS)
12785 +libLTLIBRARIES_INSTALL = $(INSTALL)
12786 +LTLIBRARIES = $(lib_LTLIBRARIES)
12787 +libclinkc_la_DEPENDENCIES =
12788 +am__libclinkc_la_SOURCES_DIST = ../../src/cybergarage/io/cfile.c \
12789 +       ../../src/cybergarage/util/clist.c \
12790 +       ../../src/cybergarage/util/cmutex.c \
12791 +       ../../src/cybergarage/util/ccond.c \
12792 +       ../../src/cybergarage/util/cstring.c \
12793 +       ../../src/cybergarage/util/cstring_tokenizer.c \
12794 +       ../../src/cybergarage/util/cstring_function.c \
12795 +       ../../src/cybergarage/util/cthread.c \
12796 +       ../../src/cybergarage/util/cthread_list.c \
12797 +       ../../src/cybergarage/util/ctime.c \
12798 +       ../../src/cybergarage/util/clog.c \
12799 +       ../../src/cybergarage/net/cdatagram_packet.c \
12800 +       ../../src/cybergarage/net/csocket.c \
12801 +       ../../src/cybergarage/net/cinterface.c \
12802 +       ../../src/cybergarage/net/cinterface_list.c \
12803 +       ../../src/cybergarage/net/cinterface_function.c \
12804 +       ../../src/cybergarage/net/cnet_function.c \
12805 +       ../../src/cybergarage/net/curi.c \
12806 +       ../../src/cybergarage/net/curl.c \
12807 +       ../../src/cybergarage/http/chttp.c \
12808 +       ../../src/cybergarage/http/chttp_date.c \
12809 +       ../../src/cybergarage/http/chttp_header.c \
12810 +       ../../src/cybergarage/http/chttp_header_list.c \
12811 +       ../../src/cybergarage/http/chttp_packet.c \
12812 +       ../../src/cybergarage/http/chttp_persistent_connection.c \
12813 +       ../../src/cybergarage/http/chttp_request.c \
12814 +       ../../src/cybergarage/http/chttp_response.c \
12815 +       ../../src/cybergarage/http/chttp_server.c \
12816 +       ../../src/cybergarage/http/chttp_server_list.c \
12817 +       ../../src/cybergarage/soap/csoap.c \
12818 +       ../../src/cybergarage/soap/csoap_request.c \
12819 +       ../../src/cybergarage/soap/csoap_response.c \
12820 +       ../../src/cybergarage/upnp/caction.c \
12821 +       ../../src/cybergarage/upnp/caction_list.c \
12822 +       ../../src/cybergarage/upnp/cargument.c \
12823 +       ../../src/cybergarage/upnp/cargument_list.c \
12824 +       ../../src/cybergarage/upnp/ccontrolpoint.c \
12825 +       ../../src/cybergarage/upnp/ccontrolpoint_event.c \
12826 +       ../../src/cybergarage/upnp/ccontrolpoint_http_server.c \
12827 +       ../../src/cybergarage/upnp/cdevice.c \
12828 +       ../../src/cybergarage/upnp/cdevice_advertiser.c \
12829 +       ../../src/cybergarage/upnp/cdevice_list.c \
12830 +       ../../src/cybergarage/upnp/cdevice_http_server.c \
12831 +       ../../src/cybergarage/upnp/cdevice_ssdp_server.c \
12832 +       ../../src/cybergarage/upnp/cservice_ssdp_server.c \
12833 +       ../../src/cybergarage/upnp/cicon.c \
12834 +       ../../src/cybergarage/upnp/cicon_list.c \
12835 +       ../../src/cybergarage/upnp/cservice.c \
12836 +       ../../src/cybergarage/upnp/cservice_list.c \
12837 +       ../../src/cybergarage/upnp/cservice_notify.c \
12838 +       ../../src/cybergarage/upnp/cstatevariable.c \
12839 +       ../../src/cybergarage/upnp/cservicestate_table.c \
12840 +       ../../src/cybergarage/upnp/cupnp_function.c \
12841 +       ../../src/cybergarage/upnp/cupnp_status.c \
12842 +       ../../src/cybergarage/upnp/control/caction_ctrl.c \
12843 +       ../../src/cybergarage/upnp/control/caction_request.c \
12844 +       ../../src/cybergarage/upnp/control/caction_response.c \
12845 +       ../../src/cybergarage/upnp/control/ccontrol_function.c \
12846 +       ../../src/cybergarage/upnp/control/cquery_ctrl.c \
12847 +       ../../src/cybergarage/upnp/control/cquery_request.c \
12848 +       ../../src/cybergarage/upnp/control/cquery_response.c \
12849 +       ../../src/cybergarage/upnp/event/ceventlistener_list.c \
12850 +       ../../src/cybergarage/upnp/event/cnotify_request.c \
12851 +       ../../src/cybergarage/upnp/event/cproperty.c \
12852 +       ../../src/cybergarage/upnp/event/cproperty_list.c \
12853 +       ../../src/cybergarage/upnp/event/csubscriber.c \
12854 +       ../../src/cybergarage/upnp/event/csubscriber_list.c \
12855 +       ../../src/cybergarage/upnp/event/csubscription.c \
12856 +       ../../src/cybergarage/upnp/event/csubscription_request.c \
12857 +       ../../src/cybergarage/upnp/event/csubscription_response.c \
12858 +       ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c \
12859 +       ../../src/cybergarage/upnp/ssdp/chttpu_socket.c \
12860 +       ../../src/cybergarage/upnp/ssdp/cssdp.c \
12861 +       ../../src/cybergarage/upnp/ssdp/cssdp_server.c \
12862 +       ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c \
12863 +       ../../src/cybergarage/upnp/ssdp/cssdp_packet.c \
12864 +       ../../src/cybergarage/upnp/ssdp/cssdp_request.c \
12865 +       ../../src/cybergarage/upnp/ssdp/cssdp_response.c \
12866 +       ../../src/cybergarage/upnp/ssdp/cssdp_socket.c \
12867 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c \
12868 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c \
12869 +       ../../src/cybergarage/xml/cxml_attribute.c \
12870 +       ../../src/cybergarage/xml/cxml_attribute_list.c \
12871 +       ../../src/cybergarage/xml/cxml_function.c \
12872 +       ../../src/cybergarage/xml/cxml_node.c \
12873 +       ../../src/cybergarage/xml/cxml_node_list.c \
12874 +       ../../src/cybergarage/xml/cxml_parser.c \
12875 +       ../../src/cybergarage/xml/cxml_parser_expat.c \
12876 +       ../../src/cybergarage/xml/cxml_parser_libxml2.c
12877 +am__objects_2 = cfile.lo clist.lo cmutex.lo ccond.lo cstring.lo \
12878 +       cstring_tokenizer.lo cstring_function.lo cthread.lo \
12879 +       cthread_list.lo ctime.lo clog.lo cdatagram_packet.lo \
12880 +       csocket.lo cinterface.lo cinterface_list.lo \
12881 +       cinterface_function.lo cnet_function.lo curi.lo curl.lo \
12882 +       chttp.lo chttp_date.lo chttp_header.lo chttp_header_list.lo \
12883 +       chttp_packet.lo chttp_persistent_connection.lo \
12884 +       chttp_request.lo chttp_response.lo chttp_server.lo \
12885 +       chttp_server_list.lo csoap.lo csoap_request.lo \
12886 +       csoap_response.lo caction.lo caction_list.lo cargument.lo \
12887 +       cargument_list.lo ccontrolpoint.lo ccontrolpoint_event.lo \
12888 +       ccontrolpoint_http_server.lo cdevice.lo cdevice_advertiser.lo \
12889 +       cdevice_list.lo cdevice_http_server.lo cdevice_ssdp_server.lo \
12890 +       cservice_ssdp_server.lo cicon.lo cicon_list.lo cservice.lo \
12891 +       cservice_list.lo cservice_notify.lo cstatevariable.lo \
12892 +       cservicestate_table.lo cupnp_function.lo cupnp_status.lo \
12893 +       caction_ctrl.lo caction_request.lo caction_response.lo \
12894 +       ccontrol_function.lo cquery_ctrl.lo cquery_request.lo \
12895 +       cquery_response.lo ceventlistener_list.lo cnotify_request.lo \
12896 +       cproperty.lo cproperty_list.lo csubscriber.lo \
12897 +       csubscriber_list.lo csubscription.lo csubscription_request.lo \
12898 +       csubscription_response.lo chttpmu_socket.lo chttpu_socket.lo \
12899 +       cssdp.lo cssdp_server.lo cssdp_server_list.lo cssdp_packet.lo \
12900 +       cssdp_request.lo cssdp_response.lo cssdp_socket.lo \
12901 +       cssdp_response_server.lo cssdp_response_server_list.lo \
12902 +       cxml_attribute.lo cxml_attribute_list.lo cxml_function.lo \
12903 +       cxml_node.lo cxml_node_list.lo cxml_parser.lo \
12904 +       cxml_parser_expat.lo cxml_parser_libxml2.lo
12905 +@HAVE_LIBTOOL_TRUE@am_libclinkc_la_OBJECTS = $(am__objects_2)
12906 +libclinkc_la_OBJECTS = $(am_libclinkc_la_OBJECTS)
12907 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
12908 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
12909 +am__depfiles_maybe = depfiles
12910 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/caction.Plo \
12911 +@AMDEP_TRUE@   ./$(DEPDIR)/caction_ctrl.Plo \
12912 +@AMDEP_TRUE@   ./$(DEPDIR)/caction_list.Plo \
12913 +@AMDEP_TRUE@   ./$(DEPDIR)/caction_request.Plo \
12914 +@AMDEP_TRUE@   ./$(DEPDIR)/caction_response.Plo \
12915 +@AMDEP_TRUE@   ./$(DEPDIR)/cargument.Plo \
12916 +@AMDEP_TRUE@   ./$(DEPDIR)/cargument_list.Plo \
12917 +@AMDEP_TRUE@   ./$(DEPDIR)/ccond.Plo \
12918 +@AMDEP_TRUE@   ./$(DEPDIR)/ccontrol_function.Plo \
12919 +@AMDEP_TRUE@   ./$(DEPDIR)/ccontrolpoint.Plo \
12920 +@AMDEP_TRUE@   ./$(DEPDIR)/ccontrolpoint_event.Plo \
12921 +@AMDEP_TRUE@   ./$(DEPDIR)/ccontrolpoint_http_server.Plo \
12922 +@AMDEP_TRUE@   ./$(DEPDIR)/cdatagram_packet.Plo \
12923 +@AMDEP_TRUE@   ./$(DEPDIR)/cdevice.Plo \
12924 +@AMDEP_TRUE@   ./$(DEPDIR)/cdevice_advertiser.Plo \
12925 +@AMDEP_TRUE@   ./$(DEPDIR)/cdevice_http_server.Plo \
12926 +@AMDEP_TRUE@   ./$(DEPDIR)/cdevice_list.Plo \
12927 +@AMDEP_TRUE@   ./$(DEPDIR)/cdevice_ssdp_server.Plo \
12928 +@AMDEP_TRUE@   ./$(DEPDIR)/ceventlistener_list.Plo \
12929 +@AMDEP_TRUE@   ./$(DEPDIR)/cfile.Plo ./$(DEPDIR)/chttp.Plo \
12930 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_date.Plo \
12931 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_header.Plo \
12932 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_header_list.Plo \
12933 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_packet.Plo \
12934 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_persistent_connection.Plo \
12935 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_request.Plo \
12936 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_response.Plo \
12937 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_server.Plo \
12938 +@AMDEP_TRUE@   ./$(DEPDIR)/chttp_server_list.Plo \
12939 +@AMDEP_TRUE@   ./$(DEPDIR)/chttpmu_socket.Plo \
12940 +@AMDEP_TRUE@   ./$(DEPDIR)/chttpu_socket.Plo \
12941 +@AMDEP_TRUE@   ./$(DEPDIR)/cicon.Plo ./$(DEPDIR)/cicon_list.Plo \
12942 +@AMDEP_TRUE@   ./$(DEPDIR)/cinterface.Plo \
12943 +@AMDEP_TRUE@   ./$(DEPDIR)/cinterface_function.Plo \
12944 +@AMDEP_TRUE@   ./$(DEPDIR)/cinterface_list.Plo \
12945 +@AMDEP_TRUE@   ./$(DEPDIR)/clist.Plo ./$(DEPDIR)/clog.Plo \
12946 +@AMDEP_TRUE@   ./$(DEPDIR)/cmutex.Plo \
12947 +@AMDEP_TRUE@   ./$(DEPDIR)/cnet_function.Plo \
12948 +@AMDEP_TRUE@   ./$(DEPDIR)/cnotify_request.Plo \
12949 +@AMDEP_TRUE@   ./$(DEPDIR)/cproperty.Plo \
12950 +@AMDEP_TRUE@   ./$(DEPDIR)/cproperty_list.Plo \
12951 +@AMDEP_TRUE@   ./$(DEPDIR)/cquery_ctrl.Plo \
12952 +@AMDEP_TRUE@   ./$(DEPDIR)/cquery_request.Plo \
12953 +@AMDEP_TRUE@   ./$(DEPDIR)/cquery_response.Plo \
12954 +@AMDEP_TRUE@   ./$(DEPDIR)/cservice.Plo \
12955 +@AMDEP_TRUE@   ./$(DEPDIR)/cservice_list.Plo \
12956 +@AMDEP_TRUE@   ./$(DEPDIR)/cservice_notify.Plo \
12957 +@AMDEP_TRUE@   ./$(DEPDIR)/cservice_ssdp_server.Plo \
12958 +@AMDEP_TRUE@   ./$(DEPDIR)/cservicestate_table.Plo \
12959 +@AMDEP_TRUE@   ./$(DEPDIR)/csoap.Plo \
12960 +@AMDEP_TRUE@   ./$(DEPDIR)/csoap_request.Plo \
12961 +@AMDEP_TRUE@   ./$(DEPDIR)/csoap_response.Plo \
12962 +@AMDEP_TRUE@   ./$(DEPDIR)/csocket.Plo ./$(DEPDIR)/cssdp.Plo \
12963 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_packet.Plo \
12964 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_request.Plo \
12965 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_response.Plo \
12966 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_response_server.Plo \
12967 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_response_server_list.Plo \
12968 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_server.Plo \
12969 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_server_list.Plo \
12970 +@AMDEP_TRUE@   ./$(DEPDIR)/cssdp_socket.Plo \
12971 +@AMDEP_TRUE@   ./$(DEPDIR)/cstatevariable.Plo \
12972 +@AMDEP_TRUE@   ./$(DEPDIR)/cstring.Plo \
12973 +@AMDEP_TRUE@   ./$(DEPDIR)/cstring_function.Plo \
12974 +@AMDEP_TRUE@   ./$(DEPDIR)/cstring_tokenizer.Plo \
12975 +@AMDEP_TRUE@   ./$(DEPDIR)/csubscriber.Plo \
12976 +@AMDEP_TRUE@   ./$(DEPDIR)/csubscriber_list.Plo \
12977 +@AMDEP_TRUE@   ./$(DEPDIR)/csubscription.Plo \
12978 +@AMDEP_TRUE@   ./$(DEPDIR)/csubscription_request.Plo \
12979 +@AMDEP_TRUE@   ./$(DEPDIR)/csubscription_response.Plo \
12980 +@AMDEP_TRUE@   ./$(DEPDIR)/cthread.Plo \
12981 +@AMDEP_TRUE@   ./$(DEPDIR)/cthread_list.Plo ./$(DEPDIR)/ctime.Plo \
12982 +@AMDEP_TRUE@   ./$(DEPDIR)/cupnp_function.Plo \
12983 +@AMDEP_TRUE@   ./$(DEPDIR)/cupnp_status.Plo ./$(DEPDIR)/curi.Plo \
12984 +@AMDEP_TRUE@   ./$(DEPDIR)/curl.Plo \
12985 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_attribute.Plo \
12986 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_attribute_list.Plo \
12987 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_function.Plo \
12988 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_node.Plo \
12989 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_node_list.Plo \
12990 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_parser.Plo \
12991 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_parser_expat.Plo \
12992 +@AMDEP_TRUE@   ./$(DEPDIR)/cxml_parser_libxml2.Plo \
12993 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-caction.Po \
12994 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-caction_ctrl.Po \
12995 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-caction_list.Po \
12996 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-caction_request.Po \
12997 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-caction_response.Po \
12998 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cargument.Po \
12999 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cargument_list.Po \
13000 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ccond.Po \
13001 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ccontrol_function.Po \
13002 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ccontrolpoint.Po \
13003 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po \
13004 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po \
13005 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdatagram_packet.Po \
13006 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdevice.Po \
13007 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po \
13008 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdevice_http_server.Po \
13009 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdevice_list.Po \
13010 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po \
13011 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ceventlistener_list.Po \
13012 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cfile.Po \
13013 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp.Po \
13014 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_date.Po \
13015 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_header.Po \
13016 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_header_list.Po \
13017 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_packet.Po \
13018 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po \
13019 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_request.Po \
13020 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_response.Po \
13021 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_server.Po \
13022 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttp_server_list.Po \
13023 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttpmu_socket.Po \
13024 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-chttpu_socket.Po \
13025 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cicon.Po \
13026 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cicon_list.Po \
13027 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cinterface.Po \
13028 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cinterface_function.Po \
13029 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cinterface_list.Po \
13030 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-clist.Po \
13031 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-clog.Po \
13032 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cmutex.Po \
13033 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cnet_function.Po \
13034 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cnotify_request.Po \
13035 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cproperty.Po \
13036 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cproperty_list.Po \
13037 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cquery_ctrl.Po \
13038 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cquery_request.Po \
13039 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cquery_response.Po \
13040 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cservice.Po \
13041 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cservice_list.Po \
13042 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cservice_notify.Po \
13043 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po \
13044 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cservicestate_table.Po \
13045 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csoap.Po \
13046 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csoap_request.Po \
13047 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csoap_response.Po \
13048 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csocket.Po \
13049 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp.Po \
13050 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_packet.Po \
13051 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_request.Po \
13052 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_response.Po \
13053 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_response_server.Po \
13054 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po \
13055 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_server.Po \
13056 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_server_list.Po \
13057 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cssdp_socket.Po \
13058 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cstatevariable.Po \
13059 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cstring.Po \
13060 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cstring_function.Po \
13061 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po \
13062 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csubscriber.Po \
13063 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csubscriber_list.Po \
13064 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csubscription.Po \
13065 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csubscription_request.Po \
13066 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-csubscription_response.Po \
13067 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cthread.Po \
13068 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cthread_list.Po \
13069 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-ctime.Po \
13070 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cupnp_function.Po \
13071 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cupnp_status.Po \
13072 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-curi.Po \
13073 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-curl.Po \
13074 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_attribute.Po \
13075 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po \
13076 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_function.Po \
13077 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_node.Po \
13078 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_node_list.Po \
13079 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_parser.Po \
13080 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po \
13081 +@AMDEP_TRUE@   ./$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po
13082 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
13083 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
13084 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
13085 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
13086 +       $(AM_CFLAGS) $(CFLAGS)
13087 +CCLD = $(CC)
13088 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
13089 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
13090 +SOURCES = $(libclinkc_a_SOURCES) $(libclinkc_la_SOURCES)
13091 +DIST_SOURCES = $(am__libclinkc_a_SOURCES_DIST) \
13092 +       $(am__libclinkc_la_SOURCES_DIST)
13093 +nobase_libclinkcincludeHEADERS_INSTALL = $(install_sh_DATA)
13094 +HEADERS = $(nobase_libclinkcinclude_HEADERS)
13095 +ETAGS = etags
13096 +CTAGS = ctags
13097 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
13098 +ACLOCAL = @ACLOCAL@
13099 +AMDEP_FALSE = @AMDEP_FALSE@
13100 +AMDEP_TRUE = @AMDEP_TRUE@
13101 +AMTAR = @AMTAR@
13102 +AR = @AR@
13103 +AUTOCONF = @AUTOCONF@
13104 +AUTOHEADER = @AUTOHEADER@
13105 +AUTOMAKE = @AUTOMAKE@
13106 +AWK = @AWK@
13107 +CC = @CC@
13108 +CCDEPMODE = @CCDEPMODE@
13109 +CFLAGS = @CFLAGS@
13110 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
13111 +CPP = @CPP@
13112 +CPPFLAGS = @CPPFLAGS@
13113 +CXX = @CXX@
13114 +CXXCPP = @CXXCPP@
13115 +CXXDEPMODE = @CXXDEPMODE@
13116 +CXXFLAGS = @CXXFLAGS@
13117 +CYGPATH_W = @CYGPATH_W@
13118 +DEFS = @DEFS@
13119 +DEPDIR = @DEPDIR@
13120 +ECHO = @ECHO@
13121 +ECHO_C = @ECHO_C@
13122 +ECHO_N = @ECHO_N@
13123 +ECHO_T = @ECHO_T@
13124 +EGREP = @EGREP@
13125 +EXEEXT = @EXEEXT@
13126 +F77 = @F77@
13127 +FFLAGS = @FFLAGS@
13128 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
13129 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
13130 +HTTP_CFLAGS = @HTTP_CFLAGS@
13131 +HTTP_LIBS = @HTTP_LIBS@
13132 +INSTALL_DATA = @INSTALL_DATA@
13133 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
13134 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
13135 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
13136 +LDFLAGS = @LDFLAGS@
13137 +LIBOBJS = @LIBOBJS@
13138 +LIBS = @LIBS@
13139 +LIBTOOL = @LIBTOOL@
13140 +LN_S = @LN_S@
13141 +LTLIBOBJS = @LTLIBOBJS@
13142 +MAKEINFO = @MAKEINFO@
13143 +OBJEXT = @OBJEXT@
13144 +PACKAGE = @PACKAGE@
13145 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
13146 +PACKAGE_NAME = @PACKAGE_NAME@
13147 +PACKAGE_STRING = @PACKAGE_STRING@
13148 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
13149 +PACKAGE_VERSION = @PACKAGE_VERSION@
13150 +PATH_SEPARATOR = @PATH_SEPARATOR@
13151 +RANLIB = @RANLIB@
13152 +SET_MAKE = @SET_MAKE@
13153 +SHELL = @SHELL@
13154 +STRIP = @STRIP@
13155 +VERSION = @VERSION@
13156 +XML_CFLAGS = @XML_CFLAGS@
13157 +XML_LIBS = @XML_LIBS@
13158 +ac_ct_AR = @ac_ct_AR@
13159 +ac_ct_CC = @ac_ct_CC@
13160 +ac_ct_CXX = @ac_ct_CXX@
13161 +ac_ct_F77 = @ac_ct_F77@
13162 +ac_ct_RANLIB = @ac_ct_RANLIB@
13163 +ac_ct_STRIP = @ac_ct_STRIP@
13164 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
13165 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
13166 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
13167 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
13168 +am__include = @am__include@
13169 +am__leading_dot = @am__leading_dot@
13170 +am__quote = @am__quote@
13171 +bindir = @bindir@
13172 +build = @build@
13173 +build_alias = @build_alias@
13174 +build_cpu = @build_cpu@
13175 +build_os = @build_os@
13176 +build_vendor = @build_vendor@
13177 +datadir = @datadir@
13178 +exec_prefix = @exec_prefix@
13179 +host = @host@
13180 +host_alias = @host_alias@
13181 +host_cpu = @host_cpu@
13182 +host_os = @host_os@
13183 +host_vendor = @host_vendor@
13184 +includedir = @includedir@
13185 +infodir = @infodir@
13186 +install_sh = @install_sh@
13187 +libdir = @libdir@
13188 +libexecdir = @libexecdir@
13189 +localstatedir = @localstatedir@
13190 +mandir = @mandir@
13191 +mkdir_p = @mkdir_p@
13192 +oldincludedir = @oldincludedir@
13193 +prefix = @prefix@
13194 +program_transform_name = @program_transform_name@
13195 +sbindir = @sbindir@
13196 +sharedstatedir = @sharedstatedir@
13197 +sysconfdir = @sysconfdir@
13198 +target_alias = @target_alias@
13199 +@HAVE_LIBTOOL_TRUE@lib_LTLIBRARIES = libclinkc.la
13200 +@HAVE_LIBTOOL_FALSE@lib_LIBRARIES = libclinkc.a
13201 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @HTTP_CFLAGS@ @CLOG_DEBUG_FLAGS@
13202 +
13203 +########################################
13204 +# CyberLink
13205 +########################################
13206 +clinkc_source = \
13207 +       ../../src/cybergarage/io/cfile.c \
13208 +       ../../src/cybergarage/util/clist.c \
13209 +       ../../src/cybergarage/util/cmutex.c \
13210 +       ../../src/cybergarage/util/ccond.c \
13211 +       ../../src/cybergarage/util/cstring.c \
13212 +       ../../src/cybergarage/util/cstring_tokenizer.c \
13213 +       ../../src/cybergarage/util/cstring_function.c \
13214 +       ../../src/cybergarage/util/cthread.c \
13215 +       ../../src/cybergarage/util/cthread_list.c \
13216 +       ../../src/cybergarage/util/ctime.c \
13217 +       ../../src/cybergarage/util/clog.c \
13218 +       ../../src/cybergarage/net/cdatagram_packet.c \
13219 +       ../../src/cybergarage/net/csocket.c \
13220 +       ../../src/cybergarage/net/cinterface.c \
13221 +       ../../src/cybergarage/net/cinterface_list.c \
13222 +       ../../src/cybergarage/net/cinterface_function.c \
13223 +       ../../src/cybergarage/net/cnet_function.c \
13224 +       ../../src/cybergarage/net/curi.c \
13225 +       ../../src/cybergarage/net/curl.c \
13226 +       ../../src/cybergarage/http/chttp.c \
13227 +       ../../src/cybergarage/http/chttp_date.c \
13228 +       ../../src/cybergarage/http/chttp_header.c \
13229 +       ../../src/cybergarage/http/chttp_header_list.c \
13230 +       ../../src/cybergarage/http/chttp_packet.c \
13231 +       ../../src/cybergarage/http/chttp_persistent_connection.c \
13232 +       ../../src/cybergarage/http/chttp_request.c \
13233 +       ../../src/cybergarage/http/chttp_response.c \
13234 +       ../../src/cybergarage/http/chttp_server.c \
13235 +       ../../src/cybergarage/http/chttp_server_list.c \
13236 +       ../../src/cybergarage/soap/csoap.c \
13237 +       ../../src/cybergarage/soap/csoap_request.c \
13238 +       ../../src/cybergarage/soap/csoap_response.c \
13239 +       ../../src/cybergarage/upnp/caction.c \
13240 +       ../../src/cybergarage/upnp/caction_list.c \
13241 +       ../../src/cybergarage/upnp/cargument.c \
13242 +       ../../src/cybergarage/upnp/cargument_list.c \
13243 +       ../../src/cybergarage/upnp/ccontrolpoint.c \
13244 +       ../../src/cybergarage/upnp/ccontrolpoint_event.c \
13245 +       ../../src/cybergarage/upnp/ccontrolpoint_http_server.c \
13246 +       ../../src/cybergarage/upnp/cdevice.c \
13247 +       ../../src/cybergarage/upnp/cdevice_advertiser.c \
13248 +       ../../src/cybergarage/upnp/cdevice_list.c \
13249 +       ../../src/cybergarage/upnp/cdevice_http_server.c \
13250 +       ../../src/cybergarage/upnp/cdevice_ssdp_server.c \
13251 +       ../../src/cybergarage/upnp/cservice_ssdp_server.c \
13252 +       ../../src/cybergarage/upnp/cicon.c \
13253 +       ../../src/cybergarage/upnp/cicon_list.c \
13254 +       ../../src/cybergarage/upnp/cservice.c \
13255 +       ../../src/cybergarage/upnp/cservice_list.c \
13256 +       ../../src/cybergarage/upnp/cservice_notify.c \
13257 +       ../../src/cybergarage/upnp/cstatevariable.c \
13258 +       ../../src/cybergarage/upnp/cservicestate_table.c \
13259 +       ../../src/cybergarage/upnp/cupnp_function.c \
13260 +       ../../src/cybergarage/upnp/cupnp_status.c \
13261 +       ../../src/cybergarage/upnp/control/caction_ctrl.c \
13262 +       ../../src/cybergarage/upnp/control/caction_request.c \
13263 +       ../../src/cybergarage/upnp/control/caction_response.c \
13264 +       ../../src/cybergarage/upnp/control/ccontrol_function.c \
13265 +       ../../src/cybergarage/upnp/control/cquery_ctrl.c \
13266 +       ../../src/cybergarage/upnp/control/cquery_request.c \
13267 +       ../../src/cybergarage/upnp/control/cquery_response.c \
13268 +       ../../src/cybergarage/upnp/event/ceventlistener_list.c \
13269 +       ../../src/cybergarage/upnp/event/cnotify_request.c \
13270 +       ../../src/cybergarage/upnp/event/cproperty.c \
13271 +       ../../src/cybergarage/upnp/event/cproperty_list.c \
13272 +       ../../src/cybergarage/upnp/event/csubscriber.c \
13273 +       ../../src/cybergarage/upnp/event/csubscriber_list.c \
13274 +       ../../src/cybergarage/upnp/event/csubscription.c \
13275 +       ../../src/cybergarage/upnp/event/csubscription_request.c \
13276 +       ../../src/cybergarage/upnp/event/csubscription_response.c \
13277 +       ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c \
13278 +       ../../src/cybergarage/upnp/ssdp/chttpu_socket.c \
13279 +       ../../src/cybergarage/upnp/ssdp/cssdp.c \
13280 +       ../../src/cybergarage/upnp/ssdp/cssdp_server.c \
13281 +       ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c \
13282 +       ../../src/cybergarage/upnp/ssdp/cssdp_packet.c \
13283 +       ../../src/cybergarage/upnp/ssdp/cssdp_request.c \
13284 +       ../../src/cybergarage/upnp/ssdp/cssdp_response.c \
13285 +       ../../src/cybergarage/upnp/ssdp/cssdp_socket.c \
13286 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c \
13287 +       ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c \
13288 +       ../../src/cybergarage/xml/cxml_attribute.c \
13289 +       ../../src/cybergarage/xml/cxml_attribute_list.c \
13290 +       ../../src/cybergarage/xml/cxml_function.c \
13291 +       ../../src/cybergarage/xml/cxml_node.c \
13292 +       ../../src/cybergarage/xml/cxml_node_list.c \
13293 +       ../../src/cybergarage/xml/cxml_parser.c \
13294 +       ../../src/cybergarage/xml/cxml_parser_expat.c \
13295 +       ../../src/cybergarage/xml/cxml_parser_libxml2.c
13296 +
13297 +
13298 +########################################
13299 +# Library
13300 +########################################
13301 +libclinkcincludedir = $(includedir)/cybergarage
13302 +nobase_libclinkcinclude_HEADERS = \
13303 +        $(clinkc_header)
13304 +
13305 +@HAVE_LIBTOOL_TRUE@libclinkc_la_SOURCES = \
13306 +@HAVE_LIBTOOL_TRUE@        $(clinkc_source)
13307 +
13308 +@HAVE_LIBTOOL_TRUE@libclinkc_la_LIBADD = @HTTP_LIBS@ @XML_LIBS@
13309 +@HAVE_LIBTOOL_FALSE@libclinkc_a_SOURCES = \
13310 +@HAVE_LIBTOOL_FALSE@        $(clinkc_source)
13311 +
13312 +@HAVE_LIBTOOL_FALSE@libclinkc_a_CFLAGS = $(AM_CFLAGS)
13313 +@HAVE_LIBTOOL_FALSE@libclinkc_a_LIBADD = @HTTP_LIBS@ @XML_LIBS@
13314 +all: all-am
13315 +
13316 +.SUFFIXES:
13317 +.SUFFIXES: .c .lo .o .obj
13318 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
13319 +       @for dep in $?; do \
13320 +         case '$(am__configure_deps)' in \
13321 +           *$$dep*) \
13322 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
13323 +               && exit 0; \
13324 +             exit 1;; \
13325 +         esac; \
13326 +       done; \
13327 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/unix/Makefile'; \
13328 +       cd $(top_srcdir) && \
13329 +         $(AUTOMAKE) --foreign  lib/unix/Makefile
13330 +.PRECIOUS: Makefile
13331 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
13332 +       @case '$?' in \
13333 +         *config.status*) \
13334 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
13335 +         *) \
13336 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
13337 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
13338 +       esac;
13339 +
13340 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
13341 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13342 +
13343 +$(top_srcdir)/configure:  $(am__configure_deps)
13344 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13345 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
13346 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13347 +install-libLIBRARIES: $(lib_LIBRARIES)
13348 +       @$(NORMAL_INSTALL)
13349 +       test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
13350 +       @list='$(lib_LIBRARIES)'; for p in $$list; do \
13351 +         if test -f $$p; then \
13352 +           f="`echo $$p | sed -e 's|^.*/||'`"; \
13353 +           echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
13354 +           $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
13355 +         else :; fi; \
13356 +       done
13357 +       @$(POST_INSTALL)
13358 +       @list='$(lib_LIBRARIES)'; for p in $$list; do \
13359 +         if test -f $$p; then \
13360 +           p="`echo $$p | sed -e 's|^.*/||'`"; \
13361 +           echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
13362 +           $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
13363 +         else :; fi; \
13364 +       done
13365 +
13366 +uninstall-libLIBRARIES:
13367 +       @$(NORMAL_UNINSTALL)
13368 +       @list='$(lib_LIBRARIES)'; for p in $$list; do \
13369 +         p="`echo $$p | sed -e 's|^.*/||'`"; \
13370 +         echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
13371 +         rm -f "$(DESTDIR)$(libdir)/$$p"; \
13372 +       done
13373 +
13374 +clean-libLIBRARIES:
13375 +       -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
13376 +libclinkc.a: $(libclinkc_a_OBJECTS) $(libclinkc_a_DEPENDENCIES) 
13377 +       -rm -f libclinkc.a
13378 +       $(libclinkc_a_AR) libclinkc.a $(libclinkc_a_OBJECTS) $(libclinkc_a_LIBADD)
13379 +       $(RANLIB) libclinkc.a
13380 +install-libLTLIBRARIES: $(lib_LTLIBRARIES)
13381 +       @$(NORMAL_INSTALL)
13382 +       test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
13383 +       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
13384 +         if test -f $$p; then \
13385 +           f="`echo $$p | sed -e 's|^.*/||'`"; \
13386 +           echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
13387 +           $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
13388 +         else :; fi; \
13389 +       done
13390 +
13391 +uninstall-libLTLIBRARIES:
13392 +       @$(NORMAL_UNINSTALL)
13393 +       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
13394 +           p="`echo $$p | sed -e 's|^.*/||'`"; \
13395 +         echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
13396 +         $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
13397 +       done
13398 +
13399 +clean-libLTLIBRARIES:
13400 +       -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
13401 +       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
13402 +         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
13403 +         test "$$dir" != "$$p" || dir=.; \
13404 +         echo "rm -f \"$${dir}/so_locations\""; \
13405 +         rm -f "$${dir}/so_locations"; \
13406 +       done
13407 +libclinkc.la: $(libclinkc_la_OBJECTS) $(libclinkc_la_DEPENDENCIES) 
13408 +       $(LINK) -rpath $(libdir) $(libclinkc_la_LDFLAGS) $(libclinkc_la_OBJECTS) $(libclinkc_la_LIBADD) $(LIBS)
13409 +
13410 +mostlyclean-compile:
13411 +       -rm -f *.$(OBJEXT)
13412 +
13413 +distclean-compile:
13414 +       -rm -f *.tab.c
13415 +
13416 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caction.Plo@am__quote@
13417 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caction_ctrl.Plo@am__quote@
13418 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caction_list.Plo@am__quote@
13419 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caction_request.Plo@am__quote@
13420 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caction_response.Plo@am__quote@
13421 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cargument.Plo@am__quote@
13422 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cargument_list.Plo@am__quote@
13423 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccond.Plo@am__quote@
13424 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccontrol_function.Plo@am__quote@
13425 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccontrolpoint.Plo@am__quote@
13426 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccontrolpoint_event.Plo@am__quote@
13427 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccontrolpoint_http_server.Plo@am__quote@
13428 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdatagram_packet.Plo@am__quote@
13429 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdevice.Plo@am__quote@
13430 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdevice_advertiser.Plo@am__quote@
13431 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdevice_http_server.Plo@am__quote@
13432 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdevice_list.Plo@am__quote@
13433 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdevice_ssdp_server.Plo@am__quote@
13434 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ceventlistener_list.Plo@am__quote@
13435 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfile.Plo@am__quote@
13436 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp.Plo@am__quote@
13437 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_date.Plo@am__quote@
13438 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_header.Plo@am__quote@
13439 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_header_list.Plo@am__quote@
13440 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_packet.Plo@am__quote@
13441 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_persistent_connection.Plo@am__quote@
13442 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_request.Plo@am__quote@
13443 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_response.Plo@am__quote@
13444 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_server.Plo@am__quote@
13445 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttp_server_list.Plo@am__quote@
13446 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttpmu_socket.Plo@am__quote@
13447 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chttpu_socket.Plo@am__quote@
13448 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cicon.Plo@am__quote@
13449 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cicon_list.Plo@am__quote@
13450 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cinterface.Plo@am__quote@
13451 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cinterface_function.Plo@am__quote@
13452 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cinterface_list.Plo@am__quote@
13453 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clist.Plo@am__quote@
13454 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clog.Plo@am__quote@
13455 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmutex.Plo@am__quote@
13456 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnet_function.Plo@am__quote@
13457 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnotify_request.Plo@am__quote@
13458 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cproperty.Plo@am__quote@
13459 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cproperty_list.Plo@am__quote@
13460 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cquery_ctrl.Plo@am__quote@
13461 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cquery_request.Plo@am__quote@
13462 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cquery_response.Plo@am__quote@
13463 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cservice.Plo@am__quote@
13464 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cservice_list.Plo@am__quote@
13465 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cservice_notify.Plo@am__quote@
13466 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cservice_ssdp_server.Plo@am__quote@
13467 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cservicestate_table.Plo@am__quote@
13468 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csoap.Plo@am__quote@
13469 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csoap_request.Plo@am__quote@
13470 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csoap_response.Plo@am__quote@
13471 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csocket.Plo@am__quote@
13472 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp.Plo@am__quote@
13473 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_packet.Plo@am__quote@
13474 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_request.Plo@am__quote@
13475 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_response.Plo@am__quote@
13476 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_response_server.Plo@am__quote@
13477 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_response_server_list.Plo@am__quote@
13478 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_server.Plo@am__quote@
13479 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_server_list.Plo@am__quote@
13480 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cssdp_socket.Plo@am__quote@
13481 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstatevariable.Plo@am__quote@
13482 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstring.Plo@am__quote@
13483 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstring_function.Plo@am__quote@
13484 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstring_tokenizer.Plo@am__quote@
13485 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csubscriber.Plo@am__quote@
13486 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csubscriber_list.Plo@am__quote@
13487 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csubscription.Plo@am__quote@
13488 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csubscription_request.Plo@am__quote@
13489 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csubscription_response.Plo@am__quote@
13490 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cthread.Plo@am__quote@
13491 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cthread_list.Plo@am__quote@
13492 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctime.Plo@am__quote@
13493 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cupnp_function.Plo@am__quote@
13494 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cupnp_status.Plo@am__quote@
13495 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curi.Plo@am__quote@
13496 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl.Plo@am__quote@
13497 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_attribute.Plo@am__quote@
13498 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_attribute_list.Plo@am__quote@
13499 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_function.Plo@am__quote@
13500 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_node.Plo@am__quote@
13501 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_node_list.Plo@am__quote@
13502 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_parser.Plo@am__quote@
13503 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_parser_expat.Plo@am__quote@
13504 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxml_parser_libxml2.Plo@am__quote@
13505 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-caction.Po@am__quote@
13506 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-caction_ctrl.Po@am__quote@
13507 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-caction_list.Po@am__quote@
13508 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-caction_request.Po@am__quote@
13509 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-caction_response.Po@am__quote@
13510 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cargument.Po@am__quote@
13511 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cargument_list.Po@am__quote@
13512 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ccond.Po@am__quote@
13513 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ccontrol_function.Po@am__quote@
13514 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ccontrolpoint.Po@am__quote@
13515 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po@am__quote@
13516 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po@am__quote@
13517 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdatagram_packet.Po@am__quote@
13518 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdevice.Po@am__quote@
13519 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po@am__quote@
13520 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdevice_http_server.Po@am__quote@
13521 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdevice_list.Po@am__quote@
13522 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po@am__quote@
13523 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ceventlistener_list.Po@am__quote@
13524 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cfile.Po@am__quote@
13525 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp.Po@am__quote@
13526 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_date.Po@am__quote@
13527 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_header.Po@am__quote@
13528 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_header_list.Po@am__quote@
13529 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_packet.Po@am__quote@
13530 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po@am__quote@
13531 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_request.Po@am__quote@
13532 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_response.Po@am__quote@
13533 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_server.Po@am__quote@
13534 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttp_server_list.Po@am__quote@
13535 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttpmu_socket.Po@am__quote@
13536 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-chttpu_socket.Po@am__quote@
13537 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cicon.Po@am__quote@
13538 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cicon_list.Po@am__quote@
13539 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cinterface.Po@am__quote@
13540 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cinterface_function.Po@am__quote@
13541 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cinterface_list.Po@am__quote@
13542 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-clist.Po@am__quote@
13543 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-clog.Po@am__quote@
13544 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cmutex.Po@am__quote@
13545 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cnet_function.Po@am__quote@
13546 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cnotify_request.Po@am__quote@
13547 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cproperty.Po@am__quote@
13548 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cproperty_list.Po@am__quote@
13549 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cquery_ctrl.Po@am__quote@
13550 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cquery_request.Po@am__quote@
13551 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cquery_response.Po@am__quote@
13552 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cservice.Po@am__quote@
13553 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cservice_list.Po@am__quote@
13554 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cservice_notify.Po@am__quote@
13555 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po@am__quote@
13556 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cservicestate_table.Po@am__quote@
13557 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csoap.Po@am__quote@
13558 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csoap_request.Po@am__quote@
13559 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csoap_response.Po@am__quote@
13560 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csocket.Po@am__quote@
13561 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp.Po@am__quote@
13562 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_packet.Po@am__quote@
13563 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_request.Po@am__quote@
13564 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_response.Po@am__quote@
13565 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_response_server.Po@am__quote@
13566 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po@am__quote@
13567 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_server.Po@am__quote@
13568 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_server_list.Po@am__quote@
13569 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cssdp_socket.Po@am__quote@
13570 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cstatevariable.Po@am__quote@
13571 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cstring.Po@am__quote@
13572 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cstring_function.Po@am__quote@
13573 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po@am__quote@
13574 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csubscriber.Po@am__quote@
13575 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csubscriber_list.Po@am__quote@
13576 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csubscription.Po@am__quote@
13577 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csubscription_request.Po@am__quote@
13578 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-csubscription_response.Po@am__quote@
13579 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cthread.Po@am__quote@
13580 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cthread_list.Po@am__quote@
13581 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-ctime.Po@am__quote@
13582 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cupnp_function.Po@am__quote@
13583 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cupnp_status.Po@am__quote@
13584 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-curi.Po@am__quote@
13585 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-curl.Po@am__quote@
13586 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_attribute.Po@am__quote@
13587 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po@am__quote@
13588 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_function.Po@am__quote@
13589 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_node.Po@am__quote@
13590 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_node_list.Po@am__quote@
13591 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_parser.Po@am__quote@
13592 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po@am__quote@
13593 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po@am__quote@
13594 +
13595 +.c.o:
13596 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
13597 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
13598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13600 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13601 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
13602 +
13603 +.c.obj:
13604 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
13605 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
13606 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13607 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13608 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13609 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
13610 +
13611 +.c.lo:
13612 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
13613 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
13614 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
13615 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
13616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13617 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
13618 +
13619 +libclinkc_a-cfile.o: ../../src/cybergarage/io/cfile.c
13620 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cfile.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cfile.Tpo" -c -o libclinkc_a-cfile.o `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c; \
13621 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cfile.Tpo" "$(DEPDIR)/libclinkc_a-cfile.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cfile.Tpo"; exit 1; fi
13622 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='libclinkc_a-cfile.o' libtool=no @AMDEPBACKSLASH@
13623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cfile.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cfile.TPo' @AMDEPBACKSLASH@
13624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13625 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cfile.o `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c
13626 +
13627 +libclinkc_a-cfile.obj: ../../src/cybergarage/io/cfile.c
13628 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cfile.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cfile.Tpo" -c -o libclinkc_a-cfile.obj `if test -f '../../src/cybergarage/io/cfile.c'; then $(CYGPATH_W) '../../src/cybergarage/io/cfile.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/io/cfile.c'; fi`; \
13629 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cfile.Tpo" "$(DEPDIR)/libclinkc_a-cfile.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cfile.Tpo"; exit 1; fi
13630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='libclinkc_a-cfile.obj' libtool=no @AMDEPBACKSLASH@
13631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cfile.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cfile.TPo' @AMDEPBACKSLASH@
13632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13633 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cfile.obj `if test -f '../../src/cybergarage/io/cfile.c'; then $(CYGPATH_W) '../../src/cybergarage/io/cfile.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/io/cfile.c'; fi`
13634 +
13635 +libclinkc_a-cfile.lo: ../../src/cybergarage/io/cfile.c
13636 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cfile.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cfile.Tpo" -c -o libclinkc_a-cfile.lo `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c; \
13637 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cfile.Tpo" "$(DEPDIR)/libclinkc_a-cfile.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cfile.Tpo"; exit 1; fi
13638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='libclinkc_a-cfile.lo' libtool=yes @AMDEPBACKSLASH@
13639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cfile.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cfile.TPlo' @AMDEPBACKSLASH@
13640 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13641 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cfile.lo `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c
13642 +
13643 +libclinkc_a-clist.o: ../../src/cybergarage/util/clist.c
13644 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clist.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-clist.Tpo" -c -o libclinkc_a-clist.o `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c; \
13645 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clist.Tpo" "$(DEPDIR)/libclinkc_a-clist.Po"; else rm -f "$(DEPDIR)/libclinkc_a-clist.Tpo"; exit 1; fi
13646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='libclinkc_a-clist.o' libtool=no @AMDEPBACKSLASH@
13647 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clist.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-clist.TPo' @AMDEPBACKSLASH@
13648 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13649 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clist.o `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c
13650 +
13651 +libclinkc_a-clist.obj: ../../src/cybergarage/util/clist.c
13652 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clist.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-clist.Tpo" -c -o libclinkc_a-clist.obj `if test -f '../../src/cybergarage/util/clist.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clist.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clist.c'; fi`; \
13653 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clist.Tpo" "$(DEPDIR)/libclinkc_a-clist.Po"; else rm -f "$(DEPDIR)/libclinkc_a-clist.Tpo"; exit 1; fi
13654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='libclinkc_a-clist.obj' libtool=no @AMDEPBACKSLASH@
13655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clist.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-clist.TPo' @AMDEPBACKSLASH@
13656 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13657 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clist.obj `if test -f '../../src/cybergarage/util/clist.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clist.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clist.c'; fi`
13658 +
13659 +libclinkc_a-clist.lo: ../../src/cybergarage/util/clist.c
13660 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clist.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-clist.Tpo" -c -o libclinkc_a-clist.lo `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c; \
13661 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clist.Tpo" "$(DEPDIR)/libclinkc_a-clist.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-clist.Tpo"; exit 1; fi
13662 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='libclinkc_a-clist.lo' libtool=yes @AMDEPBACKSLASH@
13663 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clist.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-clist.TPlo' @AMDEPBACKSLASH@
13664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13665 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clist.lo `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c
13666 +
13667 +libclinkc_a-cmutex.o: ../../src/cybergarage/util/cmutex.c
13668 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cmutex.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cmutex.Tpo" -c -o libclinkc_a-cmutex.o `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c; \
13669 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo" "$(DEPDIR)/libclinkc_a-cmutex.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo"; exit 1; fi
13670 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='libclinkc_a-cmutex.o' libtool=no @AMDEPBACKSLASH@
13671 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cmutex.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cmutex.TPo' @AMDEPBACKSLASH@
13672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13673 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cmutex.o `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c
13674 +
13675 +libclinkc_a-cmutex.obj: ../../src/cybergarage/util/cmutex.c
13676 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cmutex.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cmutex.Tpo" -c -o libclinkc_a-cmutex.obj `if test -f '../../src/cybergarage/util/cmutex.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cmutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cmutex.c'; fi`; \
13677 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo" "$(DEPDIR)/libclinkc_a-cmutex.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo"; exit 1; fi
13678 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='libclinkc_a-cmutex.obj' libtool=no @AMDEPBACKSLASH@
13679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cmutex.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cmutex.TPo' @AMDEPBACKSLASH@
13680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13681 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cmutex.obj `if test -f '../../src/cybergarage/util/cmutex.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cmutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cmutex.c'; fi`
13682 +
13683 +libclinkc_a-cmutex.lo: ../../src/cybergarage/util/cmutex.c
13684 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cmutex.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cmutex.Tpo" -c -o libclinkc_a-cmutex.lo `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c; \
13685 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo" "$(DEPDIR)/libclinkc_a-cmutex.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cmutex.Tpo"; exit 1; fi
13686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='libclinkc_a-cmutex.lo' libtool=yes @AMDEPBACKSLASH@
13687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cmutex.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cmutex.TPlo' @AMDEPBACKSLASH@
13688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13689 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cmutex.lo `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c
13690 +
13691 +libclinkc_a-ccond.o: ../../src/cybergarage/util/ccond.c
13692 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccond.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccond.Tpo" -c -o libclinkc_a-ccond.o `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c; \
13693 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccond.Tpo" "$(DEPDIR)/libclinkc_a-ccond.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccond.Tpo"; exit 1; fi
13694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='libclinkc_a-ccond.o' libtool=no @AMDEPBACKSLASH@
13695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccond.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccond.TPo' @AMDEPBACKSLASH@
13696 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13697 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccond.o `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c
13698 +
13699 +libclinkc_a-ccond.obj: ../../src/cybergarage/util/ccond.c
13700 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccond.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccond.Tpo" -c -o libclinkc_a-ccond.obj `if test -f '../../src/cybergarage/util/ccond.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ccond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ccond.c'; fi`; \
13701 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccond.Tpo" "$(DEPDIR)/libclinkc_a-ccond.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccond.Tpo"; exit 1; fi
13702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='libclinkc_a-ccond.obj' libtool=no @AMDEPBACKSLASH@
13703 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccond.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccond.TPo' @AMDEPBACKSLASH@
13704 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13705 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccond.obj `if test -f '../../src/cybergarage/util/ccond.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ccond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ccond.c'; fi`
13706 +
13707 +libclinkc_a-ccond.lo: ../../src/cybergarage/util/ccond.c
13708 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccond.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccond.Tpo" -c -o libclinkc_a-ccond.lo `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c; \
13709 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccond.Tpo" "$(DEPDIR)/libclinkc_a-ccond.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ccond.Tpo"; exit 1; fi
13710 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='libclinkc_a-ccond.lo' libtool=yes @AMDEPBACKSLASH@
13711 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccond.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ccond.TPlo' @AMDEPBACKSLASH@
13712 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13713 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccond.lo `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c
13714 +
13715 +libclinkc_a-cstring.o: ../../src/cybergarage/util/cstring.c
13716 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring.Tpo" -c -o libclinkc_a-cstring.o `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c; \
13717 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring.Tpo" "$(DEPDIR)/libclinkc_a-cstring.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring.Tpo"; exit 1; fi
13718 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='libclinkc_a-cstring.o' libtool=no @AMDEPBACKSLASH@
13719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring.TPo' @AMDEPBACKSLASH@
13720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13721 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring.o `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c
13722 +
13723 +libclinkc_a-cstring.obj: ../../src/cybergarage/util/cstring.c
13724 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring.Tpo" -c -o libclinkc_a-cstring.obj `if test -f '../../src/cybergarage/util/cstring.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring.c'; fi`; \
13725 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring.Tpo" "$(DEPDIR)/libclinkc_a-cstring.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring.Tpo"; exit 1; fi
13726 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='libclinkc_a-cstring.obj' libtool=no @AMDEPBACKSLASH@
13727 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring.TPo' @AMDEPBACKSLASH@
13728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13729 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring.obj `if test -f '../../src/cybergarage/util/cstring.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring.c'; fi`
13730 +
13731 +libclinkc_a-cstring.lo: ../../src/cybergarage/util/cstring.c
13732 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring.Tpo" -c -o libclinkc_a-cstring.lo `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c; \
13733 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring.Tpo" "$(DEPDIR)/libclinkc_a-cstring.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cstring.Tpo"; exit 1; fi
13734 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='libclinkc_a-cstring.lo' libtool=yes @AMDEPBACKSLASH@
13735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring.TPlo' @AMDEPBACKSLASH@
13736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13737 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring.lo `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c
13738 +
13739 +libclinkc_a-cstring_tokenizer.o: ../../src/cybergarage/util/cstring_tokenizer.c
13740 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_tokenizer.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" -c -o libclinkc_a-cstring_tokenizer.o `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c; \
13741 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo"; exit 1; fi
13742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='libclinkc_a-cstring_tokenizer.o' libtool=no @AMDEPBACKSLASH@
13743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.TPo' @AMDEPBACKSLASH@
13744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13745 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_tokenizer.o `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c
13746 +
13747 +libclinkc_a-cstring_tokenizer.obj: ../../src/cybergarage/util/cstring_tokenizer.c
13748 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_tokenizer.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" -c -o libclinkc_a-cstring_tokenizer.obj `if test -f '../../src/cybergarage/util/cstring_tokenizer.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_tokenizer.c'; fi`; \
13749 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo"; exit 1; fi
13750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='libclinkc_a-cstring_tokenizer.obj' libtool=no @AMDEPBACKSLASH@
13751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.TPo' @AMDEPBACKSLASH@
13752 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13753 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_tokenizer.obj `if test -f '../../src/cybergarage/util/cstring_tokenizer.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_tokenizer.c'; fi`
13754 +
13755 +libclinkc_a-cstring_tokenizer.lo: ../../src/cybergarage/util/cstring_tokenizer.c
13756 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_tokenizer.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" -c -o libclinkc_a-cstring_tokenizer.lo `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c; \
13757 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo" "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_tokenizer.Tpo"; exit 1; fi
13758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='libclinkc_a-cstring_tokenizer.lo' libtool=yes @AMDEPBACKSLASH@
13759 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_tokenizer.TPlo' @AMDEPBACKSLASH@
13760 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13761 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_tokenizer.lo `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c
13762 +
13763 +libclinkc_a-cstring_function.o: ../../src/cybergarage/util/cstring_function.c
13764 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" -c -o libclinkc_a-cstring_function.o `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c; \
13765 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" "$(DEPDIR)/libclinkc_a-cstring_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo"; exit 1; fi
13766 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='libclinkc_a-cstring_function.o' libtool=no @AMDEPBACKSLASH@
13767 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_function.TPo' @AMDEPBACKSLASH@
13768 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13769 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_function.o `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c
13770 +
13771 +libclinkc_a-cstring_function.obj: ../../src/cybergarage/util/cstring_function.c
13772 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" -c -o libclinkc_a-cstring_function.obj `if test -f '../../src/cybergarage/util/cstring_function.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_function.c'; fi`; \
13773 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" "$(DEPDIR)/libclinkc_a-cstring_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo"; exit 1; fi
13774 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='libclinkc_a-cstring_function.obj' libtool=no @AMDEPBACKSLASH@
13775 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_function.TPo' @AMDEPBACKSLASH@
13776 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13777 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_function.obj `if test -f '../../src/cybergarage/util/cstring_function.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_function.c'; fi`
13778 +
13779 +libclinkc_a-cstring_function.lo: ../../src/cybergarage/util/cstring_function.c
13780 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstring_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" -c -o libclinkc_a-cstring_function.lo `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c; \
13781 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo" "$(DEPDIR)/libclinkc_a-cstring_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cstring_function.Tpo"; exit 1; fi
13782 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='libclinkc_a-cstring_function.lo' libtool=yes @AMDEPBACKSLASH@
13783 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstring_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cstring_function.TPlo' @AMDEPBACKSLASH@
13784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13785 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstring_function.lo `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c
13786 +
13787 +libclinkc_a-cthread.o: ../../src/cybergarage/util/cthread.c
13788 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread.Tpo" -c -o libclinkc_a-cthread.o `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c; \
13789 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread.Tpo" "$(DEPDIR)/libclinkc_a-cthread.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cthread.Tpo"; exit 1; fi
13790 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='libclinkc_a-cthread.o' libtool=no @AMDEPBACKSLASH@
13791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread.TPo' @AMDEPBACKSLASH@
13792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13793 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread.o `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c
13794 +
13795 +libclinkc_a-cthread.obj: ../../src/cybergarage/util/cthread.c
13796 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread.Tpo" -c -o libclinkc_a-cthread.obj `if test -f '../../src/cybergarage/util/cthread.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread.c'; fi`; \
13797 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread.Tpo" "$(DEPDIR)/libclinkc_a-cthread.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cthread.Tpo"; exit 1; fi
13798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='libclinkc_a-cthread.obj' libtool=no @AMDEPBACKSLASH@
13799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread.TPo' @AMDEPBACKSLASH@
13800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13801 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread.obj `if test -f '../../src/cybergarage/util/cthread.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread.c'; fi`
13802 +
13803 +libclinkc_a-cthread.lo: ../../src/cybergarage/util/cthread.c
13804 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread.Tpo" -c -o libclinkc_a-cthread.lo `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c; \
13805 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread.Tpo" "$(DEPDIR)/libclinkc_a-cthread.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cthread.Tpo"; exit 1; fi
13806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='libclinkc_a-cthread.lo' libtool=yes @AMDEPBACKSLASH@
13807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread.TPlo' @AMDEPBACKSLASH@
13808 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13809 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread.lo `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c
13810 +
13811 +libclinkc_a-cthread_list.o: ../../src/cybergarage/util/cthread_list.c
13812 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" -c -o libclinkc_a-cthread_list.o `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c; \
13813 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" "$(DEPDIR)/libclinkc_a-cthread_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo"; exit 1; fi
13814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='libclinkc_a-cthread_list.o' libtool=no @AMDEPBACKSLASH@
13815 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread_list.TPo' @AMDEPBACKSLASH@
13816 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13817 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread_list.o `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c
13818 +
13819 +libclinkc_a-cthread_list.obj: ../../src/cybergarage/util/cthread_list.c
13820 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" -c -o libclinkc_a-cthread_list.obj `if test -f '../../src/cybergarage/util/cthread_list.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread_list.c'; fi`; \
13821 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" "$(DEPDIR)/libclinkc_a-cthread_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo"; exit 1; fi
13822 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='libclinkc_a-cthread_list.obj' libtool=no @AMDEPBACKSLASH@
13823 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread_list.TPo' @AMDEPBACKSLASH@
13824 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13825 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread_list.obj `if test -f '../../src/cybergarage/util/cthread_list.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread_list.c'; fi`
13826 +
13827 +libclinkc_a-cthread_list.lo: ../../src/cybergarage/util/cthread_list.c
13828 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cthread_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" -c -o libclinkc_a-cthread_list.lo `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c; \
13829 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo" "$(DEPDIR)/libclinkc_a-cthread_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cthread_list.Tpo"; exit 1; fi
13830 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='libclinkc_a-cthread_list.lo' libtool=yes @AMDEPBACKSLASH@
13831 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cthread_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cthread_list.TPlo' @AMDEPBACKSLASH@
13832 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13833 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cthread_list.lo `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c
13834 +
13835 +libclinkc_a-ctime.o: ../../src/cybergarage/util/ctime.c
13836 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ctime.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ctime.Tpo" -c -o libclinkc_a-ctime.o `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c; \
13837 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ctime.Tpo" "$(DEPDIR)/libclinkc_a-ctime.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ctime.Tpo"; exit 1; fi
13838 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='libclinkc_a-ctime.o' libtool=no @AMDEPBACKSLASH@
13839 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ctime.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ctime.TPo' @AMDEPBACKSLASH@
13840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13841 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ctime.o `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c
13842 +
13843 +libclinkc_a-ctime.obj: ../../src/cybergarage/util/ctime.c
13844 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ctime.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ctime.Tpo" -c -o libclinkc_a-ctime.obj `if test -f '../../src/cybergarage/util/ctime.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ctime.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ctime.c'; fi`; \
13845 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ctime.Tpo" "$(DEPDIR)/libclinkc_a-ctime.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ctime.Tpo"; exit 1; fi
13846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='libclinkc_a-ctime.obj' libtool=no @AMDEPBACKSLASH@
13847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ctime.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ctime.TPo' @AMDEPBACKSLASH@
13848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13849 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ctime.obj `if test -f '../../src/cybergarage/util/ctime.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ctime.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ctime.c'; fi`
13850 +
13851 +libclinkc_a-ctime.lo: ../../src/cybergarage/util/ctime.c
13852 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ctime.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ctime.Tpo" -c -o libclinkc_a-ctime.lo `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c; \
13853 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ctime.Tpo" "$(DEPDIR)/libclinkc_a-ctime.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ctime.Tpo"; exit 1; fi
13854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='libclinkc_a-ctime.lo' libtool=yes @AMDEPBACKSLASH@
13855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ctime.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ctime.TPlo' @AMDEPBACKSLASH@
13856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13857 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ctime.lo `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c
13858 +
13859 +libclinkc_a-clog.o: ../../src/cybergarage/util/clog.c
13860 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clog.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-clog.Tpo" -c -o libclinkc_a-clog.o `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c; \
13861 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clog.Tpo" "$(DEPDIR)/libclinkc_a-clog.Po"; else rm -f "$(DEPDIR)/libclinkc_a-clog.Tpo"; exit 1; fi
13862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='libclinkc_a-clog.o' libtool=no @AMDEPBACKSLASH@
13863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clog.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-clog.TPo' @AMDEPBACKSLASH@
13864 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13865 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clog.o `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c
13866 +
13867 +libclinkc_a-clog.obj: ../../src/cybergarage/util/clog.c
13868 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clog.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-clog.Tpo" -c -o libclinkc_a-clog.obj `if test -f '../../src/cybergarage/util/clog.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clog.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clog.c'; fi`; \
13869 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clog.Tpo" "$(DEPDIR)/libclinkc_a-clog.Po"; else rm -f "$(DEPDIR)/libclinkc_a-clog.Tpo"; exit 1; fi
13870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='libclinkc_a-clog.obj' libtool=no @AMDEPBACKSLASH@
13871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clog.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-clog.TPo' @AMDEPBACKSLASH@
13872 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13873 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clog.obj `if test -f '../../src/cybergarage/util/clog.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clog.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clog.c'; fi`
13874 +
13875 +libclinkc_a-clog.lo: ../../src/cybergarage/util/clog.c
13876 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-clog.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-clog.Tpo" -c -o libclinkc_a-clog.lo `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c; \
13877 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-clog.Tpo" "$(DEPDIR)/libclinkc_a-clog.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-clog.Tpo"; exit 1; fi
13878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='libclinkc_a-clog.lo' libtool=yes @AMDEPBACKSLASH@
13879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-clog.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-clog.TPlo' @AMDEPBACKSLASH@
13880 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13881 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-clog.lo `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c
13882 +
13883 +libclinkc_a-cdatagram_packet.o: ../../src/cybergarage/net/cdatagram_packet.c
13884 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdatagram_packet.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" -c -o libclinkc_a-cdatagram_packet.o `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c; \
13885 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" "$(DEPDIR)/libclinkc_a-cdatagram_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo"; exit 1; fi
13886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='libclinkc_a-cdatagram_packet.o' libtool=no @AMDEPBACKSLASH@
13887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.TPo' @AMDEPBACKSLASH@
13888 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13889 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdatagram_packet.o `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c
13890 +
13891 +libclinkc_a-cdatagram_packet.obj: ../../src/cybergarage/net/cdatagram_packet.c
13892 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdatagram_packet.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" -c -o libclinkc_a-cdatagram_packet.obj `if test -f '../../src/cybergarage/net/cdatagram_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cdatagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cdatagram_packet.c'; fi`; \
13893 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" "$(DEPDIR)/libclinkc_a-cdatagram_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo"; exit 1; fi
13894 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='libclinkc_a-cdatagram_packet.obj' libtool=no @AMDEPBACKSLASH@
13895 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.TPo' @AMDEPBACKSLASH@
13896 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13897 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdatagram_packet.obj `if test -f '../../src/cybergarage/net/cdatagram_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cdatagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cdatagram_packet.c'; fi`
13898 +
13899 +libclinkc_a-cdatagram_packet.lo: ../../src/cybergarage/net/cdatagram_packet.c
13900 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdatagram_packet.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" -c -o libclinkc_a-cdatagram_packet.lo `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c; \
13901 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo" "$(DEPDIR)/libclinkc_a-cdatagram_packet.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdatagram_packet.Tpo"; exit 1; fi
13902 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='libclinkc_a-cdatagram_packet.lo' libtool=yes @AMDEPBACKSLASH@
13903 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdatagram_packet.TPlo' @AMDEPBACKSLASH@
13904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13905 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdatagram_packet.lo `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c
13906 +
13907 +libclinkc_a-csocket.o: ../../src/cybergarage/net/csocket.c
13908 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csocket.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csocket.Tpo" -c -o libclinkc_a-csocket.o `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c; \
13909 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csocket.Tpo" "$(DEPDIR)/libclinkc_a-csocket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csocket.Tpo"; exit 1; fi
13910 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='libclinkc_a-csocket.o' libtool=no @AMDEPBACKSLASH@
13911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csocket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csocket.TPo' @AMDEPBACKSLASH@
13912 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13913 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csocket.o `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c
13914 +
13915 +libclinkc_a-csocket.obj: ../../src/cybergarage/net/csocket.c
13916 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csocket.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csocket.Tpo" -c -o libclinkc_a-csocket.obj `if test -f '../../src/cybergarage/net/csocket.c'; then $(CYGPATH_W) '../../src/cybergarage/net/csocket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/csocket.c'; fi`; \
13917 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csocket.Tpo" "$(DEPDIR)/libclinkc_a-csocket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csocket.Tpo"; exit 1; fi
13918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='libclinkc_a-csocket.obj' libtool=no @AMDEPBACKSLASH@
13919 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csocket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csocket.TPo' @AMDEPBACKSLASH@
13920 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13921 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csocket.obj `if test -f '../../src/cybergarage/net/csocket.c'; then $(CYGPATH_W) '../../src/cybergarage/net/csocket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/csocket.c'; fi`
13922 +
13923 +libclinkc_a-csocket.lo: ../../src/cybergarage/net/csocket.c
13924 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csocket.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csocket.Tpo" -c -o libclinkc_a-csocket.lo `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c; \
13925 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csocket.Tpo" "$(DEPDIR)/libclinkc_a-csocket.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csocket.Tpo"; exit 1; fi
13926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='libclinkc_a-csocket.lo' libtool=yes @AMDEPBACKSLASH@
13927 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csocket.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csocket.TPlo' @AMDEPBACKSLASH@
13928 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13929 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csocket.lo `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c
13930 +
13931 +libclinkc_a-cinterface.o: ../../src/cybergarage/net/cinterface.c
13932 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface.Tpo" -c -o libclinkc_a-cinterface.o `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c; \
13933 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo" "$(DEPDIR)/libclinkc_a-cinterface.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo"; exit 1; fi
13934 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='libclinkc_a-cinterface.o' libtool=no @AMDEPBACKSLASH@
13935 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface.TPo' @AMDEPBACKSLASH@
13936 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13937 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface.o `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c
13938 +
13939 +libclinkc_a-cinterface.obj: ../../src/cybergarage/net/cinterface.c
13940 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface.Tpo" -c -o libclinkc_a-cinterface.obj `if test -f '../../src/cybergarage/net/cinterface.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface.c'; fi`; \
13941 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo" "$(DEPDIR)/libclinkc_a-cinterface.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo"; exit 1; fi
13942 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='libclinkc_a-cinterface.obj' libtool=no @AMDEPBACKSLASH@
13943 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface.TPo' @AMDEPBACKSLASH@
13944 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13945 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface.obj `if test -f '../../src/cybergarage/net/cinterface.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface.c'; fi`
13946 +
13947 +libclinkc_a-cinterface.lo: ../../src/cybergarage/net/cinterface.c
13948 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface.Tpo" -c -o libclinkc_a-cinterface.lo `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c; \
13949 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo" "$(DEPDIR)/libclinkc_a-cinterface.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface.Tpo"; exit 1; fi
13950 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='libclinkc_a-cinterface.lo' libtool=yes @AMDEPBACKSLASH@
13951 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface.TPlo' @AMDEPBACKSLASH@
13952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13953 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface.lo `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c
13954 +
13955 +libclinkc_a-cinterface_list.o: ../../src/cybergarage/net/cinterface_list.c
13956 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" -c -o libclinkc_a-cinterface_list.o `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c; \
13957 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo"; exit 1; fi
13958 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='libclinkc_a-cinterface_list.o' libtool=no @AMDEPBACKSLASH@
13959 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_list.TPo' @AMDEPBACKSLASH@
13960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13961 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_list.o `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c
13962 +
13963 +libclinkc_a-cinterface_list.obj: ../../src/cybergarage/net/cinterface_list.c
13964 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" -c -o libclinkc_a-cinterface_list.obj `if test -f '../../src/cybergarage/net/cinterface_list.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_list.c'; fi`; \
13965 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo"; exit 1; fi
13966 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='libclinkc_a-cinterface_list.obj' libtool=no @AMDEPBACKSLASH@
13967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_list.TPo' @AMDEPBACKSLASH@
13968 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13969 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_list.obj `if test -f '../../src/cybergarage/net/cinterface_list.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_list.c'; fi`
13970 +
13971 +libclinkc_a-cinterface_list.lo: ../../src/cybergarage/net/cinterface_list.c
13972 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" -c -o libclinkc_a-cinterface_list.lo `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c; \
13973 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_list.Tpo"; exit 1; fi
13974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='libclinkc_a-cinterface_list.lo' libtool=yes @AMDEPBACKSLASH@
13975 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_list.TPlo' @AMDEPBACKSLASH@
13976 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13977 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_list.lo `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c
13978 +
13979 +libclinkc_a-cinterface_function.o: ../../src/cybergarage/net/cinterface_function.c
13980 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" -c -o libclinkc_a-cinterface_function.o `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c; \
13981 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo"; exit 1; fi
13982 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='libclinkc_a-cinterface_function.o' libtool=no @AMDEPBACKSLASH@
13983 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_function.TPo' @AMDEPBACKSLASH@
13984 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13985 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_function.o `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c
13986 +
13987 +libclinkc_a-cinterface_function.obj: ../../src/cybergarage/net/cinterface_function.c
13988 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" -c -o libclinkc_a-cinterface_function.obj `if test -f '../../src/cybergarage/net/cinterface_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_function.c'; fi`; \
13989 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo"; exit 1; fi
13990 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='libclinkc_a-cinterface_function.obj' libtool=no @AMDEPBACKSLASH@
13991 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_function.TPo' @AMDEPBACKSLASH@
13992 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13993 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_function.obj `if test -f '../../src/cybergarage/net/cinterface_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_function.c'; fi`
13994 +
13995 +libclinkc_a-cinterface_function.lo: ../../src/cybergarage/net/cinterface_function.c
13996 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cinterface_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" -c -o libclinkc_a-cinterface_function.lo `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c; \
13997 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo" "$(DEPDIR)/libclinkc_a-cinterface_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cinterface_function.Tpo"; exit 1; fi
13998 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='libclinkc_a-cinterface_function.lo' libtool=yes @AMDEPBACKSLASH@
13999 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cinterface_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cinterface_function.TPlo' @AMDEPBACKSLASH@
14000 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14001 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cinterface_function.lo `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c
14002 +
14003 +libclinkc_a-cnet_function.o: ../../src/cybergarage/net/cnet_function.c
14004 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnet_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" -c -o libclinkc_a-cnet_function.o `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c; \
14005 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" "$(DEPDIR)/libclinkc_a-cnet_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo"; exit 1; fi
14006 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='libclinkc_a-cnet_function.o' libtool=no @AMDEPBACKSLASH@
14007 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnet_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cnet_function.TPo' @AMDEPBACKSLASH@
14008 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14009 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnet_function.o `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c
14010 +
14011 +libclinkc_a-cnet_function.obj: ../../src/cybergarage/net/cnet_function.c
14012 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnet_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" -c -o libclinkc_a-cnet_function.obj `if test -f '../../src/cybergarage/net/cnet_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cnet_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cnet_function.c'; fi`; \
14013 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" "$(DEPDIR)/libclinkc_a-cnet_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo"; exit 1; fi
14014 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='libclinkc_a-cnet_function.obj' libtool=no @AMDEPBACKSLASH@
14015 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnet_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cnet_function.TPo' @AMDEPBACKSLASH@
14016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14017 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnet_function.obj `if test -f '../../src/cybergarage/net/cnet_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cnet_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cnet_function.c'; fi`
14018 +
14019 +libclinkc_a-cnet_function.lo: ../../src/cybergarage/net/cnet_function.c
14020 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnet_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" -c -o libclinkc_a-cnet_function.lo `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c; \
14021 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo" "$(DEPDIR)/libclinkc_a-cnet_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cnet_function.Tpo"; exit 1; fi
14022 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='libclinkc_a-cnet_function.lo' libtool=yes @AMDEPBACKSLASH@
14023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnet_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cnet_function.TPlo' @AMDEPBACKSLASH@
14024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14025 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnet_function.lo `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c
14026 +
14027 +libclinkc_a-curi.o: ../../src/cybergarage/net/curi.c
14028 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curi.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-curi.Tpo" -c -o libclinkc_a-curi.o `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c; \
14029 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curi.Tpo" "$(DEPDIR)/libclinkc_a-curi.Po"; else rm -f "$(DEPDIR)/libclinkc_a-curi.Tpo"; exit 1; fi
14030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='libclinkc_a-curi.o' libtool=no @AMDEPBACKSLASH@
14031 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curi.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-curi.TPo' @AMDEPBACKSLASH@
14032 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14033 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curi.o `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c
14034 +
14035 +libclinkc_a-curi.obj: ../../src/cybergarage/net/curi.c
14036 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curi.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-curi.Tpo" -c -o libclinkc_a-curi.obj `if test -f '../../src/cybergarage/net/curi.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curi.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curi.c'; fi`; \
14037 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curi.Tpo" "$(DEPDIR)/libclinkc_a-curi.Po"; else rm -f "$(DEPDIR)/libclinkc_a-curi.Tpo"; exit 1; fi
14038 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='libclinkc_a-curi.obj' libtool=no @AMDEPBACKSLASH@
14039 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curi.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-curi.TPo' @AMDEPBACKSLASH@
14040 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14041 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curi.obj `if test -f '../../src/cybergarage/net/curi.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curi.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curi.c'; fi`
14042 +
14043 +libclinkc_a-curi.lo: ../../src/cybergarage/net/curi.c
14044 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curi.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-curi.Tpo" -c -o libclinkc_a-curi.lo `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c; \
14045 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curi.Tpo" "$(DEPDIR)/libclinkc_a-curi.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-curi.Tpo"; exit 1; fi
14046 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='libclinkc_a-curi.lo' libtool=yes @AMDEPBACKSLASH@
14047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curi.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-curi.TPlo' @AMDEPBACKSLASH@
14048 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14049 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curi.lo `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c
14050 +
14051 +libclinkc_a-curl.o: ../../src/cybergarage/net/curl.c
14052 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curl.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-curl.Tpo" -c -o libclinkc_a-curl.o `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c; \
14053 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curl.Tpo" "$(DEPDIR)/libclinkc_a-curl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-curl.Tpo"; exit 1; fi
14054 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='libclinkc_a-curl.o' libtool=no @AMDEPBACKSLASH@
14055 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-curl.TPo' @AMDEPBACKSLASH@
14056 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14057 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curl.o `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c
14058 +
14059 +libclinkc_a-curl.obj: ../../src/cybergarage/net/curl.c
14060 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curl.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-curl.Tpo" -c -o libclinkc_a-curl.obj `if test -f '../../src/cybergarage/net/curl.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curl.c'; fi`; \
14061 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curl.Tpo" "$(DEPDIR)/libclinkc_a-curl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-curl.Tpo"; exit 1; fi
14062 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='libclinkc_a-curl.obj' libtool=no @AMDEPBACKSLASH@
14063 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-curl.TPo' @AMDEPBACKSLASH@
14064 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14065 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curl.obj `if test -f '../../src/cybergarage/net/curl.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curl.c'; fi`
14066 +
14067 +libclinkc_a-curl.lo: ../../src/cybergarage/net/curl.c
14068 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-curl.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-curl.Tpo" -c -o libclinkc_a-curl.lo `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c; \
14069 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-curl.Tpo" "$(DEPDIR)/libclinkc_a-curl.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-curl.Tpo"; exit 1; fi
14070 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='libclinkc_a-curl.lo' libtool=yes @AMDEPBACKSLASH@
14071 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-curl.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-curl.TPlo' @AMDEPBACKSLASH@
14072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14073 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-curl.lo `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c
14074 +
14075 +libclinkc_a-chttp.o: ../../src/cybergarage/http/chttp.c
14076 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp.Tpo" -c -o libclinkc_a-chttp.o `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c; \
14077 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp.Tpo" "$(DEPDIR)/libclinkc_a-chttp.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp.Tpo"; exit 1; fi
14078 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='libclinkc_a-chttp.o' libtool=no @AMDEPBACKSLASH@
14079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp.TPo' @AMDEPBACKSLASH@
14080 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14081 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp.o `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c
14082 +
14083 +libclinkc_a-chttp.obj: ../../src/cybergarage/http/chttp.c
14084 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp.Tpo" -c -o libclinkc_a-chttp.obj `if test -f '../../src/cybergarage/http/chttp.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp.c'; fi`; \
14085 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp.Tpo" "$(DEPDIR)/libclinkc_a-chttp.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp.Tpo"; exit 1; fi
14086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='libclinkc_a-chttp.obj' libtool=no @AMDEPBACKSLASH@
14087 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp.TPo' @AMDEPBACKSLASH@
14088 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14089 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp.obj `if test -f '../../src/cybergarage/http/chttp.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp.c'; fi`
14090 +
14091 +libclinkc_a-chttp.lo: ../../src/cybergarage/http/chttp.c
14092 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp.Tpo" -c -o libclinkc_a-chttp.lo `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c; \
14093 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp.Tpo" "$(DEPDIR)/libclinkc_a-chttp.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp.Tpo"; exit 1; fi
14094 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='libclinkc_a-chttp.lo' libtool=yes @AMDEPBACKSLASH@
14095 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp.TPlo' @AMDEPBACKSLASH@
14096 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14097 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp.lo `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c
14098 +
14099 +libclinkc_a-chttp_date.o: ../../src/cybergarage/http/chttp_date.c
14100 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_date.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" -c -o libclinkc_a-chttp_date.o `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c; \
14101 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" "$(DEPDIR)/libclinkc_a-chttp_date.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo"; exit 1; fi
14102 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='libclinkc_a-chttp_date.o' libtool=no @AMDEPBACKSLASH@
14103 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_date.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_date.TPo' @AMDEPBACKSLASH@
14104 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14105 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_date.o `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c
14106 +
14107 +libclinkc_a-chttp_date.obj: ../../src/cybergarage/http/chttp_date.c
14108 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_date.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" -c -o libclinkc_a-chttp_date.obj `if test -f '../../src/cybergarage/http/chttp_date.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_date.c'; fi`; \
14109 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" "$(DEPDIR)/libclinkc_a-chttp_date.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo"; exit 1; fi
14110 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='libclinkc_a-chttp_date.obj' libtool=no @AMDEPBACKSLASH@
14111 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_date.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_date.TPo' @AMDEPBACKSLASH@
14112 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14113 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_date.obj `if test -f '../../src/cybergarage/http/chttp_date.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_date.c'; fi`
14114 +
14115 +libclinkc_a-chttp_date.lo: ../../src/cybergarage/http/chttp_date.c
14116 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_date.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" -c -o libclinkc_a-chttp_date.lo `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c; \
14117 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo" "$(DEPDIR)/libclinkc_a-chttp_date.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_date.Tpo"; exit 1; fi
14118 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='libclinkc_a-chttp_date.lo' libtool=yes @AMDEPBACKSLASH@
14119 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_date.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_date.TPlo' @AMDEPBACKSLASH@
14120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14121 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_date.lo `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c
14122 +
14123 +libclinkc_a-chttp_header.o: ../../src/cybergarage/http/chttp_header.c
14124 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" -c -o libclinkc_a-chttp_header.o `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c; \
14125 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo"; exit 1; fi
14126 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='libclinkc_a-chttp_header.o' libtool=no @AMDEPBACKSLASH@
14127 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header.TPo' @AMDEPBACKSLASH@
14128 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14129 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header.o `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c
14130 +
14131 +libclinkc_a-chttp_header.obj: ../../src/cybergarage/http/chttp_header.c
14132 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" -c -o libclinkc_a-chttp_header.obj `if test -f '../../src/cybergarage/http/chttp_header.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header.c'; fi`; \
14133 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo"; exit 1; fi
14134 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='libclinkc_a-chttp_header.obj' libtool=no @AMDEPBACKSLASH@
14135 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header.TPo' @AMDEPBACKSLASH@
14136 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14137 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header.obj `if test -f '../../src/cybergarage/http/chttp_header.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header.c'; fi`
14138 +
14139 +libclinkc_a-chttp_header.lo: ../../src/cybergarage/http/chttp_header.c
14140 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" -c -o libclinkc_a-chttp_header.lo `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c; \
14141 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header.Tpo"; exit 1; fi
14142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='libclinkc_a-chttp_header.lo' libtool=yes @AMDEPBACKSLASH@
14143 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header.TPlo' @AMDEPBACKSLASH@
14144 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14145 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header.lo `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c
14146 +
14147 +libclinkc_a-chttp_header_list.o: ../../src/cybergarage/http/chttp_header_list.c
14148 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" -c -o libclinkc_a-chttp_header_list.o `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c; \
14149 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo"; exit 1; fi
14150 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='libclinkc_a-chttp_header_list.o' libtool=no @AMDEPBACKSLASH@
14151 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header_list.TPo' @AMDEPBACKSLASH@
14152 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14153 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header_list.o `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c
14154 +
14155 +libclinkc_a-chttp_header_list.obj: ../../src/cybergarage/http/chttp_header_list.c
14156 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" -c -o libclinkc_a-chttp_header_list.obj `if test -f '../../src/cybergarage/http/chttp_header_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header_list.c'; fi`; \
14157 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo"; exit 1; fi
14158 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='libclinkc_a-chttp_header_list.obj' libtool=no @AMDEPBACKSLASH@
14159 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header_list.TPo' @AMDEPBACKSLASH@
14160 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14161 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header_list.obj `if test -f '../../src/cybergarage/http/chttp_header_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header_list.c'; fi`
14162 +
14163 +libclinkc_a-chttp_header_list.lo: ../../src/cybergarage/http/chttp_header_list.c
14164 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_header_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" -c -o libclinkc_a-chttp_header_list.lo `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c; \
14165 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_header_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_header_list.Tpo"; exit 1; fi
14166 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='libclinkc_a-chttp_header_list.lo' libtool=yes @AMDEPBACKSLASH@
14167 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_header_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_header_list.TPlo' @AMDEPBACKSLASH@
14168 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14169 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_header_list.lo `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c
14170 +
14171 +libclinkc_a-chttp_packet.o: ../../src/cybergarage/http/chttp_packet.c
14172 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_packet.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" -c -o libclinkc_a-chttp_packet.o `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c; \
14173 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" "$(DEPDIR)/libclinkc_a-chttp_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo"; exit 1; fi
14174 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='libclinkc_a-chttp_packet.o' libtool=no @AMDEPBACKSLASH@
14175 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_packet.TPo' @AMDEPBACKSLASH@
14176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14177 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_packet.o `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c
14178 +
14179 +libclinkc_a-chttp_packet.obj: ../../src/cybergarage/http/chttp_packet.c
14180 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_packet.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" -c -o libclinkc_a-chttp_packet.obj `if test -f '../../src/cybergarage/http/chttp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_packet.c'; fi`; \
14181 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" "$(DEPDIR)/libclinkc_a-chttp_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo"; exit 1; fi
14182 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='libclinkc_a-chttp_packet.obj' libtool=no @AMDEPBACKSLASH@
14183 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_packet.TPo' @AMDEPBACKSLASH@
14184 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14185 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_packet.obj `if test -f '../../src/cybergarage/http/chttp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_packet.c'; fi`
14186 +
14187 +libclinkc_a-chttp_packet.lo: ../../src/cybergarage/http/chttp_packet.c
14188 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_packet.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" -c -o libclinkc_a-chttp_packet.lo `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c; \
14189 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo" "$(DEPDIR)/libclinkc_a-chttp_packet.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_packet.Tpo"; exit 1; fi
14190 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='libclinkc_a-chttp_packet.lo' libtool=yes @AMDEPBACKSLASH@
14191 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_packet.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_packet.TPlo' @AMDEPBACKSLASH@
14192 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14193 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_packet.lo `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c
14194 +
14195 +libclinkc_a-chttp_persistent_connection.o: ../../src/cybergarage/http/chttp_persistent_connection.c
14196 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_persistent_connection.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" -c -o libclinkc_a-chttp_persistent_connection.o `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c; \
14197 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo"; exit 1; fi
14198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='libclinkc_a-chttp_persistent_connection.o' libtool=no @AMDEPBACKSLASH@
14199 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.TPo' @AMDEPBACKSLASH@
14200 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14201 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_persistent_connection.o `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c
14202 +
14203 +libclinkc_a-chttp_persistent_connection.obj: ../../src/cybergarage/http/chttp_persistent_connection.c
14204 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_persistent_connection.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" -c -o libclinkc_a-chttp_persistent_connection.obj `if test -f '../../src/cybergarage/http/chttp_persistent_connection.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_persistent_connection.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_persistent_connection.c'; fi`; \
14205 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo"; exit 1; fi
14206 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='libclinkc_a-chttp_persistent_connection.obj' libtool=no @AMDEPBACKSLASH@
14207 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.TPo' @AMDEPBACKSLASH@
14208 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14209 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_persistent_connection.obj `if test -f '../../src/cybergarage/http/chttp_persistent_connection.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_persistent_connection.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_persistent_connection.c'; fi`
14210 +
14211 +libclinkc_a-chttp_persistent_connection.lo: ../../src/cybergarage/http/chttp_persistent_connection.c
14212 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_persistent_connection.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" -c -o libclinkc_a-chttp_persistent_connection.lo `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c; \
14213 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo" "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Tpo"; exit 1; fi
14214 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='libclinkc_a-chttp_persistent_connection.lo' libtool=yes @AMDEPBACKSLASH@
14215 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_persistent_connection.TPlo' @AMDEPBACKSLASH@
14216 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14217 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_persistent_connection.lo `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c
14218 +
14219 +libclinkc_a-chttp_request.o: ../../src/cybergarage/http/chttp_request.c
14220 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" -c -o libclinkc_a-chttp_request.o `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c; \
14221 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" "$(DEPDIR)/libclinkc_a-chttp_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo"; exit 1; fi
14222 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='libclinkc_a-chttp_request.o' libtool=no @AMDEPBACKSLASH@
14223 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_request.TPo' @AMDEPBACKSLASH@
14224 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14225 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_request.o `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c
14226 +
14227 +libclinkc_a-chttp_request.obj: ../../src/cybergarage/http/chttp_request.c
14228 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" -c -o libclinkc_a-chttp_request.obj `if test -f '../../src/cybergarage/http/chttp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_request.c'; fi`; \
14229 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" "$(DEPDIR)/libclinkc_a-chttp_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo"; exit 1; fi
14230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='libclinkc_a-chttp_request.obj' libtool=no @AMDEPBACKSLASH@
14231 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_request.TPo' @AMDEPBACKSLASH@
14232 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14233 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_request.obj `if test -f '../../src/cybergarage/http/chttp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_request.c'; fi`
14234 +
14235 +libclinkc_a-chttp_request.lo: ../../src/cybergarage/http/chttp_request.c
14236 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" -c -o libclinkc_a-chttp_request.lo `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c; \
14237 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo" "$(DEPDIR)/libclinkc_a-chttp_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_request.Tpo"; exit 1; fi
14238 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='libclinkc_a-chttp_request.lo' libtool=yes @AMDEPBACKSLASH@
14239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_request.TPlo' @AMDEPBACKSLASH@
14240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14241 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_request.lo `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c
14242 +
14243 +libclinkc_a-chttp_response.o: ../../src/cybergarage/http/chttp_response.c
14244 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" -c -o libclinkc_a-chttp_response.o `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c; \
14245 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" "$(DEPDIR)/libclinkc_a-chttp_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo"; exit 1; fi
14246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='libclinkc_a-chttp_response.o' libtool=no @AMDEPBACKSLASH@
14247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_response.TPo' @AMDEPBACKSLASH@
14248 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14249 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_response.o `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c
14250 +
14251 +libclinkc_a-chttp_response.obj: ../../src/cybergarage/http/chttp_response.c
14252 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" -c -o libclinkc_a-chttp_response.obj `if test -f '../../src/cybergarage/http/chttp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_response.c'; fi`; \
14253 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" "$(DEPDIR)/libclinkc_a-chttp_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo"; exit 1; fi
14254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='libclinkc_a-chttp_response.obj' libtool=no @AMDEPBACKSLASH@
14255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_response.TPo' @AMDEPBACKSLASH@
14256 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14257 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_response.obj `if test -f '../../src/cybergarage/http/chttp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_response.c'; fi`
14258 +
14259 +libclinkc_a-chttp_response.lo: ../../src/cybergarage/http/chttp_response.c
14260 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" -c -o libclinkc_a-chttp_response.lo `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c; \
14261 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo" "$(DEPDIR)/libclinkc_a-chttp_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_response.Tpo"; exit 1; fi
14262 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='libclinkc_a-chttp_response.lo' libtool=yes @AMDEPBACKSLASH@
14263 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_response.TPlo' @AMDEPBACKSLASH@
14264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14265 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_response.lo `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c
14266 +
14267 +libclinkc_a-chttp_server.o: ../../src/cybergarage/http/chttp_server.c
14268 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" -c -o libclinkc_a-chttp_server.o `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c; \
14269 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo"; exit 1; fi
14270 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='libclinkc_a-chttp_server.o' libtool=no @AMDEPBACKSLASH@
14271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server.TPo' @AMDEPBACKSLASH@
14272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14273 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server.o `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c
14274 +
14275 +libclinkc_a-chttp_server.obj: ../../src/cybergarage/http/chttp_server.c
14276 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" -c -o libclinkc_a-chttp_server.obj `if test -f '../../src/cybergarage/http/chttp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server.c'; fi`; \
14277 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo"; exit 1; fi
14278 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='libclinkc_a-chttp_server.obj' libtool=no @AMDEPBACKSLASH@
14279 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server.TPo' @AMDEPBACKSLASH@
14280 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14281 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server.obj `if test -f '../../src/cybergarage/http/chttp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server.c'; fi`
14282 +
14283 +libclinkc_a-chttp_server.lo: ../../src/cybergarage/http/chttp_server.c
14284 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" -c -o libclinkc_a-chttp_server.lo `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c; \
14285 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server.Tpo"; exit 1; fi
14286 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='libclinkc_a-chttp_server.lo' libtool=yes @AMDEPBACKSLASH@
14287 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server.TPlo' @AMDEPBACKSLASH@
14288 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14289 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server.lo `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c
14290 +
14291 +libclinkc_a-chttp_server_list.o: ../../src/cybergarage/http/chttp_server_list.c
14292 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" -c -o libclinkc_a-chttp_server_list.o `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c; \
14293 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo"; exit 1; fi
14294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='libclinkc_a-chttp_server_list.o' libtool=no @AMDEPBACKSLASH@
14295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server_list.TPo' @AMDEPBACKSLASH@
14296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14297 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server_list.o `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c
14298 +
14299 +libclinkc_a-chttp_server_list.obj: ../../src/cybergarage/http/chttp_server_list.c
14300 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" -c -o libclinkc_a-chttp_server_list.obj `if test -f '../../src/cybergarage/http/chttp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server_list.c'; fi`; \
14301 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo"; exit 1; fi
14302 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='libclinkc_a-chttp_server_list.obj' libtool=no @AMDEPBACKSLASH@
14303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server_list.TPo' @AMDEPBACKSLASH@
14304 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14305 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server_list.obj `if test -f '../../src/cybergarage/http/chttp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server_list.c'; fi`
14306 +
14307 +libclinkc_a-chttp_server_list.lo: ../../src/cybergarage/http/chttp_server_list.c
14308 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttp_server_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" -c -o libclinkc_a-chttp_server_list.lo `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c; \
14309 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-chttp_server_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttp_server_list.Tpo"; exit 1; fi
14310 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='libclinkc_a-chttp_server_list.lo' libtool=yes @AMDEPBACKSLASH@
14311 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttp_server_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttp_server_list.TPlo' @AMDEPBACKSLASH@
14312 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14313 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttp_server_list.lo `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c
14314 +
14315 +libclinkc_a-csoap.o: ../../src/cybergarage/soap/csoap.c
14316 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap.Tpo" -c -o libclinkc_a-csoap.o `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c; \
14317 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap.Tpo" "$(DEPDIR)/libclinkc_a-csoap.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap.Tpo"; exit 1; fi
14318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='libclinkc_a-csoap.o' libtool=no @AMDEPBACKSLASH@
14319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap.TPo' @AMDEPBACKSLASH@
14320 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14321 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap.o `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c
14322 +
14323 +libclinkc_a-csoap.obj: ../../src/cybergarage/soap/csoap.c
14324 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap.Tpo" -c -o libclinkc_a-csoap.obj `if test -f '../../src/cybergarage/soap/csoap.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap.c'; fi`; \
14325 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap.Tpo" "$(DEPDIR)/libclinkc_a-csoap.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap.Tpo"; exit 1; fi
14326 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='libclinkc_a-csoap.obj' libtool=no @AMDEPBACKSLASH@
14327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap.TPo' @AMDEPBACKSLASH@
14328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14329 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap.obj `if test -f '../../src/cybergarage/soap/csoap.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap.c'; fi`
14330 +
14331 +libclinkc_a-csoap.lo: ../../src/cybergarage/soap/csoap.c
14332 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap.Tpo" -c -o libclinkc_a-csoap.lo `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c; \
14333 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap.Tpo" "$(DEPDIR)/libclinkc_a-csoap.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csoap.Tpo"; exit 1; fi
14334 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='libclinkc_a-csoap.lo' libtool=yes @AMDEPBACKSLASH@
14335 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap.TPlo' @AMDEPBACKSLASH@
14336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14337 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap.lo `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c
14338 +
14339 +libclinkc_a-csoap_request.o: ../../src/cybergarage/soap/csoap_request.c
14340 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" -c -o libclinkc_a-csoap_request.o `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c; \
14341 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" "$(DEPDIR)/libclinkc_a-csoap_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo"; exit 1; fi
14342 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='libclinkc_a-csoap_request.o' libtool=no @AMDEPBACKSLASH@
14343 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_request.TPo' @AMDEPBACKSLASH@
14344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14345 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_request.o `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c
14346 +
14347 +libclinkc_a-csoap_request.obj: ../../src/cybergarage/soap/csoap_request.c
14348 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" -c -o libclinkc_a-csoap_request.obj `if test -f '../../src/cybergarage/soap/csoap_request.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_request.c'; fi`; \
14349 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" "$(DEPDIR)/libclinkc_a-csoap_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo"; exit 1; fi
14350 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='libclinkc_a-csoap_request.obj' libtool=no @AMDEPBACKSLASH@
14351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_request.TPo' @AMDEPBACKSLASH@
14352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14353 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_request.obj `if test -f '../../src/cybergarage/soap/csoap_request.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_request.c'; fi`
14354 +
14355 +libclinkc_a-csoap_request.lo: ../../src/cybergarage/soap/csoap_request.c
14356 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" -c -o libclinkc_a-csoap_request.lo `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c; \
14357 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo" "$(DEPDIR)/libclinkc_a-csoap_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_request.Tpo"; exit 1; fi
14358 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='libclinkc_a-csoap_request.lo' libtool=yes @AMDEPBACKSLASH@
14359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_request.TPlo' @AMDEPBACKSLASH@
14360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14361 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_request.lo `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c
14362 +
14363 +libclinkc_a-csoap_response.o: ../../src/cybergarage/soap/csoap_response.c
14364 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" -c -o libclinkc_a-csoap_response.o `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c; \
14365 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" "$(DEPDIR)/libclinkc_a-csoap_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo"; exit 1; fi
14366 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='libclinkc_a-csoap_response.o' libtool=no @AMDEPBACKSLASH@
14367 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_response.TPo' @AMDEPBACKSLASH@
14368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14369 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_response.o `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c
14370 +
14371 +libclinkc_a-csoap_response.obj: ../../src/cybergarage/soap/csoap_response.c
14372 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" -c -o libclinkc_a-csoap_response.obj `if test -f '../../src/cybergarage/soap/csoap_response.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_response.c'; fi`; \
14373 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" "$(DEPDIR)/libclinkc_a-csoap_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo"; exit 1; fi
14374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='libclinkc_a-csoap_response.obj' libtool=no @AMDEPBACKSLASH@
14375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_response.TPo' @AMDEPBACKSLASH@
14376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14377 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_response.obj `if test -f '../../src/cybergarage/soap/csoap_response.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_response.c'; fi`
14378 +
14379 +libclinkc_a-csoap_response.lo: ../../src/cybergarage/soap/csoap_response.c
14380 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csoap_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" -c -o libclinkc_a-csoap_response.lo `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c; \
14381 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo" "$(DEPDIR)/libclinkc_a-csoap_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csoap_response.Tpo"; exit 1; fi
14382 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='libclinkc_a-csoap_response.lo' libtool=yes @AMDEPBACKSLASH@
14383 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csoap_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csoap_response.TPlo' @AMDEPBACKSLASH@
14384 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14385 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csoap_response.lo `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c
14386 +
14387 +libclinkc_a-caction.o: ../../src/cybergarage/upnp/caction.c
14388 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction.Tpo" -c -o libclinkc_a-caction.o `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c; \
14389 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction.Tpo" "$(DEPDIR)/libclinkc_a-caction.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction.Tpo"; exit 1; fi
14390 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='libclinkc_a-caction.o' libtool=no @AMDEPBACKSLASH@
14391 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction.TPo' @AMDEPBACKSLASH@
14392 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14393 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction.o `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c
14394 +
14395 +libclinkc_a-caction.obj: ../../src/cybergarage/upnp/caction.c
14396 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction.Tpo" -c -o libclinkc_a-caction.obj `if test -f '../../src/cybergarage/upnp/caction.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction.c'; fi`; \
14397 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction.Tpo" "$(DEPDIR)/libclinkc_a-caction.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction.Tpo"; exit 1; fi
14398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='libclinkc_a-caction.obj' libtool=no @AMDEPBACKSLASH@
14399 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction.TPo' @AMDEPBACKSLASH@
14400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14401 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction.obj `if test -f '../../src/cybergarage/upnp/caction.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction.c'; fi`
14402 +
14403 +libclinkc_a-caction.lo: ../../src/cybergarage/upnp/caction.c
14404 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction.Tpo" -c -o libclinkc_a-caction.lo `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c; \
14405 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction.Tpo" "$(DEPDIR)/libclinkc_a-caction.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-caction.Tpo"; exit 1; fi
14406 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='libclinkc_a-caction.lo' libtool=yes @AMDEPBACKSLASH@
14407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-caction.TPlo' @AMDEPBACKSLASH@
14408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14409 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction.lo `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c
14410 +
14411 +libclinkc_a-caction_list.o: ../../src/cybergarage/upnp/caction_list.c
14412 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_list.Tpo" -c -o libclinkc_a-caction_list.o `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c; \
14413 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo" "$(DEPDIR)/libclinkc_a-caction_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo"; exit 1; fi
14414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='libclinkc_a-caction_list.o' libtool=no @AMDEPBACKSLASH@
14415 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_list.TPo' @AMDEPBACKSLASH@
14416 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14417 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_list.o `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c
14418 +
14419 +libclinkc_a-caction_list.obj: ../../src/cybergarage/upnp/caction_list.c
14420 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_list.Tpo" -c -o libclinkc_a-caction_list.obj `if test -f '../../src/cybergarage/upnp/caction_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction_list.c'; fi`; \
14421 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo" "$(DEPDIR)/libclinkc_a-caction_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo"; exit 1; fi
14422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='libclinkc_a-caction_list.obj' libtool=no @AMDEPBACKSLASH@
14423 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_list.TPo' @AMDEPBACKSLASH@
14424 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14425 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_list.obj `if test -f '../../src/cybergarage/upnp/caction_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction_list.c'; fi`
14426 +
14427 +libclinkc_a-caction_list.lo: ../../src/cybergarage/upnp/caction_list.c
14428 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_list.Tpo" -c -o libclinkc_a-caction_list.lo `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c; \
14429 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo" "$(DEPDIR)/libclinkc_a-caction_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-caction_list.Tpo"; exit 1; fi
14430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='libclinkc_a-caction_list.lo' libtool=yes @AMDEPBACKSLASH@
14431 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_list.TPlo' @AMDEPBACKSLASH@
14432 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14433 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_list.lo `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c
14434 +
14435 +libclinkc_a-cargument.o: ../../src/cybergarage/upnp/cargument.c
14436 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument.Tpo" -c -o libclinkc_a-cargument.o `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c; \
14437 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument.Tpo" "$(DEPDIR)/libclinkc_a-cargument.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cargument.Tpo"; exit 1; fi
14438 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='libclinkc_a-cargument.o' libtool=no @AMDEPBACKSLASH@
14439 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument.TPo' @AMDEPBACKSLASH@
14440 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14441 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument.o `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c
14442 +
14443 +libclinkc_a-cargument.obj: ../../src/cybergarage/upnp/cargument.c
14444 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument.Tpo" -c -o libclinkc_a-cargument.obj `if test -f '../../src/cybergarage/upnp/cargument.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument.c'; fi`; \
14445 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument.Tpo" "$(DEPDIR)/libclinkc_a-cargument.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cargument.Tpo"; exit 1; fi
14446 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='libclinkc_a-cargument.obj' libtool=no @AMDEPBACKSLASH@
14447 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument.TPo' @AMDEPBACKSLASH@
14448 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14449 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument.obj `if test -f '../../src/cybergarage/upnp/cargument.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument.c'; fi`
14450 +
14451 +libclinkc_a-cargument.lo: ../../src/cybergarage/upnp/cargument.c
14452 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument.Tpo" -c -o libclinkc_a-cargument.lo `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c; \
14453 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument.Tpo" "$(DEPDIR)/libclinkc_a-cargument.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cargument.Tpo"; exit 1; fi
14454 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='libclinkc_a-cargument.lo' libtool=yes @AMDEPBACKSLASH@
14455 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument.TPlo' @AMDEPBACKSLASH@
14456 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14457 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument.lo `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c
14458 +
14459 +libclinkc_a-cargument_list.o: ../../src/cybergarage/upnp/cargument_list.c
14460 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" -c -o libclinkc_a-cargument_list.o `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c; \
14461 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" "$(DEPDIR)/libclinkc_a-cargument_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo"; exit 1; fi
14462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='libclinkc_a-cargument_list.o' libtool=no @AMDEPBACKSLASH@
14463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument_list.TPo' @AMDEPBACKSLASH@
14464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14465 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument_list.o `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c
14466 +
14467 +libclinkc_a-cargument_list.obj: ../../src/cybergarage/upnp/cargument_list.c
14468 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" -c -o libclinkc_a-cargument_list.obj `if test -f '../../src/cybergarage/upnp/cargument_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument_list.c'; fi`; \
14469 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" "$(DEPDIR)/libclinkc_a-cargument_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo"; exit 1; fi
14470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='libclinkc_a-cargument_list.obj' libtool=no @AMDEPBACKSLASH@
14471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument_list.TPo' @AMDEPBACKSLASH@
14472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14473 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument_list.obj `if test -f '../../src/cybergarage/upnp/cargument_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument_list.c'; fi`
14474 +
14475 +libclinkc_a-cargument_list.lo: ../../src/cybergarage/upnp/cargument_list.c
14476 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cargument_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" -c -o libclinkc_a-cargument_list.lo `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c; \
14477 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo" "$(DEPDIR)/libclinkc_a-cargument_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cargument_list.Tpo"; exit 1; fi
14478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='libclinkc_a-cargument_list.lo' libtool=yes @AMDEPBACKSLASH@
14479 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cargument_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cargument_list.TPlo' @AMDEPBACKSLASH@
14480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14481 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cargument_list.lo `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c
14482 +
14483 +libclinkc_a-ccontrolpoint.o: ../../src/cybergarage/upnp/ccontrolpoint.c
14484 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" -c -o libclinkc_a-ccontrolpoint.o `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c; \
14485 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo"; exit 1; fi
14486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='libclinkc_a-ccontrolpoint.o' libtool=no @AMDEPBACKSLASH@
14487 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.TPo' @AMDEPBACKSLASH@
14488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14489 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint.o `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c
14490 +
14491 +libclinkc_a-ccontrolpoint.obj: ../../src/cybergarage/upnp/ccontrolpoint.c
14492 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" -c -o libclinkc_a-ccontrolpoint.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint.c'; fi`; \
14493 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo"; exit 1; fi
14494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='libclinkc_a-ccontrolpoint.obj' libtool=no @AMDEPBACKSLASH@
14495 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.TPo' @AMDEPBACKSLASH@
14496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14497 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint.c'; fi`
14498 +
14499 +libclinkc_a-ccontrolpoint.lo: ../../src/cybergarage/upnp/ccontrolpoint.c
14500 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" -c -o libclinkc_a-ccontrolpoint.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c; \
14501 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint.Tpo"; exit 1; fi
14502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='libclinkc_a-ccontrolpoint.lo' libtool=yes @AMDEPBACKSLASH@
14503 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint.TPlo' @AMDEPBACKSLASH@
14504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14505 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c
14506 +
14507 +libclinkc_a-ccontrolpoint_event.o: ../../src/cybergarage/upnp/ccontrolpoint_event.c
14508 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_event.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" -c -o libclinkc_a-ccontrolpoint_event.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c; \
14509 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo"; exit 1; fi
14510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='libclinkc_a-ccontrolpoint_event.o' libtool=no @AMDEPBACKSLASH@
14511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.TPo' @AMDEPBACKSLASH@
14512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14513 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_event.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c
14514 +
14515 +libclinkc_a-ccontrolpoint_event.obj: ../../src/cybergarage/upnp/ccontrolpoint_event.c
14516 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_event.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" -c -o libclinkc_a-ccontrolpoint_event.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_event.c'; fi`; \
14517 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo"; exit 1; fi
14518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='libclinkc_a-ccontrolpoint_event.obj' libtool=no @AMDEPBACKSLASH@
14519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.TPo' @AMDEPBACKSLASH@
14520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14521 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_event.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_event.c'; fi`
14522 +
14523 +libclinkc_a-ccontrolpoint_event.lo: ../../src/cybergarage/upnp/ccontrolpoint_event.c
14524 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_event.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" -c -o libclinkc_a-ccontrolpoint_event.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c; \
14525 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Tpo"; exit 1; fi
14526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='libclinkc_a-ccontrolpoint_event.lo' libtool=yes @AMDEPBACKSLASH@
14527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_event.TPlo' @AMDEPBACKSLASH@
14528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14529 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_event.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c
14530 +
14531 +libclinkc_a-ccontrolpoint_http_server.o: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
14532 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_http_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" -c -o libclinkc_a-ccontrolpoint_http_server.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c; \
14533 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo"; exit 1; fi
14534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='libclinkc_a-ccontrolpoint_http_server.o' libtool=no @AMDEPBACKSLASH@
14535 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.TPo' @AMDEPBACKSLASH@
14536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14537 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_http_server.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c
14538 +
14539 +libclinkc_a-ccontrolpoint_http_server.obj: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
14540 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_http_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" -c -o libclinkc_a-ccontrolpoint_http_server.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; fi`; \
14541 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo"; exit 1; fi
14542 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='libclinkc_a-ccontrolpoint_http_server.obj' libtool=no @AMDEPBACKSLASH@
14543 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.TPo' @AMDEPBACKSLASH@
14544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14545 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_http_server.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; fi`
14546 +
14547 +libclinkc_a-ccontrolpoint_http_server.lo: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
14548 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrolpoint_http_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" -c -o libclinkc_a-ccontrolpoint_http_server.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c; \
14549 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo" "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Tpo"; exit 1; fi
14550 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='libclinkc_a-ccontrolpoint_http_server.lo' libtool=yes @AMDEPBACKSLASH@
14551 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrolpoint_http_server.TPlo' @AMDEPBACKSLASH@
14552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14553 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrolpoint_http_server.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c
14554 +
14555 +libclinkc_a-cdevice.o: ../../src/cybergarage/upnp/cdevice.c
14556 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice.Tpo" -c -o libclinkc_a-cdevice.o `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c; \
14557 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo" "$(DEPDIR)/libclinkc_a-cdevice.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo"; exit 1; fi
14558 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='libclinkc_a-cdevice.o' libtool=no @AMDEPBACKSLASH@
14559 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice.TPo' @AMDEPBACKSLASH@
14560 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14561 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice.o `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c
14562 +
14563 +libclinkc_a-cdevice.obj: ../../src/cybergarage/upnp/cdevice.c
14564 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice.Tpo" -c -o libclinkc_a-cdevice.obj `if test -f '../../src/cybergarage/upnp/cdevice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice.c'; fi`; \
14565 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo" "$(DEPDIR)/libclinkc_a-cdevice.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo"; exit 1; fi
14566 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='libclinkc_a-cdevice.obj' libtool=no @AMDEPBACKSLASH@
14567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice.TPo' @AMDEPBACKSLASH@
14568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14569 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice.obj `if test -f '../../src/cybergarage/upnp/cdevice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice.c'; fi`
14570 +
14571 +libclinkc_a-cdevice.lo: ../../src/cybergarage/upnp/cdevice.c
14572 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice.Tpo" -c -o libclinkc_a-cdevice.lo `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c; \
14573 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo" "$(DEPDIR)/libclinkc_a-cdevice.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice.Tpo"; exit 1; fi
14574 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='libclinkc_a-cdevice.lo' libtool=yes @AMDEPBACKSLASH@
14575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice.TPlo' @AMDEPBACKSLASH@
14576 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14577 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice.lo `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c
14578 +
14579 +libclinkc_a-cdevice_advertiser.o: ../../src/cybergarage/upnp/cdevice_advertiser.c
14580 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_advertiser.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" -c -o libclinkc_a-cdevice_advertiser.o `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c; \
14581 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo"; exit 1; fi
14582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='libclinkc_a-cdevice_advertiser.o' libtool=no @AMDEPBACKSLASH@
14583 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.TPo' @AMDEPBACKSLASH@
14584 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14585 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_advertiser.o `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c
14586 +
14587 +libclinkc_a-cdevice_advertiser.obj: ../../src/cybergarage/upnp/cdevice_advertiser.c
14588 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_advertiser.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" -c -o libclinkc_a-cdevice_advertiser.obj `if test -f '../../src/cybergarage/upnp/cdevice_advertiser.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_advertiser.c'; fi`; \
14589 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo"; exit 1; fi
14590 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='libclinkc_a-cdevice_advertiser.obj' libtool=no @AMDEPBACKSLASH@
14591 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.TPo' @AMDEPBACKSLASH@
14592 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14593 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_advertiser.obj `if test -f '../../src/cybergarage/upnp/cdevice_advertiser.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_advertiser.c'; fi`
14594 +
14595 +libclinkc_a-cdevice_advertiser.lo: ../../src/cybergarage/upnp/cdevice_advertiser.c
14596 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_advertiser.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" -c -o libclinkc_a-cdevice_advertiser.lo `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c; \
14597 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_advertiser.Tpo"; exit 1; fi
14598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='libclinkc_a-cdevice_advertiser.lo' libtool=yes @AMDEPBACKSLASH@
14599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_advertiser.TPlo' @AMDEPBACKSLASH@
14600 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14601 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_advertiser.lo `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c
14602 +
14603 +libclinkc_a-cdevice_list.o: ../../src/cybergarage/upnp/cdevice_list.c
14604 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" -c -o libclinkc_a-cdevice_list.o `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c; \
14605 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo"; exit 1; fi
14606 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='libclinkc_a-cdevice_list.o' libtool=no @AMDEPBACKSLASH@
14607 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_list.TPo' @AMDEPBACKSLASH@
14608 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14609 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_list.o `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c
14610 +
14611 +libclinkc_a-cdevice_list.obj: ../../src/cybergarage/upnp/cdevice_list.c
14612 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" -c -o libclinkc_a-cdevice_list.obj `if test -f '../../src/cybergarage/upnp/cdevice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_list.c'; fi`; \
14613 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo"; exit 1; fi
14614 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='libclinkc_a-cdevice_list.obj' libtool=no @AMDEPBACKSLASH@
14615 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_list.TPo' @AMDEPBACKSLASH@
14616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14617 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_list.obj `if test -f '../../src/cybergarage/upnp/cdevice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_list.c'; fi`
14618 +
14619 +libclinkc_a-cdevice_list.lo: ../../src/cybergarage/upnp/cdevice_list.c
14620 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" -c -o libclinkc_a-cdevice_list.lo `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c; \
14621 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_list.Tpo"; exit 1; fi
14622 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='libclinkc_a-cdevice_list.lo' libtool=yes @AMDEPBACKSLASH@
14623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_list.TPlo' @AMDEPBACKSLASH@
14624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14625 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_list.lo `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c
14626 +
14627 +libclinkc_a-cdevice_http_server.o: ../../src/cybergarage/upnp/cdevice_http_server.c
14628 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_http_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" -c -o libclinkc_a-cdevice_http_server.o `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c; \
14629 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_http_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo"; exit 1; fi
14630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='libclinkc_a-cdevice_http_server.o' libtool=no @AMDEPBACKSLASH@
14631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.TPo' @AMDEPBACKSLASH@
14632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14633 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_http_server.o `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c
14634 +
14635 +libclinkc_a-cdevice_http_server.obj: ../../src/cybergarage/upnp/cdevice_http_server.c
14636 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_http_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" -c -o libclinkc_a-cdevice_http_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_http_server.c'; fi`; \
14637 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_http_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo"; exit 1; fi
14638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='libclinkc_a-cdevice_http_server.obj' libtool=no @AMDEPBACKSLASH@
14639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.TPo' @AMDEPBACKSLASH@
14640 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14641 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_http_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_http_server.c'; fi`
14642 +
14643 +libclinkc_a-cdevice_http_server.lo: ../../src/cybergarage/upnp/cdevice_http_server.c
14644 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_http_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" -c -o libclinkc_a-cdevice_http_server.lo `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c; \
14645 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_http_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_http_server.Tpo"; exit 1; fi
14646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='libclinkc_a-cdevice_http_server.lo' libtool=yes @AMDEPBACKSLASH@
14647 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_http_server.TPlo' @AMDEPBACKSLASH@
14648 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14649 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_http_server.lo `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c
14650 +
14651 +libclinkc_a-cdevice_ssdp_server.o: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
14652 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_ssdp_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" -c -o libclinkc_a-cdevice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c; \
14653 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo"; exit 1; fi
14654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='libclinkc_a-cdevice_ssdp_server.o' libtool=no @AMDEPBACKSLASH@
14655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.TPo' @AMDEPBACKSLASH@
14656 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14657 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c
14658 +
14659 +libclinkc_a-cdevice_ssdp_server.obj: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
14660 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_ssdp_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" -c -o libclinkc_a-cdevice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_ssdp_server.c'; fi`; \
14661 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo"; exit 1; fi
14662 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='libclinkc_a-cdevice_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@
14663 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.TPo' @AMDEPBACKSLASH@
14664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14665 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_ssdp_server.c'; fi`
14666 +
14667 +libclinkc_a-cdevice_ssdp_server.lo: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
14668 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cdevice_ssdp_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" -c -o libclinkc_a-cdevice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c; \
14669 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Tpo"; exit 1; fi
14670 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='libclinkc_a-cdevice_ssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
14671 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cdevice_ssdp_server.TPlo' @AMDEPBACKSLASH@
14672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14673 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cdevice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c
14674 +
14675 +libclinkc_a-cservice_ssdp_server.o: ../../src/cybergarage/upnp/cservice_ssdp_server.c
14676 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_ssdp_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" -c -o libclinkc_a-cservice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c; \
14677 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo"; exit 1; fi
14678 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='libclinkc_a-cservice_ssdp_server.o' libtool=no @AMDEPBACKSLASH@
14679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.TPo' @AMDEPBACKSLASH@
14680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14681 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c
14682 +
14683 +libclinkc_a-cservice_ssdp_server.obj: ../../src/cybergarage/upnp/cservice_ssdp_server.c
14684 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_ssdp_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" -c -o libclinkc_a-cservice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_ssdp_server.c'; fi`; \
14685 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo"; exit 1; fi
14686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='libclinkc_a-cservice_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@
14687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.TPo' @AMDEPBACKSLASH@
14688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14689 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_ssdp_server.c'; fi`
14690 +
14691 +libclinkc_a-cservice_ssdp_server.lo: ../../src/cybergarage/upnp/cservice_ssdp_server.c
14692 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_ssdp_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" -c -o libclinkc_a-cservice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c; \
14693 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Tpo"; exit 1; fi
14694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='libclinkc_a-cservice_ssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
14695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_ssdp_server.TPlo' @AMDEPBACKSLASH@
14696 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14697 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c
14698 +
14699 +libclinkc_a-cicon.o: ../../src/cybergarage/upnp/cicon.c
14700 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon.Tpo" -c -o libclinkc_a-cicon.o `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c; \
14701 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon.Tpo" "$(DEPDIR)/libclinkc_a-cicon.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cicon.Tpo"; exit 1; fi
14702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='libclinkc_a-cicon.o' libtool=no @AMDEPBACKSLASH@
14703 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon.TPo' @AMDEPBACKSLASH@
14704 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14705 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon.o `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c
14706 +
14707 +libclinkc_a-cicon.obj: ../../src/cybergarage/upnp/cicon.c
14708 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon.Tpo" -c -o libclinkc_a-cicon.obj `if test -f '../../src/cybergarage/upnp/cicon.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon.c'; fi`; \
14709 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon.Tpo" "$(DEPDIR)/libclinkc_a-cicon.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cicon.Tpo"; exit 1; fi
14710 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='libclinkc_a-cicon.obj' libtool=no @AMDEPBACKSLASH@
14711 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon.TPo' @AMDEPBACKSLASH@
14712 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14713 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon.obj `if test -f '../../src/cybergarage/upnp/cicon.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon.c'; fi`
14714 +
14715 +libclinkc_a-cicon.lo: ../../src/cybergarage/upnp/cicon.c
14716 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon.Tpo" -c -o libclinkc_a-cicon.lo `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c; \
14717 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon.Tpo" "$(DEPDIR)/libclinkc_a-cicon.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cicon.Tpo"; exit 1; fi
14718 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='libclinkc_a-cicon.lo' libtool=yes @AMDEPBACKSLASH@
14719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon.TPlo' @AMDEPBACKSLASH@
14720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14721 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon.lo `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c
14722 +
14723 +libclinkc_a-cicon_list.o: ../../src/cybergarage/upnp/cicon_list.c
14724 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" -c -o libclinkc_a-cicon_list.o `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c; \
14725 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" "$(DEPDIR)/libclinkc_a-cicon_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo"; exit 1; fi
14726 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='libclinkc_a-cicon_list.o' libtool=no @AMDEPBACKSLASH@
14727 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon_list.TPo' @AMDEPBACKSLASH@
14728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14729 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon_list.o `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c
14730 +
14731 +libclinkc_a-cicon_list.obj: ../../src/cybergarage/upnp/cicon_list.c
14732 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" -c -o libclinkc_a-cicon_list.obj `if test -f '../../src/cybergarage/upnp/cicon_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon_list.c'; fi`; \
14733 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" "$(DEPDIR)/libclinkc_a-cicon_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo"; exit 1; fi
14734 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='libclinkc_a-cicon_list.obj' libtool=no @AMDEPBACKSLASH@
14735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon_list.TPo' @AMDEPBACKSLASH@
14736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14737 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon_list.obj `if test -f '../../src/cybergarage/upnp/cicon_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon_list.c'; fi`
14738 +
14739 +libclinkc_a-cicon_list.lo: ../../src/cybergarage/upnp/cicon_list.c
14740 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cicon_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" -c -o libclinkc_a-cicon_list.lo `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c; \
14741 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo" "$(DEPDIR)/libclinkc_a-cicon_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cicon_list.Tpo"; exit 1; fi
14742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='libclinkc_a-cicon_list.lo' libtool=yes @AMDEPBACKSLASH@
14743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cicon_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cicon_list.TPlo' @AMDEPBACKSLASH@
14744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14745 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cicon_list.lo `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c
14746 +
14747 +libclinkc_a-cservice.o: ../../src/cybergarage/upnp/cservice.c
14748 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice.Tpo" -c -o libclinkc_a-cservice.o `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c; \
14749 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice.Tpo" "$(DEPDIR)/libclinkc_a-cservice.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice.Tpo"; exit 1; fi
14750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='libclinkc_a-cservice.o' libtool=no @AMDEPBACKSLASH@
14751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice.TPo' @AMDEPBACKSLASH@
14752 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14753 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice.o `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c
14754 +
14755 +libclinkc_a-cservice.obj: ../../src/cybergarage/upnp/cservice.c
14756 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice.Tpo" -c -o libclinkc_a-cservice.obj `if test -f '../../src/cybergarage/upnp/cservice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice.c'; fi`; \
14757 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice.Tpo" "$(DEPDIR)/libclinkc_a-cservice.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice.Tpo"; exit 1; fi
14758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='libclinkc_a-cservice.obj' libtool=no @AMDEPBACKSLASH@
14759 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice.TPo' @AMDEPBACKSLASH@
14760 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14761 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice.obj `if test -f '../../src/cybergarage/upnp/cservice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice.c'; fi`
14762 +
14763 +libclinkc_a-cservice.lo: ../../src/cybergarage/upnp/cservice.c
14764 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice.Tpo" -c -o libclinkc_a-cservice.lo `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c; \
14765 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice.Tpo" "$(DEPDIR)/libclinkc_a-cservice.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cservice.Tpo"; exit 1; fi
14766 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='libclinkc_a-cservice.lo' libtool=yes @AMDEPBACKSLASH@
14767 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice.TPlo' @AMDEPBACKSLASH@
14768 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14769 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice.lo `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c
14770 +
14771 +libclinkc_a-cservice_list.o: ../../src/cybergarage/upnp/cservice_list.c
14772 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" -c -o libclinkc_a-cservice_list.o `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c; \
14773 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" "$(DEPDIR)/libclinkc_a-cservice_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo"; exit 1; fi
14774 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='libclinkc_a-cservice_list.o' libtool=no @AMDEPBACKSLASH@
14775 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_list.TPo' @AMDEPBACKSLASH@
14776 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14777 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_list.o `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c
14778 +
14779 +libclinkc_a-cservice_list.obj: ../../src/cybergarage/upnp/cservice_list.c
14780 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" -c -o libclinkc_a-cservice_list.obj `if test -f '../../src/cybergarage/upnp/cservice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_list.c'; fi`; \
14781 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" "$(DEPDIR)/libclinkc_a-cservice_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo"; exit 1; fi
14782 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='libclinkc_a-cservice_list.obj' libtool=no @AMDEPBACKSLASH@
14783 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_list.TPo' @AMDEPBACKSLASH@
14784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14785 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_list.obj `if test -f '../../src/cybergarage/upnp/cservice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_list.c'; fi`
14786 +
14787 +libclinkc_a-cservice_list.lo: ../../src/cybergarage/upnp/cservice_list.c
14788 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" -c -o libclinkc_a-cservice_list.lo `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c; \
14789 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo" "$(DEPDIR)/libclinkc_a-cservice_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_list.Tpo"; exit 1; fi
14790 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='libclinkc_a-cservice_list.lo' libtool=yes @AMDEPBACKSLASH@
14791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_list.TPlo' @AMDEPBACKSLASH@
14792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14793 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_list.lo `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c
14794 +
14795 +libclinkc_a-cservice_notify.o: ../../src/cybergarage/upnp/cservice_notify.c
14796 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_notify.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" -c -o libclinkc_a-cservice_notify.o `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c; \
14797 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" "$(DEPDIR)/libclinkc_a-cservice_notify.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo"; exit 1; fi
14798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='libclinkc_a-cservice_notify.o' libtool=no @AMDEPBACKSLASH@
14799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_notify.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_notify.TPo' @AMDEPBACKSLASH@
14800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14801 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_notify.o `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c
14802 +
14803 +libclinkc_a-cservice_notify.obj: ../../src/cybergarage/upnp/cservice_notify.c
14804 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_notify.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" -c -o libclinkc_a-cservice_notify.obj `if test -f '../../src/cybergarage/upnp/cservice_notify.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_notify.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_notify.c'; fi`; \
14805 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" "$(DEPDIR)/libclinkc_a-cservice_notify.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo"; exit 1; fi
14806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='libclinkc_a-cservice_notify.obj' libtool=no @AMDEPBACKSLASH@
14807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_notify.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_notify.TPo' @AMDEPBACKSLASH@
14808 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14809 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_notify.obj `if test -f '../../src/cybergarage/upnp/cservice_notify.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_notify.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_notify.c'; fi`
14810 +
14811 +libclinkc_a-cservice_notify.lo: ../../src/cybergarage/upnp/cservice_notify.c
14812 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservice_notify.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" -c -o libclinkc_a-cservice_notify.lo `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c; \
14813 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo" "$(DEPDIR)/libclinkc_a-cservice_notify.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cservice_notify.Tpo"; exit 1; fi
14814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='libclinkc_a-cservice_notify.lo' libtool=yes @AMDEPBACKSLASH@
14815 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservice_notify.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cservice_notify.TPlo' @AMDEPBACKSLASH@
14816 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14817 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservice_notify.lo `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c
14818 +
14819 +libclinkc_a-cstatevariable.o: ../../src/cybergarage/upnp/cstatevariable.c
14820 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstatevariable.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" -c -o libclinkc_a-cstatevariable.o `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c; \
14821 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" "$(DEPDIR)/libclinkc_a-cstatevariable.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo"; exit 1; fi
14822 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='libclinkc_a-cstatevariable.o' libtool=no @AMDEPBACKSLASH@
14823 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstatevariable.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstatevariable.TPo' @AMDEPBACKSLASH@
14824 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14825 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstatevariable.o `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c
14826 +
14827 +libclinkc_a-cstatevariable.obj: ../../src/cybergarage/upnp/cstatevariable.c
14828 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstatevariable.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" -c -o libclinkc_a-cstatevariable.obj `if test -f '../../src/cybergarage/upnp/cstatevariable.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cstatevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cstatevariable.c'; fi`; \
14829 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" "$(DEPDIR)/libclinkc_a-cstatevariable.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo"; exit 1; fi
14830 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='libclinkc_a-cstatevariable.obj' libtool=no @AMDEPBACKSLASH@
14831 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstatevariable.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cstatevariable.TPo' @AMDEPBACKSLASH@
14832 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14833 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstatevariable.obj `if test -f '../../src/cybergarage/upnp/cstatevariable.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cstatevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cstatevariable.c'; fi`
14834 +
14835 +libclinkc_a-cstatevariable.lo: ../../src/cybergarage/upnp/cstatevariable.c
14836 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cstatevariable.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" -c -o libclinkc_a-cstatevariable.lo `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c; \
14837 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo" "$(DEPDIR)/libclinkc_a-cstatevariable.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cstatevariable.Tpo"; exit 1; fi
14838 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='libclinkc_a-cstatevariable.lo' libtool=yes @AMDEPBACKSLASH@
14839 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cstatevariable.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cstatevariable.TPlo' @AMDEPBACKSLASH@
14840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14841 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cstatevariable.lo `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c
14842 +
14843 +libclinkc_a-cservicestate_table.o: ../../src/cybergarage/upnp/cservicestate_table.c
14844 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservicestate_table.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" -c -o libclinkc_a-cservicestate_table.o `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c; \
14845 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" "$(DEPDIR)/libclinkc_a-cservicestate_table.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo"; exit 1; fi
14846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='libclinkc_a-cservicestate_table.o' libtool=no @AMDEPBACKSLASH@
14847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservicestate_table.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservicestate_table.TPo' @AMDEPBACKSLASH@
14848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14849 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservicestate_table.o `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c
14850 +
14851 +libclinkc_a-cservicestate_table.obj: ../../src/cybergarage/upnp/cservicestate_table.c
14852 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservicestate_table.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" -c -o libclinkc_a-cservicestate_table.obj `if test -f '../../src/cybergarage/upnp/cservicestate_table.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservicestate_table.c'; fi`; \
14853 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" "$(DEPDIR)/libclinkc_a-cservicestate_table.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo"; exit 1; fi
14854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='libclinkc_a-cservicestate_table.obj' libtool=no @AMDEPBACKSLASH@
14855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservicestate_table.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cservicestate_table.TPo' @AMDEPBACKSLASH@
14856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14857 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservicestate_table.obj `if test -f '../../src/cybergarage/upnp/cservicestate_table.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservicestate_table.c'; fi`
14858 +
14859 +libclinkc_a-cservicestate_table.lo: ../../src/cybergarage/upnp/cservicestate_table.c
14860 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cservicestate_table.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" -c -o libclinkc_a-cservicestate_table.lo `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c; \
14861 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo" "$(DEPDIR)/libclinkc_a-cservicestate_table.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cservicestate_table.Tpo"; exit 1; fi
14862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='libclinkc_a-cservicestate_table.lo' libtool=yes @AMDEPBACKSLASH@
14863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cservicestate_table.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cservicestate_table.TPlo' @AMDEPBACKSLASH@
14864 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14865 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cservicestate_table.lo `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c
14866 +
14867 +libclinkc_a-cupnp_function.o: ../../src/cybergarage/upnp/cupnp_function.c
14868 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" -c -o libclinkc_a-cupnp_function.o `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c; \
14869 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo"; exit 1; fi
14870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='libclinkc_a-cupnp_function.o' libtool=no @AMDEPBACKSLASH@
14871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_function.TPo' @AMDEPBACKSLASH@
14872 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14873 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_function.o `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c
14874 +
14875 +libclinkc_a-cupnp_function.obj: ../../src/cybergarage/upnp/cupnp_function.c
14876 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" -c -o libclinkc_a-cupnp_function.obj `if test -f '../../src/cybergarage/upnp/cupnp_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_function.c'; fi`; \
14877 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo"; exit 1; fi
14878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='libclinkc_a-cupnp_function.obj' libtool=no @AMDEPBACKSLASH@
14879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_function.TPo' @AMDEPBACKSLASH@
14880 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14881 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_function.obj `if test -f '../../src/cybergarage/upnp/cupnp_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_function.c'; fi`
14882 +
14883 +libclinkc_a-cupnp_function.lo: ../../src/cybergarage/upnp/cupnp_function.c
14884 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" -c -o libclinkc_a-cupnp_function.lo `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c; \
14885 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_function.Tpo"; exit 1; fi
14886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='libclinkc_a-cupnp_function.lo' libtool=yes @AMDEPBACKSLASH@
14887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_function.TPlo' @AMDEPBACKSLASH@
14888 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14889 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_function.lo `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c
14890 +
14891 +libclinkc_a-cupnp_status.o: ../../src/cybergarage/upnp/cupnp_status.c
14892 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_status.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" -c -o libclinkc_a-cupnp_status.o `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c; \
14893 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_status.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo"; exit 1; fi
14894 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='libclinkc_a-cupnp_status.o' libtool=no @AMDEPBACKSLASH@
14895 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_status.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_status.TPo' @AMDEPBACKSLASH@
14896 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14897 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_status.o `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c
14898 +
14899 +libclinkc_a-cupnp_status.obj: ../../src/cybergarage/upnp/cupnp_status.c
14900 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_status.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" -c -o libclinkc_a-cupnp_status.obj `if test -f '../../src/cybergarage/upnp/cupnp_status.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_status.c'; fi`; \
14901 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_status.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo"; exit 1; fi
14902 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='libclinkc_a-cupnp_status.obj' libtool=no @AMDEPBACKSLASH@
14903 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_status.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_status.TPo' @AMDEPBACKSLASH@
14904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14905 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_status.obj `if test -f '../../src/cybergarage/upnp/cupnp_status.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_status.c'; fi`
14906 +
14907 +libclinkc_a-cupnp_status.lo: ../../src/cybergarage/upnp/cupnp_status.c
14908 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cupnp_status.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" -c -o libclinkc_a-cupnp_status.lo `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c; \
14909 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo" "$(DEPDIR)/libclinkc_a-cupnp_status.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cupnp_status.Tpo"; exit 1; fi
14910 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='libclinkc_a-cupnp_status.lo' libtool=yes @AMDEPBACKSLASH@
14911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cupnp_status.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cupnp_status.TPlo' @AMDEPBACKSLASH@
14912 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14913 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cupnp_status.lo `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c
14914 +
14915 +libclinkc_a-caction_ctrl.o: ../../src/cybergarage/upnp/control/caction_ctrl.c
14916 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_ctrl.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" -c -o libclinkc_a-caction_ctrl.o `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c; \
14917 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-caction_ctrl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo"; exit 1; fi
14918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='libclinkc_a-caction_ctrl.o' libtool=no @AMDEPBACKSLASH@
14919 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_ctrl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_ctrl.TPo' @AMDEPBACKSLASH@
14920 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14921 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_ctrl.o `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c
14922 +
14923 +libclinkc_a-caction_ctrl.obj: ../../src/cybergarage/upnp/control/caction_ctrl.c
14924 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_ctrl.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" -c -o libclinkc_a-caction_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/caction_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_ctrl.c'; fi`; \
14925 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-caction_ctrl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo"; exit 1; fi
14926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='libclinkc_a-caction_ctrl.obj' libtool=no @AMDEPBACKSLASH@
14927 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_ctrl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_ctrl.TPo' @AMDEPBACKSLASH@
14928 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14929 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/caction_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_ctrl.c'; fi`
14930 +
14931 +libclinkc_a-caction_ctrl.lo: ../../src/cybergarage/upnp/control/caction_ctrl.c
14932 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_ctrl.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" -c -o libclinkc_a-caction_ctrl.lo `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c; \
14933 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-caction_ctrl.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-caction_ctrl.Tpo"; exit 1; fi
14934 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='libclinkc_a-caction_ctrl.lo' libtool=yes @AMDEPBACKSLASH@
14935 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_ctrl.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_ctrl.TPlo' @AMDEPBACKSLASH@
14936 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14937 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_ctrl.lo `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c
14938 +
14939 +libclinkc_a-caction_request.o: ../../src/cybergarage/upnp/control/caction_request.c
14940 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_request.Tpo" -c -o libclinkc_a-caction_request.o `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c; \
14941 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo" "$(DEPDIR)/libclinkc_a-caction_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo"; exit 1; fi
14942 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='libclinkc_a-caction_request.o' libtool=no @AMDEPBACKSLASH@
14943 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_request.TPo' @AMDEPBACKSLASH@
14944 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14945 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_request.o `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c
14946 +
14947 +libclinkc_a-caction_request.obj: ../../src/cybergarage/upnp/control/caction_request.c
14948 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_request.Tpo" -c -o libclinkc_a-caction_request.obj `if test -f '../../src/cybergarage/upnp/control/caction_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_request.c'; fi`; \
14949 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo" "$(DEPDIR)/libclinkc_a-caction_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo"; exit 1; fi
14950 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='libclinkc_a-caction_request.obj' libtool=no @AMDEPBACKSLASH@
14951 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_request.TPo' @AMDEPBACKSLASH@
14952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14953 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_request.obj `if test -f '../../src/cybergarage/upnp/control/caction_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_request.c'; fi`
14954 +
14955 +libclinkc_a-caction_request.lo: ../../src/cybergarage/upnp/control/caction_request.c
14956 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_request.Tpo" -c -o libclinkc_a-caction_request.lo `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c; \
14957 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo" "$(DEPDIR)/libclinkc_a-caction_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-caction_request.Tpo"; exit 1; fi
14958 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='libclinkc_a-caction_request.lo' libtool=yes @AMDEPBACKSLASH@
14959 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_request.TPlo' @AMDEPBACKSLASH@
14960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14961 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_request.lo `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c
14962 +
14963 +libclinkc_a-caction_response.o: ../../src/cybergarage/upnp/control/caction_response.c
14964 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_response.Tpo" -c -o libclinkc_a-caction_response.o `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c; \
14965 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo" "$(DEPDIR)/libclinkc_a-caction_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo"; exit 1; fi
14966 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='libclinkc_a-caction_response.o' libtool=no @AMDEPBACKSLASH@
14967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_response.TPo' @AMDEPBACKSLASH@
14968 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14969 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_response.o `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c
14970 +
14971 +libclinkc_a-caction_response.obj: ../../src/cybergarage/upnp/control/caction_response.c
14972 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_response.Tpo" -c -o libclinkc_a-caction_response.obj `if test -f '../../src/cybergarage/upnp/control/caction_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_response.c'; fi`; \
14973 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo" "$(DEPDIR)/libclinkc_a-caction_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo"; exit 1; fi
14974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='libclinkc_a-caction_response.obj' libtool=no @AMDEPBACKSLASH@
14975 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_response.TPo' @AMDEPBACKSLASH@
14976 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14977 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_response.obj `if test -f '../../src/cybergarage/upnp/control/caction_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_response.c'; fi`
14978 +
14979 +libclinkc_a-caction_response.lo: ../../src/cybergarage/upnp/control/caction_response.c
14980 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-caction_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-caction_response.Tpo" -c -o libclinkc_a-caction_response.lo `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c; \
14981 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo" "$(DEPDIR)/libclinkc_a-caction_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-caction_response.Tpo"; exit 1; fi
14982 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='libclinkc_a-caction_response.lo' libtool=yes @AMDEPBACKSLASH@
14983 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-caction_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-caction_response.TPlo' @AMDEPBACKSLASH@
14984 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14985 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-caction_response.lo `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c
14986 +
14987 +libclinkc_a-ccontrol_function.o: ../../src/cybergarage/upnp/control/ccontrol_function.c
14988 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrol_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" -c -o libclinkc_a-ccontrol_function.o `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c; \
14989 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" "$(DEPDIR)/libclinkc_a-ccontrol_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo"; exit 1; fi
14990 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='libclinkc_a-ccontrol_function.o' libtool=no @AMDEPBACKSLASH@
14991 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrol_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrol_function.TPo' @AMDEPBACKSLASH@
14992 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14993 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrol_function.o `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c
14994 +
14995 +libclinkc_a-ccontrol_function.obj: ../../src/cybergarage/upnp/control/ccontrol_function.c
14996 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrol_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" -c -o libclinkc_a-ccontrol_function.obj `if test -f '../../src/cybergarage/upnp/control/ccontrol_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/ccontrol_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/ccontrol_function.c'; fi`; \
14997 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" "$(DEPDIR)/libclinkc_a-ccontrol_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo"; exit 1; fi
14998 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='libclinkc_a-ccontrol_function.obj' libtool=no @AMDEPBACKSLASH@
14999 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrol_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrol_function.TPo' @AMDEPBACKSLASH@
15000 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15001 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrol_function.obj `if test -f '../../src/cybergarage/upnp/control/ccontrol_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/ccontrol_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/ccontrol_function.c'; fi`
15002 +
15003 +libclinkc_a-ccontrol_function.lo: ../../src/cybergarage/upnp/control/ccontrol_function.c
15004 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ccontrol_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" -c -o libclinkc_a-ccontrol_function.lo `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c; \
15005 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo" "$(DEPDIR)/libclinkc_a-ccontrol_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ccontrol_function.Tpo"; exit 1; fi
15006 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='libclinkc_a-ccontrol_function.lo' libtool=yes @AMDEPBACKSLASH@
15007 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ccontrol_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ccontrol_function.TPlo' @AMDEPBACKSLASH@
15008 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15009 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ccontrol_function.lo `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c
15010 +
15011 +libclinkc_a-cquery_ctrl.o: ../../src/cybergarage/upnp/control/cquery_ctrl.c
15012 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_ctrl.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" -c -o libclinkc_a-cquery_ctrl.o `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c; \
15013 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-cquery_ctrl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo"; exit 1; fi
15014 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='libclinkc_a-cquery_ctrl.o' libtool=no @AMDEPBACKSLASH@
15015 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.TPo' @AMDEPBACKSLASH@
15016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15017 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_ctrl.o `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c
15018 +
15019 +libclinkc_a-cquery_ctrl.obj: ../../src/cybergarage/upnp/control/cquery_ctrl.c
15020 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_ctrl.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" -c -o libclinkc_a-cquery_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_ctrl.c'; fi`; \
15021 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-cquery_ctrl.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo"; exit 1; fi
15022 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='libclinkc_a-cquery_ctrl.obj' libtool=no @AMDEPBACKSLASH@
15023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.TPo' @AMDEPBACKSLASH@
15024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15025 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_ctrl.c'; fi`
15026 +
15027 +libclinkc_a-cquery_ctrl.lo: ../../src/cybergarage/upnp/control/cquery_ctrl.c
15028 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_ctrl.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" -c -o libclinkc_a-cquery_ctrl.lo `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c; \
15029 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo" "$(DEPDIR)/libclinkc_a-cquery_ctrl.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_ctrl.Tpo"; exit 1; fi
15030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='libclinkc_a-cquery_ctrl.lo' libtool=yes @AMDEPBACKSLASH@
15031 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_ctrl.TPlo' @AMDEPBACKSLASH@
15032 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15033 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_ctrl.lo `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c
15034 +
15035 +libclinkc_a-cquery_request.o: ../../src/cybergarage/upnp/control/cquery_request.c
15036 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" -c -o libclinkc_a-cquery_request.o `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c; \
15037 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" "$(DEPDIR)/libclinkc_a-cquery_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo"; exit 1; fi
15038 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='libclinkc_a-cquery_request.o' libtool=no @AMDEPBACKSLASH@
15039 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_request.TPo' @AMDEPBACKSLASH@
15040 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15041 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_request.o `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c
15042 +
15043 +libclinkc_a-cquery_request.obj: ../../src/cybergarage/upnp/control/cquery_request.c
15044 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" -c -o libclinkc_a-cquery_request.obj `if test -f '../../src/cybergarage/upnp/control/cquery_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_request.c'; fi`; \
15045 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" "$(DEPDIR)/libclinkc_a-cquery_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo"; exit 1; fi
15046 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='libclinkc_a-cquery_request.obj' libtool=no @AMDEPBACKSLASH@
15047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_request.TPo' @AMDEPBACKSLASH@
15048 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15049 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_request.obj `if test -f '../../src/cybergarage/upnp/control/cquery_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_request.c'; fi`
15050 +
15051 +libclinkc_a-cquery_request.lo: ../../src/cybergarage/upnp/control/cquery_request.c
15052 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" -c -o libclinkc_a-cquery_request.lo `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c; \
15053 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo" "$(DEPDIR)/libclinkc_a-cquery_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_request.Tpo"; exit 1; fi
15054 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='libclinkc_a-cquery_request.lo' libtool=yes @AMDEPBACKSLASH@
15055 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_request.TPlo' @AMDEPBACKSLASH@
15056 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15057 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_request.lo `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c
15058 +
15059 +libclinkc_a-cquery_response.o: ../../src/cybergarage/upnp/control/cquery_response.c
15060 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" -c -o libclinkc_a-cquery_response.o `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c; \
15061 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" "$(DEPDIR)/libclinkc_a-cquery_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo"; exit 1; fi
15062 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='libclinkc_a-cquery_response.o' libtool=no @AMDEPBACKSLASH@
15063 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_response.TPo' @AMDEPBACKSLASH@
15064 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15065 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_response.o `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c
15066 +
15067 +libclinkc_a-cquery_response.obj: ../../src/cybergarage/upnp/control/cquery_response.c
15068 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" -c -o libclinkc_a-cquery_response.obj `if test -f '../../src/cybergarage/upnp/control/cquery_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_response.c'; fi`; \
15069 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" "$(DEPDIR)/libclinkc_a-cquery_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo"; exit 1; fi
15070 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='libclinkc_a-cquery_response.obj' libtool=no @AMDEPBACKSLASH@
15071 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_response.TPo' @AMDEPBACKSLASH@
15072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15073 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_response.obj `if test -f '../../src/cybergarage/upnp/control/cquery_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_response.c'; fi`
15074 +
15075 +libclinkc_a-cquery_response.lo: ../../src/cybergarage/upnp/control/cquery_response.c
15076 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cquery_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" -c -o libclinkc_a-cquery_response.lo `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c; \
15077 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo" "$(DEPDIR)/libclinkc_a-cquery_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cquery_response.Tpo"; exit 1; fi
15078 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='libclinkc_a-cquery_response.lo' libtool=yes @AMDEPBACKSLASH@
15079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cquery_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cquery_response.TPlo' @AMDEPBACKSLASH@
15080 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15081 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cquery_response.lo `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c
15082 +
15083 +libclinkc_a-ceventlistener_list.o: ../../src/cybergarage/upnp/event/ceventlistener_list.c
15084 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ceventlistener_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" -c -o libclinkc_a-ceventlistener_list.o `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c; \
15085 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" "$(DEPDIR)/libclinkc_a-ceventlistener_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo"; exit 1; fi
15086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='libclinkc_a-ceventlistener_list.o' libtool=no @AMDEPBACKSLASH@
15087 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.TPo' @AMDEPBACKSLASH@
15088 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15089 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ceventlistener_list.o `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c
15090 +
15091 +libclinkc_a-ceventlistener_list.obj: ../../src/cybergarage/upnp/event/ceventlistener_list.c
15092 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ceventlistener_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" -c -o libclinkc_a-ceventlistener_list.obj `if test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/ceventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/ceventlistener_list.c'; fi`; \
15093 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" "$(DEPDIR)/libclinkc_a-ceventlistener_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo"; exit 1; fi
15094 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='libclinkc_a-ceventlistener_list.obj' libtool=no @AMDEPBACKSLASH@
15095 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.TPo' @AMDEPBACKSLASH@
15096 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15097 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ceventlistener_list.obj `if test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/ceventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/ceventlistener_list.c'; fi`
15098 +
15099 +libclinkc_a-ceventlistener_list.lo: ../../src/cybergarage/upnp/event/ceventlistener_list.c
15100 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-ceventlistener_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" -c -o libclinkc_a-ceventlistener_list.lo `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c; \
15101 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo" "$(DEPDIR)/libclinkc_a-ceventlistener_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-ceventlistener_list.Tpo"; exit 1; fi
15102 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='libclinkc_a-ceventlistener_list.lo' libtool=yes @AMDEPBACKSLASH@
15103 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-ceventlistener_list.TPlo' @AMDEPBACKSLASH@
15104 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15105 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-ceventlistener_list.lo `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c
15106 +
15107 +libclinkc_a-cnotify_request.o: ../../src/cybergarage/upnp/event/cnotify_request.c
15108 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnotify_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" -c -o libclinkc_a-cnotify_request.o `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c; \
15109 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" "$(DEPDIR)/libclinkc_a-cnotify_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo"; exit 1; fi
15110 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='libclinkc_a-cnotify_request.o' libtool=no @AMDEPBACKSLASH@
15111 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnotify_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cnotify_request.TPo' @AMDEPBACKSLASH@
15112 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15113 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnotify_request.o `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c
15114 +
15115 +libclinkc_a-cnotify_request.obj: ../../src/cybergarage/upnp/event/cnotify_request.c
15116 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnotify_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" -c -o libclinkc_a-cnotify_request.obj `if test -f '../../src/cybergarage/upnp/event/cnotify_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cnotify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cnotify_request.c'; fi`; \
15117 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" "$(DEPDIR)/libclinkc_a-cnotify_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo"; exit 1; fi
15118 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='libclinkc_a-cnotify_request.obj' libtool=no @AMDEPBACKSLASH@
15119 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnotify_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cnotify_request.TPo' @AMDEPBACKSLASH@
15120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15121 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnotify_request.obj `if test -f '../../src/cybergarage/upnp/event/cnotify_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cnotify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cnotify_request.c'; fi`
15122 +
15123 +libclinkc_a-cnotify_request.lo: ../../src/cybergarage/upnp/event/cnotify_request.c
15124 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cnotify_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" -c -o libclinkc_a-cnotify_request.lo `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c; \
15125 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo" "$(DEPDIR)/libclinkc_a-cnotify_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cnotify_request.Tpo"; exit 1; fi
15126 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='libclinkc_a-cnotify_request.lo' libtool=yes @AMDEPBACKSLASH@
15127 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cnotify_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cnotify_request.TPlo' @AMDEPBACKSLASH@
15128 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15129 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cnotify_request.lo `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c
15130 +
15131 +libclinkc_a-cproperty.o: ../../src/cybergarage/upnp/event/cproperty.c
15132 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty.Tpo" -c -o libclinkc_a-cproperty.o `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c; \
15133 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo" "$(DEPDIR)/libclinkc_a-cproperty.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo"; exit 1; fi
15134 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='libclinkc_a-cproperty.o' libtool=no @AMDEPBACKSLASH@
15135 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty.TPo' @AMDEPBACKSLASH@
15136 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15137 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty.o `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c
15138 +
15139 +libclinkc_a-cproperty.obj: ../../src/cybergarage/upnp/event/cproperty.c
15140 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty.Tpo" -c -o libclinkc_a-cproperty.obj `if test -f '../../src/cybergarage/upnp/event/cproperty.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty.c'; fi`; \
15141 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo" "$(DEPDIR)/libclinkc_a-cproperty.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo"; exit 1; fi
15142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='libclinkc_a-cproperty.obj' libtool=no @AMDEPBACKSLASH@
15143 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty.TPo' @AMDEPBACKSLASH@
15144 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15145 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty.obj `if test -f '../../src/cybergarage/upnp/event/cproperty.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty.c'; fi`
15146 +
15147 +libclinkc_a-cproperty.lo: ../../src/cybergarage/upnp/event/cproperty.c
15148 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty.Tpo" -c -o libclinkc_a-cproperty.lo `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c; \
15149 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo" "$(DEPDIR)/libclinkc_a-cproperty.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty.Tpo"; exit 1; fi
15150 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='libclinkc_a-cproperty.lo' libtool=yes @AMDEPBACKSLASH@
15151 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty.TPlo' @AMDEPBACKSLASH@
15152 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15153 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty.lo `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c
15154 +
15155 +libclinkc_a-cproperty_list.o: ../../src/cybergarage/upnp/event/cproperty_list.c
15156 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" -c -o libclinkc_a-cproperty_list.o `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c; \
15157 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" "$(DEPDIR)/libclinkc_a-cproperty_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo"; exit 1; fi
15158 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='libclinkc_a-cproperty_list.o' libtool=no @AMDEPBACKSLASH@
15159 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty_list.TPo' @AMDEPBACKSLASH@
15160 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15161 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty_list.o `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c
15162 +
15163 +libclinkc_a-cproperty_list.obj: ../../src/cybergarage/upnp/event/cproperty_list.c
15164 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" -c -o libclinkc_a-cproperty_list.obj `if test -f '../../src/cybergarage/upnp/event/cproperty_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty_list.c'; fi`; \
15165 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" "$(DEPDIR)/libclinkc_a-cproperty_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo"; exit 1; fi
15166 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='libclinkc_a-cproperty_list.obj' libtool=no @AMDEPBACKSLASH@
15167 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty_list.TPo' @AMDEPBACKSLASH@
15168 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15169 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty_list.obj `if test -f '../../src/cybergarage/upnp/event/cproperty_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty_list.c'; fi`
15170 +
15171 +libclinkc_a-cproperty_list.lo: ../../src/cybergarage/upnp/event/cproperty_list.c
15172 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cproperty_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" -c -o libclinkc_a-cproperty_list.lo `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c; \
15173 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo" "$(DEPDIR)/libclinkc_a-cproperty_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cproperty_list.Tpo"; exit 1; fi
15174 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='libclinkc_a-cproperty_list.lo' libtool=yes @AMDEPBACKSLASH@
15175 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cproperty_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cproperty_list.TPlo' @AMDEPBACKSLASH@
15176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15177 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cproperty_list.lo `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c
15178 +
15179 +libclinkc_a-csubscriber.o: ../../src/cybergarage/upnp/event/csubscriber.c
15180 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" -c -o libclinkc_a-csubscriber.o `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c; \
15181 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo"; exit 1; fi
15182 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='libclinkc_a-csubscriber.o' libtool=no @AMDEPBACKSLASH@
15183 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber.TPo' @AMDEPBACKSLASH@
15184 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15185 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber.o `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c
15186 +
15187 +libclinkc_a-csubscriber.obj: ../../src/cybergarage/upnp/event/csubscriber.c
15188 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" -c -o libclinkc_a-csubscriber.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber.c'; fi`; \
15189 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo"; exit 1; fi
15190 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='libclinkc_a-csubscriber.obj' libtool=no @AMDEPBACKSLASH@
15191 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber.TPo' @AMDEPBACKSLASH@
15192 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15193 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber.c'; fi`
15194 +
15195 +libclinkc_a-csubscriber.lo: ../../src/cybergarage/upnp/event/csubscriber.c
15196 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" -c -o libclinkc_a-csubscriber.lo `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c; \
15197 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber.Tpo"; exit 1; fi
15198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='libclinkc_a-csubscriber.lo' libtool=yes @AMDEPBACKSLASH@
15199 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber.TPlo' @AMDEPBACKSLASH@
15200 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15201 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber.lo `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c
15202 +
15203 +libclinkc_a-csubscriber_list.o: ../../src/cybergarage/upnp/event/csubscriber_list.c
15204 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" -c -o libclinkc_a-csubscriber_list.o `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c; \
15205 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo"; exit 1; fi
15206 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='libclinkc_a-csubscriber_list.o' libtool=no @AMDEPBACKSLASH@
15207 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber_list.TPo' @AMDEPBACKSLASH@
15208 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15209 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber_list.o `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c
15210 +
15211 +libclinkc_a-csubscriber_list.obj: ../../src/cybergarage/upnp/event/csubscriber_list.c
15212 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" -c -o libclinkc_a-csubscriber_list.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber_list.c'; fi`; \
15213 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo"; exit 1; fi
15214 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='libclinkc_a-csubscriber_list.obj' libtool=no @AMDEPBACKSLASH@
15215 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber_list.TPo' @AMDEPBACKSLASH@
15216 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15217 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber_list.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber_list.c'; fi`
15218 +
15219 +libclinkc_a-csubscriber_list.lo: ../../src/cybergarage/upnp/event/csubscriber_list.c
15220 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscriber_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" -c -o libclinkc_a-csubscriber_list.lo `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c; \
15221 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo" "$(DEPDIR)/libclinkc_a-csubscriber_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csubscriber_list.Tpo"; exit 1; fi
15222 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='libclinkc_a-csubscriber_list.lo' libtool=yes @AMDEPBACKSLASH@
15223 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscriber_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscriber_list.TPlo' @AMDEPBACKSLASH@
15224 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15225 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscriber_list.lo `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c
15226 +
15227 +libclinkc_a-csubscription.o: ../../src/cybergarage/upnp/event/csubscription.c
15228 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription.Tpo" -c -o libclinkc_a-csubscription.o `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c; \
15229 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo" "$(DEPDIR)/libclinkc_a-csubscription.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo"; exit 1; fi
15230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='libclinkc_a-csubscription.o' libtool=no @AMDEPBACKSLASH@
15231 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription.TPo' @AMDEPBACKSLASH@
15232 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15233 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription.o `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c
15234 +
15235 +libclinkc_a-csubscription.obj: ../../src/cybergarage/upnp/event/csubscription.c
15236 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription.Tpo" -c -o libclinkc_a-csubscription.obj `if test -f '../../src/cybergarage/upnp/event/csubscription.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription.c'; fi`; \
15237 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo" "$(DEPDIR)/libclinkc_a-csubscription.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo"; exit 1; fi
15238 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='libclinkc_a-csubscription.obj' libtool=no @AMDEPBACKSLASH@
15239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription.TPo' @AMDEPBACKSLASH@
15240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15241 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription.obj `if test -f '../../src/cybergarage/upnp/event/csubscription.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription.c'; fi`
15242 +
15243 +libclinkc_a-csubscription.lo: ../../src/cybergarage/upnp/event/csubscription.c
15244 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription.Tpo" -c -o libclinkc_a-csubscription.lo `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c; \
15245 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo" "$(DEPDIR)/libclinkc_a-csubscription.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription.Tpo"; exit 1; fi
15246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='libclinkc_a-csubscription.lo' libtool=yes @AMDEPBACKSLASH@
15247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription.TPlo' @AMDEPBACKSLASH@
15248 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15249 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription.lo `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c
15250 +
15251 +libclinkc_a-csubscription_request.o: ../../src/cybergarage/upnp/event/csubscription_request.c
15252 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" -c -o libclinkc_a-csubscription_request.o `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c; \
15253 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo"; exit 1; fi
15254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='libclinkc_a-csubscription_request.o' libtool=no @AMDEPBACKSLASH@
15255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_request.TPo' @AMDEPBACKSLASH@
15256 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15257 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_request.o `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c
15258 +
15259 +libclinkc_a-csubscription_request.obj: ../../src/cybergarage/upnp/event/csubscription_request.c
15260 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" -c -o libclinkc_a-csubscription_request.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_request.c'; fi`; \
15261 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo"; exit 1; fi
15262 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='libclinkc_a-csubscription_request.obj' libtool=no @AMDEPBACKSLASH@
15263 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_request.TPo' @AMDEPBACKSLASH@
15264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15265 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_request.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_request.c'; fi`
15266 +
15267 +libclinkc_a-csubscription_request.lo: ../../src/cybergarage/upnp/event/csubscription_request.c
15268 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" -c -o libclinkc_a-csubscription_request.lo `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c; \
15269 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_request.Tpo"; exit 1; fi
15270 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='libclinkc_a-csubscription_request.lo' libtool=yes @AMDEPBACKSLASH@
15271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_request.TPlo' @AMDEPBACKSLASH@
15272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15273 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_request.lo `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c
15274 +
15275 +libclinkc_a-csubscription_response.o: ../../src/cybergarage/upnp/event/csubscription_response.c
15276 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" -c -o libclinkc_a-csubscription_response.o `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c; \
15277 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo"; exit 1; fi
15278 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='libclinkc_a-csubscription_response.o' libtool=no @AMDEPBACKSLASH@
15279 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_response.TPo' @AMDEPBACKSLASH@
15280 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15281 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_response.o `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c
15282 +
15283 +libclinkc_a-csubscription_response.obj: ../../src/cybergarage/upnp/event/csubscription_response.c
15284 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" -c -o libclinkc_a-csubscription_response.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_response.c'; fi`; \
15285 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo"; exit 1; fi
15286 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='libclinkc_a-csubscription_response.obj' libtool=no @AMDEPBACKSLASH@
15287 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_response.TPo' @AMDEPBACKSLASH@
15288 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15289 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_response.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_response.c'; fi`
15290 +
15291 +libclinkc_a-csubscription_response.lo: ../../src/cybergarage/upnp/event/csubscription_response.c
15292 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-csubscription_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" -c -o libclinkc_a-csubscription_response.lo `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c; \
15293 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo" "$(DEPDIR)/libclinkc_a-csubscription_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-csubscription_response.Tpo"; exit 1; fi
15294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='libclinkc_a-csubscription_response.lo' libtool=yes @AMDEPBACKSLASH@
15295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-csubscription_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-csubscription_response.TPlo' @AMDEPBACKSLASH@
15296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15297 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-csubscription_response.lo `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c
15298 +
15299 +libclinkc_a-chttpmu_socket.o: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
15300 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpmu_socket.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" -c -o libclinkc_a-chttpmu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c; \
15301 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpmu_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo"; exit 1; fi
15302 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='libclinkc_a-chttpmu_socket.o' libtool=no @AMDEPBACKSLASH@
15303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.TPo' @AMDEPBACKSLASH@
15304 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15305 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpmu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
15306 +
15307 +libclinkc_a-chttpmu_socket.obj: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
15308 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpmu_socket.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" -c -o libclinkc_a-chttpmu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; fi`; \
15309 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpmu_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo"; exit 1; fi
15310 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='libclinkc_a-chttpmu_socket.obj' libtool=no @AMDEPBACKSLASH@
15311 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.TPo' @AMDEPBACKSLASH@
15312 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15313 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpmu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; fi`
15314 +
15315 +libclinkc_a-chttpmu_socket.lo: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
15316 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpmu_socket.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" -c -o libclinkc_a-chttpmu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c; \
15317 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpmu_socket.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttpmu_socket.Tpo"; exit 1; fi
15318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='libclinkc_a-chttpmu_socket.lo' libtool=yes @AMDEPBACKSLASH@
15319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpmu_socket.TPlo' @AMDEPBACKSLASH@
15320 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15321 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpmu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
15322 +
15323 +libclinkc_a-chttpu_socket.o: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
15324 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpu_socket.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" -c -o libclinkc_a-chttpu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c; \
15325 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpu_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo"; exit 1; fi
15326 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='libclinkc_a-chttpu_socket.o' libtool=no @AMDEPBACKSLASH@
15327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpu_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpu_socket.TPo' @AMDEPBACKSLASH@
15328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15329 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c
15330 +
15331 +libclinkc_a-chttpu_socket.obj: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
15332 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpu_socket.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" -c -o libclinkc_a-chttpu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; fi`; \
15333 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpu_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo"; exit 1; fi
15334 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='libclinkc_a-chttpu_socket.obj' libtool=no @AMDEPBACKSLASH@
15335 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpu_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpu_socket.TPo' @AMDEPBACKSLASH@
15336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15337 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; fi`
15338 +
15339 +libclinkc_a-chttpu_socket.lo: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
15340 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-chttpu_socket.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" -c -o libclinkc_a-chttpu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c; \
15341 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo" "$(DEPDIR)/libclinkc_a-chttpu_socket.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-chttpu_socket.Tpo"; exit 1; fi
15342 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='libclinkc_a-chttpu_socket.lo' libtool=yes @AMDEPBACKSLASH@
15343 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-chttpu_socket.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-chttpu_socket.TPlo' @AMDEPBACKSLASH@
15344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15345 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-chttpu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c
15346 +
15347 +libclinkc_a-cssdp.o: ../../src/cybergarage/upnp/ssdp/cssdp.c
15348 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp.Tpo" -c -o libclinkc_a-cssdp.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c; \
15349 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo" "$(DEPDIR)/libclinkc_a-cssdp.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo"; exit 1; fi
15350 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='libclinkc_a-cssdp.o' libtool=no @AMDEPBACKSLASH@
15351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp.TPo' @AMDEPBACKSLASH@
15352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15353 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c
15354 +
15355 +libclinkc_a-cssdp.obj: ../../src/cybergarage/upnp/ssdp/cssdp.c
15356 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp.Tpo" -c -o libclinkc_a-cssdp.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp.c'; fi`; \
15357 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo" "$(DEPDIR)/libclinkc_a-cssdp.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo"; exit 1; fi
15358 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='libclinkc_a-cssdp.obj' libtool=no @AMDEPBACKSLASH@
15359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp.TPo' @AMDEPBACKSLASH@
15360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15361 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp.c'; fi`
15362 +
15363 +libclinkc_a-cssdp.lo: ../../src/cybergarage/upnp/ssdp/cssdp.c
15364 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp.Tpo" -c -o libclinkc_a-cssdp.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c; \
15365 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo" "$(DEPDIR)/libclinkc_a-cssdp.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp.Tpo"; exit 1; fi
15366 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='libclinkc_a-cssdp.lo' libtool=yes @AMDEPBACKSLASH@
15367 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp.TPlo' @AMDEPBACKSLASH@
15368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15369 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c
15370 +
15371 +libclinkc_a-cssdp_server.o: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
15372 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" -c -o libclinkc_a-cssdp_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c; \
15373 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo"; exit 1; fi
15374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='libclinkc_a-cssdp_server.o' libtool=no @AMDEPBACKSLASH@
15375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server.TPo' @AMDEPBACKSLASH@
15376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15377 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c
15378 +
15379 +libclinkc_a-cssdp_server.obj: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
15380 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" -c -o libclinkc_a-cssdp_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server.c'; fi`; \
15381 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo"; exit 1; fi
15382 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='libclinkc_a-cssdp_server.obj' libtool=no @AMDEPBACKSLASH@
15383 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server.TPo' @AMDEPBACKSLASH@
15384 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15385 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server.c'; fi`
15386 +
15387 +libclinkc_a-cssdp_server.lo: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
15388 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" -c -o libclinkc_a-cssdp_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c; \
15389 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server.Tpo"; exit 1; fi
15390 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='libclinkc_a-cssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
15391 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server.TPlo' @AMDEPBACKSLASH@
15392 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15393 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c
15394 +
15395 +libclinkc_a-cssdp_server_list.o: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
15396 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" -c -o libclinkc_a-cssdp_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c; \
15397 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo"; exit 1; fi
15398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='libclinkc_a-cssdp_server_list.o' libtool=no @AMDEPBACKSLASH@
15399 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.TPo' @AMDEPBACKSLASH@
15400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15401 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
15402 +
15403 +libclinkc_a-cssdp_server_list.obj: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
15404 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" -c -o libclinkc_a-cssdp_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; fi`; \
15405 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo"; exit 1; fi
15406 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='libclinkc_a-cssdp_server_list.obj' libtool=no @AMDEPBACKSLASH@
15407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.TPo' @AMDEPBACKSLASH@
15408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15409 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; fi`
15410 +
15411 +libclinkc_a-cssdp_server_list.lo: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
15412 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_server_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" -c -o libclinkc_a-cssdp_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c; \
15413 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_server_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_server_list.Tpo"; exit 1; fi
15414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='libclinkc_a-cssdp_server_list.lo' libtool=yes @AMDEPBACKSLASH@
15415 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_server_list.TPlo' @AMDEPBACKSLASH@
15416 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15417 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
15418 +
15419 +libclinkc_a-cssdp_packet.o: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
15420 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_packet.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" -c -o libclinkc_a-cssdp_packet.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c; \
15421 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo"; exit 1; fi
15422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='libclinkc_a-cssdp_packet.o' libtool=no @AMDEPBACKSLASH@
15423 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_packet.TPo' @AMDEPBACKSLASH@
15424 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15425 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_packet.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c
15426 +
15427 +libclinkc_a-cssdp_packet.obj: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
15428 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_packet.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" -c -o libclinkc_a-cssdp_packet.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; fi`; \
15429 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_packet.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo"; exit 1; fi
15430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='libclinkc_a-cssdp_packet.obj' libtool=no @AMDEPBACKSLASH@
15431 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_packet.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_packet.TPo' @AMDEPBACKSLASH@
15432 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15433 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_packet.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; fi`
15434 +
15435 +libclinkc_a-cssdp_packet.lo: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
15436 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_packet.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" -c -o libclinkc_a-cssdp_packet.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c; \
15437 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_packet.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_packet.Tpo"; exit 1; fi
15438 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='libclinkc_a-cssdp_packet.lo' libtool=yes @AMDEPBACKSLASH@
15439 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_packet.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_packet.TPlo' @AMDEPBACKSLASH@
15440 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15441 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_packet.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c
15442 +
15443 +libclinkc_a-cssdp_request.o: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
15444 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_request.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" -c -o libclinkc_a-cssdp_request.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c; \
15445 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo"; exit 1; fi
15446 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='libclinkc_a-cssdp_request.o' libtool=no @AMDEPBACKSLASH@
15447 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_request.TPo' @AMDEPBACKSLASH@
15448 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15449 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_request.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c
15450 +
15451 +libclinkc_a-cssdp_request.obj: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
15452 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_request.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" -c -o libclinkc_a-cssdp_request.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_request.c'; fi`; \
15453 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_request.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo"; exit 1; fi
15454 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='libclinkc_a-cssdp_request.obj' libtool=no @AMDEPBACKSLASH@
15455 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_request.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_request.TPo' @AMDEPBACKSLASH@
15456 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15457 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_request.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_request.c'; fi`
15458 +
15459 +libclinkc_a-cssdp_request.lo: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
15460 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_request.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" -c -o libclinkc_a-cssdp_request.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c; \
15461 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_request.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_request.Tpo"; exit 1; fi
15462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='libclinkc_a-cssdp_request.lo' libtool=yes @AMDEPBACKSLASH@
15463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_request.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_request.TPlo' @AMDEPBACKSLASH@
15464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15465 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_request.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c
15466 +
15467 +libclinkc_a-cssdp_response.o: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
15468 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" -c -o libclinkc_a-cssdp_response.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c; \
15469 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo"; exit 1; fi
15470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='libclinkc_a-cssdp_response.o' libtool=no @AMDEPBACKSLASH@
15471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response.TPo' @AMDEPBACKSLASH@
15472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15473 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c
15474 +
15475 +libclinkc_a-cssdp_response.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
15476 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" -c -o libclinkc_a-cssdp_response.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response.c'; fi`; \
15477 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo"; exit 1; fi
15478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='libclinkc_a-cssdp_response.obj' libtool=no @AMDEPBACKSLASH@
15479 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response.TPo' @AMDEPBACKSLASH@
15480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15481 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response.c'; fi`
15482 +
15483 +libclinkc_a-cssdp_response.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
15484 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" -c -o libclinkc_a-cssdp_response.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c; \
15485 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response.Tpo"; exit 1; fi
15486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='libclinkc_a-cssdp_response.lo' libtool=yes @AMDEPBACKSLASH@
15487 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response.TPlo' @AMDEPBACKSLASH@
15488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15489 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c
15490 +
15491 +libclinkc_a-cssdp_socket.o: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
15492 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_socket.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" -c -o libclinkc_a-cssdp_socket.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c; \
15493 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo"; exit 1; fi
15494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='libclinkc_a-cssdp_socket.o' libtool=no @AMDEPBACKSLASH@
15495 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_socket.TPo' @AMDEPBACKSLASH@
15496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15497 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_socket.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c
15498 +
15499 +libclinkc_a-cssdp_socket.obj: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
15500 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_socket.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" -c -o libclinkc_a-cssdp_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; fi`; \
15501 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_socket.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo"; exit 1; fi
15502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='libclinkc_a-cssdp_socket.obj' libtool=no @AMDEPBACKSLASH@
15503 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_socket.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_socket.TPo' @AMDEPBACKSLASH@
15504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15505 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; fi`
15506 +
15507 +libclinkc_a-cssdp_socket.lo: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
15508 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_socket.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" -c -o libclinkc_a-cssdp_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c; \
15509 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_socket.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_socket.Tpo"; exit 1; fi
15510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='libclinkc_a-cssdp_socket.lo' libtool=yes @AMDEPBACKSLASH@
15511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_socket.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_socket.TPlo' @AMDEPBACKSLASH@
15512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15513 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c
15514 +
15515 +libclinkc_a-cssdp_response_server.o: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
15516 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" -c -o libclinkc_a-cssdp_response_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c; \
15517 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo"; exit 1; fi
15518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='libclinkc_a-cssdp_response_server.o' libtool=no @AMDEPBACKSLASH@
15519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.TPo' @AMDEPBACKSLASH@
15520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15521 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
15522 +
15523 +libclinkc_a-cssdp_response_server.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
15524 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" -c -o libclinkc_a-cssdp_response_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; fi`; \
15525 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo"; exit 1; fi
15526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='libclinkc_a-cssdp_response_server.obj' libtool=no @AMDEPBACKSLASH@
15527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.TPo' @AMDEPBACKSLASH@
15528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15529 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; fi`
15530 +
15531 +libclinkc_a-cssdp_response_server.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
15532 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" -c -o libclinkc_a-cssdp_response_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c; \
15533 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server.Tpo"; exit 1; fi
15534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='libclinkc_a-cssdp_response_server.lo' libtool=yes @AMDEPBACKSLASH@
15535 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server.TPlo' @AMDEPBACKSLASH@
15536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15537 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
15538 +
15539 +libclinkc_a-cssdp_response_server_list.o: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
15540 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" -c -o libclinkc_a-cssdp_response_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c; \
15541 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo"; exit 1; fi
15542 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='libclinkc_a-cssdp_response_server_list.o' libtool=no @AMDEPBACKSLASH@
15543 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.TPo' @AMDEPBACKSLASH@
15544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15545 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
15546 +
15547 +libclinkc_a-cssdp_response_server_list.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
15548 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" -c -o libclinkc_a-cssdp_response_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; fi`; \
15549 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo"; exit 1; fi
15550 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='libclinkc_a-cssdp_response_server_list.obj' libtool=no @AMDEPBACKSLASH@
15551 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.TPo' @AMDEPBACKSLASH@
15552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15553 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; fi`
15554 +
15555 +libclinkc_a-cssdp_response_server_list.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
15556 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cssdp_response_server_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" -c -o libclinkc_a-cssdp_response_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c; \
15557 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo" "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Tpo"; exit 1; fi
15558 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='libclinkc_a-cssdp_response_server_list.lo' libtool=yes @AMDEPBACKSLASH@
15559 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cssdp_response_server_list.TPlo' @AMDEPBACKSLASH@
15560 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15561 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cssdp_response_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
15562 +
15563 +libclinkc_a-cxml_attribute.o: ../../src/cybergarage/xml/cxml_attribute.c
15564 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" -c -o libclinkc_a-cxml_attribute.o `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c; \
15565 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo"; exit 1; fi
15566 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='libclinkc_a-cxml_attribute.o' libtool=no @AMDEPBACKSLASH@
15567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute.TPo' @AMDEPBACKSLASH@
15568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15569 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute.o `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c
15570 +
15571 +libclinkc_a-cxml_attribute.obj: ../../src/cybergarage/xml/cxml_attribute.c
15572 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" -c -o libclinkc_a-cxml_attribute.obj `if test -f '../../src/cybergarage/xml/cxml_attribute.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute.c'; fi`; \
15573 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo"; exit 1; fi
15574 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='libclinkc_a-cxml_attribute.obj' libtool=no @AMDEPBACKSLASH@
15575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute.TPo' @AMDEPBACKSLASH@
15576 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15577 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute.obj `if test -f '../../src/cybergarage/xml/cxml_attribute.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute.c'; fi`
15578 +
15579 +libclinkc_a-cxml_attribute.lo: ../../src/cybergarage/xml/cxml_attribute.c
15580 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" -c -o libclinkc_a-cxml_attribute.lo `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c; \
15581 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute.Tpo"; exit 1; fi
15582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='libclinkc_a-cxml_attribute.lo' libtool=yes @AMDEPBACKSLASH@
15583 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute.TPlo' @AMDEPBACKSLASH@
15584 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15585 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute.lo `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c
15586 +
15587 +libclinkc_a-cxml_attribute_list.o: ../../src/cybergarage/xml/cxml_attribute_list.c
15588 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" -c -o libclinkc_a-cxml_attribute_list.o `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c; \
15589 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo"; exit 1; fi
15590 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='libclinkc_a-cxml_attribute_list.o' libtool=no @AMDEPBACKSLASH@
15591 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.TPo' @AMDEPBACKSLASH@
15592 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15593 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute_list.o `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c
15594 +
15595 +libclinkc_a-cxml_attribute_list.obj: ../../src/cybergarage/xml/cxml_attribute_list.c
15596 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" -c -o libclinkc_a-cxml_attribute_list.obj `if test -f '../../src/cybergarage/xml/cxml_attribute_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute_list.c'; fi`; \
15597 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo"; exit 1; fi
15598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='libclinkc_a-cxml_attribute_list.obj' libtool=no @AMDEPBACKSLASH@
15599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.TPo' @AMDEPBACKSLASH@
15600 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15601 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute_list.obj `if test -f '../../src/cybergarage/xml/cxml_attribute_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute_list.c'; fi`
15602 +
15603 +libclinkc_a-cxml_attribute_list.lo: ../../src/cybergarage/xml/cxml_attribute_list.c
15604 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_attribute_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" -c -o libclinkc_a-cxml_attribute_list.lo `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c; \
15605 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_attribute_list.Tpo"; exit 1; fi
15606 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='libclinkc_a-cxml_attribute_list.lo' libtool=yes @AMDEPBACKSLASH@
15607 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_attribute_list.TPlo' @AMDEPBACKSLASH@
15608 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15609 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_attribute_list.lo `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c
15610 +
15611 +libclinkc_a-cxml_function.o: ../../src/cybergarage/xml/cxml_function.c
15612 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_function.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" -c -o libclinkc_a-cxml_function.o `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c; \
15613 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" "$(DEPDIR)/libclinkc_a-cxml_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo"; exit 1; fi
15614 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='libclinkc_a-cxml_function.o' libtool=no @AMDEPBACKSLASH@
15615 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_function.TPo' @AMDEPBACKSLASH@
15616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15617 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_function.o `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c
15618 +
15619 +libclinkc_a-cxml_function.obj: ../../src/cybergarage/xml/cxml_function.c
15620 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_function.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" -c -o libclinkc_a-cxml_function.obj `if test -f '../../src/cybergarage/xml/cxml_function.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_function.c'; fi`; \
15621 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" "$(DEPDIR)/libclinkc_a-cxml_function.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo"; exit 1; fi
15622 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='libclinkc_a-cxml_function.obj' libtool=no @AMDEPBACKSLASH@
15623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_function.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_function.TPo' @AMDEPBACKSLASH@
15624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15625 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_function.obj `if test -f '../../src/cybergarage/xml/cxml_function.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_function.c'; fi`
15626 +
15627 +libclinkc_a-cxml_function.lo: ../../src/cybergarage/xml/cxml_function.c
15628 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_function.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" -c -o libclinkc_a-cxml_function.lo `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c; \
15629 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo" "$(DEPDIR)/libclinkc_a-cxml_function.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_function.Tpo"; exit 1; fi
15630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='libclinkc_a-cxml_function.lo' libtool=yes @AMDEPBACKSLASH@
15631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_function.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_function.TPlo' @AMDEPBACKSLASH@
15632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15633 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_function.lo `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c
15634 +
15635 +libclinkc_a-cxml_node.o: ../../src/cybergarage/xml/cxml_node.c
15636 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" -c -o libclinkc_a-cxml_node.o `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c; \
15637 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo"; exit 1; fi
15638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='libclinkc_a-cxml_node.o' libtool=no @AMDEPBACKSLASH@
15639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node.TPo' @AMDEPBACKSLASH@
15640 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15641 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node.o `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c
15642 +
15643 +libclinkc_a-cxml_node.obj: ../../src/cybergarage/xml/cxml_node.c
15644 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" -c -o libclinkc_a-cxml_node.obj `if test -f '../../src/cybergarage/xml/cxml_node.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node.c'; fi`; \
15645 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo"; exit 1; fi
15646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='libclinkc_a-cxml_node.obj' libtool=no @AMDEPBACKSLASH@
15647 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node.TPo' @AMDEPBACKSLASH@
15648 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15649 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node.obj `if test -f '../../src/cybergarage/xml/cxml_node.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node.c'; fi`
15650 +
15651 +libclinkc_a-cxml_node.lo: ../../src/cybergarage/xml/cxml_node.c
15652 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" -c -o libclinkc_a-cxml_node.lo `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c; \
15653 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node.Tpo"; exit 1; fi
15654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='libclinkc_a-cxml_node.lo' libtool=yes @AMDEPBACKSLASH@
15655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node.TPlo' @AMDEPBACKSLASH@
15656 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15657 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node.lo `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c
15658 +
15659 +libclinkc_a-cxml_node_list.o: ../../src/cybergarage/xml/cxml_node_list.c
15660 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node_list.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" -c -o libclinkc_a-cxml_node_list.o `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c; \
15661 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo"; exit 1; fi
15662 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='libclinkc_a-cxml_node_list.o' libtool=no @AMDEPBACKSLASH@
15663 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node_list.TPo' @AMDEPBACKSLASH@
15664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15665 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node_list.o `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c
15666 +
15667 +libclinkc_a-cxml_node_list.obj: ../../src/cybergarage/xml/cxml_node_list.c
15668 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node_list.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" -c -o libclinkc_a-cxml_node_list.obj `if test -f '../../src/cybergarage/xml/cxml_node_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node_list.c'; fi`; \
15669 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node_list.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo"; exit 1; fi
15670 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='libclinkc_a-cxml_node_list.obj' libtool=no @AMDEPBACKSLASH@
15671 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node_list.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node_list.TPo' @AMDEPBACKSLASH@
15672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15673 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node_list.obj `if test -f '../../src/cybergarage/xml/cxml_node_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node_list.c'; fi`
15674 +
15675 +libclinkc_a-cxml_node_list.lo: ../../src/cybergarage/xml/cxml_node_list.c
15676 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_node_list.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" -c -o libclinkc_a-cxml_node_list.lo `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c; \
15677 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo" "$(DEPDIR)/libclinkc_a-cxml_node_list.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_node_list.Tpo"; exit 1; fi
15678 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='libclinkc_a-cxml_node_list.lo' libtool=yes @AMDEPBACKSLASH@
15679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_node_list.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_node_list.TPlo' @AMDEPBACKSLASH@
15680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15681 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_node_list.lo `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c
15682 +
15683 +libclinkc_a-cxml_parser.o: ../../src/cybergarage/xml/cxml_parser.c
15684 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" -c -o libclinkc_a-cxml_parser.o `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c; \
15685 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo"; exit 1; fi
15686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='libclinkc_a-cxml_parser.o' libtool=no @AMDEPBACKSLASH@
15687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser.TPo' @AMDEPBACKSLASH@
15688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15689 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser.o `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c
15690 +
15691 +libclinkc_a-cxml_parser.obj: ../../src/cybergarage/xml/cxml_parser.c
15692 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" -c -o libclinkc_a-cxml_parser.obj `if test -f '../../src/cybergarage/xml/cxml_parser.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser.c'; fi`; \
15693 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo"; exit 1; fi
15694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='libclinkc_a-cxml_parser.obj' libtool=no @AMDEPBACKSLASH@
15695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser.TPo' @AMDEPBACKSLASH@
15696 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15697 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser.obj `if test -f '../../src/cybergarage/xml/cxml_parser.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser.c'; fi`
15698 +
15699 +libclinkc_a-cxml_parser.lo: ../../src/cybergarage/xml/cxml_parser.c
15700 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" -c -o libclinkc_a-cxml_parser.lo `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c; \
15701 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser.Tpo"; exit 1; fi
15702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='libclinkc_a-cxml_parser.lo' libtool=yes @AMDEPBACKSLASH@
15703 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser.TPlo' @AMDEPBACKSLASH@
15704 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15705 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser.lo `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c
15706 +
15707 +libclinkc_a-cxml_parser_expat.o: ../../src/cybergarage/xml/cxml_parser_expat.c
15708 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_expat.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" -c -o libclinkc_a-cxml_parser_expat.o `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c; \
15709 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo"; exit 1; fi
15710 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='libclinkc_a-cxml_parser_expat.o' libtool=no @AMDEPBACKSLASH@
15711 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.TPo' @AMDEPBACKSLASH@
15712 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15713 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_expat.o `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c
15714 +
15715 +libclinkc_a-cxml_parser_expat.obj: ../../src/cybergarage/xml/cxml_parser_expat.c
15716 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_expat.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" -c -o libclinkc_a-cxml_parser_expat.obj `if test -f '../../src/cybergarage/xml/cxml_parser_expat.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_expat.c'; fi`; \
15717 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo"; exit 1; fi
15718 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='libclinkc_a-cxml_parser_expat.obj' libtool=no @AMDEPBACKSLASH@
15719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.TPo' @AMDEPBACKSLASH@
15720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15721 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_expat.obj `if test -f '../../src/cybergarage/xml/cxml_parser_expat.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_expat.c'; fi`
15722 +
15723 +libclinkc_a-cxml_parser_expat.lo: ../../src/cybergarage/xml/cxml_parser_expat.c
15724 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_expat.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" -c -o libclinkc_a-cxml_parser_expat.lo `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c; \
15725 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_expat.Tpo"; exit 1; fi
15726 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='libclinkc_a-cxml_parser_expat.lo' libtool=yes @AMDEPBACKSLASH@
15727 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_expat.TPlo' @AMDEPBACKSLASH@
15728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15729 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_expat.lo `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c
15730 +
15731 +libclinkc_a-cxml_parser_libxml2.o: ../../src/cybergarage/xml/cxml_parser_libxml2.c
15732 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_libxml2.o -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" -c -o libclinkc_a-cxml_parser_libxml2.o `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c; \
15733 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo"; exit 1; fi
15734 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='libclinkc_a-cxml_parser_libxml2.o' libtool=no @AMDEPBACKSLASH@
15735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.TPo' @AMDEPBACKSLASH@
15736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15737 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_libxml2.o `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c
15738 +
15739 +libclinkc_a-cxml_parser_libxml2.obj: ../../src/cybergarage/xml/cxml_parser_libxml2.c
15740 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_libxml2.obj -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" -c -o libclinkc_a-cxml_parser_libxml2.obj `if test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_libxml2.c'; fi`; \
15741 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo"; exit 1; fi
15742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='libclinkc_a-cxml_parser_libxml2.obj' libtool=no @AMDEPBACKSLASH@
15743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Po' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.TPo' @AMDEPBACKSLASH@
15744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15745 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_libxml2.obj `if test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_libxml2.c'; fi`
15746 +
15747 +libclinkc_a-cxml_parser_libxml2.lo: ../../src/cybergarage/xml/cxml_parser_libxml2.c
15748 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -MT libclinkc_a-cxml_parser_libxml2.lo -MD -MP -MF "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" -c -o libclinkc_a-cxml_parser_libxml2.lo `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c; \
15749 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo" "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Plo"; else rm -f "$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Tpo"; exit 1; fi
15750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='libclinkc_a-cxml_parser_libxml2.lo' libtool=yes @AMDEPBACKSLASH@
15751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.Plo' tmpdepfile='$(DEPDIR)/libclinkc_a-cxml_parser_libxml2.TPlo' @AMDEPBACKSLASH@
15752 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15753 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclinkc_a_CFLAGS) $(CFLAGS) -c -o libclinkc_a-cxml_parser_libxml2.lo `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c
15754 +
15755 +cfile.o: ../../src/cybergarage/io/cfile.c
15756 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfile.o -MD -MP -MF "$(DEPDIR)/cfile.Tpo" -c -o cfile.o `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c; \
15757 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cfile.Tpo" "$(DEPDIR)/cfile.Po"; else rm -f "$(DEPDIR)/cfile.Tpo"; exit 1; fi
15758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='cfile.o' libtool=no @AMDEPBACKSLASH@
15759 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cfile.Po' tmpdepfile='$(DEPDIR)/cfile.TPo' @AMDEPBACKSLASH@
15760 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15761 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfile.o `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c
15762 +
15763 +cfile.obj: ../../src/cybergarage/io/cfile.c
15764 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfile.obj -MD -MP -MF "$(DEPDIR)/cfile.Tpo" -c -o cfile.obj `if test -f '../../src/cybergarage/io/cfile.c'; then $(CYGPATH_W) '../../src/cybergarage/io/cfile.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/io/cfile.c'; fi`; \
15765 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cfile.Tpo" "$(DEPDIR)/cfile.Po"; else rm -f "$(DEPDIR)/cfile.Tpo"; exit 1; fi
15766 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='cfile.obj' libtool=no @AMDEPBACKSLASH@
15767 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cfile.Po' tmpdepfile='$(DEPDIR)/cfile.TPo' @AMDEPBACKSLASH@
15768 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15769 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfile.obj `if test -f '../../src/cybergarage/io/cfile.c'; then $(CYGPATH_W) '../../src/cybergarage/io/cfile.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/io/cfile.c'; fi`
15770 +
15771 +cfile.lo: ../../src/cybergarage/io/cfile.c
15772 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfile.lo -MD -MP -MF "$(DEPDIR)/cfile.Tpo" -c -o cfile.lo `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c; \
15773 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cfile.Tpo" "$(DEPDIR)/cfile.Plo"; else rm -f "$(DEPDIR)/cfile.Tpo"; exit 1; fi
15774 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/io/cfile.c' object='cfile.lo' libtool=yes @AMDEPBACKSLASH@
15775 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cfile.Plo' tmpdepfile='$(DEPDIR)/cfile.TPlo' @AMDEPBACKSLASH@
15776 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15777 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfile.lo `test -f '../../src/cybergarage/io/cfile.c' || echo '$(srcdir)/'`../../src/cybergarage/io/cfile.c
15778 +
15779 +clist.o: ../../src/cybergarage/util/clist.c
15780 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clist.o -MD -MP -MF "$(DEPDIR)/clist.Tpo" -c -o clist.o `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c; \
15781 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clist.Tpo" "$(DEPDIR)/clist.Po"; else rm -f "$(DEPDIR)/clist.Tpo"; exit 1; fi
15782 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='clist.o' libtool=no @AMDEPBACKSLASH@
15783 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clist.Po' tmpdepfile='$(DEPDIR)/clist.TPo' @AMDEPBACKSLASH@
15784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15785 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clist.o `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c
15786 +
15787 +clist.obj: ../../src/cybergarage/util/clist.c
15788 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clist.obj -MD -MP -MF "$(DEPDIR)/clist.Tpo" -c -o clist.obj `if test -f '../../src/cybergarage/util/clist.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clist.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clist.c'; fi`; \
15789 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clist.Tpo" "$(DEPDIR)/clist.Po"; else rm -f "$(DEPDIR)/clist.Tpo"; exit 1; fi
15790 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='clist.obj' libtool=no @AMDEPBACKSLASH@
15791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clist.Po' tmpdepfile='$(DEPDIR)/clist.TPo' @AMDEPBACKSLASH@
15792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15793 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clist.obj `if test -f '../../src/cybergarage/util/clist.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clist.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clist.c'; fi`
15794 +
15795 +clist.lo: ../../src/cybergarage/util/clist.c
15796 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clist.lo -MD -MP -MF "$(DEPDIR)/clist.Tpo" -c -o clist.lo `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c; \
15797 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clist.Tpo" "$(DEPDIR)/clist.Plo"; else rm -f "$(DEPDIR)/clist.Tpo"; exit 1; fi
15798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clist.c' object='clist.lo' libtool=yes @AMDEPBACKSLASH@
15799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clist.Plo' tmpdepfile='$(DEPDIR)/clist.TPlo' @AMDEPBACKSLASH@
15800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15801 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clist.lo `test -f '../../src/cybergarage/util/clist.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clist.c
15802 +
15803 +cmutex.o: ../../src/cybergarage/util/cmutex.c
15804 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cmutex.o -MD -MP -MF "$(DEPDIR)/cmutex.Tpo" -c -o cmutex.o `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c; \
15805 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cmutex.Tpo" "$(DEPDIR)/cmutex.Po"; else rm -f "$(DEPDIR)/cmutex.Tpo"; exit 1; fi
15806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='cmutex.o' libtool=no @AMDEPBACKSLASH@
15807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cmutex.Po' tmpdepfile='$(DEPDIR)/cmutex.TPo' @AMDEPBACKSLASH@
15808 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15809 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cmutex.o `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c
15810 +
15811 +cmutex.obj: ../../src/cybergarage/util/cmutex.c
15812 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cmutex.obj -MD -MP -MF "$(DEPDIR)/cmutex.Tpo" -c -o cmutex.obj `if test -f '../../src/cybergarage/util/cmutex.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cmutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cmutex.c'; fi`; \
15813 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cmutex.Tpo" "$(DEPDIR)/cmutex.Po"; else rm -f "$(DEPDIR)/cmutex.Tpo"; exit 1; fi
15814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='cmutex.obj' libtool=no @AMDEPBACKSLASH@
15815 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cmutex.Po' tmpdepfile='$(DEPDIR)/cmutex.TPo' @AMDEPBACKSLASH@
15816 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15817 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cmutex.obj `if test -f '../../src/cybergarage/util/cmutex.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cmutex.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cmutex.c'; fi`
15818 +
15819 +cmutex.lo: ../../src/cybergarage/util/cmutex.c
15820 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cmutex.lo -MD -MP -MF "$(DEPDIR)/cmutex.Tpo" -c -o cmutex.lo `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c; \
15821 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cmutex.Tpo" "$(DEPDIR)/cmutex.Plo"; else rm -f "$(DEPDIR)/cmutex.Tpo"; exit 1; fi
15822 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cmutex.c' object='cmutex.lo' libtool=yes @AMDEPBACKSLASH@
15823 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cmutex.Plo' tmpdepfile='$(DEPDIR)/cmutex.TPlo' @AMDEPBACKSLASH@
15824 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15825 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cmutex.lo `test -f '../../src/cybergarage/util/cmutex.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cmutex.c
15826 +
15827 +ccond.o: ../../src/cybergarage/util/ccond.c
15828 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccond.o -MD -MP -MF "$(DEPDIR)/ccond.Tpo" -c -o ccond.o `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c; \
15829 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccond.Tpo" "$(DEPDIR)/ccond.Po"; else rm -f "$(DEPDIR)/ccond.Tpo"; exit 1; fi
15830 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='ccond.o' libtool=no @AMDEPBACKSLASH@
15831 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccond.Po' tmpdepfile='$(DEPDIR)/ccond.TPo' @AMDEPBACKSLASH@
15832 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15833 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccond.o `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c
15834 +
15835 +ccond.obj: ../../src/cybergarage/util/ccond.c
15836 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccond.obj -MD -MP -MF "$(DEPDIR)/ccond.Tpo" -c -o ccond.obj `if test -f '../../src/cybergarage/util/ccond.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ccond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ccond.c'; fi`; \
15837 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccond.Tpo" "$(DEPDIR)/ccond.Po"; else rm -f "$(DEPDIR)/ccond.Tpo"; exit 1; fi
15838 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='ccond.obj' libtool=no @AMDEPBACKSLASH@
15839 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccond.Po' tmpdepfile='$(DEPDIR)/ccond.TPo' @AMDEPBACKSLASH@
15840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15841 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccond.obj `if test -f '../../src/cybergarage/util/ccond.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ccond.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ccond.c'; fi`
15842 +
15843 +ccond.lo: ../../src/cybergarage/util/ccond.c
15844 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccond.lo -MD -MP -MF "$(DEPDIR)/ccond.Tpo" -c -o ccond.lo `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c; \
15845 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccond.Tpo" "$(DEPDIR)/ccond.Plo"; else rm -f "$(DEPDIR)/ccond.Tpo"; exit 1; fi
15846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ccond.c' object='ccond.lo' libtool=yes @AMDEPBACKSLASH@
15847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccond.Plo' tmpdepfile='$(DEPDIR)/ccond.TPlo' @AMDEPBACKSLASH@
15848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15849 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccond.lo `test -f '../../src/cybergarage/util/ccond.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ccond.c
15850 +
15851 +cstring.o: ../../src/cybergarage/util/cstring.c
15852 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring.o -MD -MP -MF "$(DEPDIR)/cstring.Tpo" -c -o cstring.o `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c; \
15853 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring.Tpo" "$(DEPDIR)/cstring.Po"; else rm -f "$(DEPDIR)/cstring.Tpo"; exit 1; fi
15854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='cstring.o' libtool=no @AMDEPBACKSLASH@
15855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring.Po' tmpdepfile='$(DEPDIR)/cstring.TPo' @AMDEPBACKSLASH@
15856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15857 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring.o `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c
15858 +
15859 +cstring.obj: ../../src/cybergarage/util/cstring.c
15860 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring.obj -MD -MP -MF "$(DEPDIR)/cstring.Tpo" -c -o cstring.obj `if test -f '../../src/cybergarage/util/cstring.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring.c'; fi`; \
15861 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring.Tpo" "$(DEPDIR)/cstring.Po"; else rm -f "$(DEPDIR)/cstring.Tpo"; exit 1; fi
15862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='cstring.obj' libtool=no @AMDEPBACKSLASH@
15863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring.Po' tmpdepfile='$(DEPDIR)/cstring.TPo' @AMDEPBACKSLASH@
15864 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15865 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring.obj `if test -f '../../src/cybergarage/util/cstring.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring.c'; fi`
15866 +
15867 +cstring.lo: ../../src/cybergarage/util/cstring.c
15868 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring.lo -MD -MP -MF "$(DEPDIR)/cstring.Tpo" -c -o cstring.lo `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c; \
15869 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring.Tpo" "$(DEPDIR)/cstring.Plo"; else rm -f "$(DEPDIR)/cstring.Tpo"; exit 1; fi
15870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring.c' object='cstring.lo' libtool=yes @AMDEPBACKSLASH@
15871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring.Plo' tmpdepfile='$(DEPDIR)/cstring.TPlo' @AMDEPBACKSLASH@
15872 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15873 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring.lo `test -f '../../src/cybergarage/util/cstring.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring.c
15874 +
15875 +cstring_tokenizer.o: ../../src/cybergarage/util/cstring_tokenizer.c
15876 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_tokenizer.o -MD -MP -MF "$(DEPDIR)/cstring_tokenizer.Tpo" -c -o cstring_tokenizer.o `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c; \
15877 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_tokenizer.Tpo" "$(DEPDIR)/cstring_tokenizer.Po"; else rm -f "$(DEPDIR)/cstring_tokenizer.Tpo"; exit 1; fi
15878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='cstring_tokenizer.o' libtool=no @AMDEPBACKSLASH@
15879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_tokenizer.Po' tmpdepfile='$(DEPDIR)/cstring_tokenizer.TPo' @AMDEPBACKSLASH@
15880 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15881 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_tokenizer.o `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c
15882 +
15883 +cstring_tokenizer.obj: ../../src/cybergarage/util/cstring_tokenizer.c
15884 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_tokenizer.obj -MD -MP -MF "$(DEPDIR)/cstring_tokenizer.Tpo" -c -o cstring_tokenizer.obj `if test -f '../../src/cybergarage/util/cstring_tokenizer.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_tokenizer.c'; fi`; \
15885 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_tokenizer.Tpo" "$(DEPDIR)/cstring_tokenizer.Po"; else rm -f "$(DEPDIR)/cstring_tokenizer.Tpo"; exit 1; fi
15886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='cstring_tokenizer.obj' libtool=no @AMDEPBACKSLASH@
15887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_tokenizer.Po' tmpdepfile='$(DEPDIR)/cstring_tokenizer.TPo' @AMDEPBACKSLASH@
15888 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15889 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_tokenizer.obj `if test -f '../../src/cybergarage/util/cstring_tokenizer.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_tokenizer.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_tokenizer.c'; fi`
15890 +
15891 +cstring_tokenizer.lo: ../../src/cybergarage/util/cstring_tokenizer.c
15892 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_tokenizer.lo -MD -MP -MF "$(DEPDIR)/cstring_tokenizer.Tpo" -c -o cstring_tokenizer.lo `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c; \
15893 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_tokenizer.Tpo" "$(DEPDIR)/cstring_tokenizer.Plo"; else rm -f "$(DEPDIR)/cstring_tokenizer.Tpo"; exit 1; fi
15894 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_tokenizer.c' object='cstring_tokenizer.lo' libtool=yes @AMDEPBACKSLASH@
15895 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_tokenizer.Plo' tmpdepfile='$(DEPDIR)/cstring_tokenizer.TPlo' @AMDEPBACKSLASH@
15896 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15897 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_tokenizer.lo `test -f '../../src/cybergarage/util/cstring_tokenizer.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_tokenizer.c
15898 +
15899 +cstring_function.o: ../../src/cybergarage/util/cstring_function.c
15900 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_function.o -MD -MP -MF "$(DEPDIR)/cstring_function.Tpo" -c -o cstring_function.o `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c; \
15901 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_function.Tpo" "$(DEPDIR)/cstring_function.Po"; else rm -f "$(DEPDIR)/cstring_function.Tpo"; exit 1; fi
15902 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='cstring_function.o' libtool=no @AMDEPBACKSLASH@
15903 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_function.Po' tmpdepfile='$(DEPDIR)/cstring_function.TPo' @AMDEPBACKSLASH@
15904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15905 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_function.o `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c
15906 +
15907 +cstring_function.obj: ../../src/cybergarage/util/cstring_function.c
15908 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_function.obj -MD -MP -MF "$(DEPDIR)/cstring_function.Tpo" -c -o cstring_function.obj `if test -f '../../src/cybergarage/util/cstring_function.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_function.c'; fi`; \
15909 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_function.Tpo" "$(DEPDIR)/cstring_function.Po"; else rm -f "$(DEPDIR)/cstring_function.Tpo"; exit 1; fi
15910 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='cstring_function.obj' libtool=no @AMDEPBACKSLASH@
15911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_function.Po' tmpdepfile='$(DEPDIR)/cstring_function.TPo' @AMDEPBACKSLASH@
15912 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15913 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_function.obj `if test -f '../../src/cybergarage/util/cstring_function.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cstring_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cstring_function.c'; fi`
15914 +
15915 +cstring_function.lo: ../../src/cybergarage/util/cstring_function.c
15916 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstring_function.lo -MD -MP -MF "$(DEPDIR)/cstring_function.Tpo" -c -o cstring_function.lo `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c; \
15917 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstring_function.Tpo" "$(DEPDIR)/cstring_function.Plo"; else rm -f "$(DEPDIR)/cstring_function.Tpo"; exit 1; fi
15918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cstring_function.c' object='cstring_function.lo' libtool=yes @AMDEPBACKSLASH@
15919 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstring_function.Plo' tmpdepfile='$(DEPDIR)/cstring_function.TPlo' @AMDEPBACKSLASH@
15920 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15921 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstring_function.lo `test -f '../../src/cybergarage/util/cstring_function.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cstring_function.c
15922 +
15923 +cthread.o: ../../src/cybergarage/util/cthread.c
15924 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread.o -MD -MP -MF "$(DEPDIR)/cthread.Tpo" -c -o cthread.o `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c; \
15925 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread.Tpo" "$(DEPDIR)/cthread.Po"; else rm -f "$(DEPDIR)/cthread.Tpo"; exit 1; fi
15926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='cthread.o' libtool=no @AMDEPBACKSLASH@
15927 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread.Po' tmpdepfile='$(DEPDIR)/cthread.TPo' @AMDEPBACKSLASH@
15928 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15929 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread.o `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c
15930 +
15931 +cthread.obj: ../../src/cybergarage/util/cthread.c
15932 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread.obj -MD -MP -MF "$(DEPDIR)/cthread.Tpo" -c -o cthread.obj `if test -f '../../src/cybergarage/util/cthread.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread.c'; fi`; \
15933 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread.Tpo" "$(DEPDIR)/cthread.Po"; else rm -f "$(DEPDIR)/cthread.Tpo"; exit 1; fi
15934 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='cthread.obj' libtool=no @AMDEPBACKSLASH@
15935 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread.Po' tmpdepfile='$(DEPDIR)/cthread.TPo' @AMDEPBACKSLASH@
15936 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15937 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread.obj `if test -f '../../src/cybergarage/util/cthread.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread.c'; fi`
15938 +
15939 +cthread.lo: ../../src/cybergarage/util/cthread.c
15940 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread.lo -MD -MP -MF "$(DEPDIR)/cthread.Tpo" -c -o cthread.lo `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c; \
15941 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread.Tpo" "$(DEPDIR)/cthread.Plo"; else rm -f "$(DEPDIR)/cthread.Tpo"; exit 1; fi
15942 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread.c' object='cthread.lo' libtool=yes @AMDEPBACKSLASH@
15943 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread.Plo' tmpdepfile='$(DEPDIR)/cthread.TPlo' @AMDEPBACKSLASH@
15944 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15945 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread.lo `test -f '../../src/cybergarage/util/cthread.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread.c
15946 +
15947 +cthread_list.o: ../../src/cybergarage/util/cthread_list.c
15948 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread_list.o -MD -MP -MF "$(DEPDIR)/cthread_list.Tpo" -c -o cthread_list.o `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c; \
15949 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread_list.Tpo" "$(DEPDIR)/cthread_list.Po"; else rm -f "$(DEPDIR)/cthread_list.Tpo"; exit 1; fi
15950 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='cthread_list.o' libtool=no @AMDEPBACKSLASH@
15951 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread_list.Po' tmpdepfile='$(DEPDIR)/cthread_list.TPo' @AMDEPBACKSLASH@
15952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15953 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread_list.o `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c
15954 +
15955 +cthread_list.obj: ../../src/cybergarage/util/cthread_list.c
15956 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread_list.obj -MD -MP -MF "$(DEPDIR)/cthread_list.Tpo" -c -o cthread_list.obj `if test -f '../../src/cybergarage/util/cthread_list.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread_list.c'; fi`; \
15957 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread_list.Tpo" "$(DEPDIR)/cthread_list.Po"; else rm -f "$(DEPDIR)/cthread_list.Tpo"; exit 1; fi
15958 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='cthread_list.obj' libtool=no @AMDEPBACKSLASH@
15959 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread_list.Po' tmpdepfile='$(DEPDIR)/cthread_list.TPo' @AMDEPBACKSLASH@
15960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15961 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread_list.obj `if test -f '../../src/cybergarage/util/cthread_list.c'; then $(CYGPATH_W) '../../src/cybergarage/util/cthread_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/cthread_list.c'; fi`
15962 +
15963 +cthread_list.lo: ../../src/cybergarage/util/cthread_list.c
15964 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cthread_list.lo -MD -MP -MF "$(DEPDIR)/cthread_list.Tpo" -c -o cthread_list.lo `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c; \
15965 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cthread_list.Tpo" "$(DEPDIR)/cthread_list.Plo"; else rm -f "$(DEPDIR)/cthread_list.Tpo"; exit 1; fi
15966 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/cthread_list.c' object='cthread_list.lo' libtool=yes @AMDEPBACKSLASH@
15967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cthread_list.Plo' tmpdepfile='$(DEPDIR)/cthread_list.TPlo' @AMDEPBACKSLASH@
15968 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15969 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cthread_list.lo `test -f '../../src/cybergarage/util/cthread_list.c' || echo '$(srcdir)/'`../../src/cybergarage/util/cthread_list.c
15970 +
15971 +ctime.o: ../../src/cybergarage/util/ctime.c
15972 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ctime.o -MD -MP -MF "$(DEPDIR)/ctime.Tpo" -c -o ctime.o `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c; \
15973 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ctime.Tpo" "$(DEPDIR)/ctime.Po"; else rm -f "$(DEPDIR)/ctime.Tpo"; exit 1; fi
15974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='ctime.o' libtool=no @AMDEPBACKSLASH@
15975 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ctime.Po' tmpdepfile='$(DEPDIR)/ctime.TPo' @AMDEPBACKSLASH@
15976 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15977 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ctime.o `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c
15978 +
15979 +ctime.obj: ../../src/cybergarage/util/ctime.c
15980 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ctime.obj -MD -MP -MF "$(DEPDIR)/ctime.Tpo" -c -o ctime.obj `if test -f '../../src/cybergarage/util/ctime.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ctime.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ctime.c'; fi`; \
15981 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ctime.Tpo" "$(DEPDIR)/ctime.Po"; else rm -f "$(DEPDIR)/ctime.Tpo"; exit 1; fi
15982 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='ctime.obj' libtool=no @AMDEPBACKSLASH@
15983 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ctime.Po' tmpdepfile='$(DEPDIR)/ctime.TPo' @AMDEPBACKSLASH@
15984 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15985 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ctime.obj `if test -f '../../src/cybergarage/util/ctime.c'; then $(CYGPATH_W) '../../src/cybergarage/util/ctime.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/ctime.c'; fi`
15986 +
15987 +ctime.lo: ../../src/cybergarage/util/ctime.c
15988 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ctime.lo -MD -MP -MF "$(DEPDIR)/ctime.Tpo" -c -o ctime.lo `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c; \
15989 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ctime.Tpo" "$(DEPDIR)/ctime.Plo"; else rm -f "$(DEPDIR)/ctime.Tpo"; exit 1; fi
15990 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/ctime.c' object='ctime.lo' libtool=yes @AMDEPBACKSLASH@
15991 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ctime.Plo' tmpdepfile='$(DEPDIR)/ctime.TPlo' @AMDEPBACKSLASH@
15992 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15993 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ctime.lo `test -f '../../src/cybergarage/util/ctime.c' || echo '$(srcdir)/'`../../src/cybergarage/util/ctime.c
15994 +
15995 +clog.o: ../../src/cybergarage/util/clog.c
15996 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clog.o -MD -MP -MF "$(DEPDIR)/clog.Tpo" -c -o clog.o `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c; \
15997 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clog.Tpo" "$(DEPDIR)/clog.Po"; else rm -f "$(DEPDIR)/clog.Tpo"; exit 1; fi
15998 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='clog.o' libtool=no @AMDEPBACKSLASH@
15999 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clog.Po' tmpdepfile='$(DEPDIR)/clog.TPo' @AMDEPBACKSLASH@
16000 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16001 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clog.o `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c
16002 +
16003 +clog.obj: ../../src/cybergarage/util/clog.c
16004 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clog.obj -MD -MP -MF "$(DEPDIR)/clog.Tpo" -c -o clog.obj `if test -f '../../src/cybergarage/util/clog.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clog.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clog.c'; fi`; \
16005 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clog.Tpo" "$(DEPDIR)/clog.Po"; else rm -f "$(DEPDIR)/clog.Tpo"; exit 1; fi
16006 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='clog.obj' libtool=no @AMDEPBACKSLASH@
16007 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clog.Po' tmpdepfile='$(DEPDIR)/clog.TPo' @AMDEPBACKSLASH@
16008 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16009 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clog.obj `if test -f '../../src/cybergarage/util/clog.c'; then $(CYGPATH_W) '../../src/cybergarage/util/clog.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/util/clog.c'; fi`
16010 +
16011 +clog.lo: ../../src/cybergarage/util/clog.c
16012 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clog.lo -MD -MP -MF "$(DEPDIR)/clog.Tpo" -c -o clog.lo `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c; \
16013 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clog.Tpo" "$(DEPDIR)/clog.Plo"; else rm -f "$(DEPDIR)/clog.Tpo"; exit 1; fi
16014 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/util/clog.c' object='clog.lo' libtool=yes @AMDEPBACKSLASH@
16015 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clog.Plo' tmpdepfile='$(DEPDIR)/clog.TPlo' @AMDEPBACKSLASH@
16016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16017 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clog.lo `test -f '../../src/cybergarage/util/clog.c' || echo '$(srcdir)/'`../../src/cybergarage/util/clog.c
16018 +
16019 +cdatagram_packet.o: ../../src/cybergarage/net/cdatagram_packet.c
16020 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdatagram_packet.o -MD -MP -MF "$(DEPDIR)/cdatagram_packet.Tpo" -c -o cdatagram_packet.o `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c; \
16021 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdatagram_packet.Tpo" "$(DEPDIR)/cdatagram_packet.Po"; else rm -f "$(DEPDIR)/cdatagram_packet.Tpo"; exit 1; fi
16022 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='cdatagram_packet.o' libtool=no @AMDEPBACKSLASH@
16023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdatagram_packet.Po' tmpdepfile='$(DEPDIR)/cdatagram_packet.TPo' @AMDEPBACKSLASH@
16024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16025 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdatagram_packet.o `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c
16026 +
16027 +cdatagram_packet.obj: ../../src/cybergarage/net/cdatagram_packet.c
16028 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdatagram_packet.obj -MD -MP -MF "$(DEPDIR)/cdatagram_packet.Tpo" -c -o cdatagram_packet.obj `if test -f '../../src/cybergarage/net/cdatagram_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cdatagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cdatagram_packet.c'; fi`; \
16029 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdatagram_packet.Tpo" "$(DEPDIR)/cdatagram_packet.Po"; else rm -f "$(DEPDIR)/cdatagram_packet.Tpo"; exit 1; fi
16030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='cdatagram_packet.obj' libtool=no @AMDEPBACKSLASH@
16031 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdatagram_packet.Po' tmpdepfile='$(DEPDIR)/cdatagram_packet.TPo' @AMDEPBACKSLASH@
16032 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16033 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdatagram_packet.obj `if test -f '../../src/cybergarage/net/cdatagram_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cdatagram_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cdatagram_packet.c'; fi`
16034 +
16035 +cdatagram_packet.lo: ../../src/cybergarage/net/cdatagram_packet.c
16036 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdatagram_packet.lo -MD -MP -MF "$(DEPDIR)/cdatagram_packet.Tpo" -c -o cdatagram_packet.lo `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c; \
16037 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdatagram_packet.Tpo" "$(DEPDIR)/cdatagram_packet.Plo"; else rm -f "$(DEPDIR)/cdatagram_packet.Tpo"; exit 1; fi
16038 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cdatagram_packet.c' object='cdatagram_packet.lo' libtool=yes @AMDEPBACKSLASH@
16039 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdatagram_packet.Plo' tmpdepfile='$(DEPDIR)/cdatagram_packet.TPlo' @AMDEPBACKSLASH@
16040 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16041 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdatagram_packet.lo `test -f '../../src/cybergarage/net/cdatagram_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cdatagram_packet.c
16042 +
16043 +csocket.o: ../../src/cybergarage/net/csocket.c
16044 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csocket.o -MD -MP -MF "$(DEPDIR)/csocket.Tpo" -c -o csocket.o `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c; \
16045 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csocket.Tpo" "$(DEPDIR)/csocket.Po"; else rm -f "$(DEPDIR)/csocket.Tpo"; exit 1; fi
16046 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='csocket.o' libtool=no @AMDEPBACKSLASH@
16047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csocket.Po' tmpdepfile='$(DEPDIR)/csocket.TPo' @AMDEPBACKSLASH@
16048 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16049 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csocket.o `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c
16050 +
16051 +csocket.obj: ../../src/cybergarage/net/csocket.c
16052 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csocket.obj -MD -MP -MF "$(DEPDIR)/csocket.Tpo" -c -o csocket.obj `if test -f '../../src/cybergarage/net/csocket.c'; then $(CYGPATH_W) '../../src/cybergarage/net/csocket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/csocket.c'; fi`; \
16053 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csocket.Tpo" "$(DEPDIR)/csocket.Po"; else rm -f "$(DEPDIR)/csocket.Tpo"; exit 1; fi
16054 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='csocket.obj' libtool=no @AMDEPBACKSLASH@
16055 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csocket.Po' tmpdepfile='$(DEPDIR)/csocket.TPo' @AMDEPBACKSLASH@
16056 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16057 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csocket.obj `if test -f '../../src/cybergarage/net/csocket.c'; then $(CYGPATH_W) '../../src/cybergarage/net/csocket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/csocket.c'; fi`
16058 +
16059 +csocket.lo: ../../src/cybergarage/net/csocket.c
16060 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csocket.lo -MD -MP -MF "$(DEPDIR)/csocket.Tpo" -c -o csocket.lo `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c; \
16061 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csocket.Tpo" "$(DEPDIR)/csocket.Plo"; else rm -f "$(DEPDIR)/csocket.Tpo"; exit 1; fi
16062 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/csocket.c' object='csocket.lo' libtool=yes @AMDEPBACKSLASH@
16063 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csocket.Plo' tmpdepfile='$(DEPDIR)/csocket.TPlo' @AMDEPBACKSLASH@
16064 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16065 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csocket.lo `test -f '../../src/cybergarage/net/csocket.c' || echo '$(srcdir)/'`../../src/cybergarage/net/csocket.c
16066 +
16067 +cinterface.o: ../../src/cybergarage/net/cinterface.c
16068 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface.o -MD -MP -MF "$(DEPDIR)/cinterface.Tpo" -c -o cinterface.o `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c; \
16069 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface.Tpo" "$(DEPDIR)/cinterface.Po"; else rm -f "$(DEPDIR)/cinterface.Tpo"; exit 1; fi
16070 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='cinterface.o' libtool=no @AMDEPBACKSLASH@
16071 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface.Po' tmpdepfile='$(DEPDIR)/cinterface.TPo' @AMDEPBACKSLASH@
16072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16073 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface.o `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c
16074 +
16075 +cinterface.obj: ../../src/cybergarage/net/cinterface.c
16076 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface.obj -MD -MP -MF "$(DEPDIR)/cinterface.Tpo" -c -o cinterface.obj `if test -f '../../src/cybergarage/net/cinterface.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface.c'; fi`; \
16077 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface.Tpo" "$(DEPDIR)/cinterface.Po"; else rm -f "$(DEPDIR)/cinterface.Tpo"; exit 1; fi
16078 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='cinterface.obj' libtool=no @AMDEPBACKSLASH@
16079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface.Po' tmpdepfile='$(DEPDIR)/cinterface.TPo' @AMDEPBACKSLASH@
16080 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16081 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface.obj `if test -f '../../src/cybergarage/net/cinterface.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface.c'; fi`
16082 +
16083 +cinterface.lo: ../../src/cybergarage/net/cinterface.c
16084 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface.lo -MD -MP -MF "$(DEPDIR)/cinterface.Tpo" -c -o cinterface.lo `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c; \
16085 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface.Tpo" "$(DEPDIR)/cinterface.Plo"; else rm -f "$(DEPDIR)/cinterface.Tpo"; exit 1; fi
16086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface.c' object='cinterface.lo' libtool=yes @AMDEPBACKSLASH@
16087 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface.Plo' tmpdepfile='$(DEPDIR)/cinterface.TPlo' @AMDEPBACKSLASH@
16088 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16089 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface.lo `test -f '../../src/cybergarage/net/cinterface.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface.c
16090 +
16091 +cinterface_list.o: ../../src/cybergarage/net/cinterface_list.c
16092 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_list.o -MD -MP -MF "$(DEPDIR)/cinterface_list.Tpo" -c -o cinterface_list.o `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c; \
16093 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_list.Tpo" "$(DEPDIR)/cinterface_list.Po"; else rm -f "$(DEPDIR)/cinterface_list.Tpo"; exit 1; fi
16094 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='cinterface_list.o' libtool=no @AMDEPBACKSLASH@
16095 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_list.Po' tmpdepfile='$(DEPDIR)/cinterface_list.TPo' @AMDEPBACKSLASH@
16096 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16097 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_list.o `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c
16098 +
16099 +cinterface_list.obj: ../../src/cybergarage/net/cinterface_list.c
16100 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_list.obj -MD -MP -MF "$(DEPDIR)/cinterface_list.Tpo" -c -o cinterface_list.obj `if test -f '../../src/cybergarage/net/cinterface_list.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_list.c'; fi`; \
16101 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_list.Tpo" "$(DEPDIR)/cinterface_list.Po"; else rm -f "$(DEPDIR)/cinterface_list.Tpo"; exit 1; fi
16102 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='cinterface_list.obj' libtool=no @AMDEPBACKSLASH@
16103 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_list.Po' tmpdepfile='$(DEPDIR)/cinterface_list.TPo' @AMDEPBACKSLASH@
16104 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16105 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_list.obj `if test -f '../../src/cybergarage/net/cinterface_list.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_list.c'; fi`
16106 +
16107 +cinterface_list.lo: ../../src/cybergarage/net/cinterface_list.c
16108 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_list.lo -MD -MP -MF "$(DEPDIR)/cinterface_list.Tpo" -c -o cinterface_list.lo `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c; \
16109 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_list.Tpo" "$(DEPDIR)/cinterface_list.Plo"; else rm -f "$(DEPDIR)/cinterface_list.Tpo"; exit 1; fi
16110 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_list.c' object='cinterface_list.lo' libtool=yes @AMDEPBACKSLASH@
16111 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_list.Plo' tmpdepfile='$(DEPDIR)/cinterface_list.TPlo' @AMDEPBACKSLASH@
16112 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16113 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_list.lo `test -f '../../src/cybergarage/net/cinterface_list.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_list.c
16114 +
16115 +cinterface_function.o: ../../src/cybergarage/net/cinterface_function.c
16116 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_function.o -MD -MP -MF "$(DEPDIR)/cinterface_function.Tpo" -c -o cinterface_function.o `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c; \
16117 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_function.Tpo" "$(DEPDIR)/cinterface_function.Po"; else rm -f "$(DEPDIR)/cinterface_function.Tpo"; exit 1; fi
16118 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='cinterface_function.o' libtool=no @AMDEPBACKSLASH@
16119 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_function.Po' tmpdepfile='$(DEPDIR)/cinterface_function.TPo' @AMDEPBACKSLASH@
16120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16121 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_function.o `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c
16122 +
16123 +cinterface_function.obj: ../../src/cybergarage/net/cinterface_function.c
16124 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_function.obj -MD -MP -MF "$(DEPDIR)/cinterface_function.Tpo" -c -o cinterface_function.obj `if test -f '../../src/cybergarage/net/cinterface_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_function.c'; fi`; \
16125 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_function.Tpo" "$(DEPDIR)/cinterface_function.Po"; else rm -f "$(DEPDIR)/cinterface_function.Tpo"; exit 1; fi
16126 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='cinterface_function.obj' libtool=no @AMDEPBACKSLASH@
16127 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_function.Po' tmpdepfile='$(DEPDIR)/cinterface_function.TPo' @AMDEPBACKSLASH@
16128 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16129 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_function.obj `if test -f '../../src/cybergarage/net/cinterface_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cinterface_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cinterface_function.c'; fi`
16130 +
16131 +cinterface_function.lo: ../../src/cybergarage/net/cinterface_function.c
16132 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cinterface_function.lo -MD -MP -MF "$(DEPDIR)/cinterface_function.Tpo" -c -o cinterface_function.lo `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c; \
16133 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cinterface_function.Tpo" "$(DEPDIR)/cinterface_function.Plo"; else rm -f "$(DEPDIR)/cinterface_function.Tpo"; exit 1; fi
16134 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cinterface_function.c' object='cinterface_function.lo' libtool=yes @AMDEPBACKSLASH@
16135 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cinterface_function.Plo' tmpdepfile='$(DEPDIR)/cinterface_function.TPlo' @AMDEPBACKSLASH@
16136 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16137 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cinterface_function.lo `test -f '../../src/cybergarage/net/cinterface_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cinterface_function.c
16138 +
16139 +cnet_function.o: ../../src/cybergarage/net/cnet_function.c
16140 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnet_function.o -MD -MP -MF "$(DEPDIR)/cnet_function.Tpo" -c -o cnet_function.o `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c; \
16141 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnet_function.Tpo" "$(DEPDIR)/cnet_function.Po"; else rm -f "$(DEPDIR)/cnet_function.Tpo"; exit 1; fi
16142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='cnet_function.o' libtool=no @AMDEPBACKSLASH@
16143 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnet_function.Po' tmpdepfile='$(DEPDIR)/cnet_function.TPo' @AMDEPBACKSLASH@
16144 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16145 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnet_function.o `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c
16146 +
16147 +cnet_function.obj: ../../src/cybergarage/net/cnet_function.c
16148 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnet_function.obj -MD -MP -MF "$(DEPDIR)/cnet_function.Tpo" -c -o cnet_function.obj `if test -f '../../src/cybergarage/net/cnet_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cnet_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cnet_function.c'; fi`; \
16149 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnet_function.Tpo" "$(DEPDIR)/cnet_function.Po"; else rm -f "$(DEPDIR)/cnet_function.Tpo"; exit 1; fi
16150 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='cnet_function.obj' libtool=no @AMDEPBACKSLASH@
16151 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnet_function.Po' tmpdepfile='$(DEPDIR)/cnet_function.TPo' @AMDEPBACKSLASH@
16152 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16153 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnet_function.obj `if test -f '../../src/cybergarage/net/cnet_function.c'; then $(CYGPATH_W) '../../src/cybergarage/net/cnet_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/cnet_function.c'; fi`
16154 +
16155 +cnet_function.lo: ../../src/cybergarage/net/cnet_function.c
16156 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnet_function.lo -MD -MP -MF "$(DEPDIR)/cnet_function.Tpo" -c -o cnet_function.lo `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c; \
16157 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnet_function.Tpo" "$(DEPDIR)/cnet_function.Plo"; else rm -f "$(DEPDIR)/cnet_function.Tpo"; exit 1; fi
16158 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/cnet_function.c' object='cnet_function.lo' libtool=yes @AMDEPBACKSLASH@
16159 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnet_function.Plo' tmpdepfile='$(DEPDIR)/cnet_function.TPlo' @AMDEPBACKSLASH@
16160 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16161 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnet_function.lo `test -f '../../src/cybergarage/net/cnet_function.c' || echo '$(srcdir)/'`../../src/cybergarage/net/cnet_function.c
16162 +
16163 +curi.o: ../../src/cybergarage/net/curi.c
16164 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curi.o -MD -MP -MF "$(DEPDIR)/curi.Tpo" -c -o curi.o `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c; \
16165 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curi.Tpo" "$(DEPDIR)/curi.Po"; else rm -f "$(DEPDIR)/curi.Tpo"; exit 1; fi
16166 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='curi.o' libtool=no @AMDEPBACKSLASH@
16167 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curi.Po' tmpdepfile='$(DEPDIR)/curi.TPo' @AMDEPBACKSLASH@
16168 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16169 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curi.o `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c
16170 +
16171 +curi.obj: ../../src/cybergarage/net/curi.c
16172 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curi.obj -MD -MP -MF "$(DEPDIR)/curi.Tpo" -c -o curi.obj `if test -f '../../src/cybergarage/net/curi.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curi.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curi.c'; fi`; \
16173 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curi.Tpo" "$(DEPDIR)/curi.Po"; else rm -f "$(DEPDIR)/curi.Tpo"; exit 1; fi
16174 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='curi.obj' libtool=no @AMDEPBACKSLASH@
16175 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curi.Po' tmpdepfile='$(DEPDIR)/curi.TPo' @AMDEPBACKSLASH@
16176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16177 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curi.obj `if test -f '../../src/cybergarage/net/curi.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curi.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curi.c'; fi`
16178 +
16179 +curi.lo: ../../src/cybergarage/net/curi.c
16180 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curi.lo -MD -MP -MF "$(DEPDIR)/curi.Tpo" -c -o curi.lo `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c; \
16181 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curi.Tpo" "$(DEPDIR)/curi.Plo"; else rm -f "$(DEPDIR)/curi.Tpo"; exit 1; fi
16182 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curi.c' object='curi.lo' libtool=yes @AMDEPBACKSLASH@
16183 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curi.Plo' tmpdepfile='$(DEPDIR)/curi.TPlo' @AMDEPBACKSLASH@
16184 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16185 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curi.lo `test -f '../../src/cybergarage/net/curi.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curi.c
16186 +
16187 +curl.o: ../../src/cybergarage/net/curl.c
16188 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curl.o -MD -MP -MF "$(DEPDIR)/curl.Tpo" -c -o curl.o `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c; \
16189 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curl.Tpo" "$(DEPDIR)/curl.Po"; else rm -f "$(DEPDIR)/curl.Tpo"; exit 1; fi
16190 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='curl.o' libtool=no @AMDEPBACKSLASH@
16191 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curl.Po' tmpdepfile='$(DEPDIR)/curl.TPo' @AMDEPBACKSLASH@
16192 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16193 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curl.o `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c
16194 +
16195 +curl.obj: ../../src/cybergarage/net/curl.c
16196 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curl.obj -MD -MP -MF "$(DEPDIR)/curl.Tpo" -c -o curl.obj `if test -f '../../src/cybergarage/net/curl.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curl.c'; fi`; \
16197 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curl.Tpo" "$(DEPDIR)/curl.Po"; else rm -f "$(DEPDIR)/curl.Tpo"; exit 1; fi
16198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='curl.obj' libtool=no @AMDEPBACKSLASH@
16199 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curl.Po' tmpdepfile='$(DEPDIR)/curl.TPo' @AMDEPBACKSLASH@
16200 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16201 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curl.obj `if test -f '../../src/cybergarage/net/curl.c'; then $(CYGPATH_W) '../../src/cybergarage/net/curl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/net/curl.c'; fi`
16202 +
16203 +curl.lo: ../../src/cybergarage/net/curl.c
16204 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT curl.lo -MD -MP -MF "$(DEPDIR)/curl.Tpo" -c -o curl.lo `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c; \
16205 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/curl.Tpo" "$(DEPDIR)/curl.Plo"; else rm -f "$(DEPDIR)/curl.Tpo"; exit 1; fi
16206 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/net/curl.c' object='curl.lo' libtool=yes @AMDEPBACKSLASH@
16207 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/curl.Plo' tmpdepfile='$(DEPDIR)/curl.TPlo' @AMDEPBACKSLASH@
16208 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16209 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o curl.lo `test -f '../../src/cybergarage/net/curl.c' || echo '$(srcdir)/'`../../src/cybergarage/net/curl.c
16210 +
16211 +chttp.o: ../../src/cybergarage/http/chttp.c
16212 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp.o -MD -MP -MF "$(DEPDIR)/chttp.Tpo" -c -o chttp.o `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c; \
16213 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp.Tpo" "$(DEPDIR)/chttp.Po"; else rm -f "$(DEPDIR)/chttp.Tpo"; exit 1; fi
16214 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='chttp.o' libtool=no @AMDEPBACKSLASH@
16215 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp.Po' tmpdepfile='$(DEPDIR)/chttp.TPo' @AMDEPBACKSLASH@
16216 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16217 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp.o `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c
16218 +
16219 +chttp.obj: ../../src/cybergarage/http/chttp.c
16220 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp.obj -MD -MP -MF "$(DEPDIR)/chttp.Tpo" -c -o chttp.obj `if test -f '../../src/cybergarage/http/chttp.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp.c'; fi`; \
16221 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp.Tpo" "$(DEPDIR)/chttp.Po"; else rm -f "$(DEPDIR)/chttp.Tpo"; exit 1; fi
16222 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='chttp.obj' libtool=no @AMDEPBACKSLASH@
16223 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp.Po' tmpdepfile='$(DEPDIR)/chttp.TPo' @AMDEPBACKSLASH@
16224 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16225 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp.obj `if test -f '../../src/cybergarage/http/chttp.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp.c'; fi`
16226 +
16227 +chttp.lo: ../../src/cybergarage/http/chttp.c
16228 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp.lo -MD -MP -MF "$(DEPDIR)/chttp.Tpo" -c -o chttp.lo `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c; \
16229 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp.Tpo" "$(DEPDIR)/chttp.Plo"; else rm -f "$(DEPDIR)/chttp.Tpo"; exit 1; fi
16230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp.c' object='chttp.lo' libtool=yes @AMDEPBACKSLASH@
16231 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp.Plo' tmpdepfile='$(DEPDIR)/chttp.TPlo' @AMDEPBACKSLASH@
16232 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16233 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp.lo `test -f '../../src/cybergarage/http/chttp.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp.c
16234 +
16235 +chttp_date.o: ../../src/cybergarage/http/chttp_date.c
16236 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_date.o -MD -MP -MF "$(DEPDIR)/chttp_date.Tpo" -c -o chttp_date.o `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c; \
16237 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_date.Tpo" "$(DEPDIR)/chttp_date.Po"; else rm -f "$(DEPDIR)/chttp_date.Tpo"; exit 1; fi
16238 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='chttp_date.o' libtool=no @AMDEPBACKSLASH@
16239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_date.Po' tmpdepfile='$(DEPDIR)/chttp_date.TPo' @AMDEPBACKSLASH@
16240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16241 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_date.o `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c
16242 +
16243 +chttp_date.obj: ../../src/cybergarage/http/chttp_date.c
16244 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_date.obj -MD -MP -MF "$(DEPDIR)/chttp_date.Tpo" -c -o chttp_date.obj `if test -f '../../src/cybergarage/http/chttp_date.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_date.c'; fi`; \
16245 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_date.Tpo" "$(DEPDIR)/chttp_date.Po"; else rm -f "$(DEPDIR)/chttp_date.Tpo"; exit 1; fi
16246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='chttp_date.obj' libtool=no @AMDEPBACKSLASH@
16247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_date.Po' tmpdepfile='$(DEPDIR)/chttp_date.TPo' @AMDEPBACKSLASH@
16248 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16249 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_date.obj `if test -f '../../src/cybergarage/http/chttp_date.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_date.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_date.c'; fi`
16250 +
16251 +chttp_date.lo: ../../src/cybergarage/http/chttp_date.c
16252 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_date.lo -MD -MP -MF "$(DEPDIR)/chttp_date.Tpo" -c -o chttp_date.lo `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c; \
16253 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_date.Tpo" "$(DEPDIR)/chttp_date.Plo"; else rm -f "$(DEPDIR)/chttp_date.Tpo"; exit 1; fi
16254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_date.c' object='chttp_date.lo' libtool=yes @AMDEPBACKSLASH@
16255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_date.Plo' tmpdepfile='$(DEPDIR)/chttp_date.TPlo' @AMDEPBACKSLASH@
16256 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16257 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_date.lo `test -f '../../src/cybergarage/http/chttp_date.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_date.c
16258 +
16259 +chttp_header.o: ../../src/cybergarage/http/chttp_header.c
16260 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header.o -MD -MP -MF "$(DEPDIR)/chttp_header.Tpo" -c -o chttp_header.o `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c; \
16261 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header.Tpo" "$(DEPDIR)/chttp_header.Po"; else rm -f "$(DEPDIR)/chttp_header.Tpo"; exit 1; fi
16262 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='chttp_header.o' libtool=no @AMDEPBACKSLASH@
16263 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header.Po' tmpdepfile='$(DEPDIR)/chttp_header.TPo' @AMDEPBACKSLASH@
16264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16265 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header.o `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c
16266 +
16267 +chttp_header.obj: ../../src/cybergarage/http/chttp_header.c
16268 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header.obj -MD -MP -MF "$(DEPDIR)/chttp_header.Tpo" -c -o chttp_header.obj `if test -f '../../src/cybergarage/http/chttp_header.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header.c'; fi`; \
16269 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header.Tpo" "$(DEPDIR)/chttp_header.Po"; else rm -f "$(DEPDIR)/chttp_header.Tpo"; exit 1; fi
16270 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='chttp_header.obj' libtool=no @AMDEPBACKSLASH@
16271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header.Po' tmpdepfile='$(DEPDIR)/chttp_header.TPo' @AMDEPBACKSLASH@
16272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16273 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header.obj `if test -f '../../src/cybergarage/http/chttp_header.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header.c'; fi`
16274 +
16275 +chttp_header.lo: ../../src/cybergarage/http/chttp_header.c
16276 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header.lo -MD -MP -MF "$(DEPDIR)/chttp_header.Tpo" -c -o chttp_header.lo `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c; \
16277 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header.Tpo" "$(DEPDIR)/chttp_header.Plo"; else rm -f "$(DEPDIR)/chttp_header.Tpo"; exit 1; fi
16278 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header.c' object='chttp_header.lo' libtool=yes @AMDEPBACKSLASH@
16279 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header.Plo' tmpdepfile='$(DEPDIR)/chttp_header.TPlo' @AMDEPBACKSLASH@
16280 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16281 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header.lo `test -f '../../src/cybergarage/http/chttp_header.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header.c
16282 +
16283 +chttp_header_list.o: ../../src/cybergarage/http/chttp_header_list.c
16284 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header_list.o -MD -MP -MF "$(DEPDIR)/chttp_header_list.Tpo" -c -o chttp_header_list.o `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c; \
16285 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header_list.Tpo" "$(DEPDIR)/chttp_header_list.Po"; else rm -f "$(DEPDIR)/chttp_header_list.Tpo"; exit 1; fi
16286 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='chttp_header_list.o' libtool=no @AMDEPBACKSLASH@
16287 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header_list.Po' tmpdepfile='$(DEPDIR)/chttp_header_list.TPo' @AMDEPBACKSLASH@
16288 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16289 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header_list.o `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c
16290 +
16291 +chttp_header_list.obj: ../../src/cybergarage/http/chttp_header_list.c
16292 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header_list.obj -MD -MP -MF "$(DEPDIR)/chttp_header_list.Tpo" -c -o chttp_header_list.obj `if test -f '../../src/cybergarage/http/chttp_header_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header_list.c'; fi`; \
16293 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header_list.Tpo" "$(DEPDIR)/chttp_header_list.Po"; else rm -f "$(DEPDIR)/chttp_header_list.Tpo"; exit 1; fi
16294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='chttp_header_list.obj' libtool=no @AMDEPBACKSLASH@
16295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header_list.Po' tmpdepfile='$(DEPDIR)/chttp_header_list.TPo' @AMDEPBACKSLASH@
16296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16297 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header_list.obj `if test -f '../../src/cybergarage/http/chttp_header_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_header_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_header_list.c'; fi`
16298 +
16299 +chttp_header_list.lo: ../../src/cybergarage/http/chttp_header_list.c
16300 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_header_list.lo -MD -MP -MF "$(DEPDIR)/chttp_header_list.Tpo" -c -o chttp_header_list.lo `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c; \
16301 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_header_list.Tpo" "$(DEPDIR)/chttp_header_list.Plo"; else rm -f "$(DEPDIR)/chttp_header_list.Tpo"; exit 1; fi
16302 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_header_list.c' object='chttp_header_list.lo' libtool=yes @AMDEPBACKSLASH@
16303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_header_list.Plo' tmpdepfile='$(DEPDIR)/chttp_header_list.TPlo' @AMDEPBACKSLASH@
16304 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16305 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_header_list.lo `test -f '../../src/cybergarage/http/chttp_header_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_header_list.c
16306 +
16307 +chttp_packet.o: ../../src/cybergarage/http/chttp_packet.c
16308 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_packet.o -MD -MP -MF "$(DEPDIR)/chttp_packet.Tpo" -c -o chttp_packet.o `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c; \
16309 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_packet.Tpo" "$(DEPDIR)/chttp_packet.Po"; else rm -f "$(DEPDIR)/chttp_packet.Tpo"; exit 1; fi
16310 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='chttp_packet.o' libtool=no @AMDEPBACKSLASH@
16311 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_packet.Po' tmpdepfile='$(DEPDIR)/chttp_packet.TPo' @AMDEPBACKSLASH@
16312 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16313 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_packet.o `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c
16314 +
16315 +chttp_packet.obj: ../../src/cybergarage/http/chttp_packet.c
16316 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_packet.obj -MD -MP -MF "$(DEPDIR)/chttp_packet.Tpo" -c -o chttp_packet.obj `if test -f '../../src/cybergarage/http/chttp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_packet.c'; fi`; \
16317 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_packet.Tpo" "$(DEPDIR)/chttp_packet.Po"; else rm -f "$(DEPDIR)/chttp_packet.Tpo"; exit 1; fi
16318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='chttp_packet.obj' libtool=no @AMDEPBACKSLASH@
16319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_packet.Po' tmpdepfile='$(DEPDIR)/chttp_packet.TPo' @AMDEPBACKSLASH@
16320 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16321 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_packet.obj `if test -f '../../src/cybergarage/http/chttp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_packet.c'; fi`
16322 +
16323 +chttp_packet.lo: ../../src/cybergarage/http/chttp_packet.c
16324 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_packet.lo -MD -MP -MF "$(DEPDIR)/chttp_packet.Tpo" -c -o chttp_packet.lo `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c; \
16325 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_packet.Tpo" "$(DEPDIR)/chttp_packet.Plo"; else rm -f "$(DEPDIR)/chttp_packet.Tpo"; exit 1; fi
16326 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_packet.c' object='chttp_packet.lo' libtool=yes @AMDEPBACKSLASH@
16327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_packet.Plo' tmpdepfile='$(DEPDIR)/chttp_packet.TPlo' @AMDEPBACKSLASH@
16328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16329 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_packet.lo `test -f '../../src/cybergarage/http/chttp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_packet.c
16330 +
16331 +chttp_persistent_connection.o: ../../src/cybergarage/http/chttp_persistent_connection.c
16332 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_persistent_connection.o -MD -MP -MF "$(DEPDIR)/chttp_persistent_connection.Tpo" -c -o chttp_persistent_connection.o `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c; \
16333 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_persistent_connection.Tpo" "$(DEPDIR)/chttp_persistent_connection.Po"; else rm -f "$(DEPDIR)/chttp_persistent_connection.Tpo"; exit 1; fi
16334 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='chttp_persistent_connection.o' libtool=no @AMDEPBACKSLASH@
16335 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_persistent_connection.Po' tmpdepfile='$(DEPDIR)/chttp_persistent_connection.TPo' @AMDEPBACKSLASH@
16336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16337 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_persistent_connection.o `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c
16338 +
16339 +chttp_persistent_connection.obj: ../../src/cybergarage/http/chttp_persistent_connection.c
16340 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_persistent_connection.obj -MD -MP -MF "$(DEPDIR)/chttp_persistent_connection.Tpo" -c -o chttp_persistent_connection.obj `if test -f '../../src/cybergarage/http/chttp_persistent_connection.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_persistent_connection.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_persistent_connection.c'; fi`; \
16341 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_persistent_connection.Tpo" "$(DEPDIR)/chttp_persistent_connection.Po"; else rm -f "$(DEPDIR)/chttp_persistent_connection.Tpo"; exit 1; fi
16342 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='chttp_persistent_connection.obj' libtool=no @AMDEPBACKSLASH@
16343 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_persistent_connection.Po' tmpdepfile='$(DEPDIR)/chttp_persistent_connection.TPo' @AMDEPBACKSLASH@
16344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16345 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_persistent_connection.obj `if test -f '../../src/cybergarage/http/chttp_persistent_connection.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_persistent_connection.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_persistent_connection.c'; fi`
16346 +
16347 +chttp_persistent_connection.lo: ../../src/cybergarage/http/chttp_persistent_connection.c
16348 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_persistent_connection.lo -MD -MP -MF "$(DEPDIR)/chttp_persistent_connection.Tpo" -c -o chttp_persistent_connection.lo `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c; \
16349 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_persistent_connection.Tpo" "$(DEPDIR)/chttp_persistent_connection.Plo"; else rm -f "$(DEPDIR)/chttp_persistent_connection.Tpo"; exit 1; fi
16350 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_persistent_connection.c' object='chttp_persistent_connection.lo' libtool=yes @AMDEPBACKSLASH@
16351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_persistent_connection.Plo' tmpdepfile='$(DEPDIR)/chttp_persistent_connection.TPlo' @AMDEPBACKSLASH@
16352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16353 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_persistent_connection.lo `test -f '../../src/cybergarage/http/chttp_persistent_connection.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_persistent_connection.c
16354 +
16355 +chttp_request.o: ../../src/cybergarage/http/chttp_request.c
16356 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_request.o -MD -MP -MF "$(DEPDIR)/chttp_request.Tpo" -c -o chttp_request.o `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c; \
16357 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_request.Tpo" "$(DEPDIR)/chttp_request.Po"; else rm -f "$(DEPDIR)/chttp_request.Tpo"; exit 1; fi
16358 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='chttp_request.o' libtool=no @AMDEPBACKSLASH@
16359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_request.Po' tmpdepfile='$(DEPDIR)/chttp_request.TPo' @AMDEPBACKSLASH@
16360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16361 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_request.o `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c
16362 +
16363 +chttp_request.obj: ../../src/cybergarage/http/chttp_request.c
16364 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_request.obj -MD -MP -MF "$(DEPDIR)/chttp_request.Tpo" -c -o chttp_request.obj `if test -f '../../src/cybergarage/http/chttp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_request.c'; fi`; \
16365 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_request.Tpo" "$(DEPDIR)/chttp_request.Po"; else rm -f "$(DEPDIR)/chttp_request.Tpo"; exit 1; fi
16366 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='chttp_request.obj' libtool=no @AMDEPBACKSLASH@
16367 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_request.Po' tmpdepfile='$(DEPDIR)/chttp_request.TPo' @AMDEPBACKSLASH@
16368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16369 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_request.obj `if test -f '../../src/cybergarage/http/chttp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_request.c'; fi`
16370 +
16371 +chttp_request.lo: ../../src/cybergarage/http/chttp_request.c
16372 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_request.lo -MD -MP -MF "$(DEPDIR)/chttp_request.Tpo" -c -o chttp_request.lo `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c; \
16373 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_request.Tpo" "$(DEPDIR)/chttp_request.Plo"; else rm -f "$(DEPDIR)/chttp_request.Tpo"; exit 1; fi
16374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_request.c' object='chttp_request.lo' libtool=yes @AMDEPBACKSLASH@
16375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_request.Plo' tmpdepfile='$(DEPDIR)/chttp_request.TPlo' @AMDEPBACKSLASH@
16376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16377 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_request.lo `test -f '../../src/cybergarage/http/chttp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_request.c
16378 +
16379 +chttp_response.o: ../../src/cybergarage/http/chttp_response.c
16380 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_response.o -MD -MP -MF "$(DEPDIR)/chttp_response.Tpo" -c -o chttp_response.o `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c; \
16381 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_response.Tpo" "$(DEPDIR)/chttp_response.Po"; else rm -f "$(DEPDIR)/chttp_response.Tpo"; exit 1; fi
16382 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='chttp_response.o' libtool=no @AMDEPBACKSLASH@
16383 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_response.Po' tmpdepfile='$(DEPDIR)/chttp_response.TPo' @AMDEPBACKSLASH@
16384 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16385 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_response.o `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c
16386 +
16387 +chttp_response.obj: ../../src/cybergarage/http/chttp_response.c
16388 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_response.obj -MD -MP -MF "$(DEPDIR)/chttp_response.Tpo" -c -o chttp_response.obj `if test -f '../../src/cybergarage/http/chttp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_response.c'; fi`; \
16389 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_response.Tpo" "$(DEPDIR)/chttp_response.Po"; else rm -f "$(DEPDIR)/chttp_response.Tpo"; exit 1; fi
16390 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='chttp_response.obj' libtool=no @AMDEPBACKSLASH@
16391 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_response.Po' tmpdepfile='$(DEPDIR)/chttp_response.TPo' @AMDEPBACKSLASH@
16392 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16393 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_response.obj `if test -f '../../src/cybergarage/http/chttp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_response.c'; fi`
16394 +
16395 +chttp_response.lo: ../../src/cybergarage/http/chttp_response.c
16396 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_response.lo -MD -MP -MF "$(DEPDIR)/chttp_response.Tpo" -c -o chttp_response.lo `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c; \
16397 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_response.Tpo" "$(DEPDIR)/chttp_response.Plo"; else rm -f "$(DEPDIR)/chttp_response.Tpo"; exit 1; fi
16398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_response.c' object='chttp_response.lo' libtool=yes @AMDEPBACKSLASH@
16399 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_response.Plo' tmpdepfile='$(DEPDIR)/chttp_response.TPlo' @AMDEPBACKSLASH@
16400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16401 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_response.lo `test -f '../../src/cybergarage/http/chttp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_response.c
16402 +
16403 +chttp_server.o: ../../src/cybergarage/http/chttp_server.c
16404 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server.o -MD -MP -MF "$(DEPDIR)/chttp_server.Tpo" -c -o chttp_server.o `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c; \
16405 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server.Tpo" "$(DEPDIR)/chttp_server.Po"; else rm -f "$(DEPDIR)/chttp_server.Tpo"; exit 1; fi
16406 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='chttp_server.o' libtool=no @AMDEPBACKSLASH@
16407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server.Po' tmpdepfile='$(DEPDIR)/chttp_server.TPo' @AMDEPBACKSLASH@
16408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16409 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server.o `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c
16410 +
16411 +chttp_server.obj: ../../src/cybergarage/http/chttp_server.c
16412 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server.obj -MD -MP -MF "$(DEPDIR)/chttp_server.Tpo" -c -o chttp_server.obj `if test -f '../../src/cybergarage/http/chttp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server.c'; fi`; \
16413 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server.Tpo" "$(DEPDIR)/chttp_server.Po"; else rm -f "$(DEPDIR)/chttp_server.Tpo"; exit 1; fi
16414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='chttp_server.obj' libtool=no @AMDEPBACKSLASH@
16415 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server.Po' tmpdepfile='$(DEPDIR)/chttp_server.TPo' @AMDEPBACKSLASH@
16416 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16417 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server.obj `if test -f '../../src/cybergarage/http/chttp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server.c'; fi`
16418 +
16419 +chttp_server.lo: ../../src/cybergarage/http/chttp_server.c
16420 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server.lo -MD -MP -MF "$(DEPDIR)/chttp_server.Tpo" -c -o chttp_server.lo `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c; \
16421 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server.Tpo" "$(DEPDIR)/chttp_server.Plo"; else rm -f "$(DEPDIR)/chttp_server.Tpo"; exit 1; fi
16422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server.c' object='chttp_server.lo' libtool=yes @AMDEPBACKSLASH@
16423 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server.Plo' tmpdepfile='$(DEPDIR)/chttp_server.TPlo' @AMDEPBACKSLASH@
16424 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16425 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server.lo `test -f '../../src/cybergarage/http/chttp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server.c
16426 +
16427 +chttp_server_list.o: ../../src/cybergarage/http/chttp_server_list.c
16428 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server_list.o -MD -MP -MF "$(DEPDIR)/chttp_server_list.Tpo" -c -o chttp_server_list.o `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c; \
16429 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server_list.Tpo" "$(DEPDIR)/chttp_server_list.Po"; else rm -f "$(DEPDIR)/chttp_server_list.Tpo"; exit 1; fi
16430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='chttp_server_list.o' libtool=no @AMDEPBACKSLASH@
16431 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server_list.Po' tmpdepfile='$(DEPDIR)/chttp_server_list.TPo' @AMDEPBACKSLASH@
16432 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16433 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server_list.o `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c
16434 +
16435 +chttp_server_list.obj: ../../src/cybergarage/http/chttp_server_list.c
16436 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server_list.obj -MD -MP -MF "$(DEPDIR)/chttp_server_list.Tpo" -c -o chttp_server_list.obj `if test -f '../../src/cybergarage/http/chttp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server_list.c'; fi`; \
16437 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server_list.Tpo" "$(DEPDIR)/chttp_server_list.Po"; else rm -f "$(DEPDIR)/chttp_server_list.Tpo"; exit 1; fi
16438 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='chttp_server_list.obj' libtool=no @AMDEPBACKSLASH@
16439 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server_list.Po' tmpdepfile='$(DEPDIR)/chttp_server_list.TPo' @AMDEPBACKSLASH@
16440 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16441 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server_list.obj `if test -f '../../src/cybergarage/http/chttp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/http/chttp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/http/chttp_server_list.c'; fi`
16442 +
16443 +chttp_server_list.lo: ../../src/cybergarage/http/chttp_server_list.c
16444 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttp_server_list.lo -MD -MP -MF "$(DEPDIR)/chttp_server_list.Tpo" -c -o chttp_server_list.lo `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c; \
16445 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttp_server_list.Tpo" "$(DEPDIR)/chttp_server_list.Plo"; else rm -f "$(DEPDIR)/chttp_server_list.Tpo"; exit 1; fi
16446 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/http/chttp_server_list.c' object='chttp_server_list.lo' libtool=yes @AMDEPBACKSLASH@
16447 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttp_server_list.Plo' tmpdepfile='$(DEPDIR)/chttp_server_list.TPlo' @AMDEPBACKSLASH@
16448 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16449 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttp_server_list.lo `test -f '../../src/cybergarage/http/chttp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/http/chttp_server_list.c
16450 +
16451 +csoap.o: ../../src/cybergarage/soap/csoap.c
16452 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap.o -MD -MP -MF "$(DEPDIR)/csoap.Tpo" -c -o csoap.o `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c; \
16453 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap.Tpo" "$(DEPDIR)/csoap.Po"; else rm -f "$(DEPDIR)/csoap.Tpo"; exit 1; fi
16454 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='csoap.o' libtool=no @AMDEPBACKSLASH@
16455 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap.Po' tmpdepfile='$(DEPDIR)/csoap.TPo' @AMDEPBACKSLASH@
16456 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16457 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap.o `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c
16458 +
16459 +csoap.obj: ../../src/cybergarage/soap/csoap.c
16460 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap.obj -MD -MP -MF "$(DEPDIR)/csoap.Tpo" -c -o csoap.obj `if test -f '../../src/cybergarage/soap/csoap.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap.c'; fi`; \
16461 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap.Tpo" "$(DEPDIR)/csoap.Po"; else rm -f "$(DEPDIR)/csoap.Tpo"; exit 1; fi
16462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='csoap.obj' libtool=no @AMDEPBACKSLASH@
16463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap.Po' tmpdepfile='$(DEPDIR)/csoap.TPo' @AMDEPBACKSLASH@
16464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16465 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap.obj `if test -f '../../src/cybergarage/soap/csoap.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap.c'; fi`
16466 +
16467 +csoap.lo: ../../src/cybergarage/soap/csoap.c
16468 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap.lo -MD -MP -MF "$(DEPDIR)/csoap.Tpo" -c -o csoap.lo `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c; \
16469 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap.Tpo" "$(DEPDIR)/csoap.Plo"; else rm -f "$(DEPDIR)/csoap.Tpo"; exit 1; fi
16470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap.c' object='csoap.lo' libtool=yes @AMDEPBACKSLASH@
16471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap.Plo' tmpdepfile='$(DEPDIR)/csoap.TPlo' @AMDEPBACKSLASH@
16472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16473 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap.lo `test -f '../../src/cybergarage/soap/csoap.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap.c
16474 +
16475 +csoap_request.o: ../../src/cybergarage/soap/csoap_request.c
16476 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_request.o -MD -MP -MF "$(DEPDIR)/csoap_request.Tpo" -c -o csoap_request.o `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c; \
16477 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_request.Tpo" "$(DEPDIR)/csoap_request.Po"; else rm -f "$(DEPDIR)/csoap_request.Tpo"; exit 1; fi
16478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='csoap_request.o' libtool=no @AMDEPBACKSLASH@
16479 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_request.Po' tmpdepfile='$(DEPDIR)/csoap_request.TPo' @AMDEPBACKSLASH@
16480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16481 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_request.o `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c
16482 +
16483 +csoap_request.obj: ../../src/cybergarage/soap/csoap_request.c
16484 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_request.obj -MD -MP -MF "$(DEPDIR)/csoap_request.Tpo" -c -o csoap_request.obj `if test -f '../../src/cybergarage/soap/csoap_request.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_request.c'; fi`; \
16485 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_request.Tpo" "$(DEPDIR)/csoap_request.Po"; else rm -f "$(DEPDIR)/csoap_request.Tpo"; exit 1; fi
16486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='csoap_request.obj' libtool=no @AMDEPBACKSLASH@
16487 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_request.Po' tmpdepfile='$(DEPDIR)/csoap_request.TPo' @AMDEPBACKSLASH@
16488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16489 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_request.obj `if test -f '../../src/cybergarage/soap/csoap_request.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_request.c'; fi`
16490 +
16491 +csoap_request.lo: ../../src/cybergarage/soap/csoap_request.c
16492 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_request.lo -MD -MP -MF "$(DEPDIR)/csoap_request.Tpo" -c -o csoap_request.lo `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c; \
16493 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_request.Tpo" "$(DEPDIR)/csoap_request.Plo"; else rm -f "$(DEPDIR)/csoap_request.Tpo"; exit 1; fi
16494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_request.c' object='csoap_request.lo' libtool=yes @AMDEPBACKSLASH@
16495 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_request.Plo' tmpdepfile='$(DEPDIR)/csoap_request.TPlo' @AMDEPBACKSLASH@
16496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16497 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_request.lo `test -f '../../src/cybergarage/soap/csoap_request.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_request.c
16498 +
16499 +csoap_response.o: ../../src/cybergarage/soap/csoap_response.c
16500 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_response.o -MD -MP -MF "$(DEPDIR)/csoap_response.Tpo" -c -o csoap_response.o `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c; \
16501 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_response.Tpo" "$(DEPDIR)/csoap_response.Po"; else rm -f "$(DEPDIR)/csoap_response.Tpo"; exit 1; fi
16502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='csoap_response.o' libtool=no @AMDEPBACKSLASH@
16503 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_response.Po' tmpdepfile='$(DEPDIR)/csoap_response.TPo' @AMDEPBACKSLASH@
16504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16505 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_response.o `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c
16506 +
16507 +csoap_response.obj: ../../src/cybergarage/soap/csoap_response.c
16508 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_response.obj -MD -MP -MF "$(DEPDIR)/csoap_response.Tpo" -c -o csoap_response.obj `if test -f '../../src/cybergarage/soap/csoap_response.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_response.c'; fi`; \
16509 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_response.Tpo" "$(DEPDIR)/csoap_response.Po"; else rm -f "$(DEPDIR)/csoap_response.Tpo"; exit 1; fi
16510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='csoap_response.obj' libtool=no @AMDEPBACKSLASH@
16511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_response.Po' tmpdepfile='$(DEPDIR)/csoap_response.TPo' @AMDEPBACKSLASH@
16512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16513 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_response.obj `if test -f '../../src/cybergarage/soap/csoap_response.c'; then $(CYGPATH_W) '../../src/cybergarage/soap/csoap_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/soap/csoap_response.c'; fi`
16514 +
16515 +csoap_response.lo: ../../src/cybergarage/soap/csoap_response.c
16516 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csoap_response.lo -MD -MP -MF "$(DEPDIR)/csoap_response.Tpo" -c -o csoap_response.lo `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c; \
16517 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csoap_response.Tpo" "$(DEPDIR)/csoap_response.Plo"; else rm -f "$(DEPDIR)/csoap_response.Tpo"; exit 1; fi
16518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/soap/csoap_response.c' object='csoap_response.lo' libtool=yes @AMDEPBACKSLASH@
16519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csoap_response.Plo' tmpdepfile='$(DEPDIR)/csoap_response.TPlo' @AMDEPBACKSLASH@
16520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16521 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csoap_response.lo `test -f '../../src/cybergarage/soap/csoap_response.c' || echo '$(srcdir)/'`../../src/cybergarage/soap/csoap_response.c
16522 +
16523 +caction.o: ../../src/cybergarage/upnp/caction.c
16524 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction.o -MD -MP -MF "$(DEPDIR)/caction.Tpo" -c -o caction.o `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c; \
16525 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction.Tpo" "$(DEPDIR)/caction.Po"; else rm -f "$(DEPDIR)/caction.Tpo"; exit 1; fi
16526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='caction.o' libtool=no @AMDEPBACKSLASH@
16527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction.Po' tmpdepfile='$(DEPDIR)/caction.TPo' @AMDEPBACKSLASH@
16528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16529 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction.o `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c
16530 +
16531 +caction.obj: ../../src/cybergarage/upnp/caction.c
16532 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction.obj -MD -MP -MF "$(DEPDIR)/caction.Tpo" -c -o caction.obj `if test -f '../../src/cybergarage/upnp/caction.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction.c'; fi`; \
16533 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction.Tpo" "$(DEPDIR)/caction.Po"; else rm -f "$(DEPDIR)/caction.Tpo"; exit 1; fi
16534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='caction.obj' libtool=no @AMDEPBACKSLASH@
16535 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction.Po' tmpdepfile='$(DEPDIR)/caction.TPo' @AMDEPBACKSLASH@
16536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16537 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction.obj `if test -f '../../src/cybergarage/upnp/caction.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction.c'; fi`
16538 +
16539 +caction.lo: ../../src/cybergarage/upnp/caction.c
16540 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction.lo -MD -MP -MF "$(DEPDIR)/caction.Tpo" -c -o caction.lo `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c; \
16541 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction.Tpo" "$(DEPDIR)/caction.Plo"; else rm -f "$(DEPDIR)/caction.Tpo"; exit 1; fi
16542 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction.c' object='caction.lo' libtool=yes @AMDEPBACKSLASH@
16543 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction.Plo' tmpdepfile='$(DEPDIR)/caction.TPlo' @AMDEPBACKSLASH@
16544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16545 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction.lo `test -f '../../src/cybergarage/upnp/caction.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction.c
16546 +
16547 +caction_list.o: ../../src/cybergarage/upnp/caction_list.c
16548 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_list.o -MD -MP -MF "$(DEPDIR)/caction_list.Tpo" -c -o caction_list.o `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c; \
16549 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_list.Tpo" "$(DEPDIR)/caction_list.Po"; else rm -f "$(DEPDIR)/caction_list.Tpo"; exit 1; fi
16550 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='caction_list.o' libtool=no @AMDEPBACKSLASH@
16551 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_list.Po' tmpdepfile='$(DEPDIR)/caction_list.TPo' @AMDEPBACKSLASH@
16552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16553 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_list.o `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c
16554 +
16555 +caction_list.obj: ../../src/cybergarage/upnp/caction_list.c
16556 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_list.obj -MD -MP -MF "$(DEPDIR)/caction_list.Tpo" -c -o caction_list.obj `if test -f '../../src/cybergarage/upnp/caction_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction_list.c'; fi`; \
16557 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_list.Tpo" "$(DEPDIR)/caction_list.Po"; else rm -f "$(DEPDIR)/caction_list.Tpo"; exit 1; fi
16558 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='caction_list.obj' libtool=no @AMDEPBACKSLASH@
16559 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_list.Po' tmpdepfile='$(DEPDIR)/caction_list.TPo' @AMDEPBACKSLASH@
16560 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16561 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_list.obj `if test -f '../../src/cybergarage/upnp/caction_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/caction_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/caction_list.c'; fi`
16562 +
16563 +caction_list.lo: ../../src/cybergarage/upnp/caction_list.c
16564 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_list.lo -MD -MP -MF "$(DEPDIR)/caction_list.Tpo" -c -o caction_list.lo `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c; \
16565 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_list.Tpo" "$(DEPDIR)/caction_list.Plo"; else rm -f "$(DEPDIR)/caction_list.Tpo"; exit 1; fi
16566 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/caction_list.c' object='caction_list.lo' libtool=yes @AMDEPBACKSLASH@
16567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_list.Plo' tmpdepfile='$(DEPDIR)/caction_list.TPlo' @AMDEPBACKSLASH@
16568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16569 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_list.lo `test -f '../../src/cybergarage/upnp/caction_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/caction_list.c
16570 +
16571 +cargument.o: ../../src/cybergarage/upnp/cargument.c
16572 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument.o -MD -MP -MF "$(DEPDIR)/cargument.Tpo" -c -o cargument.o `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c; \
16573 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument.Tpo" "$(DEPDIR)/cargument.Po"; else rm -f "$(DEPDIR)/cargument.Tpo"; exit 1; fi
16574 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='cargument.o' libtool=no @AMDEPBACKSLASH@
16575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument.Po' tmpdepfile='$(DEPDIR)/cargument.TPo' @AMDEPBACKSLASH@
16576 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16577 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument.o `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c
16578 +
16579 +cargument.obj: ../../src/cybergarage/upnp/cargument.c
16580 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument.obj -MD -MP -MF "$(DEPDIR)/cargument.Tpo" -c -o cargument.obj `if test -f '../../src/cybergarage/upnp/cargument.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument.c'; fi`; \
16581 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument.Tpo" "$(DEPDIR)/cargument.Po"; else rm -f "$(DEPDIR)/cargument.Tpo"; exit 1; fi
16582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='cargument.obj' libtool=no @AMDEPBACKSLASH@
16583 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument.Po' tmpdepfile='$(DEPDIR)/cargument.TPo' @AMDEPBACKSLASH@
16584 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16585 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument.obj `if test -f '../../src/cybergarage/upnp/cargument.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument.c'; fi`
16586 +
16587 +cargument.lo: ../../src/cybergarage/upnp/cargument.c
16588 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument.lo -MD -MP -MF "$(DEPDIR)/cargument.Tpo" -c -o cargument.lo `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c; \
16589 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument.Tpo" "$(DEPDIR)/cargument.Plo"; else rm -f "$(DEPDIR)/cargument.Tpo"; exit 1; fi
16590 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument.c' object='cargument.lo' libtool=yes @AMDEPBACKSLASH@
16591 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument.Plo' tmpdepfile='$(DEPDIR)/cargument.TPlo' @AMDEPBACKSLASH@
16592 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16593 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument.lo `test -f '../../src/cybergarage/upnp/cargument.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument.c
16594 +
16595 +cargument_list.o: ../../src/cybergarage/upnp/cargument_list.c
16596 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument_list.o -MD -MP -MF "$(DEPDIR)/cargument_list.Tpo" -c -o cargument_list.o `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c; \
16597 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument_list.Tpo" "$(DEPDIR)/cargument_list.Po"; else rm -f "$(DEPDIR)/cargument_list.Tpo"; exit 1; fi
16598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='cargument_list.o' libtool=no @AMDEPBACKSLASH@
16599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument_list.Po' tmpdepfile='$(DEPDIR)/cargument_list.TPo' @AMDEPBACKSLASH@
16600 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16601 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument_list.o `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c
16602 +
16603 +cargument_list.obj: ../../src/cybergarage/upnp/cargument_list.c
16604 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument_list.obj -MD -MP -MF "$(DEPDIR)/cargument_list.Tpo" -c -o cargument_list.obj `if test -f '../../src/cybergarage/upnp/cargument_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument_list.c'; fi`; \
16605 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument_list.Tpo" "$(DEPDIR)/cargument_list.Po"; else rm -f "$(DEPDIR)/cargument_list.Tpo"; exit 1; fi
16606 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='cargument_list.obj' libtool=no @AMDEPBACKSLASH@
16607 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument_list.Po' tmpdepfile='$(DEPDIR)/cargument_list.TPo' @AMDEPBACKSLASH@
16608 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16609 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument_list.obj `if test -f '../../src/cybergarage/upnp/cargument_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cargument_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cargument_list.c'; fi`
16610 +
16611 +cargument_list.lo: ../../src/cybergarage/upnp/cargument_list.c
16612 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cargument_list.lo -MD -MP -MF "$(DEPDIR)/cargument_list.Tpo" -c -o cargument_list.lo `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c; \
16613 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cargument_list.Tpo" "$(DEPDIR)/cargument_list.Plo"; else rm -f "$(DEPDIR)/cargument_list.Tpo"; exit 1; fi
16614 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cargument_list.c' object='cargument_list.lo' libtool=yes @AMDEPBACKSLASH@
16615 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cargument_list.Plo' tmpdepfile='$(DEPDIR)/cargument_list.TPlo' @AMDEPBACKSLASH@
16616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16617 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cargument_list.lo `test -f '../../src/cybergarage/upnp/cargument_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cargument_list.c
16618 +
16619 +ccontrolpoint.o: ../../src/cybergarage/upnp/ccontrolpoint.c
16620 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint.o -MD -MP -MF "$(DEPDIR)/ccontrolpoint.Tpo" -c -o ccontrolpoint.o `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c; \
16621 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint.Tpo" "$(DEPDIR)/ccontrolpoint.Po"; else rm -f "$(DEPDIR)/ccontrolpoint.Tpo"; exit 1; fi
16622 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='ccontrolpoint.o' libtool=no @AMDEPBACKSLASH@
16623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint.TPo' @AMDEPBACKSLASH@
16624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16625 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint.o `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c
16626 +
16627 +ccontrolpoint.obj: ../../src/cybergarage/upnp/ccontrolpoint.c
16628 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint.obj -MD -MP -MF "$(DEPDIR)/ccontrolpoint.Tpo" -c -o ccontrolpoint.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint.c'; fi`; \
16629 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint.Tpo" "$(DEPDIR)/ccontrolpoint.Po"; else rm -f "$(DEPDIR)/ccontrolpoint.Tpo"; exit 1; fi
16630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='ccontrolpoint.obj' libtool=no @AMDEPBACKSLASH@
16631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint.TPo' @AMDEPBACKSLASH@
16632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16633 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint.c'; fi`
16634 +
16635 +ccontrolpoint.lo: ../../src/cybergarage/upnp/ccontrolpoint.c
16636 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint.lo -MD -MP -MF "$(DEPDIR)/ccontrolpoint.Tpo" -c -o ccontrolpoint.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c; \
16637 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint.Tpo" "$(DEPDIR)/ccontrolpoint.Plo"; else rm -f "$(DEPDIR)/ccontrolpoint.Tpo"; exit 1; fi
16638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint.c' object='ccontrolpoint.lo' libtool=yes @AMDEPBACKSLASH@
16639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint.Plo' tmpdepfile='$(DEPDIR)/ccontrolpoint.TPlo' @AMDEPBACKSLASH@
16640 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16641 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint.c
16642 +
16643 +ccontrolpoint_event.o: ../../src/cybergarage/upnp/ccontrolpoint_event.c
16644 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_event.o -MD -MP -MF "$(DEPDIR)/ccontrolpoint_event.Tpo" -c -o ccontrolpoint_event.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c; \
16645 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_event.Tpo" "$(DEPDIR)/ccontrolpoint_event.Po"; else rm -f "$(DEPDIR)/ccontrolpoint_event.Tpo"; exit 1; fi
16646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='ccontrolpoint_event.o' libtool=no @AMDEPBACKSLASH@
16647 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_event.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint_event.TPo' @AMDEPBACKSLASH@
16648 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16649 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_event.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c
16650 +
16651 +ccontrolpoint_event.obj: ../../src/cybergarage/upnp/ccontrolpoint_event.c
16652 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_event.obj -MD -MP -MF "$(DEPDIR)/ccontrolpoint_event.Tpo" -c -o ccontrolpoint_event.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_event.c'; fi`; \
16653 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_event.Tpo" "$(DEPDIR)/ccontrolpoint_event.Po"; else rm -f "$(DEPDIR)/ccontrolpoint_event.Tpo"; exit 1; fi
16654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='ccontrolpoint_event.obj' libtool=no @AMDEPBACKSLASH@
16655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_event.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint_event.TPo' @AMDEPBACKSLASH@
16656 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16657 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_event.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_event.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_event.c'; fi`
16658 +
16659 +ccontrolpoint_event.lo: ../../src/cybergarage/upnp/ccontrolpoint_event.c
16660 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_event.lo -MD -MP -MF "$(DEPDIR)/ccontrolpoint_event.Tpo" -c -o ccontrolpoint_event.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c; \
16661 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_event.Tpo" "$(DEPDIR)/ccontrolpoint_event.Plo"; else rm -f "$(DEPDIR)/ccontrolpoint_event.Tpo"; exit 1; fi
16662 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_event.c' object='ccontrolpoint_event.lo' libtool=yes @AMDEPBACKSLASH@
16663 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_event.Plo' tmpdepfile='$(DEPDIR)/ccontrolpoint_event.TPlo' @AMDEPBACKSLASH@
16664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16665 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_event.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_event.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_event.c
16666 +
16667 +ccontrolpoint_http_server.o: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
16668 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_http_server.o -MD -MP -MF "$(DEPDIR)/ccontrolpoint_http_server.Tpo" -c -o ccontrolpoint_http_server.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c; \
16669 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo" "$(DEPDIR)/ccontrolpoint_http_server.Po"; else rm -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo"; exit 1; fi
16670 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='ccontrolpoint_http_server.o' libtool=no @AMDEPBACKSLASH@
16671 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_http_server.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint_http_server.TPo' @AMDEPBACKSLASH@
16672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16673 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_http_server.o `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c
16674 +
16675 +ccontrolpoint_http_server.obj: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
16676 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_http_server.obj -MD -MP -MF "$(DEPDIR)/ccontrolpoint_http_server.Tpo" -c -o ccontrolpoint_http_server.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; fi`; \
16677 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo" "$(DEPDIR)/ccontrolpoint_http_server.Po"; else rm -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo"; exit 1; fi
16678 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='ccontrolpoint_http_server.obj' libtool=no @AMDEPBACKSLASH@
16679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_http_server.Po' tmpdepfile='$(DEPDIR)/ccontrolpoint_http_server.TPo' @AMDEPBACKSLASH@
16680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16681 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_http_server.obj `if test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ccontrolpoint_http_server.c'; fi`
16682 +
16683 +ccontrolpoint_http_server.lo: ../../src/cybergarage/upnp/ccontrolpoint_http_server.c
16684 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrolpoint_http_server.lo -MD -MP -MF "$(DEPDIR)/ccontrolpoint_http_server.Tpo" -c -o ccontrolpoint_http_server.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c; \
16685 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo" "$(DEPDIR)/ccontrolpoint_http_server.Plo"; else rm -f "$(DEPDIR)/ccontrolpoint_http_server.Tpo"; exit 1; fi
16686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ccontrolpoint_http_server.c' object='ccontrolpoint_http_server.lo' libtool=yes @AMDEPBACKSLASH@
16687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrolpoint_http_server.Plo' tmpdepfile='$(DEPDIR)/ccontrolpoint_http_server.TPlo' @AMDEPBACKSLASH@
16688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16689 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrolpoint_http_server.lo `test -f '../../src/cybergarage/upnp/ccontrolpoint_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ccontrolpoint_http_server.c
16690 +
16691 +cdevice.o: ../../src/cybergarage/upnp/cdevice.c
16692 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice.o -MD -MP -MF "$(DEPDIR)/cdevice.Tpo" -c -o cdevice.o `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c; \
16693 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice.Tpo" "$(DEPDIR)/cdevice.Po"; else rm -f "$(DEPDIR)/cdevice.Tpo"; exit 1; fi
16694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='cdevice.o' libtool=no @AMDEPBACKSLASH@
16695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice.Po' tmpdepfile='$(DEPDIR)/cdevice.TPo' @AMDEPBACKSLASH@
16696 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16697 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice.o `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c
16698 +
16699 +cdevice.obj: ../../src/cybergarage/upnp/cdevice.c
16700 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice.obj -MD -MP -MF "$(DEPDIR)/cdevice.Tpo" -c -o cdevice.obj `if test -f '../../src/cybergarage/upnp/cdevice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice.c'; fi`; \
16701 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice.Tpo" "$(DEPDIR)/cdevice.Po"; else rm -f "$(DEPDIR)/cdevice.Tpo"; exit 1; fi
16702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='cdevice.obj' libtool=no @AMDEPBACKSLASH@
16703 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice.Po' tmpdepfile='$(DEPDIR)/cdevice.TPo' @AMDEPBACKSLASH@
16704 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16705 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice.obj `if test -f '../../src/cybergarage/upnp/cdevice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice.c'; fi`
16706 +
16707 +cdevice.lo: ../../src/cybergarage/upnp/cdevice.c
16708 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice.lo -MD -MP -MF "$(DEPDIR)/cdevice.Tpo" -c -o cdevice.lo `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c; \
16709 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice.Tpo" "$(DEPDIR)/cdevice.Plo"; else rm -f "$(DEPDIR)/cdevice.Tpo"; exit 1; fi
16710 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice.c' object='cdevice.lo' libtool=yes @AMDEPBACKSLASH@
16711 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice.Plo' tmpdepfile='$(DEPDIR)/cdevice.TPlo' @AMDEPBACKSLASH@
16712 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16713 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice.lo `test -f '../../src/cybergarage/upnp/cdevice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice.c
16714 +
16715 +cdevice_advertiser.o: ../../src/cybergarage/upnp/cdevice_advertiser.c
16716 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_advertiser.o -MD -MP -MF "$(DEPDIR)/cdevice_advertiser.Tpo" -c -o cdevice_advertiser.o `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c; \
16717 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_advertiser.Tpo" "$(DEPDIR)/cdevice_advertiser.Po"; else rm -f "$(DEPDIR)/cdevice_advertiser.Tpo"; exit 1; fi
16718 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='cdevice_advertiser.o' libtool=no @AMDEPBACKSLASH@
16719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_advertiser.Po' tmpdepfile='$(DEPDIR)/cdevice_advertiser.TPo' @AMDEPBACKSLASH@
16720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16721 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_advertiser.o `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c
16722 +
16723 +cdevice_advertiser.obj: ../../src/cybergarage/upnp/cdevice_advertiser.c
16724 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_advertiser.obj -MD -MP -MF "$(DEPDIR)/cdevice_advertiser.Tpo" -c -o cdevice_advertiser.obj `if test -f '../../src/cybergarage/upnp/cdevice_advertiser.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_advertiser.c'; fi`; \
16725 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_advertiser.Tpo" "$(DEPDIR)/cdevice_advertiser.Po"; else rm -f "$(DEPDIR)/cdevice_advertiser.Tpo"; exit 1; fi
16726 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='cdevice_advertiser.obj' libtool=no @AMDEPBACKSLASH@
16727 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_advertiser.Po' tmpdepfile='$(DEPDIR)/cdevice_advertiser.TPo' @AMDEPBACKSLASH@
16728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16729 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_advertiser.obj `if test -f '../../src/cybergarage/upnp/cdevice_advertiser.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_advertiser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_advertiser.c'; fi`
16730 +
16731 +cdevice_advertiser.lo: ../../src/cybergarage/upnp/cdevice_advertiser.c
16732 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_advertiser.lo -MD -MP -MF "$(DEPDIR)/cdevice_advertiser.Tpo" -c -o cdevice_advertiser.lo `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c; \
16733 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_advertiser.Tpo" "$(DEPDIR)/cdevice_advertiser.Plo"; else rm -f "$(DEPDIR)/cdevice_advertiser.Tpo"; exit 1; fi
16734 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_advertiser.c' object='cdevice_advertiser.lo' libtool=yes @AMDEPBACKSLASH@
16735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_advertiser.Plo' tmpdepfile='$(DEPDIR)/cdevice_advertiser.TPlo' @AMDEPBACKSLASH@
16736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16737 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_advertiser.lo `test -f '../../src/cybergarage/upnp/cdevice_advertiser.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_advertiser.c
16738 +
16739 +cdevice_list.o: ../../src/cybergarage/upnp/cdevice_list.c
16740 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_list.o -MD -MP -MF "$(DEPDIR)/cdevice_list.Tpo" -c -o cdevice_list.o `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c; \
16741 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_list.Tpo" "$(DEPDIR)/cdevice_list.Po"; else rm -f "$(DEPDIR)/cdevice_list.Tpo"; exit 1; fi
16742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='cdevice_list.o' libtool=no @AMDEPBACKSLASH@
16743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_list.Po' tmpdepfile='$(DEPDIR)/cdevice_list.TPo' @AMDEPBACKSLASH@
16744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16745 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_list.o `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c
16746 +
16747 +cdevice_list.obj: ../../src/cybergarage/upnp/cdevice_list.c
16748 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_list.obj -MD -MP -MF "$(DEPDIR)/cdevice_list.Tpo" -c -o cdevice_list.obj `if test -f '../../src/cybergarage/upnp/cdevice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_list.c'; fi`; \
16749 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_list.Tpo" "$(DEPDIR)/cdevice_list.Po"; else rm -f "$(DEPDIR)/cdevice_list.Tpo"; exit 1; fi
16750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='cdevice_list.obj' libtool=no @AMDEPBACKSLASH@
16751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_list.Po' tmpdepfile='$(DEPDIR)/cdevice_list.TPo' @AMDEPBACKSLASH@
16752 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16753 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_list.obj `if test -f '../../src/cybergarage/upnp/cdevice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_list.c'; fi`
16754 +
16755 +cdevice_list.lo: ../../src/cybergarage/upnp/cdevice_list.c
16756 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_list.lo -MD -MP -MF "$(DEPDIR)/cdevice_list.Tpo" -c -o cdevice_list.lo `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c; \
16757 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_list.Tpo" "$(DEPDIR)/cdevice_list.Plo"; else rm -f "$(DEPDIR)/cdevice_list.Tpo"; exit 1; fi
16758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_list.c' object='cdevice_list.lo' libtool=yes @AMDEPBACKSLASH@
16759 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_list.Plo' tmpdepfile='$(DEPDIR)/cdevice_list.TPlo' @AMDEPBACKSLASH@
16760 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16761 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_list.lo `test -f '../../src/cybergarage/upnp/cdevice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_list.c
16762 +
16763 +cdevice_http_server.o: ../../src/cybergarage/upnp/cdevice_http_server.c
16764 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_http_server.o -MD -MP -MF "$(DEPDIR)/cdevice_http_server.Tpo" -c -o cdevice_http_server.o `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c; \
16765 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_http_server.Tpo" "$(DEPDIR)/cdevice_http_server.Po"; else rm -f "$(DEPDIR)/cdevice_http_server.Tpo"; exit 1; fi
16766 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='cdevice_http_server.o' libtool=no @AMDEPBACKSLASH@
16767 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_http_server.Po' tmpdepfile='$(DEPDIR)/cdevice_http_server.TPo' @AMDEPBACKSLASH@
16768 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16769 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_http_server.o `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c
16770 +
16771 +cdevice_http_server.obj: ../../src/cybergarage/upnp/cdevice_http_server.c
16772 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_http_server.obj -MD -MP -MF "$(DEPDIR)/cdevice_http_server.Tpo" -c -o cdevice_http_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_http_server.c'; fi`; \
16773 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_http_server.Tpo" "$(DEPDIR)/cdevice_http_server.Po"; else rm -f "$(DEPDIR)/cdevice_http_server.Tpo"; exit 1; fi
16774 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='cdevice_http_server.obj' libtool=no @AMDEPBACKSLASH@
16775 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_http_server.Po' tmpdepfile='$(DEPDIR)/cdevice_http_server.TPo' @AMDEPBACKSLASH@
16776 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16777 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_http_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_http_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_http_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_http_server.c'; fi`
16778 +
16779 +cdevice_http_server.lo: ../../src/cybergarage/upnp/cdevice_http_server.c
16780 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_http_server.lo -MD -MP -MF "$(DEPDIR)/cdevice_http_server.Tpo" -c -o cdevice_http_server.lo `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c; \
16781 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_http_server.Tpo" "$(DEPDIR)/cdevice_http_server.Plo"; else rm -f "$(DEPDIR)/cdevice_http_server.Tpo"; exit 1; fi
16782 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_http_server.c' object='cdevice_http_server.lo' libtool=yes @AMDEPBACKSLASH@
16783 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_http_server.Plo' tmpdepfile='$(DEPDIR)/cdevice_http_server.TPlo' @AMDEPBACKSLASH@
16784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16785 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_http_server.lo `test -f '../../src/cybergarage/upnp/cdevice_http_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_http_server.c
16786 +
16787 +cdevice_ssdp_server.o: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
16788 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_ssdp_server.o -MD -MP -MF "$(DEPDIR)/cdevice_ssdp_server.Tpo" -c -o cdevice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c; \
16789 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_ssdp_server.Tpo" "$(DEPDIR)/cdevice_ssdp_server.Po"; else rm -f "$(DEPDIR)/cdevice_ssdp_server.Tpo"; exit 1; fi
16790 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='cdevice_ssdp_server.o' libtool=no @AMDEPBACKSLASH@
16791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/cdevice_ssdp_server.TPo' @AMDEPBACKSLASH@
16792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16793 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c
16794 +
16795 +cdevice_ssdp_server.obj: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
16796 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_ssdp_server.obj -MD -MP -MF "$(DEPDIR)/cdevice_ssdp_server.Tpo" -c -o cdevice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_ssdp_server.c'; fi`; \
16797 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_ssdp_server.Tpo" "$(DEPDIR)/cdevice_ssdp_server.Po"; else rm -f "$(DEPDIR)/cdevice_ssdp_server.Tpo"; exit 1; fi
16798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='cdevice_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@
16799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/cdevice_ssdp_server.TPo' @AMDEPBACKSLASH@
16800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16801 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cdevice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cdevice_ssdp_server.c'; fi`
16802 +
16803 +cdevice_ssdp_server.lo: ../../src/cybergarage/upnp/cdevice_ssdp_server.c
16804 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdevice_ssdp_server.lo -MD -MP -MF "$(DEPDIR)/cdevice_ssdp_server.Tpo" -c -o cdevice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c; \
16805 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cdevice_ssdp_server.Tpo" "$(DEPDIR)/cdevice_ssdp_server.Plo"; else rm -f "$(DEPDIR)/cdevice_ssdp_server.Tpo"; exit 1; fi
16806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cdevice_ssdp_server.c' object='cdevice_ssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
16807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cdevice_ssdp_server.Plo' tmpdepfile='$(DEPDIR)/cdevice_ssdp_server.TPlo' @AMDEPBACKSLASH@
16808 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16809 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdevice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cdevice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cdevice_ssdp_server.c
16810 +
16811 +cservice_ssdp_server.o: ../../src/cybergarage/upnp/cservice_ssdp_server.c
16812 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_ssdp_server.o -MD -MP -MF "$(DEPDIR)/cservice_ssdp_server.Tpo" -c -o cservice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c; \
16813 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_ssdp_server.Tpo" "$(DEPDIR)/cservice_ssdp_server.Po"; else rm -f "$(DEPDIR)/cservice_ssdp_server.Tpo"; exit 1; fi
16814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='cservice_ssdp_server.o' libtool=no @AMDEPBACKSLASH@
16815 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/cservice_ssdp_server.TPo' @AMDEPBACKSLASH@
16816 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16817 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_ssdp_server.o `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c
16818 +
16819 +cservice_ssdp_server.obj: ../../src/cybergarage/upnp/cservice_ssdp_server.c
16820 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_ssdp_server.obj -MD -MP -MF "$(DEPDIR)/cservice_ssdp_server.Tpo" -c -o cservice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_ssdp_server.c'; fi`; \
16821 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_ssdp_server.Tpo" "$(DEPDIR)/cservice_ssdp_server.Po"; else rm -f "$(DEPDIR)/cservice_ssdp_server.Tpo"; exit 1; fi
16822 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='cservice_ssdp_server.obj' libtool=no @AMDEPBACKSLASH@
16823 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_ssdp_server.Po' tmpdepfile='$(DEPDIR)/cservice_ssdp_server.TPo' @AMDEPBACKSLASH@
16824 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16825 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_ssdp_server.obj `if test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_ssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_ssdp_server.c'; fi`
16826 +
16827 +cservice_ssdp_server.lo: ../../src/cybergarage/upnp/cservice_ssdp_server.c
16828 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_ssdp_server.lo -MD -MP -MF "$(DEPDIR)/cservice_ssdp_server.Tpo" -c -o cservice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c; \
16829 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_ssdp_server.Tpo" "$(DEPDIR)/cservice_ssdp_server.Plo"; else rm -f "$(DEPDIR)/cservice_ssdp_server.Tpo"; exit 1; fi
16830 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_ssdp_server.c' object='cservice_ssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
16831 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_ssdp_server.Plo' tmpdepfile='$(DEPDIR)/cservice_ssdp_server.TPlo' @AMDEPBACKSLASH@
16832 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16833 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_ssdp_server.lo `test -f '../../src/cybergarage/upnp/cservice_ssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_ssdp_server.c
16834 +
16835 +cicon.o: ../../src/cybergarage/upnp/cicon.c
16836 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon.o -MD -MP -MF "$(DEPDIR)/cicon.Tpo" -c -o cicon.o `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c; \
16837 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon.Tpo" "$(DEPDIR)/cicon.Po"; else rm -f "$(DEPDIR)/cicon.Tpo"; exit 1; fi
16838 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='cicon.o' libtool=no @AMDEPBACKSLASH@
16839 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon.Po' tmpdepfile='$(DEPDIR)/cicon.TPo' @AMDEPBACKSLASH@
16840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16841 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon.o `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c
16842 +
16843 +cicon.obj: ../../src/cybergarage/upnp/cicon.c
16844 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon.obj -MD -MP -MF "$(DEPDIR)/cicon.Tpo" -c -o cicon.obj `if test -f '../../src/cybergarage/upnp/cicon.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon.c'; fi`; \
16845 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon.Tpo" "$(DEPDIR)/cicon.Po"; else rm -f "$(DEPDIR)/cicon.Tpo"; exit 1; fi
16846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='cicon.obj' libtool=no @AMDEPBACKSLASH@
16847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon.Po' tmpdepfile='$(DEPDIR)/cicon.TPo' @AMDEPBACKSLASH@
16848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16849 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon.obj `if test -f '../../src/cybergarage/upnp/cicon.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon.c'; fi`
16850 +
16851 +cicon.lo: ../../src/cybergarage/upnp/cicon.c
16852 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon.lo -MD -MP -MF "$(DEPDIR)/cicon.Tpo" -c -o cicon.lo `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c; \
16853 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon.Tpo" "$(DEPDIR)/cicon.Plo"; else rm -f "$(DEPDIR)/cicon.Tpo"; exit 1; fi
16854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon.c' object='cicon.lo' libtool=yes @AMDEPBACKSLASH@
16855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon.Plo' tmpdepfile='$(DEPDIR)/cicon.TPlo' @AMDEPBACKSLASH@
16856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16857 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon.lo `test -f '../../src/cybergarage/upnp/cicon.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon.c
16858 +
16859 +cicon_list.o: ../../src/cybergarage/upnp/cicon_list.c
16860 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon_list.o -MD -MP -MF "$(DEPDIR)/cicon_list.Tpo" -c -o cicon_list.o `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c; \
16861 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon_list.Tpo" "$(DEPDIR)/cicon_list.Po"; else rm -f "$(DEPDIR)/cicon_list.Tpo"; exit 1; fi
16862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='cicon_list.o' libtool=no @AMDEPBACKSLASH@
16863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon_list.Po' tmpdepfile='$(DEPDIR)/cicon_list.TPo' @AMDEPBACKSLASH@
16864 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16865 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon_list.o `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c
16866 +
16867 +cicon_list.obj: ../../src/cybergarage/upnp/cicon_list.c
16868 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon_list.obj -MD -MP -MF "$(DEPDIR)/cicon_list.Tpo" -c -o cicon_list.obj `if test -f '../../src/cybergarage/upnp/cicon_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon_list.c'; fi`; \
16869 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon_list.Tpo" "$(DEPDIR)/cicon_list.Po"; else rm -f "$(DEPDIR)/cicon_list.Tpo"; exit 1; fi
16870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='cicon_list.obj' libtool=no @AMDEPBACKSLASH@
16871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon_list.Po' tmpdepfile='$(DEPDIR)/cicon_list.TPo' @AMDEPBACKSLASH@
16872 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16873 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon_list.obj `if test -f '../../src/cybergarage/upnp/cicon_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cicon_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cicon_list.c'; fi`
16874 +
16875 +cicon_list.lo: ../../src/cybergarage/upnp/cicon_list.c
16876 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cicon_list.lo -MD -MP -MF "$(DEPDIR)/cicon_list.Tpo" -c -o cicon_list.lo `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c; \
16877 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cicon_list.Tpo" "$(DEPDIR)/cicon_list.Plo"; else rm -f "$(DEPDIR)/cicon_list.Tpo"; exit 1; fi
16878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cicon_list.c' object='cicon_list.lo' libtool=yes @AMDEPBACKSLASH@
16879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cicon_list.Plo' tmpdepfile='$(DEPDIR)/cicon_list.TPlo' @AMDEPBACKSLASH@
16880 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16881 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cicon_list.lo `test -f '../../src/cybergarage/upnp/cicon_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cicon_list.c
16882 +
16883 +cservice.o: ../../src/cybergarage/upnp/cservice.c
16884 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice.o -MD -MP -MF "$(DEPDIR)/cservice.Tpo" -c -o cservice.o `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c; \
16885 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice.Tpo" "$(DEPDIR)/cservice.Po"; else rm -f "$(DEPDIR)/cservice.Tpo"; exit 1; fi
16886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='cservice.o' libtool=no @AMDEPBACKSLASH@
16887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice.Po' tmpdepfile='$(DEPDIR)/cservice.TPo' @AMDEPBACKSLASH@
16888 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16889 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice.o `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c
16890 +
16891 +cservice.obj: ../../src/cybergarage/upnp/cservice.c
16892 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice.obj -MD -MP -MF "$(DEPDIR)/cservice.Tpo" -c -o cservice.obj `if test -f '../../src/cybergarage/upnp/cservice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice.c'; fi`; \
16893 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice.Tpo" "$(DEPDIR)/cservice.Po"; else rm -f "$(DEPDIR)/cservice.Tpo"; exit 1; fi
16894 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='cservice.obj' libtool=no @AMDEPBACKSLASH@
16895 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice.Po' tmpdepfile='$(DEPDIR)/cservice.TPo' @AMDEPBACKSLASH@
16896 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16897 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice.obj `if test -f '../../src/cybergarage/upnp/cservice.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice.c'; fi`
16898 +
16899 +cservice.lo: ../../src/cybergarage/upnp/cservice.c
16900 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice.lo -MD -MP -MF "$(DEPDIR)/cservice.Tpo" -c -o cservice.lo `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c; \
16901 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice.Tpo" "$(DEPDIR)/cservice.Plo"; else rm -f "$(DEPDIR)/cservice.Tpo"; exit 1; fi
16902 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice.c' object='cservice.lo' libtool=yes @AMDEPBACKSLASH@
16903 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice.Plo' tmpdepfile='$(DEPDIR)/cservice.TPlo' @AMDEPBACKSLASH@
16904 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16905 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice.lo `test -f '../../src/cybergarage/upnp/cservice.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice.c
16906 +
16907 +cservice_list.o: ../../src/cybergarage/upnp/cservice_list.c
16908 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_list.o -MD -MP -MF "$(DEPDIR)/cservice_list.Tpo" -c -o cservice_list.o `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c; \
16909 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_list.Tpo" "$(DEPDIR)/cservice_list.Po"; else rm -f "$(DEPDIR)/cservice_list.Tpo"; exit 1; fi
16910 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='cservice_list.o' libtool=no @AMDEPBACKSLASH@
16911 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_list.Po' tmpdepfile='$(DEPDIR)/cservice_list.TPo' @AMDEPBACKSLASH@
16912 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16913 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_list.o `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c
16914 +
16915 +cservice_list.obj: ../../src/cybergarage/upnp/cservice_list.c
16916 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_list.obj -MD -MP -MF "$(DEPDIR)/cservice_list.Tpo" -c -o cservice_list.obj `if test -f '../../src/cybergarage/upnp/cservice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_list.c'; fi`; \
16917 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_list.Tpo" "$(DEPDIR)/cservice_list.Po"; else rm -f "$(DEPDIR)/cservice_list.Tpo"; exit 1; fi
16918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='cservice_list.obj' libtool=no @AMDEPBACKSLASH@
16919 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_list.Po' tmpdepfile='$(DEPDIR)/cservice_list.TPo' @AMDEPBACKSLASH@
16920 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16921 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_list.obj `if test -f '../../src/cybergarage/upnp/cservice_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_list.c'; fi`
16922 +
16923 +cservice_list.lo: ../../src/cybergarage/upnp/cservice_list.c
16924 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_list.lo -MD -MP -MF "$(DEPDIR)/cservice_list.Tpo" -c -o cservice_list.lo `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c; \
16925 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_list.Tpo" "$(DEPDIR)/cservice_list.Plo"; else rm -f "$(DEPDIR)/cservice_list.Tpo"; exit 1; fi
16926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_list.c' object='cservice_list.lo' libtool=yes @AMDEPBACKSLASH@
16927 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_list.Plo' tmpdepfile='$(DEPDIR)/cservice_list.TPlo' @AMDEPBACKSLASH@
16928 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16929 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_list.lo `test -f '../../src/cybergarage/upnp/cservice_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_list.c
16930 +
16931 +cservice_notify.o: ../../src/cybergarage/upnp/cservice_notify.c
16932 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_notify.o -MD -MP -MF "$(DEPDIR)/cservice_notify.Tpo" -c -o cservice_notify.o `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c; \
16933 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_notify.Tpo" "$(DEPDIR)/cservice_notify.Po"; else rm -f "$(DEPDIR)/cservice_notify.Tpo"; exit 1; fi
16934 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='cservice_notify.o' libtool=no @AMDEPBACKSLASH@
16935 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_notify.Po' tmpdepfile='$(DEPDIR)/cservice_notify.TPo' @AMDEPBACKSLASH@
16936 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16937 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_notify.o `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c
16938 +
16939 +cservice_notify.obj: ../../src/cybergarage/upnp/cservice_notify.c
16940 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_notify.obj -MD -MP -MF "$(DEPDIR)/cservice_notify.Tpo" -c -o cservice_notify.obj `if test -f '../../src/cybergarage/upnp/cservice_notify.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_notify.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_notify.c'; fi`; \
16941 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_notify.Tpo" "$(DEPDIR)/cservice_notify.Po"; else rm -f "$(DEPDIR)/cservice_notify.Tpo"; exit 1; fi
16942 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='cservice_notify.obj' libtool=no @AMDEPBACKSLASH@
16943 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_notify.Po' tmpdepfile='$(DEPDIR)/cservice_notify.TPo' @AMDEPBACKSLASH@
16944 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16945 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_notify.obj `if test -f '../../src/cybergarage/upnp/cservice_notify.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservice_notify.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservice_notify.c'; fi`
16946 +
16947 +cservice_notify.lo: ../../src/cybergarage/upnp/cservice_notify.c
16948 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservice_notify.lo -MD -MP -MF "$(DEPDIR)/cservice_notify.Tpo" -c -o cservice_notify.lo `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c; \
16949 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservice_notify.Tpo" "$(DEPDIR)/cservice_notify.Plo"; else rm -f "$(DEPDIR)/cservice_notify.Tpo"; exit 1; fi
16950 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservice_notify.c' object='cservice_notify.lo' libtool=yes @AMDEPBACKSLASH@
16951 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservice_notify.Plo' tmpdepfile='$(DEPDIR)/cservice_notify.TPlo' @AMDEPBACKSLASH@
16952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16953 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservice_notify.lo `test -f '../../src/cybergarage/upnp/cservice_notify.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservice_notify.c
16954 +
16955 +cstatevariable.o: ../../src/cybergarage/upnp/cstatevariable.c
16956 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstatevariable.o -MD -MP -MF "$(DEPDIR)/cstatevariable.Tpo" -c -o cstatevariable.o `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c; \
16957 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstatevariable.Tpo" "$(DEPDIR)/cstatevariable.Po"; else rm -f "$(DEPDIR)/cstatevariable.Tpo"; exit 1; fi
16958 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='cstatevariable.o' libtool=no @AMDEPBACKSLASH@
16959 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstatevariable.Po' tmpdepfile='$(DEPDIR)/cstatevariable.TPo' @AMDEPBACKSLASH@
16960 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16961 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstatevariable.o `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c
16962 +
16963 +cstatevariable.obj: ../../src/cybergarage/upnp/cstatevariable.c
16964 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstatevariable.obj -MD -MP -MF "$(DEPDIR)/cstatevariable.Tpo" -c -o cstatevariable.obj `if test -f '../../src/cybergarage/upnp/cstatevariable.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cstatevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cstatevariable.c'; fi`; \
16965 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstatevariable.Tpo" "$(DEPDIR)/cstatevariable.Po"; else rm -f "$(DEPDIR)/cstatevariable.Tpo"; exit 1; fi
16966 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='cstatevariable.obj' libtool=no @AMDEPBACKSLASH@
16967 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstatevariable.Po' tmpdepfile='$(DEPDIR)/cstatevariable.TPo' @AMDEPBACKSLASH@
16968 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16969 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstatevariable.obj `if test -f '../../src/cybergarage/upnp/cstatevariable.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cstatevariable.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cstatevariable.c'; fi`
16970 +
16971 +cstatevariable.lo: ../../src/cybergarage/upnp/cstatevariable.c
16972 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstatevariable.lo -MD -MP -MF "$(DEPDIR)/cstatevariable.Tpo" -c -o cstatevariable.lo `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c; \
16973 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cstatevariable.Tpo" "$(DEPDIR)/cstatevariable.Plo"; else rm -f "$(DEPDIR)/cstatevariable.Tpo"; exit 1; fi
16974 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cstatevariable.c' object='cstatevariable.lo' libtool=yes @AMDEPBACKSLASH@
16975 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cstatevariable.Plo' tmpdepfile='$(DEPDIR)/cstatevariable.TPlo' @AMDEPBACKSLASH@
16976 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16977 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstatevariable.lo `test -f '../../src/cybergarage/upnp/cstatevariable.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cstatevariable.c
16978 +
16979 +cservicestate_table.o: ../../src/cybergarage/upnp/cservicestate_table.c
16980 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservicestate_table.o -MD -MP -MF "$(DEPDIR)/cservicestate_table.Tpo" -c -o cservicestate_table.o `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c; \
16981 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservicestate_table.Tpo" "$(DEPDIR)/cservicestate_table.Po"; else rm -f "$(DEPDIR)/cservicestate_table.Tpo"; exit 1; fi
16982 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='cservicestate_table.o' libtool=no @AMDEPBACKSLASH@
16983 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservicestate_table.Po' tmpdepfile='$(DEPDIR)/cservicestate_table.TPo' @AMDEPBACKSLASH@
16984 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16985 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservicestate_table.o `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c
16986 +
16987 +cservicestate_table.obj: ../../src/cybergarage/upnp/cservicestate_table.c
16988 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservicestate_table.obj -MD -MP -MF "$(DEPDIR)/cservicestate_table.Tpo" -c -o cservicestate_table.obj `if test -f '../../src/cybergarage/upnp/cservicestate_table.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservicestate_table.c'; fi`; \
16989 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservicestate_table.Tpo" "$(DEPDIR)/cservicestate_table.Po"; else rm -f "$(DEPDIR)/cservicestate_table.Tpo"; exit 1; fi
16990 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='cservicestate_table.obj' libtool=no @AMDEPBACKSLASH@
16991 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservicestate_table.Po' tmpdepfile='$(DEPDIR)/cservicestate_table.TPo' @AMDEPBACKSLASH@
16992 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16993 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservicestate_table.obj `if test -f '../../src/cybergarage/upnp/cservicestate_table.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cservicestate_table.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cservicestate_table.c'; fi`
16994 +
16995 +cservicestate_table.lo: ../../src/cybergarage/upnp/cservicestate_table.c
16996 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cservicestate_table.lo -MD -MP -MF "$(DEPDIR)/cservicestate_table.Tpo" -c -o cservicestate_table.lo `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c; \
16997 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cservicestate_table.Tpo" "$(DEPDIR)/cservicestate_table.Plo"; else rm -f "$(DEPDIR)/cservicestate_table.Tpo"; exit 1; fi
16998 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cservicestate_table.c' object='cservicestate_table.lo' libtool=yes @AMDEPBACKSLASH@
16999 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cservicestate_table.Plo' tmpdepfile='$(DEPDIR)/cservicestate_table.TPlo' @AMDEPBACKSLASH@
17000 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17001 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cservicestate_table.lo `test -f '../../src/cybergarage/upnp/cservicestate_table.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cservicestate_table.c
17002 +
17003 +cupnp_function.o: ../../src/cybergarage/upnp/cupnp_function.c
17004 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_function.o -MD -MP -MF "$(DEPDIR)/cupnp_function.Tpo" -c -o cupnp_function.o `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c; \
17005 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_function.Tpo" "$(DEPDIR)/cupnp_function.Po"; else rm -f "$(DEPDIR)/cupnp_function.Tpo"; exit 1; fi
17006 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='cupnp_function.o' libtool=no @AMDEPBACKSLASH@
17007 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_function.Po' tmpdepfile='$(DEPDIR)/cupnp_function.TPo' @AMDEPBACKSLASH@
17008 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17009 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_function.o `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c
17010 +
17011 +cupnp_function.obj: ../../src/cybergarage/upnp/cupnp_function.c
17012 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_function.obj -MD -MP -MF "$(DEPDIR)/cupnp_function.Tpo" -c -o cupnp_function.obj `if test -f '../../src/cybergarage/upnp/cupnp_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_function.c'; fi`; \
17013 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_function.Tpo" "$(DEPDIR)/cupnp_function.Po"; else rm -f "$(DEPDIR)/cupnp_function.Tpo"; exit 1; fi
17014 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='cupnp_function.obj' libtool=no @AMDEPBACKSLASH@
17015 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_function.Po' tmpdepfile='$(DEPDIR)/cupnp_function.TPo' @AMDEPBACKSLASH@
17016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17017 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_function.obj `if test -f '../../src/cybergarage/upnp/cupnp_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_function.c'; fi`
17018 +
17019 +cupnp_function.lo: ../../src/cybergarage/upnp/cupnp_function.c
17020 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_function.lo -MD -MP -MF "$(DEPDIR)/cupnp_function.Tpo" -c -o cupnp_function.lo `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c; \
17021 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_function.Tpo" "$(DEPDIR)/cupnp_function.Plo"; else rm -f "$(DEPDIR)/cupnp_function.Tpo"; exit 1; fi
17022 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_function.c' object='cupnp_function.lo' libtool=yes @AMDEPBACKSLASH@
17023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_function.Plo' tmpdepfile='$(DEPDIR)/cupnp_function.TPlo' @AMDEPBACKSLASH@
17024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17025 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_function.lo `test -f '../../src/cybergarage/upnp/cupnp_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_function.c
17026 +
17027 +cupnp_status.o: ../../src/cybergarage/upnp/cupnp_status.c
17028 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_status.o -MD -MP -MF "$(DEPDIR)/cupnp_status.Tpo" -c -o cupnp_status.o `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c; \
17029 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_status.Tpo" "$(DEPDIR)/cupnp_status.Po"; else rm -f "$(DEPDIR)/cupnp_status.Tpo"; exit 1; fi
17030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='cupnp_status.o' libtool=no @AMDEPBACKSLASH@
17031 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_status.Po' tmpdepfile='$(DEPDIR)/cupnp_status.TPo' @AMDEPBACKSLASH@
17032 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17033 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_status.o `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c
17034 +
17035 +cupnp_status.obj: ../../src/cybergarage/upnp/cupnp_status.c
17036 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_status.obj -MD -MP -MF "$(DEPDIR)/cupnp_status.Tpo" -c -o cupnp_status.obj `if test -f '../../src/cybergarage/upnp/cupnp_status.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_status.c'; fi`; \
17037 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_status.Tpo" "$(DEPDIR)/cupnp_status.Po"; else rm -f "$(DEPDIR)/cupnp_status.Tpo"; exit 1; fi
17038 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='cupnp_status.obj' libtool=no @AMDEPBACKSLASH@
17039 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_status.Po' tmpdepfile='$(DEPDIR)/cupnp_status.TPo' @AMDEPBACKSLASH@
17040 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17041 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_status.obj `if test -f '../../src/cybergarage/upnp/cupnp_status.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/cupnp_status.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/cupnp_status.c'; fi`
17042 +
17043 +cupnp_status.lo: ../../src/cybergarage/upnp/cupnp_status.c
17044 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cupnp_status.lo -MD -MP -MF "$(DEPDIR)/cupnp_status.Tpo" -c -o cupnp_status.lo `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c; \
17045 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cupnp_status.Tpo" "$(DEPDIR)/cupnp_status.Plo"; else rm -f "$(DEPDIR)/cupnp_status.Tpo"; exit 1; fi
17046 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/cupnp_status.c' object='cupnp_status.lo' libtool=yes @AMDEPBACKSLASH@
17047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cupnp_status.Plo' tmpdepfile='$(DEPDIR)/cupnp_status.TPlo' @AMDEPBACKSLASH@
17048 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17049 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cupnp_status.lo `test -f '../../src/cybergarage/upnp/cupnp_status.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/cupnp_status.c
17050 +
17051 +caction_ctrl.o: ../../src/cybergarage/upnp/control/caction_ctrl.c
17052 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_ctrl.o -MD -MP -MF "$(DEPDIR)/caction_ctrl.Tpo" -c -o caction_ctrl.o `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c; \
17053 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_ctrl.Tpo" "$(DEPDIR)/caction_ctrl.Po"; else rm -f "$(DEPDIR)/caction_ctrl.Tpo"; exit 1; fi
17054 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='caction_ctrl.o' libtool=no @AMDEPBACKSLASH@
17055 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_ctrl.Po' tmpdepfile='$(DEPDIR)/caction_ctrl.TPo' @AMDEPBACKSLASH@
17056 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17057 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_ctrl.o `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c
17058 +
17059 +caction_ctrl.obj: ../../src/cybergarage/upnp/control/caction_ctrl.c
17060 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_ctrl.obj -MD -MP -MF "$(DEPDIR)/caction_ctrl.Tpo" -c -o caction_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/caction_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_ctrl.c'; fi`; \
17061 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_ctrl.Tpo" "$(DEPDIR)/caction_ctrl.Po"; else rm -f "$(DEPDIR)/caction_ctrl.Tpo"; exit 1; fi
17062 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='caction_ctrl.obj' libtool=no @AMDEPBACKSLASH@
17063 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_ctrl.Po' tmpdepfile='$(DEPDIR)/caction_ctrl.TPo' @AMDEPBACKSLASH@
17064 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17065 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/caction_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_ctrl.c'; fi`
17066 +
17067 +caction_ctrl.lo: ../../src/cybergarage/upnp/control/caction_ctrl.c
17068 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_ctrl.lo -MD -MP -MF "$(DEPDIR)/caction_ctrl.Tpo" -c -o caction_ctrl.lo `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c; \
17069 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_ctrl.Tpo" "$(DEPDIR)/caction_ctrl.Plo"; else rm -f "$(DEPDIR)/caction_ctrl.Tpo"; exit 1; fi
17070 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_ctrl.c' object='caction_ctrl.lo' libtool=yes @AMDEPBACKSLASH@
17071 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_ctrl.Plo' tmpdepfile='$(DEPDIR)/caction_ctrl.TPlo' @AMDEPBACKSLASH@
17072 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17073 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_ctrl.lo `test -f '../../src/cybergarage/upnp/control/caction_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_ctrl.c
17074 +
17075 +caction_request.o: ../../src/cybergarage/upnp/control/caction_request.c
17076 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_request.o -MD -MP -MF "$(DEPDIR)/caction_request.Tpo" -c -o caction_request.o `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c; \
17077 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_request.Tpo" "$(DEPDIR)/caction_request.Po"; else rm -f "$(DEPDIR)/caction_request.Tpo"; exit 1; fi
17078 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='caction_request.o' libtool=no @AMDEPBACKSLASH@
17079 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_request.Po' tmpdepfile='$(DEPDIR)/caction_request.TPo' @AMDEPBACKSLASH@
17080 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17081 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_request.o `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c
17082 +
17083 +caction_request.obj: ../../src/cybergarage/upnp/control/caction_request.c
17084 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_request.obj -MD -MP -MF "$(DEPDIR)/caction_request.Tpo" -c -o caction_request.obj `if test -f '../../src/cybergarage/upnp/control/caction_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_request.c'; fi`; \
17085 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_request.Tpo" "$(DEPDIR)/caction_request.Po"; else rm -f "$(DEPDIR)/caction_request.Tpo"; exit 1; fi
17086 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='caction_request.obj' libtool=no @AMDEPBACKSLASH@
17087 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_request.Po' tmpdepfile='$(DEPDIR)/caction_request.TPo' @AMDEPBACKSLASH@
17088 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17089 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_request.obj `if test -f '../../src/cybergarage/upnp/control/caction_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_request.c'; fi`
17090 +
17091 +caction_request.lo: ../../src/cybergarage/upnp/control/caction_request.c
17092 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_request.lo -MD -MP -MF "$(DEPDIR)/caction_request.Tpo" -c -o caction_request.lo `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c; \
17093 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_request.Tpo" "$(DEPDIR)/caction_request.Plo"; else rm -f "$(DEPDIR)/caction_request.Tpo"; exit 1; fi
17094 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_request.c' object='caction_request.lo' libtool=yes @AMDEPBACKSLASH@
17095 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_request.Plo' tmpdepfile='$(DEPDIR)/caction_request.TPlo' @AMDEPBACKSLASH@
17096 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17097 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_request.lo `test -f '../../src/cybergarage/upnp/control/caction_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_request.c
17098 +
17099 +caction_response.o: ../../src/cybergarage/upnp/control/caction_response.c
17100 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_response.o -MD -MP -MF "$(DEPDIR)/caction_response.Tpo" -c -o caction_response.o `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c; \
17101 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_response.Tpo" "$(DEPDIR)/caction_response.Po"; else rm -f "$(DEPDIR)/caction_response.Tpo"; exit 1; fi
17102 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='caction_response.o' libtool=no @AMDEPBACKSLASH@
17103 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_response.Po' tmpdepfile='$(DEPDIR)/caction_response.TPo' @AMDEPBACKSLASH@
17104 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17105 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_response.o `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c
17106 +
17107 +caction_response.obj: ../../src/cybergarage/upnp/control/caction_response.c
17108 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_response.obj -MD -MP -MF "$(DEPDIR)/caction_response.Tpo" -c -o caction_response.obj `if test -f '../../src/cybergarage/upnp/control/caction_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_response.c'; fi`; \
17109 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_response.Tpo" "$(DEPDIR)/caction_response.Po"; else rm -f "$(DEPDIR)/caction_response.Tpo"; exit 1; fi
17110 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='caction_response.obj' libtool=no @AMDEPBACKSLASH@
17111 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_response.Po' tmpdepfile='$(DEPDIR)/caction_response.TPo' @AMDEPBACKSLASH@
17112 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17113 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_response.obj `if test -f '../../src/cybergarage/upnp/control/caction_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/caction_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/caction_response.c'; fi`
17114 +
17115 +caction_response.lo: ../../src/cybergarage/upnp/control/caction_response.c
17116 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT caction_response.lo -MD -MP -MF "$(DEPDIR)/caction_response.Tpo" -c -o caction_response.lo `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c; \
17117 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/caction_response.Tpo" "$(DEPDIR)/caction_response.Plo"; else rm -f "$(DEPDIR)/caction_response.Tpo"; exit 1; fi
17118 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/caction_response.c' object='caction_response.lo' libtool=yes @AMDEPBACKSLASH@
17119 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/caction_response.Plo' tmpdepfile='$(DEPDIR)/caction_response.TPlo' @AMDEPBACKSLASH@
17120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17121 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o caction_response.lo `test -f '../../src/cybergarage/upnp/control/caction_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/caction_response.c
17122 +
17123 +ccontrol_function.o: ../../src/cybergarage/upnp/control/ccontrol_function.c
17124 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrol_function.o -MD -MP -MF "$(DEPDIR)/ccontrol_function.Tpo" -c -o ccontrol_function.o `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c; \
17125 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrol_function.Tpo" "$(DEPDIR)/ccontrol_function.Po"; else rm -f "$(DEPDIR)/ccontrol_function.Tpo"; exit 1; fi
17126 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='ccontrol_function.o' libtool=no @AMDEPBACKSLASH@
17127 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrol_function.Po' tmpdepfile='$(DEPDIR)/ccontrol_function.TPo' @AMDEPBACKSLASH@
17128 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17129 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrol_function.o `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c
17130 +
17131 +ccontrol_function.obj: ../../src/cybergarage/upnp/control/ccontrol_function.c
17132 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrol_function.obj -MD -MP -MF "$(DEPDIR)/ccontrol_function.Tpo" -c -o ccontrol_function.obj `if test -f '../../src/cybergarage/upnp/control/ccontrol_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/ccontrol_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/ccontrol_function.c'; fi`; \
17133 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrol_function.Tpo" "$(DEPDIR)/ccontrol_function.Po"; else rm -f "$(DEPDIR)/ccontrol_function.Tpo"; exit 1; fi
17134 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='ccontrol_function.obj' libtool=no @AMDEPBACKSLASH@
17135 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrol_function.Po' tmpdepfile='$(DEPDIR)/ccontrol_function.TPo' @AMDEPBACKSLASH@
17136 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17137 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrol_function.obj `if test -f '../../src/cybergarage/upnp/control/ccontrol_function.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/ccontrol_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/ccontrol_function.c'; fi`
17138 +
17139 +ccontrol_function.lo: ../../src/cybergarage/upnp/control/ccontrol_function.c
17140 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ccontrol_function.lo -MD -MP -MF "$(DEPDIR)/ccontrol_function.Tpo" -c -o ccontrol_function.lo `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c; \
17141 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ccontrol_function.Tpo" "$(DEPDIR)/ccontrol_function.Plo"; else rm -f "$(DEPDIR)/ccontrol_function.Tpo"; exit 1; fi
17142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/ccontrol_function.c' object='ccontrol_function.lo' libtool=yes @AMDEPBACKSLASH@
17143 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ccontrol_function.Plo' tmpdepfile='$(DEPDIR)/ccontrol_function.TPlo' @AMDEPBACKSLASH@
17144 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17145 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ccontrol_function.lo `test -f '../../src/cybergarage/upnp/control/ccontrol_function.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/ccontrol_function.c
17146 +
17147 +cquery_ctrl.o: ../../src/cybergarage/upnp/control/cquery_ctrl.c
17148 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_ctrl.o -MD -MP -MF "$(DEPDIR)/cquery_ctrl.Tpo" -c -o cquery_ctrl.o `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c; \
17149 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_ctrl.Tpo" "$(DEPDIR)/cquery_ctrl.Po"; else rm -f "$(DEPDIR)/cquery_ctrl.Tpo"; exit 1; fi
17150 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='cquery_ctrl.o' libtool=no @AMDEPBACKSLASH@
17151 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_ctrl.Po' tmpdepfile='$(DEPDIR)/cquery_ctrl.TPo' @AMDEPBACKSLASH@
17152 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17153 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_ctrl.o `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c
17154 +
17155 +cquery_ctrl.obj: ../../src/cybergarage/upnp/control/cquery_ctrl.c
17156 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_ctrl.obj -MD -MP -MF "$(DEPDIR)/cquery_ctrl.Tpo" -c -o cquery_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_ctrl.c'; fi`; \
17157 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_ctrl.Tpo" "$(DEPDIR)/cquery_ctrl.Po"; else rm -f "$(DEPDIR)/cquery_ctrl.Tpo"; exit 1; fi
17158 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='cquery_ctrl.obj' libtool=no @AMDEPBACKSLASH@
17159 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_ctrl.Po' tmpdepfile='$(DEPDIR)/cquery_ctrl.TPo' @AMDEPBACKSLASH@
17160 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17161 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_ctrl.obj `if test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_ctrl.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_ctrl.c'; fi`
17162 +
17163 +cquery_ctrl.lo: ../../src/cybergarage/upnp/control/cquery_ctrl.c
17164 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_ctrl.lo -MD -MP -MF "$(DEPDIR)/cquery_ctrl.Tpo" -c -o cquery_ctrl.lo `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c; \
17165 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_ctrl.Tpo" "$(DEPDIR)/cquery_ctrl.Plo"; else rm -f "$(DEPDIR)/cquery_ctrl.Tpo"; exit 1; fi
17166 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_ctrl.c' object='cquery_ctrl.lo' libtool=yes @AMDEPBACKSLASH@
17167 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_ctrl.Plo' tmpdepfile='$(DEPDIR)/cquery_ctrl.TPlo' @AMDEPBACKSLASH@
17168 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17169 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_ctrl.lo `test -f '../../src/cybergarage/upnp/control/cquery_ctrl.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_ctrl.c
17170 +
17171 +cquery_request.o: ../../src/cybergarage/upnp/control/cquery_request.c
17172 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_request.o -MD -MP -MF "$(DEPDIR)/cquery_request.Tpo" -c -o cquery_request.o `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c; \
17173 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_request.Tpo" "$(DEPDIR)/cquery_request.Po"; else rm -f "$(DEPDIR)/cquery_request.Tpo"; exit 1; fi
17174 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='cquery_request.o' libtool=no @AMDEPBACKSLASH@
17175 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_request.Po' tmpdepfile='$(DEPDIR)/cquery_request.TPo' @AMDEPBACKSLASH@
17176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17177 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_request.o `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c
17178 +
17179 +cquery_request.obj: ../../src/cybergarage/upnp/control/cquery_request.c
17180 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_request.obj -MD -MP -MF "$(DEPDIR)/cquery_request.Tpo" -c -o cquery_request.obj `if test -f '../../src/cybergarage/upnp/control/cquery_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_request.c'; fi`; \
17181 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_request.Tpo" "$(DEPDIR)/cquery_request.Po"; else rm -f "$(DEPDIR)/cquery_request.Tpo"; exit 1; fi
17182 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='cquery_request.obj' libtool=no @AMDEPBACKSLASH@
17183 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_request.Po' tmpdepfile='$(DEPDIR)/cquery_request.TPo' @AMDEPBACKSLASH@
17184 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17185 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_request.obj `if test -f '../../src/cybergarage/upnp/control/cquery_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_request.c'; fi`
17186 +
17187 +cquery_request.lo: ../../src/cybergarage/upnp/control/cquery_request.c
17188 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_request.lo -MD -MP -MF "$(DEPDIR)/cquery_request.Tpo" -c -o cquery_request.lo `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c; \
17189 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_request.Tpo" "$(DEPDIR)/cquery_request.Plo"; else rm -f "$(DEPDIR)/cquery_request.Tpo"; exit 1; fi
17190 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_request.c' object='cquery_request.lo' libtool=yes @AMDEPBACKSLASH@
17191 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_request.Plo' tmpdepfile='$(DEPDIR)/cquery_request.TPlo' @AMDEPBACKSLASH@
17192 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17193 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_request.lo `test -f '../../src/cybergarage/upnp/control/cquery_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_request.c
17194 +
17195 +cquery_response.o: ../../src/cybergarage/upnp/control/cquery_response.c
17196 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_response.o -MD -MP -MF "$(DEPDIR)/cquery_response.Tpo" -c -o cquery_response.o `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c; \
17197 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_response.Tpo" "$(DEPDIR)/cquery_response.Po"; else rm -f "$(DEPDIR)/cquery_response.Tpo"; exit 1; fi
17198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='cquery_response.o' libtool=no @AMDEPBACKSLASH@
17199 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_response.Po' tmpdepfile='$(DEPDIR)/cquery_response.TPo' @AMDEPBACKSLASH@
17200 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17201 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_response.o `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c
17202 +
17203 +cquery_response.obj: ../../src/cybergarage/upnp/control/cquery_response.c
17204 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_response.obj -MD -MP -MF "$(DEPDIR)/cquery_response.Tpo" -c -o cquery_response.obj `if test -f '../../src/cybergarage/upnp/control/cquery_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_response.c'; fi`; \
17205 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_response.Tpo" "$(DEPDIR)/cquery_response.Po"; else rm -f "$(DEPDIR)/cquery_response.Tpo"; exit 1; fi
17206 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='cquery_response.obj' libtool=no @AMDEPBACKSLASH@
17207 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_response.Po' tmpdepfile='$(DEPDIR)/cquery_response.TPo' @AMDEPBACKSLASH@
17208 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17209 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_response.obj `if test -f '../../src/cybergarage/upnp/control/cquery_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/control/cquery_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/control/cquery_response.c'; fi`
17210 +
17211 +cquery_response.lo: ../../src/cybergarage/upnp/control/cquery_response.c
17212 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cquery_response.lo -MD -MP -MF "$(DEPDIR)/cquery_response.Tpo" -c -o cquery_response.lo `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c; \
17213 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cquery_response.Tpo" "$(DEPDIR)/cquery_response.Plo"; else rm -f "$(DEPDIR)/cquery_response.Tpo"; exit 1; fi
17214 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/control/cquery_response.c' object='cquery_response.lo' libtool=yes @AMDEPBACKSLASH@
17215 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cquery_response.Plo' tmpdepfile='$(DEPDIR)/cquery_response.TPlo' @AMDEPBACKSLASH@
17216 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17217 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cquery_response.lo `test -f '../../src/cybergarage/upnp/control/cquery_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/control/cquery_response.c
17218 +
17219 +ceventlistener_list.o: ../../src/cybergarage/upnp/event/ceventlistener_list.c
17220 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ceventlistener_list.o -MD -MP -MF "$(DEPDIR)/ceventlistener_list.Tpo" -c -o ceventlistener_list.o `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c; \
17221 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ceventlistener_list.Tpo" "$(DEPDIR)/ceventlistener_list.Po"; else rm -f "$(DEPDIR)/ceventlistener_list.Tpo"; exit 1; fi
17222 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='ceventlistener_list.o' libtool=no @AMDEPBACKSLASH@
17223 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ceventlistener_list.Po' tmpdepfile='$(DEPDIR)/ceventlistener_list.TPo' @AMDEPBACKSLASH@
17224 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17225 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ceventlistener_list.o `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c
17226 +
17227 +ceventlistener_list.obj: ../../src/cybergarage/upnp/event/ceventlistener_list.c
17228 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ceventlistener_list.obj -MD -MP -MF "$(DEPDIR)/ceventlistener_list.Tpo" -c -o ceventlistener_list.obj `if test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/ceventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/ceventlistener_list.c'; fi`; \
17229 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ceventlistener_list.Tpo" "$(DEPDIR)/ceventlistener_list.Po"; else rm -f "$(DEPDIR)/ceventlistener_list.Tpo"; exit 1; fi
17230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='ceventlistener_list.obj' libtool=no @AMDEPBACKSLASH@
17231 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ceventlistener_list.Po' tmpdepfile='$(DEPDIR)/ceventlistener_list.TPo' @AMDEPBACKSLASH@
17232 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17233 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ceventlistener_list.obj `if test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/ceventlistener_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/ceventlistener_list.c'; fi`
17234 +
17235 +ceventlistener_list.lo: ../../src/cybergarage/upnp/event/ceventlistener_list.c
17236 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ceventlistener_list.lo -MD -MP -MF "$(DEPDIR)/ceventlistener_list.Tpo" -c -o ceventlistener_list.lo `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c; \
17237 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ceventlistener_list.Tpo" "$(DEPDIR)/ceventlistener_list.Plo"; else rm -f "$(DEPDIR)/ceventlistener_list.Tpo"; exit 1; fi
17238 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/ceventlistener_list.c' object='ceventlistener_list.lo' libtool=yes @AMDEPBACKSLASH@
17239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/ceventlistener_list.Plo' tmpdepfile='$(DEPDIR)/ceventlistener_list.TPlo' @AMDEPBACKSLASH@
17240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17241 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ceventlistener_list.lo `test -f '../../src/cybergarage/upnp/event/ceventlistener_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/ceventlistener_list.c
17242 +
17243 +cnotify_request.o: ../../src/cybergarage/upnp/event/cnotify_request.c
17244 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnotify_request.o -MD -MP -MF "$(DEPDIR)/cnotify_request.Tpo" -c -o cnotify_request.o `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c; \
17245 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnotify_request.Tpo" "$(DEPDIR)/cnotify_request.Po"; else rm -f "$(DEPDIR)/cnotify_request.Tpo"; exit 1; fi
17246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='cnotify_request.o' libtool=no @AMDEPBACKSLASH@
17247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnotify_request.Po' tmpdepfile='$(DEPDIR)/cnotify_request.TPo' @AMDEPBACKSLASH@
17248 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17249 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnotify_request.o `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c
17250 +
17251 +cnotify_request.obj: ../../src/cybergarage/upnp/event/cnotify_request.c
17252 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnotify_request.obj -MD -MP -MF "$(DEPDIR)/cnotify_request.Tpo" -c -o cnotify_request.obj `if test -f '../../src/cybergarage/upnp/event/cnotify_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cnotify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cnotify_request.c'; fi`; \
17253 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnotify_request.Tpo" "$(DEPDIR)/cnotify_request.Po"; else rm -f "$(DEPDIR)/cnotify_request.Tpo"; exit 1; fi
17254 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='cnotify_request.obj' libtool=no @AMDEPBACKSLASH@
17255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnotify_request.Po' tmpdepfile='$(DEPDIR)/cnotify_request.TPo' @AMDEPBACKSLASH@
17256 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17257 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnotify_request.obj `if test -f '../../src/cybergarage/upnp/event/cnotify_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cnotify_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cnotify_request.c'; fi`
17258 +
17259 +cnotify_request.lo: ../../src/cybergarage/upnp/event/cnotify_request.c
17260 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cnotify_request.lo -MD -MP -MF "$(DEPDIR)/cnotify_request.Tpo" -c -o cnotify_request.lo `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c; \
17261 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cnotify_request.Tpo" "$(DEPDIR)/cnotify_request.Plo"; else rm -f "$(DEPDIR)/cnotify_request.Tpo"; exit 1; fi
17262 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cnotify_request.c' object='cnotify_request.lo' libtool=yes @AMDEPBACKSLASH@
17263 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cnotify_request.Plo' tmpdepfile='$(DEPDIR)/cnotify_request.TPlo' @AMDEPBACKSLASH@
17264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17265 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cnotify_request.lo `test -f '../../src/cybergarage/upnp/event/cnotify_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cnotify_request.c
17266 +
17267 +cproperty.o: ../../src/cybergarage/upnp/event/cproperty.c
17268 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty.o -MD -MP -MF "$(DEPDIR)/cproperty.Tpo" -c -o cproperty.o `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c; \
17269 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty.Tpo" "$(DEPDIR)/cproperty.Po"; else rm -f "$(DEPDIR)/cproperty.Tpo"; exit 1; fi
17270 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='cproperty.o' libtool=no @AMDEPBACKSLASH@
17271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty.Po' tmpdepfile='$(DEPDIR)/cproperty.TPo' @AMDEPBACKSLASH@
17272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17273 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty.o `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c
17274 +
17275 +cproperty.obj: ../../src/cybergarage/upnp/event/cproperty.c
17276 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty.obj -MD -MP -MF "$(DEPDIR)/cproperty.Tpo" -c -o cproperty.obj `if test -f '../../src/cybergarage/upnp/event/cproperty.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty.c'; fi`; \
17277 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty.Tpo" "$(DEPDIR)/cproperty.Po"; else rm -f "$(DEPDIR)/cproperty.Tpo"; exit 1; fi
17278 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='cproperty.obj' libtool=no @AMDEPBACKSLASH@
17279 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty.Po' tmpdepfile='$(DEPDIR)/cproperty.TPo' @AMDEPBACKSLASH@
17280 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17281 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty.obj `if test -f '../../src/cybergarage/upnp/event/cproperty.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty.c'; fi`
17282 +
17283 +cproperty.lo: ../../src/cybergarage/upnp/event/cproperty.c
17284 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty.lo -MD -MP -MF "$(DEPDIR)/cproperty.Tpo" -c -o cproperty.lo `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c; \
17285 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty.Tpo" "$(DEPDIR)/cproperty.Plo"; else rm -f "$(DEPDIR)/cproperty.Tpo"; exit 1; fi
17286 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty.c' object='cproperty.lo' libtool=yes @AMDEPBACKSLASH@
17287 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty.Plo' tmpdepfile='$(DEPDIR)/cproperty.TPlo' @AMDEPBACKSLASH@
17288 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17289 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty.lo `test -f '../../src/cybergarage/upnp/event/cproperty.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty.c
17290 +
17291 +cproperty_list.o: ../../src/cybergarage/upnp/event/cproperty_list.c
17292 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty_list.o -MD -MP -MF "$(DEPDIR)/cproperty_list.Tpo" -c -o cproperty_list.o `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c; \
17293 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty_list.Tpo" "$(DEPDIR)/cproperty_list.Po"; else rm -f "$(DEPDIR)/cproperty_list.Tpo"; exit 1; fi
17294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='cproperty_list.o' libtool=no @AMDEPBACKSLASH@
17295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty_list.Po' tmpdepfile='$(DEPDIR)/cproperty_list.TPo' @AMDEPBACKSLASH@
17296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17297 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty_list.o `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c
17298 +
17299 +cproperty_list.obj: ../../src/cybergarage/upnp/event/cproperty_list.c
17300 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty_list.obj -MD -MP -MF "$(DEPDIR)/cproperty_list.Tpo" -c -o cproperty_list.obj `if test -f '../../src/cybergarage/upnp/event/cproperty_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty_list.c'; fi`; \
17301 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty_list.Tpo" "$(DEPDIR)/cproperty_list.Po"; else rm -f "$(DEPDIR)/cproperty_list.Tpo"; exit 1; fi
17302 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='cproperty_list.obj' libtool=no @AMDEPBACKSLASH@
17303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty_list.Po' tmpdepfile='$(DEPDIR)/cproperty_list.TPo' @AMDEPBACKSLASH@
17304 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17305 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty_list.obj `if test -f '../../src/cybergarage/upnp/event/cproperty_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/cproperty_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/cproperty_list.c'; fi`
17306 +
17307 +cproperty_list.lo: ../../src/cybergarage/upnp/event/cproperty_list.c
17308 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cproperty_list.lo -MD -MP -MF "$(DEPDIR)/cproperty_list.Tpo" -c -o cproperty_list.lo `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c; \
17309 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cproperty_list.Tpo" "$(DEPDIR)/cproperty_list.Plo"; else rm -f "$(DEPDIR)/cproperty_list.Tpo"; exit 1; fi
17310 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/cproperty_list.c' object='cproperty_list.lo' libtool=yes @AMDEPBACKSLASH@
17311 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cproperty_list.Plo' tmpdepfile='$(DEPDIR)/cproperty_list.TPlo' @AMDEPBACKSLASH@
17312 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17313 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cproperty_list.lo `test -f '../../src/cybergarage/upnp/event/cproperty_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/cproperty_list.c
17314 +
17315 +csubscriber.o: ../../src/cybergarage/upnp/event/csubscriber.c
17316 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber.o -MD -MP -MF "$(DEPDIR)/csubscriber.Tpo" -c -o csubscriber.o `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c; \
17317 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber.Tpo" "$(DEPDIR)/csubscriber.Po"; else rm -f "$(DEPDIR)/csubscriber.Tpo"; exit 1; fi
17318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='csubscriber.o' libtool=no @AMDEPBACKSLASH@
17319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber.Po' tmpdepfile='$(DEPDIR)/csubscriber.TPo' @AMDEPBACKSLASH@
17320 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17321 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber.o `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c
17322 +
17323 +csubscriber.obj: ../../src/cybergarage/upnp/event/csubscriber.c
17324 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber.obj -MD -MP -MF "$(DEPDIR)/csubscriber.Tpo" -c -o csubscriber.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber.c'; fi`; \
17325 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber.Tpo" "$(DEPDIR)/csubscriber.Po"; else rm -f "$(DEPDIR)/csubscriber.Tpo"; exit 1; fi
17326 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='csubscriber.obj' libtool=no @AMDEPBACKSLASH@
17327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber.Po' tmpdepfile='$(DEPDIR)/csubscriber.TPo' @AMDEPBACKSLASH@
17328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17329 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber.c'; fi`
17330 +
17331 +csubscriber.lo: ../../src/cybergarage/upnp/event/csubscriber.c
17332 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber.lo -MD -MP -MF "$(DEPDIR)/csubscriber.Tpo" -c -o csubscriber.lo `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c; \
17333 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber.Tpo" "$(DEPDIR)/csubscriber.Plo"; else rm -f "$(DEPDIR)/csubscriber.Tpo"; exit 1; fi
17334 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber.c' object='csubscriber.lo' libtool=yes @AMDEPBACKSLASH@
17335 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber.Plo' tmpdepfile='$(DEPDIR)/csubscriber.TPlo' @AMDEPBACKSLASH@
17336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17337 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber.lo `test -f '../../src/cybergarage/upnp/event/csubscriber.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber.c
17338 +
17339 +csubscriber_list.o: ../../src/cybergarage/upnp/event/csubscriber_list.c
17340 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber_list.o -MD -MP -MF "$(DEPDIR)/csubscriber_list.Tpo" -c -o csubscriber_list.o `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c; \
17341 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber_list.Tpo" "$(DEPDIR)/csubscriber_list.Po"; else rm -f "$(DEPDIR)/csubscriber_list.Tpo"; exit 1; fi
17342 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='csubscriber_list.o' libtool=no @AMDEPBACKSLASH@
17343 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber_list.Po' tmpdepfile='$(DEPDIR)/csubscriber_list.TPo' @AMDEPBACKSLASH@
17344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17345 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber_list.o `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c
17346 +
17347 +csubscriber_list.obj: ../../src/cybergarage/upnp/event/csubscriber_list.c
17348 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber_list.obj -MD -MP -MF "$(DEPDIR)/csubscriber_list.Tpo" -c -o csubscriber_list.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber_list.c'; fi`; \
17349 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber_list.Tpo" "$(DEPDIR)/csubscriber_list.Po"; else rm -f "$(DEPDIR)/csubscriber_list.Tpo"; exit 1; fi
17350 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='csubscriber_list.obj' libtool=no @AMDEPBACKSLASH@
17351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber_list.Po' tmpdepfile='$(DEPDIR)/csubscriber_list.TPo' @AMDEPBACKSLASH@
17352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17353 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber_list.obj `if test -f '../../src/cybergarage/upnp/event/csubscriber_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscriber_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscriber_list.c'; fi`
17354 +
17355 +csubscriber_list.lo: ../../src/cybergarage/upnp/event/csubscriber_list.c
17356 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscriber_list.lo -MD -MP -MF "$(DEPDIR)/csubscriber_list.Tpo" -c -o csubscriber_list.lo `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c; \
17357 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscriber_list.Tpo" "$(DEPDIR)/csubscriber_list.Plo"; else rm -f "$(DEPDIR)/csubscriber_list.Tpo"; exit 1; fi
17358 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscriber_list.c' object='csubscriber_list.lo' libtool=yes @AMDEPBACKSLASH@
17359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscriber_list.Plo' tmpdepfile='$(DEPDIR)/csubscriber_list.TPlo' @AMDEPBACKSLASH@
17360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17361 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscriber_list.lo `test -f '../../src/cybergarage/upnp/event/csubscriber_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscriber_list.c
17362 +
17363 +csubscription.o: ../../src/cybergarage/upnp/event/csubscription.c
17364 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription.o -MD -MP -MF "$(DEPDIR)/csubscription.Tpo" -c -o csubscription.o `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c; \
17365 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription.Tpo" "$(DEPDIR)/csubscription.Po"; else rm -f "$(DEPDIR)/csubscription.Tpo"; exit 1; fi
17366 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='csubscription.o' libtool=no @AMDEPBACKSLASH@
17367 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription.Po' tmpdepfile='$(DEPDIR)/csubscription.TPo' @AMDEPBACKSLASH@
17368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17369 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription.o `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c
17370 +
17371 +csubscription.obj: ../../src/cybergarage/upnp/event/csubscription.c
17372 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription.obj -MD -MP -MF "$(DEPDIR)/csubscription.Tpo" -c -o csubscription.obj `if test -f '../../src/cybergarage/upnp/event/csubscription.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription.c'; fi`; \
17373 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription.Tpo" "$(DEPDIR)/csubscription.Po"; else rm -f "$(DEPDIR)/csubscription.Tpo"; exit 1; fi
17374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='csubscription.obj' libtool=no @AMDEPBACKSLASH@
17375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription.Po' tmpdepfile='$(DEPDIR)/csubscription.TPo' @AMDEPBACKSLASH@
17376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17377 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription.obj `if test -f '../../src/cybergarage/upnp/event/csubscription.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription.c'; fi`
17378 +
17379 +csubscription.lo: ../../src/cybergarage/upnp/event/csubscription.c
17380 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription.lo -MD -MP -MF "$(DEPDIR)/csubscription.Tpo" -c -o csubscription.lo `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c; \
17381 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription.Tpo" "$(DEPDIR)/csubscription.Plo"; else rm -f "$(DEPDIR)/csubscription.Tpo"; exit 1; fi
17382 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription.c' object='csubscription.lo' libtool=yes @AMDEPBACKSLASH@
17383 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription.Plo' tmpdepfile='$(DEPDIR)/csubscription.TPlo' @AMDEPBACKSLASH@
17384 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17385 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription.lo `test -f '../../src/cybergarage/upnp/event/csubscription.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription.c
17386 +
17387 +csubscription_request.o: ../../src/cybergarage/upnp/event/csubscription_request.c
17388 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_request.o -MD -MP -MF "$(DEPDIR)/csubscription_request.Tpo" -c -o csubscription_request.o `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c; \
17389 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_request.Tpo" "$(DEPDIR)/csubscription_request.Po"; else rm -f "$(DEPDIR)/csubscription_request.Tpo"; exit 1; fi
17390 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='csubscription_request.o' libtool=no @AMDEPBACKSLASH@
17391 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_request.Po' tmpdepfile='$(DEPDIR)/csubscription_request.TPo' @AMDEPBACKSLASH@
17392 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17393 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_request.o `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c
17394 +
17395 +csubscription_request.obj: ../../src/cybergarage/upnp/event/csubscription_request.c
17396 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_request.obj -MD -MP -MF "$(DEPDIR)/csubscription_request.Tpo" -c -o csubscription_request.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_request.c'; fi`; \
17397 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_request.Tpo" "$(DEPDIR)/csubscription_request.Po"; else rm -f "$(DEPDIR)/csubscription_request.Tpo"; exit 1; fi
17398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='csubscription_request.obj' libtool=no @AMDEPBACKSLASH@
17399 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_request.Po' tmpdepfile='$(DEPDIR)/csubscription_request.TPo' @AMDEPBACKSLASH@
17400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17401 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_request.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_request.c'; fi`
17402 +
17403 +csubscription_request.lo: ../../src/cybergarage/upnp/event/csubscription_request.c
17404 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_request.lo -MD -MP -MF "$(DEPDIR)/csubscription_request.Tpo" -c -o csubscription_request.lo `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c; \
17405 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_request.Tpo" "$(DEPDIR)/csubscription_request.Plo"; else rm -f "$(DEPDIR)/csubscription_request.Tpo"; exit 1; fi
17406 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_request.c' object='csubscription_request.lo' libtool=yes @AMDEPBACKSLASH@
17407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_request.Plo' tmpdepfile='$(DEPDIR)/csubscription_request.TPlo' @AMDEPBACKSLASH@
17408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17409 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_request.lo `test -f '../../src/cybergarage/upnp/event/csubscription_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_request.c
17410 +
17411 +csubscription_response.o: ../../src/cybergarage/upnp/event/csubscription_response.c
17412 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_response.o -MD -MP -MF "$(DEPDIR)/csubscription_response.Tpo" -c -o csubscription_response.o `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c; \
17413 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_response.Tpo" "$(DEPDIR)/csubscription_response.Po"; else rm -f "$(DEPDIR)/csubscription_response.Tpo"; exit 1; fi
17414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='csubscription_response.o' libtool=no @AMDEPBACKSLASH@
17415 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_response.Po' tmpdepfile='$(DEPDIR)/csubscription_response.TPo' @AMDEPBACKSLASH@
17416 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17417 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_response.o `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c
17418 +
17419 +csubscription_response.obj: ../../src/cybergarage/upnp/event/csubscription_response.c
17420 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_response.obj -MD -MP -MF "$(DEPDIR)/csubscription_response.Tpo" -c -o csubscription_response.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_response.c'; fi`; \
17421 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_response.Tpo" "$(DEPDIR)/csubscription_response.Po"; else rm -f "$(DEPDIR)/csubscription_response.Tpo"; exit 1; fi
17422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='csubscription_response.obj' libtool=no @AMDEPBACKSLASH@
17423 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_response.Po' tmpdepfile='$(DEPDIR)/csubscription_response.TPo' @AMDEPBACKSLASH@
17424 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17425 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_response.obj `if test -f '../../src/cybergarage/upnp/event/csubscription_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/event/csubscription_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/event/csubscription_response.c'; fi`
17426 +
17427 +csubscription_response.lo: ../../src/cybergarage/upnp/event/csubscription_response.c
17428 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csubscription_response.lo -MD -MP -MF "$(DEPDIR)/csubscription_response.Tpo" -c -o csubscription_response.lo `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c; \
17429 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/csubscription_response.Tpo" "$(DEPDIR)/csubscription_response.Plo"; else rm -f "$(DEPDIR)/csubscription_response.Tpo"; exit 1; fi
17430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/event/csubscription_response.c' object='csubscription_response.lo' libtool=yes @AMDEPBACKSLASH@
17431 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/csubscription_response.Plo' tmpdepfile='$(DEPDIR)/csubscription_response.TPlo' @AMDEPBACKSLASH@
17432 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17433 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csubscription_response.lo `test -f '../../src/cybergarage/upnp/event/csubscription_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/event/csubscription_response.c
17434 +
17435 +chttpmu_socket.o: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
17436 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpmu_socket.o -MD -MP -MF "$(DEPDIR)/chttpmu_socket.Tpo" -c -o chttpmu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c; \
17437 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpmu_socket.Tpo" "$(DEPDIR)/chttpmu_socket.Po"; else rm -f "$(DEPDIR)/chttpmu_socket.Tpo"; exit 1; fi
17438 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='chttpmu_socket.o' libtool=no @AMDEPBACKSLASH@
17439 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpmu_socket.Po' tmpdepfile='$(DEPDIR)/chttpmu_socket.TPo' @AMDEPBACKSLASH@
17440 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17441 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpmu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
17442 +
17443 +chttpmu_socket.obj: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
17444 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpmu_socket.obj -MD -MP -MF "$(DEPDIR)/chttpmu_socket.Tpo" -c -o chttpmu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; fi`; \
17445 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpmu_socket.Tpo" "$(DEPDIR)/chttpmu_socket.Po"; else rm -f "$(DEPDIR)/chttpmu_socket.Tpo"; exit 1; fi
17446 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='chttpmu_socket.obj' libtool=no @AMDEPBACKSLASH@
17447 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpmu_socket.Po' tmpdepfile='$(DEPDIR)/chttpmu_socket.TPo' @AMDEPBACKSLASH@
17448 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17449 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpmu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpmu_socket.c'; fi`
17450 +
17451 +chttpmu_socket.lo: ../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
17452 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpmu_socket.lo -MD -MP -MF "$(DEPDIR)/chttpmu_socket.Tpo" -c -o chttpmu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c; \
17453 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpmu_socket.Tpo" "$(DEPDIR)/chttpmu_socket.Plo"; else rm -f "$(DEPDIR)/chttpmu_socket.Tpo"; exit 1; fi
17454 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' object='chttpmu_socket.lo' libtool=yes @AMDEPBACKSLASH@
17455 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpmu_socket.Plo' tmpdepfile='$(DEPDIR)/chttpmu_socket.TPlo' @AMDEPBACKSLASH@
17456 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17457 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpmu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpmu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpmu_socket.c
17458 +
17459 +chttpu_socket.o: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
17460 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpu_socket.o -MD -MP -MF "$(DEPDIR)/chttpu_socket.Tpo" -c -o chttpu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c; \
17461 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpu_socket.Tpo" "$(DEPDIR)/chttpu_socket.Po"; else rm -f "$(DEPDIR)/chttpu_socket.Tpo"; exit 1; fi
17462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='chttpu_socket.o' libtool=no @AMDEPBACKSLASH@
17463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpu_socket.Po' tmpdepfile='$(DEPDIR)/chttpu_socket.TPo' @AMDEPBACKSLASH@
17464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17465 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpu_socket.o `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c
17466 +
17467 +chttpu_socket.obj: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
17468 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpu_socket.obj -MD -MP -MF "$(DEPDIR)/chttpu_socket.Tpo" -c -o chttpu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; fi`; \
17469 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpu_socket.Tpo" "$(DEPDIR)/chttpu_socket.Po"; else rm -f "$(DEPDIR)/chttpu_socket.Tpo"; exit 1; fi
17470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='chttpu_socket.obj' libtool=no @AMDEPBACKSLASH@
17471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpu_socket.Po' tmpdepfile='$(DEPDIR)/chttpu_socket.TPo' @AMDEPBACKSLASH@
17472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17473 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpu_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/chttpu_socket.c'; fi`
17474 +
17475 +chttpu_socket.lo: ../../src/cybergarage/upnp/ssdp/chttpu_socket.c
17476 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chttpu_socket.lo -MD -MP -MF "$(DEPDIR)/chttpu_socket.Tpo" -c -o chttpu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c; \
17477 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/chttpu_socket.Tpo" "$(DEPDIR)/chttpu_socket.Plo"; else rm -f "$(DEPDIR)/chttpu_socket.Tpo"; exit 1; fi
17478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/chttpu_socket.c' object='chttpu_socket.lo' libtool=yes @AMDEPBACKSLASH@
17479 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/chttpu_socket.Plo' tmpdepfile='$(DEPDIR)/chttpu_socket.TPlo' @AMDEPBACKSLASH@
17480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17481 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chttpu_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/chttpu_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/chttpu_socket.c
17482 +
17483 +cssdp.o: ../../src/cybergarage/upnp/ssdp/cssdp.c
17484 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp.o -MD -MP -MF "$(DEPDIR)/cssdp.Tpo" -c -o cssdp.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c; \
17485 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp.Tpo" "$(DEPDIR)/cssdp.Po"; else rm -f "$(DEPDIR)/cssdp.Tpo"; exit 1; fi
17486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='cssdp.o' libtool=no @AMDEPBACKSLASH@
17487 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp.Po' tmpdepfile='$(DEPDIR)/cssdp.TPo' @AMDEPBACKSLASH@
17488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17489 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c
17490 +
17491 +cssdp.obj: ../../src/cybergarage/upnp/ssdp/cssdp.c
17492 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp.obj -MD -MP -MF "$(DEPDIR)/cssdp.Tpo" -c -o cssdp.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp.c'; fi`; \
17493 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp.Tpo" "$(DEPDIR)/cssdp.Po"; else rm -f "$(DEPDIR)/cssdp.Tpo"; exit 1; fi
17494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='cssdp.obj' libtool=no @AMDEPBACKSLASH@
17495 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp.Po' tmpdepfile='$(DEPDIR)/cssdp.TPo' @AMDEPBACKSLASH@
17496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17497 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp.c'; fi`
17498 +
17499 +cssdp.lo: ../../src/cybergarage/upnp/ssdp/cssdp.c
17500 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp.lo -MD -MP -MF "$(DEPDIR)/cssdp.Tpo" -c -o cssdp.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c; \
17501 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp.Tpo" "$(DEPDIR)/cssdp.Plo"; else rm -f "$(DEPDIR)/cssdp.Tpo"; exit 1; fi
17502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp.c' object='cssdp.lo' libtool=yes @AMDEPBACKSLASH@
17503 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp.Plo' tmpdepfile='$(DEPDIR)/cssdp.TPlo' @AMDEPBACKSLASH@
17504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17505 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp.c
17506 +
17507 +cssdp_server.o: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
17508 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server.o -MD -MP -MF "$(DEPDIR)/cssdp_server.Tpo" -c -o cssdp_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c; \
17509 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server.Tpo" "$(DEPDIR)/cssdp_server.Po"; else rm -f "$(DEPDIR)/cssdp_server.Tpo"; exit 1; fi
17510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='cssdp_server.o' libtool=no @AMDEPBACKSLASH@
17511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server.Po' tmpdepfile='$(DEPDIR)/cssdp_server.TPo' @AMDEPBACKSLASH@
17512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17513 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c
17514 +
17515 +cssdp_server.obj: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
17516 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server.obj -MD -MP -MF "$(DEPDIR)/cssdp_server.Tpo" -c -o cssdp_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server.c'; fi`; \
17517 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server.Tpo" "$(DEPDIR)/cssdp_server.Po"; else rm -f "$(DEPDIR)/cssdp_server.Tpo"; exit 1; fi
17518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='cssdp_server.obj' libtool=no @AMDEPBACKSLASH@
17519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server.Po' tmpdepfile='$(DEPDIR)/cssdp_server.TPo' @AMDEPBACKSLASH@
17520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17521 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server.c'; fi`
17522 +
17523 +cssdp_server.lo: ../../src/cybergarage/upnp/ssdp/cssdp_server.c
17524 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server.lo -MD -MP -MF "$(DEPDIR)/cssdp_server.Tpo" -c -o cssdp_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c; \
17525 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server.Tpo" "$(DEPDIR)/cssdp_server.Plo"; else rm -f "$(DEPDIR)/cssdp_server.Tpo"; exit 1; fi
17526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server.c' object='cssdp_server.lo' libtool=yes @AMDEPBACKSLASH@
17527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server.Plo' tmpdepfile='$(DEPDIR)/cssdp_server.TPlo' @AMDEPBACKSLASH@
17528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17529 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server.c
17530 +
17531 +cssdp_server_list.o: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
17532 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server_list.o -MD -MP -MF "$(DEPDIR)/cssdp_server_list.Tpo" -c -o cssdp_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c; \
17533 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server_list.Tpo" "$(DEPDIR)/cssdp_server_list.Po"; else rm -f "$(DEPDIR)/cssdp_server_list.Tpo"; exit 1; fi
17534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='cssdp_server_list.o' libtool=no @AMDEPBACKSLASH@
17535 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server_list.Po' tmpdepfile='$(DEPDIR)/cssdp_server_list.TPo' @AMDEPBACKSLASH@
17536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17537 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
17538 +
17539 +cssdp_server_list.obj: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
17540 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server_list.obj -MD -MP -MF "$(DEPDIR)/cssdp_server_list.Tpo" -c -o cssdp_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; fi`; \
17541 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server_list.Tpo" "$(DEPDIR)/cssdp_server_list.Po"; else rm -f "$(DEPDIR)/cssdp_server_list.Tpo"; exit 1; fi
17542 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='cssdp_server_list.obj' libtool=no @AMDEPBACKSLASH@
17543 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server_list.Po' tmpdepfile='$(DEPDIR)/cssdp_server_list.TPo' @AMDEPBACKSLASH@
17544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17545 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_server_list.c'; fi`
17546 +
17547 +cssdp_server_list.lo: ../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
17548 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_server_list.lo -MD -MP -MF "$(DEPDIR)/cssdp_server_list.Tpo" -c -o cssdp_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c; \
17549 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_server_list.Tpo" "$(DEPDIR)/cssdp_server_list.Plo"; else rm -f "$(DEPDIR)/cssdp_server_list.Tpo"; exit 1; fi
17550 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' object='cssdp_server_list.lo' libtool=yes @AMDEPBACKSLASH@
17551 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_server_list.Plo' tmpdepfile='$(DEPDIR)/cssdp_server_list.TPlo' @AMDEPBACKSLASH@
17552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17553 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_server_list.c
17554 +
17555 +cssdp_packet.o: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
17556 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_packet.o -MD -MP -MF "$(DEPDIR)/cssdp_packet.Tpo" -c -o cssdp_packet.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c; \
17557 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_packet.Tpo" "$(DEPDIR)/cssdp_packet.Po"; else rm -f "$(DEPDIR)/cssdp_packet.Tpo"; exit 1; fi
17558 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='cssdp_packet.o' libtool=no @AMDEPBACKSLASH@
17559 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_packet.Po' tmpdepfile='$(DEPDIR)/cssdp_packet.TPo' @AMDEPBACKSLASH@
17560 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17561 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_packet.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c
17562 +
17563 +cssdp_packet.obj: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
17564 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_packet.obj -MD -MP -MF "$(DEPDIR)/cssdp_packet.Tpo" -c -o cssdp_packet.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; fi`; \
17565 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_packet.Tpo" "$(DEPDIR)/cssdp_packet.Po"; else rm -f "$(DEPDIR)/cssdp_packet.Tpo"; exit 1; fi
17566 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='cssdp_packet.obj' libtool=no @AMDEPBACKSLASH@
17567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_packet.Po' tmpdepfile='$(DEPDIR)/cssdp_packet.TPo' @AMDEPBACKSLASH@
17568 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17569 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_packet.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_packet.c'; fi`
17570 +
17571 +cssdp_packet.lo: ../../src/cybergarage/upnp/ssdp/cssdp_packet.c
17572 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_packet.lo -MD -MP -MF "$(DEPDIR)/cssdp_packet.Tpo" -c -o cssdp_packet.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c; \
17573 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_packet.Tpo" "$(DEPDIR)/cssdp_packet.Plo"; else rm -f "$(DEPDIR)/cssdp_packet.Tpo"; exit 1; fi
17574 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_packet.c' object='cssdp_packet.lo' libtool=yes @AMDEPBACKSLASH@
17575 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_packet.Plo' tmpdepfile='$(DEPDIR)/cssdp_packet.TPlo' @AMDEPBACKSLASH@
17576 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17577 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_packet.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_packet.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_packet.c
17578 +
17579 +cssdp_request.o: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
17580 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_request.o -MD -MP -MF "$(DEPDIR)/cssdp_request.Tpo" -c -o cssdp_request.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c; \
17581 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_request.Tpo" "$(DEPDIR)/cssdp_request.Po"; else rm -f "$(DEPDIR)/cssdp_request.Tpo"; exit 1; fi
17582 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='cssdp_request.o' libtool=no @AMDEPBACKSLASH@
17583 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_request.Po' tmpdepfile='$(DEPDIR)/cssdp_request.TPo' @AMDEPBACKSLASH@
17584 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17585 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_request.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c
17586 +
17587 +cssdp_request.obj: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
17588 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_request.obj -MD -MP -MF "$(DEPDIR)/cssdp_request.Tpo" -c -o cssdp_request.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_request.c'; fi`; \
17589 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_request.Tpo" "$(DEPDIR)/cssdp_request.Po"; else rm -f "$(DEPDIR)/cssdp_request.Tpo"; exit 1; fi
17590 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='cssdp_request.obj' libtool=no @AMDEPBACKSLASH@
17591 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_request.Po' tmpdepfile='$(DEPDIR)/cssdp_request.TPo' @AMDEPBACKSLASH@
17592 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17593 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_request.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_request.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_request.c'; fi`
17594 +
17595 +cssdp_request.lo: ../../src/cybergarage/upnp/ssdp/cssdp_request.c
17596 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_request.lo -MD -MP -MF "$(DEPDIR)/cssdp_request.Tpo" -c -o cssdp_request.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c; \
17597 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_request.Tpo" "$(DEPDIR)/cssdp_request.Plo"; else rm -f "$(DEPDIR)/cssdp_request.Tpo"; exit 1; fi
17598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_request.c' object='cssdp_request.lo' libtool=yes @AMDEPBACKSLASH@
17599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_request.Plo' tmpdepfile='$(DEPDIR)/cssdp_request.TPlo' @AMDEPBACKSLASH@
17600 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17601 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_request.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_request.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_request.c
17602 +
17603 +cssdp_response.o: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
17604 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response.o -MD -MP -MF "$(DEPDIR)/cssdp_response.Tpo" -c -o cssdp_response.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c; \
17605 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response.Tpo" "$(DEPDIR)/cssdp_response.Po"; else rm -f "$(DEPDIR)/cssdp_response.Tpo"; exit 1; fi
17606 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='cssdp_response.o' libtool=no @AMDEPBACKSLASH@
17607 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response.Po' tmpdepfile='$(DEPDIR)/cssdp_response.TPo' @AMDEPBACKSLASH@
17608 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17609 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c
17610 +
17611 +cssdp_response.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
17612 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response.obj -MD -MP -MF "$(DEPDIR)/cssdp_response.Tpo" -c -o cssdp_response.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response.c'; fi`; \
17613 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response.Tpo" "$(DEPDIR)/cssdp_response.Po"; else rm -f "$(DEPDIR)/cssdp_response.Tpo"; exit 1; fi
17614 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='cssdp_response.obj' libtool=no @AMDEPBACKSLASH@
17615 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response.Po' tmpdepfile='$(DEPDIR)/cssdp_response.TPo' @AMDEPBACKSLASH@
17616 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17617 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response.c'; fi`
17618 +
17619 +cssdp_response.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response.c
17620 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response.lo -MD -MP -MF "$(DEPDIR)/cssdp_response.Tpo" -c -o cssdp_response.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c; \
17621 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response.Tpo" "$(DEPDIR)/cssdp_response.Plo"; else rm -f "$(DEPDIR)/cssdp_response.Tpo"; exit 1; fi
17622 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response.c' object='cssdp_response.lo' libtool=yes @AMDEPBACKSLASH@
17623 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response.Plo' tmpdepfile='$(DEPDIR)/cssdp_response.TPlo' @AMDEPBACKSLASH@
17624 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17625 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response.c
17626 +
17627 +cssdp_socket.o: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
17628 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_socket.o -MD -MP -MF "$(DEPDIR)/cssdp_socket.Tpo" -c -o cssdp_socket.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c; \
17629 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_socket.Tpo" "$(DEPDIR)/cssdp_socket.Po"; else rm -f "$(DEPDIR)/cssdp_socket.Tpo"; exit 1; fi
17630 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='cssdp_socket.o' libtool=no @AMDEPBACKSLASH@
17631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_socket.Po' tmpdepfile='$(DEPDIR)/cssdp_socket.TPo' @AMDEPBACKSLASH@
17632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17633 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_socket.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c
17634 +
17635 +cssdp_socket.obj: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
17636 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_socket.obj -MD -MP -MF "$(DEPDIR)/cssdp_socket.Tpo" -c -o cssdp_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; fi`; \
17637 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_socket.Tpo" "$(DEPDIR)/cssdp_socket.Po"; else rm -f "$(DEPDIR)/cssdp_socket.Tpo"; exit 1; fi
17638 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='cssdp_socket.obj' libtool=no @AMDEPBACKSLASH@
17639 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_socket.Po' tmpdepfile='$(DEPDIR)/cssdp_socket.TPo' @AMDEPBACKSLASH@
17640 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17641 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_socket.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_socket.c'; fi`
17642 +
17643 +cssdp_socket.lo: ../../src/cybergarage/upnp/ssdp/cssdp_socket.c
17644 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_socket.lo -MD -MP -MF "$(DEPDIR)/cssdp_socket.Tpo" -c -o cssdp_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c; \
17645 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_socket.Tpo" "$(DEPDIR)/cssdp_socket.Plo"; else rm -f "$(DEPDIR)/cssdp_socket.Tpo"; exit 1; fi
17646 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_socket.c' object='cssdp_socket.lo' libtool=yes @AMDEPBACKSLASH@
17647 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_socket.Plo' tmpdepfile='$(DEPDIR)/cssdp_socket.TPlo' @AMDEPBACKSLASH@
17648 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17649 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_socket.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_socket.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_socket.c
17650 +
17651 +cssdp_response_server.o: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
17652 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server.o -MD -MP -MF "$(DEPDIR)/cssdp_response_server.Tpo" -c -o cssdp_response_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c; \
17653 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server.Tpo" "$(DEPDIR)/cssdp_response_server.Po"; else rm -f "$(DEPDIR)/cssdp_response_server.Tpo"; exit 1; fi
17654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='cssdp_response_server.o' libtool=no @AMDEPBACKSLASH@
17655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server.Po' tmpdepfile='$(DEPDIR)/cssdp_response_server.TPo' @AMDEPBACKSLASH@
17656 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17657 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
17658 +
17659 +cssdp_response_server.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
17660 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server.obj -MD -MP -MF "$(DEPDIR)/cssdp_response_server.Tpo" -c -o cssdp_response_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; fi`; \
17661 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server.Tpo" "$(DEPDIR)/cssdp_response_server.Po"; else rm -f "$(DEPDIR)/cssdp_response_server.Tpo"; exit 1; fi
17662 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='cssdp_response_server.obj' libtool=no @AMDEPBACKSLASH@
17663 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server.Po' tmpdepfile='$(DEPDIR)/cssdp_response_server.TPo' @AMDEPBACKSLASH@
17664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17665 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server.c'; fi`
17666 +
17667 +cssdp_response_server.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
17668 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server.lo -MD -MP -MF "$(DEPDIR)/cssdp_response_server.Tpo" -c -o cssdp_response_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c; \
17669 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server.Tpo" "$(DEPDIR)/cssdp_response_server.Plo"; else rm -f "$(DEPDIR)/cssdp_response_server.Tpo"; exit 1; fi
17670 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' object='cssdp_response_server.lo' libtool=yes @AMDEPBACKSLASH@
17671 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server.Plo' tmpdepfile='$(DEPDIR)/cssdp_response_server.TPlo' @AMDEPBACKSLASH@
17672 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17673 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server.c
17674 +
17675 +cssdp_response_server_list.o: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
17676 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server_list.o -MD -MP -MF "$(DEPDIR)/cssdp_response_server_list.Tpo" -c -o cssdp_response_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c; \
17677 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server_list.Tpo" "$(DEPDIR)/cssdp_response_server_list.Po"; else rm -f "$(DEPDIR)/cssdp_response_server_list.Tpo"; exit 1; fi
17678 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='cssdp_response_server_list.o' libtool=no @AMDEPBACKSLASH@
17679 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server_list.Po' tmpdepfile='$(DEPDIR)/cssdp_response_server_list.TPo' @AMDEPBACKSLASH@
17680 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17681 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server_list.o `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
17682 +
17683 +cssdp_response_server_list.obj: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
17684 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server_list.obj -MD -MP -MF "$(DEPDIR)/cssdp_response_server_list.Tpo" -c -o cssdp_response_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; fi`; \
17685 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server_list.Tpo" "$(DEPDIR)/cssdp_response_server_list.Po"; else rm -f "$(DEPDIR)/cssdp_response_server_list.Tpo"; exit 1; fi
17686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='cssdp_response_server_list.obj' libtool=no @AMDEPBACKSLASH@
17687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server_list.Po' tmpdepfile='$(DEPDIR)/cssdp_response_server_list.TPo' @AMDEPBACKSLASH@
17688 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17689 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server_list.obj `if test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; then $(CYGPATH_W) '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c'; fi`
17690 +
17691 +cssdp_response_server_list.lo: ../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
17692 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cssdp_response_server_list.lo -MD -MP -MF "$(DEPDIR)/cssdp_response_server_list.Tpo" -c -o cssdp_response_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c; \
17693 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cssdp_response_server_list.Tpo" "$(DEPDIR)/cssdp_response_server_list.Plo"; else rm -f "$(DEPDIR)/cssdp_response_server_list.Tpo"; exit 1; fi
17694 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' object='cssdp_response_server_list.lo' libtool=yes @AMDEPBACKSLASH@
17695 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cssdp_response_server_list.Plo' tmpdepfile='$(DEPDIR)/cssdp_response_server_list.TPlo' @AMDEPBACKSLASH@
17696 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17697 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cssdp_response_server_list.lo `test -f '../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c' || echo '$(srcdir)/'`../../src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
17698 +
17699 +cxml_attribute.o: ../../src/cybergarage/xml/cxml_attribute.c
17700 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute.o -MD -MP -MF "$(DEPDIR)/cxml_attribute.Tpo" -c -o cxml_attribute.o `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c; \
17701 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute.Tpo" "$(DEPDIR)/cxml_attribute.Po"; else rm -f "$(DEPDIR)/cxml_attribute.Tpo"; exit 1; fi
17702 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='cxml_attribute.o' libtool=no @AMDEPBACKSLASH@
17703 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute.Po' tmpdepfile='$(DEPDIR)/cxml_attribute.TPo' @AMDEPBACKSLASH@
17704 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17705 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute.o `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c
17706 +
17707 +cxml_attribute.obj: ../../src/cybergarage/xml/cxml_attribute.c
17708 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute.obj -MD -MP -MF "$(DEPDIR)/cxml_attribute.Tpo" -c -o cxml_attribute.obj `if test -f '../../src/cybergarage/xml/cxml_attribute.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute.c'; fi`; \
17709 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute.Tpo" "$(DEPDIR)/cxml_attribute.Po"; else rm -f "$(DEPDIR)/cxml_attribute.Tpo"; exit 1; fi
17710 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='cxml_attribute.obj' libtool=no @AMDEPBACKSLASH@
17711 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute.Po' tmpdepfile='$(DEPDIR)/cxml_attribute.TPo' @AMDEPBACKSLASH@
17712 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17713 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute.obj `if test -f '../../src/cybergarage/xml/cxml_attribute.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute.c'; fi`
17714 +
17715 +cxml_attribute.lo: ../../src/cybergarage/xml/cxml_attribute.c
17716 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute.lo -MD -MP -MF "$(DEPDIR)/cxml_attribute.Tpo" -c -o cxml_attribute.lo `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c; \
17717 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute.Tpo" "$(DEPDIR)/cxml_attribute.Plo"; else rm -f "$(DEPDIR)/cxml_attribute.Tpo"; exit 1; fi
17718 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute.c' object='cxml_attribute.lo' libtool=yes @AMDEPBACKSLASH@
17719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute.Plo' tmpdepfile='$(DEPDIR)/cxml_attribute.TPlo' @AMDEPBACKSLASH@
17720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17721 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute.lo `test -f '../../src/cybergarage/xml/cxml_attribute.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute.c
17722 +
17723 +cxml_attribute_list.o: ../../src/cybergarage/xml/cxml_attribute_list.c
17724 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute_list.o -MD -MP -MF "$(DEPDIR)/cxml_attribute_list.Tpo" -c -o cxml_attribute_list.o `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c; \
17725 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute_list.Tpo" "$(DEPDIR)/cxml_attribute_list.Po"; else rm -f "$(DEPDIR)/cxml_attribute_list.Tpo"; exit 1; fi
17726 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='cxml_attribute_list.o' libtool=no @AMDEPBACKSLASH@
17727 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute_list.Po' tmpdepfile='$(DEPDIR)/cxml_attribute_list.TPo' @AMDEPBACKSLASH@
17728 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17729 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute_list.o `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c
17730 +
17731 +cxml_attribute_list.obj: ../../src/cybergarage/xml/cxml_attribute_list.c
17732 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute_list.obj -MD -MP -MF "$(DEPDIR)/cxml_attribute_list.Tpo" -c -o cxml_attribute_list.obj `if test -f '../../src/cybergarage/xml/cxml_attribute_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute_list.c'; fi`; \
17733 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute_list.Tpo" "$(DEPDIR)/cxml_attribute_list.Po"; else rm -f "$(DEPDIR)/cxml_attribute_list.Tpo"; exit 1; fi
17734 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='cxml_attribute_list.obj' libtool=no @AMDEPBACKSLASH@
17735 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute_list.Po' tmpdepfile='$(DEPDIR)/cxml_attribute_list.TPo' @AMDEPBACKSLASH@
17736 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17737 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute_list.obj `if test -f '../../src/cybergarage/xml/cxml_attribute_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_attribute_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_attribute_list.c'; fi`
17738 +
17739 +cxml_attribute_list.lo: ../../src/cybergarage/xml/cxml_attribute_list.c
17740 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_attribute_list.lo -MD -MP -MF "$(DEPDIR)/cxml_attribute_list.Tpo" -c -o cxml_attribute_list.lo `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c; \
17741 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_attribute_list.Tpo" "$(DEPDIR)/cxml_attribute_list.Plo"; else rm -f "$(DEPDIR)/cxml_attribute_list.Tpo"; exit 1; fi
17742 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_attribute_list.c' object='cxml_attribute_list.lo' libtool=yes @AMDEPBACKSLASH@
17743 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_attribute_list.Plo' tmpdepfile='$(DEPDIR)/cxml_attribute_list.TPlo' @AMDEPBACKSLASH@
17744 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17745 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_attribute_list.lo `test -f '../../src/cybergarage/xml/cxml_attribute_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_attribute_list.c
17746 +
17747 +cxml_function.o: ../../src/cybergarage/xml/cxml_function.c
17748 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_function.o -MD -MP -MF "$(DEPDIR)/cxml_function.Tpo" -c -o cxml_function.o `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c; \
17749 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_function.Tpo" "$(DEPDIR)/cxml_function.Po"; else rm -f "$(DEPDIR)/cxml_function.Tpo"; exit 1; fi
17750 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='cxml_function.o' libtool=no @AMDEPBACKSLASH@
17751 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_function.Po' tmpdepfile='$(DEPDIR)/cxml_function.TPo' @AMDEPBACKSLASH@
17752 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17753 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_function.o `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c
17754 +
17755 +cxml_function.obj: ../../src/cybergarage/xml/cxml_function.c
17756 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_function.obj -MD -MP -MF "$(DEPDIR)/cxml_function.Tpo" -c -o cxml_function.obj `if test -f '../../src/cybergarage/xml/cxml_function.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_function.c'; fi`; \
17757 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_function.Tpo" "$(DEPDIR)/cxml_function.Po"; else rm -f "$(DEPDIR)/cxml_function.Tpo"; exit 1; fi
17758 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='cxml_function.obj' libtool=no @AMDEPBACKSLASH@
17759 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_function.Po' tmpdepfile='$(DEPDIR)/cxml_function.TPo' @AMDEPBACKSLASH@
17760 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17761 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_function.obj `if test -f '../../src/cybergarage/xml/cxml_function.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_function.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_function.c'; fi`
17762 +
17763 +cxml_function.lo: ../../src/cybergarage/xml/cxml_function.c
17764 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_function.lo -MD -MP -MF "$(DEPDIR)/cxml_function.Tpo" -c -o cxml_function.lo `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c; \
17765 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_function.Tpo" "$(DEPDIR)/cxml_function.Plo"; else rm -f "$(DEPDIR)/cxml_function.Tpo"; exit 1; fi
17766 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_function.c' object='cxml_function.lo' libtool=yes @AMDEPBACKSLASH@
17767 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_function.Plo' tmpdepfile='$(DEPDIR)/cxml_function.TPlo' @AMDEPBACKSLASH@
17768 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17769 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_function.lo `test -f '../../src/cybergarage/xml/cxml_function.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_function.c
17770 +
17771 +cxml_node.o: ../../src/cybergarage/xml/cxml_node.c
17772 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node.o -MD -MP -MF "$(DEPDIR)/cxml_node.Tpo" -c -o cxml_node.o `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c; \
17773 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node.Tpo" "$(DEPDIR)/cxml_node.Po"; else rm -f "$(DEPDIR)/cxml_node.Tpo"; exit 1; fi
17774 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='cxml_node.o' libtool=no @AMDEPBACKSLASH@
17775 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node.Po' tmpdepfile='$(DEPDIR)/cxml_node.TPo' @AMDEPBACKSLASH@
17776 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17777 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node.o `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c
17778 +
17779 +cxml_node.obj: ../../src/cybergarage/xml/cxml_node.c
17780 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node.obj -MD -MP -MF "$(DEPDIR)/cxml_node.Tpo" -c -o cxml_node.obj `if test -f '../../src/cybergarage/xml/cxml_node.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node.c'; fi`; \
17781 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node.Tpo" "$(DEPDIR)/cxml_node.Po"; else rm -f "$(DEPDIR)/cxml_node.Tpo"; exit 1; fi
17782 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='cxml_node.obj' libtool=no @AMDEPBACKSLASH@
17783 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node.Po' tmpdepfile='$(DEPDIR)/cxml_node.TPo' @AMDEPBACKSLASH@
17784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17785 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node.obj `if test -f '../../src/cybergarage/xml/cxml_node.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node.c'; fi`
17786 +
17787 +cxml_node.lo: ../../src/cybergarage/xml/cxml_node.c
17788 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node.lo -MD -MP -MF "$(DEPDIR)/cxml_node.Tpo" -c -o cxml_node.lo `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c; \
17789 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node.Tpo" "$(DEPDIR)/cxml_node.Plo"; else rm -f "$(DEPDIR)/cxml_node.Tpo"; exit 1; fi
17790 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node.c' object='cxml_node.lo' libtool=yes @AMDEPBACKSLASH@
17791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node.Plo' tmpdepfile='$(DEPDIR)/cxml_node.TPlo' @AMDEPBACKSLASH@
17792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17793 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node.lo `test -f '../../src/cybergarage/xml/cxml_node.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node.c
17794 +
17795 +cxml_node_list.o: ../../src/cybergarage/xml/cxml_node_list.c
17796 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node_list.o -MD -MP -MF "$(DEPDIR)/cxml_node_list.Tpo" -c -o cxml_node_list.o `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c; \
17797 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node_list.Tpo" "$(DEPDIR)/cxml_node_list.Po"; else rm -f "$(DEPDIR)/cxml_node_list.Tpo"; exit 1; fi
17798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='cxml_node_list.o' libtool=no @AMDEPBACKSLASH@
17799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node_list.Po' tmpdepfile='$(DEPDIR)/cxml_node_list.TPo' @AMDEPBACKSLASH@
17800 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17801 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node_list.o `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c
17802 +
17803 +cxml_node_list.obj: ../../src/cybergarage/xml/cxml_node_list.c
17804 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node_list.obj -MD -MP -MF "$(DEPDIR)/cxml_node_list.Tpo" -c -o cxml_node_list.obj `if test -f '../../src/cybergarage/xml/cxml_node_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node_list.c'; fi`; \
17805 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node_list.Tpo" "$(DEPDIR)/cxml_node_list.Po"; else rm -f "$(DEPDIR)/cxml_node_list.Tpo"; exit 1; fi
17806 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='cxml_node_list.obj' libtool=no @AMDEPBACKSLASH@
17807 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node_list.Po' tmpdepfile='$(DEPDIR)/cxml_node_list.TPo' @AMDEPBACKSLASH@
17808 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17809 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node_list.obj `if test -f '../../src/cybergarage/xml/cxml_node_list.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_node_list.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_node_list.c'; fi`
17810 +
17811 +cxml_node_list.lo: ../../src/cybergarage/xml/cxml_node_list.c
17812 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_node_list.lo -MD -MP -MF "$(DEPDIR)/cxml_node_list.Tpo" -c -o cxml_node_list.lo `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c; \
17813 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_node_list.Tpo" "$(DEPDIR)/cxml_node_list.Plo"; else rm -f "$(DEPDIR)/cxml_node_list.Tpo"; exit 1; fi
17814 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_node_list.c' object='cxml_node_list.lo' libtool=yes @AMDEPBACKSLASH@
17815 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_node_list.Plo' tmpdepfile='$(DEPDIR)/cxml_node_list.TPlo' @AMDEPBACKSLASH@
17816 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17817 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_node_list.lo `test -f '../../src/cybergarage/xml/cxml_node_list.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_node_list.c
17818 +
17819 +cxml_parser.o: ../../src/cybergarage/xml/cxml_parser.c
17820 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser.o -MD -MP -MF "$(DEPDIR)/cxml_parser.Tpo" -c -o cxml_parser.o `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c; \
17821 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser.Tpo" "$(DEPDIR)/cxml_parser.Po"; else rm -f "$(DEPDIR)/cxml_parser.Tpo"; exit 1; fi
17822 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='cxml_parser.o' libtool=no @AMDEPBACKSLASH@
17823 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser.Po' tmpdepfile='$(DEPDIR)/cxml_parser.TPo' @AMDEPBACKSLASH@
17824 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17825 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser.o `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c
17826 +
17827 +cxml_parser.obj: ../../src/cybergarage/xml/cxml_parser.c
17828 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser.obj -MD -MP -MF "$(DEPDIR)/cxml_parser.Tpo" -c -o cxml_parser.obj `if test -f '../../src/cybergarage/xml/cxml_parser.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser.c'; fi`; \
17829 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser.Tpo" "$(DEPDIR)/cxml_parser.Po"; else rm -f "$(DEPDIR)/cxml_parser.Tpo"; exit 1; fi
17830 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='cxml_parser.obj' libtool=no @AMDEPBACKSLASH@
17831 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser.Po' tmpdepfile='$(DEPDIR)/cxml_parser.TPo' @AMDEPBACKSLASH@
17832 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17833 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser.obj `if test -f '../../src/cybergarage/xml/cxml_parser.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser.c'; fi`
17834 +
17835 +cxml_parser.lo: ../../src/cybergarage/xml/cxml_parser.c
17836 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser.lo -MD -MP -MF "$(DEPDIR)/cxml_parser.Tpo" -c -o cxml_parser.lo `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c; \
17837 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser.Tpo" "$(DEPDIR)/cxml_parser.Plo"; else rm -f "$(DEPDIR)/cxml_parser.Tpo"; exit 1; fi
17838 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser.c' object='cxml_parser.lo' libtool=yes @AMDEPBACKSLASH@
17839 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser.Plo' tmpdepfile='$(DEPDIR)/cxml_parser.TPlo' @AMDEPBACKSLASH@
17840 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17841 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser.lo `test -f '../../src/cybergarage/xml/cxml_parser.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser.c
17842 +
17843 +cxml_parser_expat.o: ../../src/cybergarage/xml/cxml_parser_expat.c
17844 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_expat.o -MD -MP -MF "$(DEPDIR)/cxml_parser_expat.Tpo" -c -o cxml_parser_expat.o `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c; \
17845 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_expat.Tpo" "$(DEPDIR)/cxml_parser_expat.Po"; else rm -f "$(DEPDIR)/cxml_parser_expat.Tpo"; exit 1; fi
17846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='cxml_parser_expat.o' libtool=no @AMDEPBACKSLASH@
17847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_expat.Po' tmpdepfile='$(DEPDIR)/cxml_parser_expat.TPo' @AMDEPBACKSLASH@
17848 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17849 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_expat.o `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c
17850 +
17851 +cxml_parser_expat.obj: ../../src/cybergarage/xml/cxml_parser_expat.c
17852 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_expat.obj -MD -MP -MF "$(DEPDIR)/cxml_parser_expat.Tpo" -c -o cxml_parser_expat.obj `if test -f '../../src/cybergarage/xml/cxml_parser_expat.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_expat.c'; fi`; \
17853 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_expat.Tpo" "$(DEPDIR)/cxml_parser_expat.Po"; else rm -f "$(DEPDIR)/cxml_parser_expat.Tpo"; exit 1; fi
17854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='cxml_parser_expat.obj' libtool=no @AMDEPBACKSLASH@
17855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_expat.Po' tmpdepfile='$(DEPDIR)/cxml_parser_expat.TPo' @AMDEPBACKSLASH@
17856 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17857 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_expat.obj `if test -f '../../src/cybergarage/xml/cxml_parser_expat.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_expat.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_expat.c'; fi`
17858 +
17859 +cxml_parser_expat.lo: ../../src/cybergarage/xml/cxml_parser_expat.c
17860 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_expat.lo -MD -MP -MF "$(DEPDIR)/cxml_parser_expat.Tpo" -c -o cxml_parser_expat.lo `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c; \
17861 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_expat.Tpo" "$(DEPDIR)/cxml_parser_expat.Plo"; else rm -f "$(DEPDIR)/cxml_parser_expat.Tpo"; exit 1; fi
17862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_expat.c' object='cxml_parser_expat.lo' libtool=yes @AMDEPBACKSLASH@
17863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_expat.Plo' tmpdepfile='$(DEPDIR)/cxml_parser_expat.TPlo' @AMDEPBACKSLASH@
17864 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17865 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_expat.lo `test -f '../../src/cybergarage/xml/cxml_parser_expat.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_expat.c
17866 +
17867 +cxml_parser_libxml2.o: ../../src/cybergarage/xml/cxml_parser_libxml2.c
17868 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_libxml2.o -MD -MP -MF "$(DEPDIR)/cxml_parser_libxml2.Tpo" -c -o cxml_parser_libxml2.o `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c; \
17869 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_libxml2.Tpo" "$(DEPDIR)/cxml_parser_libxml2.Po"; else rm -f "$(DEPDIR)/cxml_parser_libxml2.Tpo"; exit 1; fi
17870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='cxml_parser_libxml2.o' libtool=no @AMDEPBACKSLASH@
17871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_libxml2.Po' tmpdepfile='$(DEPDIR)/cxml_parser_libxml2.TPo' @AMDEPBACKSLASH@
17872 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17873 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_libxml2.o `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c
17874 +
17875 +cxml_parser_libxml2.obj: ../../src/cybergarage/xml/cxml_parser_libxml2.c
17876 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_libxml2.obj -MD -MP -MF "$(DEPDIR)/cxml_parser_libxml2.Tpo" -c -o cxml_parser_libxml2.obj `if test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_libxml2.c'; fi`; \
17877 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_libxml2.Tpo" "$(DEPDIR)/cxml_parser_libxml2.Po"; else rm -f "$(DEPDIR)/cxml_parser_libxml2.Tpo"; exit 1; fi
17878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='cxml_parser_libxml2.obj' libtool=no @AMDEPBACKSLASH@
17879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_libxml2.Po' tmpdepfile='$(DEPDIR)/cxml_parser_libxml2.TPo' @AMDEPBACKSLASH@
17880 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17881 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_libxml2.obj `if test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c'; then $(CYGPATH_W) '../../src/cybergarage/xml/cxml_parser_libxml2.c'; else $(CYGPATH_W) '$(srcdir)/../../src/cybergarage/xml/cxml_parser_libxml2.c'; fi`
17882 +
17883 +cxml_parser_libxml2.lo: ../../src/cybergarage/xml/cxml_parser_libxml2.c
17884 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cxml_parser_libxml2.lo -MD -MP -MF "$(DEPDIR)/cxml_parser_libxml2.Tpo" -c -o cxml_parser_libxml2.lo `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c; \
17885 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cxml_parser_libxml2.Tpo" "$(DEPDIR)/cxml_parser_libxml2.Plo"; else rm -f "$(DEPDIR)/cxml_parser_libxml2.Tpo"; exit 1; fi
17886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../src/cybergarage/xml/cxml_parser_libxml2.c' object='cxml_parser_libxml2.lo' libtool=yes @AMDEPBACKSLASH@
17887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/cxml_parser_libxml2.Plo' tmpdepfile='$(DEPDIR)/cxml_parser_libxml2.TPlo' @AMDEPBACKSLASH@
17888 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17889 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cxml_parser_libxml2.lo `test -f '../../src/cybergarage/xml/cxml_parser_libxml2.c' || echo '$(srcdir)/'`../../src/cybergarage/xml/cxml_parser_libxml2.c
17890 +
17891 +mostlyclean-libtool:
17892 +       -rm -f *.lo
17893 +
17894 +clean-libtool:
17895 +       -rm -rf .libs _libs
17896 +
17897 +distclean-libtool:
17898 +       -rm -f libtool
17899 +uninstall-info-am:
17900 +install-nobase_libclinkcincludeHEADERS: $(nobase_libclinkcinclude_HEADERS)
17901 +       @$(NORMAL_INSTALL)
17902 +       test -z "$(libclinkcincludedir)" || $(mkdir_p) "$(DESTDIR)$(libclinkcincludedir)"
17903 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
17904 +       list='$(nobase_libclinkcinclude_HEADERS)'; for p in $$list; do \
17905 +         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
17906 +         case $$p in \
17907 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
17908 +           *) f=$$p;; \
17909 +         esac; \
17910 +         echo " $(nobase_libclinkcincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libclinkcincludedir)/$$f'"; \
17911 +         $(nobase_libclinkcincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libclinkcincludedir)/$$f"; \
17912 +       done
17913 +
17914 +uninstall-nobase_libclinkcincludeHEADERS:
17915 +       @$(NORMAL_UNINSTALL)
17916 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
17917 +       list='$(nobase_libclinkcinclude_HEADERS)'; for p in $$list; do \
17918 +         case $$p in \
17919 +           $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
17920 +           *) f=$$p;; \
17921 +         esac; \
17922 +         echo " rm -f '$(DESTDIR)$(libclinkcincludedir)/$$f'"; \
17923 +         rm -f "$(DESTDIR)$(libclinkcincludedir)/$$f"; \
17924 +       done
17925 +
17926 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
17927 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17928 +       unique=`for i in $$list; do \
17929 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17930 +         done | \
17931 +         $(AWK) '    { files[$$0] = 1; } \
17932 +              END { for (i in files) print i; }'`; \
17933 +       mkid -fID $$unique
17934 +tags: TAGS
17935 +
17936 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
17937 +               $(TAGS_FILES) $(LISP)
17938 +       tags=; \
17939 +       here=`pwd`; \
17940 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
17941 +       unique=`for i in $$list; do \
17942 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17943 +         done | \
17944 +         $(AWK) '    { files[$$0] = 1; } \
17945 +              END { for (i in files) print i; }'`; \
17946 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
17947 +         test -n "$$unique" || unique=$$empty_fix; \
17948 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17949 +           $$tags $$unique; \
17950 +       fi
17951 +ctags: CTAGS
17952 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
17953 +               $(TAGS_FILES) $(LISP)
17954 +       tags=; \
17955 +       here=`pwd`; \
17956 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
17957 +       unique=`for i in $$list; do \
17958 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17959 +         done | \
17960 +         $(AWK) '    { files[$$0] = 1; } \
17961 +              END { for (i in files) print i; }'`; \
17962 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
17963 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
17964 +            $$tags $$unique
17965 +
17966 +GTAGS:
17967 +       here=`$(am__cd) $(top_builddir) && pwd` \
17968 +         && cd $(top_srcdir) \
17969 +         && gtags -i $(GTAGS_ARGS) $$here
17970 +
17971 +distclean-tags:
17972 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
17973 +
17974 +distdir: $(DISTFILES)
17975 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
17976 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
17977 +       list='$(DISTFILES)'; for file in $$list; do \
17978 +         case $$file in \
17979 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
17980 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
17981 +         esac; \
17982 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
17983 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
17984 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
17985 +           dir="/$$dir"; \
17986 +           $(mkdir_p) "$(distdir)$$dir"; \
17987 +         else \
17988 +           dir=''; \
17989 +         fi; \
17990 +         if test -d $$d/$$file; then \
17991 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
17992 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
17993 +           fi; \
17994 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
17995 +         else \
17996 +           test -f $(distdir)/$$file \
17997 +           || cp -p $$d/$$file $(distdir)/$$file \
17998 +           || exit 1; \
17999 +         fi; \
18000 +       done
18001 +check-am: all-am
18002 +check: check-am
18003 +all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
18004 +installdirs:
18005 +       for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libclinkcincludedir)"; do \
18006 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
18007 +       done
18008 +install: install-am
18009 +install-exec: install-exec-am
18010 +install-data: install-data-am
18011 +uninstall: uninstall-am
18012 +
18013 +install-am: all-am
18014 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
18015 +
18016 +installcheck: installcheck-am
18017 +install-strip:
18018 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
18019 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
18020 +         `test -z '$(STRIP)' || \
18021 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
18022 +mostlyclean-generic:
18023 +
18024 +clean-generic:
18025 +
18026 +distclean-generic:
18027 +       -rm -f $(CONFIG_CLEAN_FILES)
18028 +
18029 +maintainer-clean-generic:
18030 +       @echo "This command is intended for maintainers to use"
18031 +       @echo "it deletes files that may require special tools to rebuild."
18032 +clean: clean-am
18033 +
18034 +clean-am: clean-generic clean-libLIBRARIES clean-libLTLIBRARIES \
18035 +       clean-libtool mostlyclean-am
18036 +
18037 +distclean: distclean-am
18038 +       -rm -rf ./$(DEPDIR)
18039 +       -rm -f Makefile
18040 +distclean-am: clean-am distclean-compile distclean-generic \
18041 +       distclean-libtool distclean-tags
18042 +
18043 +dvi: dvi-am
18044 +
18045 +dvi-am:
18046 +
18047 +html: html-am
18048 +
18049 +info: info-am
18050 +
18051 +info-am:
18052 +
18053 +install-data-am: install-nobase_libclinkcincludeHEADERS
18054 +
18055 +install-exec-am: install-libLIBRARIES install-libLTLIBRARIES
18056 +
18057 +install-info: install-info-am
18058 +
18059 +install-man:
18060 +
18061 +installcheck-am:
18062 +
18063 +maintainer-clean: maintainer-clean-am
18064 +       -rm -rf ./$(DEPDIR)
18065 +       -rm -f Makefile
18066 +maintainer-clean-am: distclean-am maintainer-clean-generic
18067 +
18068 +mostlyclean: mostlyclean-am
18069 +
18070 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
18071 +       mostlyclean-libtool
18072 +
18073 +pdf: pdf-am
18074 +
18075 +pdf-am:
18076 +
18077 +ps: ps-am
18078 +
18079 +ps-am:
18080 +
18081 +uninstall-am: uninstall-info-am uninstall-libLIBRARIES \
18082 +       uninstall-libLTLIBRARIES \
18083 +       uninstall-nobase_libclinkcincludeHEADERS
18084 +
18085 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
18086 +       clean-libLIBRARIES clean-libLTLIBRARIES clean-libtool ctags \
18087 +       distclean distclean-compile distclean-generic \
18088 +       distclean-libtool distclean-tags distdir dvi dvi-am html \
18089 +       html-am info info-am install install-am install-data \
18090 +       install-data-am install-exec install-exec-am install-info \
18091 +       install-info-am install-libLIBRARIES install-libLTLIBRARIES \
18092 +       install-man install-nobase_libclinkcincludeHEADERS \
18093 +       install-strip installcheck installcheck-am installdirs \
18094 +       maintainer-clean maintainer-clean-generic mostlyclean \
18095 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
18096 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
18097 +       uninstall-info-am uninstall-libLIBRARIES \
18098 +       uninstall-libLTLIBRARIES \
18099 +       uninstall-nobase_libclinkcincludeHEADERS
18100 +
18101 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
18102 +# Otherwise a system limit (for SysV at least) may be exceeded.
18103 +.NOEXPORT:
18104 --- sample/Makefile.in
18105 +++ sample/Makefile.in
18106 @@ -0,0 +1,456 @@
18107 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
18108 +# @configure_input@
18109 +
18110 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18111 +# 2003, 2004  Free Software Foundation, Inc.
18112 +# This Makefile.in is free software; the Free Software Foundation
18113 +# gives unlimited permission to copy and/or distribute it,
18114 +# with or without modifications, as long as this notice is preserved.
18115 +
18116 +# This program is distributed in the hope that it will be useful,
18117 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
18118 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18119 +# PARTICULAR PURPOSE.
18120 +
18121 +@SET_MAKE@
18122 +srcdir = @srcdir@
18123 +top_srcdir = @top_srcdir@
18124 +VPATH = @srcdir@
18125 +pkgdatadir = $(datadir)/@PACKAGE@
18126 +pkglibdir = $(libdir)/@PACKAGE@
18127 +pkgincludedir = $(includedir)/@PACKAGE@
18128 +top_builddir = ..
18129 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
18130 +INSTALL = @INSTALL@
18131 +install_sh_DATA = $(install_sh) -c -m 644
18132 +install_sh_PROGRAM = $(install_sh) -c
18133 +install_sh_SCRIPT = $(install_sh) -c
18134 +INSTALL_HEADER = $(INSTALL_DATA)
18135 +transform = $(program_transform_name)
18136 +NORMAL_INSTALL = :
18137 +PRE_INSTALL = :
18138 +POST_INSTALL = :
18139 +NORMAL_UNINSTALL = :
18140 +PRE_UNINSTALL = :
18141 +POST_UNINSTALL = :
18142 +host_triplet = @host@
18143 +subdir = sample
18144 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
18145 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
18146 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
18147 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
18148 +       $(ACLOCAL_M4)
18149 +mkinstalldirs = $(mkdir_p)
18150 +CONFIG_HEADER = $(top_builddir)/config.h
18151 +CONFIG_CLEAN_FILES =
18152 +SOURCES =
18153 +DIST_SOURCES =
18154 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
18155 +       html-recursive info-recursive install-data-recursive \
18156 +       install-exec-recursive install-info-recursive \
18157 +       install-recursive installcheck-recursive installdirs-recursive \
18158 +       pdf-recursive ps-recursive uninstall-info-recursive \
18159 +       uninstall-recursive
18160 +ETAGS = etags
18161 +CTAGS = ctags
18162 +DIST_SUBDIRS = $(SUBDIRS)
18163 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18164 +ACLOCAL = @ACLOCAL@
18165 +AMDEP_FALSE = @AMDEP_FALSE@
18166 +AMDEP_TRUE = @AMDEP_TRUE@
18167 +AMTAR = @AMTAR@
18168 +AR = @AR@
18169 +AUTOCONF = @AUTOCONF@
18170 +AUTOHEADER = @AUTOHEADER@
18171 +AUTOMAKE = @AUTOMAKE@
18172 +AWK = @AWK@
18173 +CC = @CC@
18174 +CCDEPMODE = @CCDEPMODE@
18175 +CFLAGS = @CFLAGS@
18176 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
18177 +CPP = @CPP@
18178 +CPPFLAGS = @CPPFLAGS@
18179 +CXX = @CXX@
18180 +CXXCPP = @CXXCPP@
18181 +CXXDEPMODE = @CXXDEPMODE@
18182 +CXXFLAGS = @CXXFLAGS@
18183 +CYGPATH_W = @CYGPATH_W@
18184 +DEFS = @DEFS@
18185 +DEPDIR = @DEPDIR@
18186 +ECHO = @ECHO@
18187 +ECHO_C = @ECHO_C@
18188 +ECHO_N = @ECHO_N@
18189 +ECHO_T = @ECHO_T@
18190 +EGREP = @EGREP@
18191 +EXEEXT = @EXEEXT@
18192 +F77 = @F77@
18193 +FFLAGS = @FFLAGS@
18194 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
18195 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
18196 +HTTP_CFLAGS = @HTTP_CFLAGS@
18197 +HTTP_LIBS = @HTTP_LIBS@
18198 +INSTALL_DATA = @INSTALL_DATA@
18199 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
18200 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
18201 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
18202 +LDFLAGS = @LDFLAGS@
18203 +LIBOBJS = @LIBOBJS@
18204 +LIBS = @LIBS@
18205 +LIBTOOL = @LIBTOOL@
18206 +LN_S = @LN_S@
18207 +LTLIBOBJS = @LTLIBOBJS@
18208 +MAKEINFO = @MAKEINFO@
18209 +OBJEXT = @OBJEXT@
18210 +PACKAGE = @PACKAGE@
18211 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18212 +PACKAGE_NAME = @PACKAGE_NAME@
18213 +PACKAGE_STRING = @PACKAGE_STRING@
18214 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
18215 +PACKAGE_VERSION = @PACKAGE_VERSION@
18216 +PATH_SEPARATOR = @PATH_SEPARATOR@
18217 +RANLIB = @RANLIB@
18218 +SET_MAKE = @SET_MAKE@
18219 +SHELL = @SHELL@
18220 +STRIP = @STRIP@
18221 +VERSION = @VERSION@
18222 +XML_CFLAGS = @XML_CFLAGS@
18223 +XML_LIBS = @XML_LIBS@
18224 +ac_ct_AR = @ac_ct_AR@
18225 +ac_ct_CC = @ac_ct_CC@
18226 +ac_ct_CXX = @ac_ct_CXX@
18227 +ac_ct_F77 = @ac_ct_F77@
18228 +ac_ct_RANLIB = @ac_ct_RANLIB@
18229 +ac_ct_STRIP = @ac_ct_STRIP@
18230 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
18231 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
18232 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
18233 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
18234 +am__include = @am__include@
18235 +am__leading_dot = @am__leading_dot@
18236 +am__quote = @am__quote@
18237 +bindir = @bindir@
18238 +build = @build@
18239 +build_alias = @build_alias@
18240 +build_cpu = @build_cpu@
18241 +build_os = @build_os@
18242 +build_vendor = @build_vendor@
18243 +datadir = @datadir@
18244 +exec_prefix = @exec_prefix@
18245 +host = @host@
18246 +host_alias = @host_alias@
18247 +host_cpu = @host_cpu@
18248 +host_os = @host_os@
18249 +host_vendor = @host_vendor@
18250 +includedir = @includedir@
18251 +infodir = @infodir@
18252 +install_sh = @install_sh@
18253 +libdir = @libdir@
18254 +libexecdir = @libexecdir@
18255 +localstatedir = @localstatedir@
18256 +mandir = @mandir@
18257 +mkdir_p = @mkdir_p@
18258 +oldincludedir = @oldincludedir@
18259 +prefix = @prefix@
18260 +program_transform_name = @program_transform_name@
18261 +sbindir = @sbindir@
18262 +sharedstatedir = @sharedstatedir@
18263 +sysconfdir = @sysconfdir@
18264 +target_alias = @target_alias@
18265 +SUBDIRS = clock upnpdump
18266 +all: all-recursive
18267 +
18268 +.SUFFIXES:
18269 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18270 +       @for dep in $?; do \
18271 +         case '$(am__configure_deps)' in \
18272 +           *$$dep*) \
18273 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
18274 +               && exit 0; \
18275 +             exit 1;; \
18276 +         esac; \
18277 +       done; \
18278 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sample/Makefile'; \
18279 +       cd $(top_srcdir) && \
18280 +         $(AUTOMAKE) --foreign  sample/Makefile
18281 +.PRECIOUS: Makefile
18282 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18283 +       @case '$?' in \
18284 +         *config.status*) \
18285 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
18286 +         *) \
18287 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
18288 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
18289 +       esac;
18290 +
18291 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18292 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18293 +
18294 +$(top_srcdir)/configure:  $(am__configure_deps)
18295 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18296 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18297 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18298 +
18299 +mostlyclean-libtool:
18300 +       -rm -f *.lo
18301 +
18302 +clean-libtool:
18303 +       -rm -rf .libs _libs
18304 +
18305 +distclean-libtool:
18306 +       -rm -f libtool
18307 +uninstall-info-am:
18308 +
18309 +# This directory's subdirectories are mostly independent; you can cd
18310 +# into them and run `make' without going through this Makefile.
18311 +# To change the values of `make' variables: instead of editing Makefiles,
18312 +# (1) if the variable is set in `config.status', edit `config.status'
18313 +#     (which will cause the Makefiles to be regenerated when you run `make');
18314 +# (2) otherwise, pass the desired values on the `make' command line.
18315 +$(RECURSIVE_TARGETS):
18316 +       @set fnord $$MAKEFLAGS; amf=$$2; \
18317 +       dot_seen=no; \
18318 +       target=`echo $@ | sed s/-recursive//`; \
18319 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18320 +         echo "Making $$target in $$subdir"; \
18321 +         if test "$$subdir" = "."; then \
18322 +           dot_seen=yes; \
18323 +           local_target="$$target-am"; \
18324 +         else \
18325 +           local_target="$$target"; \
18326 +         fi; \
18327 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
18328 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
18329 +       done; \
18330 +       if test "$$dot_seen" = "no"; then \
18331 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
18332 +       fi; test -z "$$fail"
18333 +
18334 +mostlyclean-recursive clean-recursive distclean-recursive \
18335 +maintainer-clean-recursive:
18336 +       @set fnord $$MAKEFLAGS; amf=$$2; \
18337 +       dot_seen=no; \
18338 +       case "$@" in \
18339 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
18340 +         *) list='$(SUBDIRS)' ;; \
18341 +       esac; \
18342 +       rev=''; for subdir in $$list; do \
18343 +         if test "$$subdir" = "."; then :; else \
18344 +           rev="$$subdir $$rev"; \
18345 +         fi; \
18346 +       done; \
18347 +       rev="$$rev ."; \
18348 +       target=`echo $@ | sed s/-recursive//`; \
18349 +       for subdir in $$rev; do \
18350 +         echo "Making $$target in $$subdir"; \
18351 +         if test "$$subdir" = "."; then \
18352 +           local_target="$$target-am"; \
18353 +         else \
18354 +           local_target="$$target"; \
18355 +         fi; \
18356 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
18357 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
18358 +       done && test -z "$$fail"
18359 +tags-recursive:
18360 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18361 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
18362 +       done
18363 +ctags-recursive:
18364 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18365 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
18366 +       done
18367 +
18368 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
18369 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18370 +       unique=`for i in $$list; do \
18371 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18372 +         done | \
18373 +         $(AWK) '    { files[$$0] = 1; } \
18374 +              END { for (i in files) print i; }'`; \
18375 +       mkid -fID $$unique
18376 +tags: TAGS
18377 +
18378 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18379 +               $(TAGS_FILES) $(LISP)
18380 +       tags=; \
18381 +       here=`pwd`; \
18382 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
18383 +         include_option=--etags-include; \
18384 +         empty_fix=.; \
18385 +       else \
18386 +         include_option=--include; \
18387 +         empty_fix=; \
18388 +       fi; \
18389 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18390 +         if test "$$subdir" = .; then :; else \
18391 +           test ! -f $$subdir/TAGS || \
18392 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
18393 +         fi; \
18394 +       done; \
18395 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18396 +       unique=`for i in $$list; do \
18397 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18398 +         done | \
18399 +         $(AWK) '    { files[$$0] = 1; } \
18400 +              END { for (i in files) print i; }'`; \
18401 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
18402 +         test -n "$$unique" || unique=$$empty_fix; \
18403 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18404 +           $$tags $$unique; \
18405 +       fi
18406 +ctags: CTAGS
18407 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18408 +               $(TAGS_FILES) $(LISP)
18409 +       tags=; \
18410 +       here=`pwd`; \
18411 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18412 +       unique=`for i in $$list; do \
18413 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18414 +         done | \
18415 +         $(AWK) '    { files[$$0] = 1; } \
18416 +              END { for (i in files) print i; }'`; \
18417 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
18418 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
18419 +            $$tags $$unique
18420 +
18421 +GTAGS:
18422 +       here=`$(am__cd) $(top_builddir) && pwd` \
18423 +         && cd $(top_srcdir) \
18424 +         && gtags -i $(GTAGS_ARGS) $$here
18425 +
18426 +distclean-tags:
18427 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
18428 +
18429 +distdir: $(DISTFILES)
18430 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
18431 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
18432 +       list='$(DISTFILES)'; for file in $$list; do \
18433 +         case $$file in \
18434 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
18435 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
18436 +         esac; \
18437 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
18438 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
18439 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
18440 +           dir="/$$dir"; \
18441 +           $(mkdir_p) "$(distdir)$$dir"; \
18442 +         else \
18443 +           dir=''; \
18444 +         fi; \
18445 +         if test -d $$d/$$file; then \
18446 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
18447 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
18448 +           fi; \
18449 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
18450 +         else \
18451 +           test -f $(distdir)/$$file \
18452 +           || cp -p $$d/$$file $(distdir)/$$file \
18453 +           || exit 1; \
18454 +         fi; \
18455 +       done
18456 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18457 +         if test "$$subdir" = .; then :; else \
18458 +           test -d "$(distdir)/$$subdir" \
18459 +           || mkdir "$(distdir)/$$subdir" \
18460 +           || exit 1; \
18461 +           (cd $$subdir && \
18462 +             $(MAKE) $(AM_MAKEFLAGS) \
18463 +               top_distdir="../$(top_distdir)" \
18464 +               distdir="../$(distdir)/$$subdir" \
18465 +               distdir) \
18466 +             || exit 1; \
18467 +         fi; \
18468 +       done
18469 +check-am: all-am
18470 +check: check-recursive
18471 +all-am: Makefile
18472 +installdirs: installdirs-recursive
18473 +installdirs-am:
18474 +install: install-recursive
18475 +install-exec: install-exec-recursive
18476 +install-data: install-data-recursive
18477 +uninstall: uninstall-recursive
18478 +
18479 +install-am: all-am
18480 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
18481 +
18482 +installcheck: installcheck-recursive
18483 +install-strip:
18484 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
18485 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
18486 +         `test -z '$(STRIP)' || \
18487 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
18488 +mostlyclean-generic:
18489 +
18490 +clean-generic:
18491 +
18492 +distclean-generic:
18493 +       -rm -f $(CONFIG_CLEAN_FILES)
18494 +
18495 +maintainer-clean-generic:
18496 +       @echo "This command is intended for maintainers to use"
18497 +       @echo "it deletes files that may require special tools to rebuild."
18498 +clean: clean-recursive
18499 +
18500 +clean-am: clean-generic clean-libtool mostlyclean-am
18501 +
18502 +distclean: distclean-recursive
18503 +       -rm -f Makefile
18504 +distclean-am: clean-am distclean-generic distclean-libtool \
18505 +       distclean-tags
18506 +
18507 +dvi: dvi-recursive
18508 +
18509 +dvi-am:
18510 +
18511 +html: html-recursive
18512 +
18513 +info: info-recursive
18514 +
18515 +info-am:
18516 +
18517 +install-data-am:
18518 +
18519 +install-exec-am:
18520 +
18521 +install-info: install-info-recursive
18522 +
18523 +install-man:
18524 +
18525 +installcheck-am:
18526 +
18527 +maintainer-clean: maintainer-clean-recursive
18528 +       -rm -f Makefile
18529 +maintainer-clean-am: distclean-am maintainer-clean-generic
18530 +
18531 +mostlyclean: mostlyclean-recursive
18532 +
18533 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
18534 +
18535 +pdf: pdf-recursive
18536 +
18537 +pdf-am:
18538 +
18539 +ps: ps-recursive
18540 +
18541 +ps-am:
18542 +
18543 +uninstall-am: uninstall-info-am
18544 +
18545 +uninstall-info: uninstall-info-recursive
18546 +
18547 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
18548 +       clean clean-generic clean-libtool clean-recursive ctags \
18549 +       ctags-recursive distclean distclean-generic distclean-libtool \
18550 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
18551 +       html-am info info-am install install-am install-data \
18552 +       install-data-am install-exec install-exec-am install-info \
18553 +       install-info-am install-man install-strip installcheck \
18554 +       installcheck-am installdirs installdirs-am maintainer-clean \
18555 +       maintainer-clean-generic maintainer-clean-recursive \
18556 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
18557 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
18558 +       uninstall uninstall-am uninstall-info-am
18559 +
18560 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
18561 +# Otherwise a system limit (for SysV at least) may be exceeded.
18562 +.NOEXPORT:
18563 --- sample/upnpdump/Makefile.in
18564 +++ sample/upnpdump/Makefile.in
18565 @@ -0,0 +1,456 @@
18566 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
18567 +# @configure_input@
18568 +
18569 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18570 +# 2003, 2004  Free Software Foundation, Inc.
18571 +# This Makefile.in is free software; the Free Software Foundation
18572 +# gives unlimited permission to copy and/or distribute it,
18573 +# with or without modifications, as long as this notice is preserved.
18574 +
18575 +# This program is distributed in the hope that it will be useful,
18576 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
18577 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18578 +# PARTICULAR PURPOSE.
18579 +
18580 +@SET_MAKE@
18581 +srcdir = @srcdir@
18582 +top_srcdir = @top_srcdir@
18583 +VPATH = @srcdir@
18584 +pkgdatadir = $(datadir)/@PACKAGE@
18585 +pkglibdir = $(libdir)/@PACKAGE@
18586 +pkgincludedir = $(includedir)/@PACKAGE@
18587 +top_builddir = ../..
18588 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
18589 +INSTALL = @INSTALL@
18590 +install_sh_DATA = $(install_sh) -c -m 644
18591 +install_sh_PROGRAM = $(install_sh) -c
18592 +install_sh_SCRIPT = $(install_sh) -c
18593 +INSTALL_HEADER = $(INSTALL_DATA)
18594 +transform = $(program_transform_name)
18595 +NORMAL_INSTALL = :
18596 +PRE_INSTALL = :
18597 +POST_INSTALL = :
18598 +NORMAL_UNINSTALL = :
18599 +PRE_UNINSTALL = :
18600 +POST_UNINSTALL = :
18601 +host_triplet = @host@
18602 +subdir = sample/upnpdump
18603 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
18604 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
18605 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
18606 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
18607 +       $(ACLOCAL_M4)
18608 +mkinstalldirs = $(mkdir_p)
18609 +CONFIG_HEADER = $(top_builddir)/config.h
18610 +CONFIG_CLEAN_FILES =
18611 +SOURCES =
18612 +DIST_SOURCES =
18613 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
18614 +       html-recursive info-recursive install-data-recursive \
18615 +       install-exec-recursive install-info-recursive \
18616 +       install-recursive installcheck-recursive installdirs-recursive \
18617 +       pdf-recursive ps-recursive uninstall-info-recursive \
18618 +       uninstall-recursive
18619 +ETAGS = etags
18620 +CTAGS = ctags
18621 +DIST_SUBDIRS = $(SUBDIRS)
18622 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18623 +ACLOCAL = @ACLOCAL@
18624 +AMDEP_FALSE = @AMDEP_FALSE@
18625 +AMDEP_TRUE = @AMDEP_TRUE@
18626 +AMTAR = @AMTAR@
18627 +AR = @AR@
18628 +AUTOCONF = @AUTOCONF@
18629 +AUTOHEADER = @AUTOHEADER@
18630 +AUTOMAKE = @AUTOMAKE@
18631 +AWK = @AWK@
18632 +CC = @CC@
18633 +CCDEPMODE = @CCDEPMODE@
18634 +CFLAGS = @CFLAGS@
18635 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
18636 +CPP = @CPP@
18637 +CPPFLAGS = @CPPFLAGS@
18638 +CXX = @CXX@
18639 +CXXCPP = @CXXCPP@
18640 +CXXDEPMODE = @CXXDEPMODE@
18641 +CXXFLAGS = @CXXFLAGS@
18642 +CYGPATH_W = @CYGPATH_W@
18643 +DEFS = @DEFS@
18644 +DEPDIR = @DEPDIR@
18645 +ECHO = @ECHO@
18646 +ECHO_C = @ECHO_C@
18647 +ECHO_N = @ECHO_N@
18648 +ECHO_T = @ECHO_T@
18649 +EGREP = @EGREP@
18650 +EXEEXT = @EXEEXT@
18651 +F77 = @F77@
18652 +FFLAGS = @FFLAGS@
18653 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
18654 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
18655 +HTTP_CFLAGS = @HTTP_CFLAGS@
18656 +HTTP_LIBS = @HTTP_LIBS@
18657 +INSTALL_DATA = @INSTALL_DATA@
18658 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
18659 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
18660 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
18661 +LDFLAGS = @LDFLAGS@
18662 +LIBOBJS = @LIBOBJS@
18663 +LIBS = @LIBS@
18664 +LIBTOOL = @LIBTOOL@
18665 +LN_S = @LN_S@
18666 +LTLIBOBJS = @LTLIBOBJS@
18667 +MAKEINFO = @MAKEINFO@
18668 +OBJEXT = @OBJEXT@
18669 +PACKAGE = @PACKAGE@
18670 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18671 +PACKAGE_NAME = @PACKAGE_NAME@
18672 +PACKAGE_STRING = @PACKAGE_STRING@
18673 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
18674 +PACKAGE_VERSION = @PACKAGE_VERSION@
18675 +PATH_SEPARATOR = @PATH_SEPARATOR@
18676 +RANLIB = @RANLIB@
18677 +SET_MAKE = @SET_MAKE@
18678 +SHELL = @SHELL@
18679 +STRIP = @STRIP@
18680 +VERSION = @VERSION@
18681 +XML_CFLAGS = @XML_CFLAGS@
18682 +XML_LIBS = @XML_LIBS@
18683 +ac_ct_AR = @ac_ct_AR@
18684 +ac_ct_CC = @ac_ct_CC@
18685 +ac_ct_CXX = @ac_ct_CXX@
18686 +ac_ct_F77 = @ac_ct_F77@
18687 +ac_ct_RANLIB = @ac_ct_RANLIB@
18688 +ac_ct_STRIP = @ac_ct_STRIP@
18689 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
18690 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
18691 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
18692 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
18693 +am__include = @am__include@
18694 +am__leading_dot = @am__leading_dot@
18695 +am__quote = @am__quote@
18696 +bindir = @bindir@
18697 +build = @build@
18698 +build_alias = @build_alias@
18699 +build_cpu = @build_cpu@
18700 +build_os = @build_os@
18701 +build_vendor = @build_vendor@
18702 +datadir = @datadir@
18703 +exec_prefix = @exec_prefix@
18704 +host = @host@
18705 +host_alias = @host_alias@
18706 +host_cpu = @host_cpu@
18707 +host_os = @host_os@
18708 +host_vendor = @host_vendor@
18709 +includedir = @includedir@
18710 +infodir = @infodir@
18711 +install_sh = @install_sh@
18712 +libdir = @libdir@
18713 +libexecdir = @libexecdir@
18714 +localstatedir = @localstatedir@
18715 +mandir = @mandir@
18716 +mkdir_p = @mkdir_p@
18717 +oldincludedir = @oldincludedir@
18718 +prefix = @prefix@
18719 +program_transform_name = @program_transform_name@
18720 +sbindir = @sbindir@
18721 +sharedstatedir = @sharedstatedir@
18722 +sysconfdir = @sysconfdir@
18723 +target_alias = @target_alias@
18724 +SUBDIRS = unix 
18725 +all: all-recursive
18726 +
18727 +.SUFFIXES:
18728 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18729 +       @for dep in $?; do \
18730 +         case '$(am__configure_deps)' in \
18731 +           *$$dep*) \
18732 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
18733 +               && exit 0; \
18734 +             exit 1;; \
18735 +         esac; \
18736 +       done; \
18737 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sample/upnpdump/Makefile'; \
18738 +       cd $(top_srcdir) && \
18739 +         $(AUTOMAKE) --foreign  sample/upnpdump/Makefile
18740 +.PRECIOUS: Makefile
18741 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18742 +       @case '$?' in \
18743 +         *config.status*) \
18744 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
18745 +         *) \
18746 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
18747 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
18748 +       esac;
18749 +
18750 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18751 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18752 +
18753 +$(top_srcdir)/configure:  $(am__configure_deps)
18754 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18755 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18756 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18757 +
18758 +mostlyclean-libtool:
18759 +       -rm -f *.lo
18760 +
18761 +clean-libtool:
18762 +       -rm -rf .libs _libs
18763 +
18764 +distclean-libtool:
18765 +       -rm -f libtool
18766 +uninstall-info-am:
18767 +
18768 +# This directory's subdirectories are mostly independent; you can cd
18769 +# into them and run `make' without going through this Makefile.
18770 +# To change the values of `make' variables: instead of editing Makefiles,
18771 +# (1) if the variable is set in `config.status', edit `config.status'
18772 +#     (which will cause the Makefiles to be regenerated when you run `make');
18773 +# (2) otherwise, pass the desired values on the `make' command line.
18774 +$(RECURSIVE_TARGETS):
18775 +       @set fnord $$MAKEFLAGS; amf=$$2; \
18776 +       dot_seen=no; \
18777 +       target=`echo $@ | sed s/-recursive//`; \
18778 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18779 +         echo "Making $$target in $$subdir"; \
18780 +         if test "$$subdir" = "."; then \
18781 +           dot_seen=yes; \
18782 +           local_target="$$target-am"; \
18783 +         else \
18784 +           local_target="$$target"; \
18785 +         fi; \
18786 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
18787 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
18788 +       done; \
18789 +       if test "$$dot_seen" = "no"; then \
18790 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
18791 +       fi; test -z "$$fail"
18792 +
18793 +mostlyclean-recursive clean-recursive distclean-recursive \
18794 +maintainer-clean-recursive:
18795 +       @set fnord $$MAKEFLAGS; amf=$$2; \
18796 +       dot_seen=no; \
18797 +       case "$@" in \
18798 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
18799 +         *) list='$(SUBDIRS)' ;; \
18800 +       esac; \
18801 +       rev=''; for subdir in $$list; do \
18802 +         if test "$$subdir" = "."; then :; else \
18803 +           rev="$$subdir $$rev"; \
18804 +         fi; \
18805 +       done; \
18806 +       rev="$$rev ."; \
18807 +       target=`echo $@ | sed s/-recursive//`; \
18808 +       for subdir in $$rev; do \
18809 +         echo "Making $$target in $$subdir"; \
18810 +         if test "$$subdir" = "."; then \
18811 +           local_target="$$target-am"; \
18812 +         else \
18813 +           local_target="$$target"; \
18814 +         fi; \
18815 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
18816 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
18817 +       done && test -z "$$fail"
18818 +tags-recursive:
18819 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18820 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
18821 +       done
18822 +ctags-recursive:
18823 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18824 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
18825 +       done
18826 +
18827 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
18828 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18829 +       unique=`for i in $$list; do \
18830 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18831 +         done | \
18832 +         $(AWK) '    { files[$$0] = 1; } \
18833 +              END { for (i in files) print i; }'`; \
18834 +       mkid -fID $$unique
18835 +tags: TAGS
18836 +
18837 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18838 +               $(TAGS_FILES) $(LISP)
18839 +       tags=; \
18840 +       here=`pwd`; \
18841 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
18842 +         include_option=--etags-include; \
18843 +         empty_fix=.; \
18844 +       else \
18845 +         include_option=--include; \
18846 +         empty_fix=; \
18847 +       fi; \
18848 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18849 +         if test "$$subdir" = .; then :; else \
18850 +           test ! -f $$subdir/TAGS || \
18851 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
18852 +         fi; \
18853 +       done; \
18854 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18855 +       unique=`for i in $$list; do \
18856 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18857 +         done | \
18858 +         $(AWK) '    { files[$$0] = 1; } \
18859 +              END { for (i in files) print i; }'`; \
18860 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
18861 +         test -n "$$unique" || unique=$$empty_fix; \
18862 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18863 +           $$tags $$unique; \
18864 +       fi
18865 +ctags: CTAGS
18866 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
18867 +               $(TAGS_FILES) $(LISP)
18868 +       tags=; \
18869 +       here=`pwd`; \
18870 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
18871 +       unique=`for i in $$list; do \
18872 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18873 +         done | \
18874 +         $(AWK) '    { files[$$0] = 1; } \
18875 +              END { for (i in files) print i; }'`; \
18876 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
18877 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
18878 +            $$tags $$unique
18879 +
18880 +GTAGS:
18881 +       here=`$(am__cd) $(top_builddir) && pwd` \
18882 +         && cd $(top_srcdir) \
18883 +         && gtags -i $(GTAGS_ARGS) $$here
18884 +
18885 +distclean-tags:
18886 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
18887 +
18888 +distdir: $(DISTFILES)
18889 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
18890 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
18891 +       list='$(DISTFILES)'; for file in $$list; do \
18892 +         case $$file in \
18893 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
18894 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
18895 +         esac; \
18896 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
18897 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
18898 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
18899 +           dir="/$$dir"; \
18900 +           $(mkdir_p) "$(distdir)$$dir"; \
18901 +         else \
18902 +           dir=''; \
18903 +         fi; \
18904 +         if test -d $$d/$$file; then \
18905 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
18906 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
18907 +           fi; \
18908 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
18909 +         else \
18910 +           test -f $(distdir)/$$file \
18911 +           || cp -p $$d/$$file $(distdir)/$$file \
18912 +           || exit 1; \
18913 +         fi; \
18914 +       done
18915 +       list='$(SUBDIRS)'; for subdir in $$list; do \
18916 +         if test "$$subdir" = .; then :; else \
18917 +           test -d "$(distdir)/$$subdir" \
18918 +           || mkdir "$(distdir)/$$subdir" \
18919 +           || exit 1; \
18920 +           (cd $$subdir && \
18921 +             $(MAKE) $(AM_MAKEFLAGS) \
18922 +               top_distdir="../$(top_distdir)" \
18923 +               distdir="../$(distdir)/$$subdir" \
18924 +               distdir) \
18925 +             || exit 1; \
18926 +         fi; \
18927 +       done
18928 +check-am: all-am
18929 +check: check-recursive
18930 +all-am: Makefile
18931 +installdirs: installdirs-recursive
18932 +installdirs-am:
18933 +install: install-recursive
18934 +install-exec: install-exec-recursive
18935 +install-data: install-data-recursive
18936 +uninstall: uninstall-recursive
18937 +
18938 +install-am: all-am
18939 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
18940 +
18941 +installcheck: installcheck-recursive
18942 +install-strip:
18943 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
18944 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
18945 +         `test -z '$(STRIP)' || \
18946 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
18947 +mostlyclean-generic:
18948 +
18949 +clean-generic:
18950 +
18951 +distclean-generic:
18952 +       -rm -f $(CONFIG_CLEAN_FILES)
18953 +
18954 +maintainer-clean-generic:
18955 +       @echo "This command is intended for maintainers to use"
18956 +       @echo "it deletes files that may require special tools to rebuild."
18957 +clean: clean-recursive
18958 +
18959 +clean-am: clean-generic clean-libtool mostlyclean-am
18960 +
18961 +distclean: distclean-recursive
18962 +       -rm -f Makefile
18963 +distclean-am: clean-am distclean-generic distclean-libtool \
18964 +       distclean-tags
18965 +
18966 +dvi: dvi-recursive
18967 +
18968 +dvi-am:
18969 +
18970 +html: html-recursive
18971 +
18972 +info: info-recursive
18973 +
18974 +info-am:
18975 +
18976 +install-data-am:
18977 +
18978 +install-exec-am:
18979 +
18980 +install-info: install-info-recursive
18981 +
18982 +install-man:
18983 +
18984 +installcheck-am:
18985 +
18986 +maintainer-clean: maintainer-clean-recursive
18987 +       -rm -f Makefile
18988 +maintainer-clean-am: distclean-am maintainer-clean-generic
18989 +
18990 +mostlyclean: mostlyclean-recursive
18991 +
18992 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
18993 +
18994 +pdf: pdf-recursive
18995 +
18996 +pdf-am:
18997 +
18998 +ps: ps-recursive
18999 +
19000 +ps-am:
19001 +
19002 +uninstall-am: uninstall-info-am
19003 +
19004 +uninstall-info: uninstall-info-recursive
19005 +
19006 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
19007 +       clean clean-generic clean-libtool clean-recursive ctags \
19008 +       ctags-recursive distclean distclean-generic distclean-libtool \
19009 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
19010 +       html-am info info-am install install-am install-data \
19011 +       install-data-am install-exec install-exec-am install-info \
19012 +       install-info-am install-man install-strip installcheck \
19013 +       installcheck-am installdirs installdirs-am maintainer-clean \
19014 +       maintainer-clean-generic maintainer-clean-recursive \
19015 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
19016 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
19017 +       uninstall uninstall-am uninstall-info-am
19018 +
19019 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
19020 +# Otherwise a system limit (for SysV at least) may be exceeded.
19021 +.NOEXPORT:
19022 --- sample/upnpdump/upnpdump.c
19023 +++ sample/upnpdump/upnpdump.c
19024 @@ -6,7 +6,7 @@
19025  *
19026  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
19027  *
19028 -*       This is licensed under BSD-style license with patent exclusion,
19029 +*       This is licensed under BSD-style license,
19030  *       see file COPYING.
19031  *
19032  *      File: upnpdump.c
19033 @@ -21,6 +21,10 @@
19034  ************************************************************/
19035  
19036  #include <cybergarage/upnp/cupnp.h>
19037 +#include "sample/common/kb_util.h"
19038 +
19039 +#include <ctype.h>
19040 +#include <unistd.h>
19041  
19042  #include <ctype.h>
19043  
19044 @@ -57,13 +61,13 @@
19045  #define CMD_NO_ALTERATIONS 1
19046  #define CMD_LOOP_ACTION_CALLS 2
19047  
19048 -void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask);
19049 +static void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask);
19050  
19051  /////////////////////////////////////////////////////////////////////////////////
19052  // PrintKeyMessage
19053  /////////////////////////////////////////////////////////////////////////////////
19054  
19055 -void PrintKeyMessage()
19056 +static void PrintKeyMessage()
19057  {
19058         printf("'p' : Print\n");
19059  #if !defined(CG_UPNP_NOUSE_ACTIONCTRL)
19060 @@ -90,7 +94,7 @@
19061  // Notify Listener
19062  /////////////////////////////////////////////////////////////////////////////////
19063  
19064 -void SSDPNotifyListner(CgUpnpSSDPPacket *ssdpPkt)
19065 +static void SSDPNotifyListner(CgUpnpSSDPPacket *ssdpPkt)
19066  {
19067         if (cg_upnp_ssdp_packet_isdiscover(ssdpPkt) == TRUE) {
19068                 printf("ssdp:discover : ST = %s\n",
19069 @@ -114,7 +118,7 @@
19070  // Print Device
19071  /////////////////////////////////////////////////////////////////////////////////
19072  
19073 -void PrintDeviceInfo(CgUpnpDevice *dev, int indent)
19074 +static void PrintDeviceInfo(CgUpnpDevice *dev, int indent)
19075  {
19076         char indentStr[128];
19077         int n;
19078 @@ -153,7 +157,7 @@
19079         }
19080  }
19081  
19082 -void PrintDevice(CgUpnpDevice *dev, int indent)
19083 +static void PrintDevice(CgUpnpDevice *dev, int indent)
19084  {
19085         CgUpnpDevice *childDev;
19086         
19087 @@ -164,7 +168,7 @@
19088  }
19089  
19090  
19091 -void PrintControlPointDevice(CgUpnpControlPoint *ctrlPoint)
19092 +static void PrintControlPointDevice(CgUpnpControlPoint *ctrlPoint)
19093  {
19094         CgUpnpDevice *dev;
19095         int devCnt;
19096 @@ -182,7 +186,7 @@
19097  // Select*
19098  /////////////////////////////////////////////////////////////////////////////////
19099  
19100 -CgUpnpDevice *SelectDevice(CgUpnpControlPoint *ctrlPoint)
19101 +static CgUpnpDevice *SelectDevice(CgUpnpControlPoint *ctrlPoint)
19102  {
19103         CgUpnpDevice *dev;
19104         int n;
19105 @@ -215,7 +219,7 @@
19106         return dev;
19107  }
19108  
19109 -CgUpnpService *SelectService(CgUpnpDevice *dev)
19110 +static CgUpnpService *SelectService(CgUpnpDevice *dev)
19111  {
19112         CgUpnpService *service;
19113         int n;
19114 @@ -246,7 +250,7 @@
19115         return service;
19116  }
19117  
19118 -CgUpnpAction *SelectAction(CgUpnpService *service)
19119 +static CgUpnpAction *SelectAction(CgUpnpService *service)
19120  {
19121         CgUpnpAction *action;
19122         int n;
19123 @@ -277,7 +281,7 @@
19124         return action;
19125  }
19126  
19127 -CgUpnpStateVariable *SelectStateVariable(CgUpnpService *service)
19128 +static CgUpnpStateVariable *SelectStateVariable(CgUpnpService *service)
19129  {
19130         CgUpnpStateVariable *stateVar;
19131         int n;
19132 @@ -314,12 +318,12 @@
19133  
19134  #if !defined(CG_UPNP_NOUSE_ACTIONCTRL)
19135  
19136 -void ControlDevice(CgUpnpControlPoint *ctrlPoint)
19137 +static void ControlDevice(CgUpnpControlPoint *ctrlPoint)
19138  {
19139         ControlDeviceAlter(ctrlPoint, CMD_NO_ALTERATIONS);
19140  }
19141  
19142 -void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask)
19143 +static void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask)
19144  {
19145         CgUpnpDevice *selDev;
19146         CgUpnpService *selService;
19147 @@ -400,7 +404,7 @@
19148  
19149  #if !defined(CG_UPNP_NOUSE_QUERYCTRL)
19150  
19151 -void QueryDevice(CgUpnpControlPoint *ctrlPoint)
19152 +static void QueryDevice(CgUpnpControlPoint *ctrlPoint)
19153  {
19154         CgUpnpDevice *selDev;
19155         CgUpnpService *selService;
19156 @@ -437,7 +441,7 @@
19157  
19158  #if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
19159  
19160 -void SubscribeService(CgUpnpControlPoint *ctrlPoint)
19161 +static void SubscribeService(CgUpnpControlPoint *ctrlPoint)
19162  {
19163         CgUpnpDevice *selDev;
19164         CgUpnpService *selService;
19165 @@ -475,7 +479,7 @@
19166  
19167  #if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
19168  
19169 -void UnsubscribeService(CgUpnpControlPoint *ctrlPoint)
19170 +static void UnsubscribeService(CgUpnpControlPoint *ctrlPoint)
19171  {
19172         CgUpnpDevice *selDev;
19173         CgUpnpService *selService;
19174 @@ -502,7 +506,7 @@
19175  // Set MX value
19176  /////////////////////////////////////////////////////////////////////////////////
19177  
19178 -void SetMXValue(CgUpnpControlPoint *ctrlPoint)
19179 +static void SetMXValue(CgUpnpControlPoint *ctrlPoint)
19180  {
19181          unsigned int mxValue;
19182  
19183 @@ -518,7 +522,7 @@
19184  // Event
19185  /////////////////////////////////////////////////////////////////////////////////
19186  
19187 -void EventListener(CgUpnpProperty *prop)
19188 +static void EventListener(CgUpnpProperty *prop)
19189  {
19190         printf("Property Changed (%s) = %s\n",
19191                 cg_upnp_property_getname(prop),
19192 --- sample/upnpdump/unix/Makefile.in
19193 +++ sample/upnpdump/unix/Makefile.in
19194 @@ -0,0 +1,520 @@
19195 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
19196 +# @configure_input@
19197 +
19198 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19199 +# 2003, 2004  Free Software Foundation, Inc.
19200 +# This Makefile.in is free software; the Free Software Foundation
19201 +# gives unlimited permission to copy and/or distribute it,
19202 +# with or without modifications, as long as this notice is preserved.
19203 +
19204 +# This program is distributed in the hope that it will be useful,
19205 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
19206 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19207 +# PARTICULAR PURPOSE.
19208 +
19209 +@SET_MAKE@
19210 +
19211 +
19212 +SOURCES = $(upnpdump_SOURCES)
19213 +
19214 +srcdir = @srcdir@
19215 +top_srcdir = @top_srcdir@
19216 +VPATH = @srcdir@
19217 +pkgdatadir = $(datadir)/@PACKAGE@
19218 +pkglibdir = $(libdir)/@PACKAGE@
19219 +pkgincludedir = $(includedir)/@PACKAGE@
19220 +top_builddir = ../../..
19221 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
19222 +INSTALL = @INSTALL@
19223 +install_sh_DATA = $(install_sh) -c -m 644
19224 +install_sh_PROGRAM = $(install_sh) -c
19225 +install_sh_SCRIPT = $(install_sh) -c
19226 +INSTALL_HEADER = $(INSTALL_DATA)
19227 +transform = $(program_transform_name)
19228 +NORMAL_INSTALL = :
19229 +PRE_INSTALL = :
19230 +POST_INSTALL = :
19231 +NORMAL_UNINSTALL = :
19232 +PRE_UNINSTALL = :
19233 +POST_UNINSTALL = :
19234 +host_triplet = @host@
19235 +samples_PROGRAMS = upnpdump$(EXEEXT)
19236 +subdir = sample/upnpdump/unix
19237 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
19238 +       $(srcdir)/Makefile.in
19239 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
19240 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
19241 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19242 +       $(ACLOCAL_M4)
19243 +mkinstalldirs = $(mkdir_p)
19244 +CONFIG_HEADER = $(top_builddir)/config.h
19245 +CONFIG_CLEAN_FILES =
19246 +am__installdirs = "$(DESTDIR)$(samplesdir)"
19247 +samplesPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
19248 +PROGRAMS = $(samples_PROGRAMS)
19249 +am_upnpdump_OBJECTS = upnpdump.$(OBJEXT) kb_util.$(OBJEXT)
19250 +upnpdump_OBJECTS = $(am_upnpdump_OBJECTS)
19251 +@HAVE_LIBTOOL_FALSE@upnpdump_DEPENDENCIES =  \
19252 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
19253 +@HAVE_LIBTOOL_TRUE@upnpdump_DEPENDENCIES =  \
19254 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
19255 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
19256 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
19257 +am__depfiles_maybe = depfiles
19258 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/kb_util.Po ./$(DEPDIR)/upnpdump.Po
19259 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
19260 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19261 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
19262 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
19263 +       $(AM_CFLAGS) $(CFLAGS)
19264 +CCLD = $(CC)
19265 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
19266 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
19267 +SOURCES = $(upnpdump_SOURCES)
19268 +DIST_SOURCES = $(upnpdump_SOURCES)
19269 +HEADERS = $(noinst_HEADERS)
19270 +ETAGS = etags
19271 +CTAGS = ctags
19272 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19273 +ACLOCAL = @ACLOCAL@
19274 +AMDEP_FALSE = @AMDEP_FALSE@
19275 +AMDEP_TRUE = @AMDEP_TRUE@
19276 +AMTAR = @AMTAR@
19277 +AR = @AR@
19278 +AUTOCONF = @AUTOCONF@
19279 +AUTOHEADER = @AUTOHEADER@
19280 +AUTOMAKE = @AUTOMAKE@
19281 +AWK = @AWK@
19282 +CC = @CC@
19283 +CCDEPMODE = @CCDEPMODE@
19284 +CFLAGS = @CFLAGS@
19285 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
19286 +CPP = @CPP@
19287 +CPPFLAGS = @CPPFLAGS@
19288 +CXX = @CXX@
19289 +CXXCPP = @CXXCPP@
19290 +CXXDEPMODE = @CXXDEPMODE@
19291 +CXXFLAGS = @CXXFLAGS@
19292 +CYGPATH_W = @CYGPATH_W@
19293 +DEFS = @DEFS@
19294 +DEPDIR = @DEPDIR@
19295 +ECHO = @ECHO@
19296 +ECHO_C = @ECHO_C@
19297 +ECHO_N = @ECHO_N@
19298 +ECHO_T = @ECHO_T@
19299 +EGREP = @EGREP@
19300 +EXEEXT = @EXEEXT@
19301 +F77 = @F77@
19302 +FFLAGS = @FFLAGS@
19303 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
19304 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
19305 +HTTP_CFLAGS = @HTTP_CFLAGS@
19306 +HTTP_LIBS = @HTTP_LIBS@
19307 +INSTALL_DATA = @INSTALL_DATA@
19308 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
19309 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
19310 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
19311 +LDFLAGS = @LDFLAGS@
19312 +LIBOBJS = @LIBOBJS@
19313 +LIBS = @LIBS@
19314 +LIBTOOL = @LIBTOOL@
19315 +LN_S = @LN_S@
19316 +LTLIBOBJS = @LTLIBOBJS@
19317 +MAKEINFO = @MAKEINFO@
19318 +OBJEXT = @OBJEXT@
19319 +PACKAGE = @PACKAGE@
19320 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19321 +PACKAGE_NAME = @PACKAGE_NAME@
19322 +PACKAGE_STRING = @PACKAGE_STRING@
19323 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
19324 +PACKAGE_VERSION = @PACKAGE_VERSION@
19325 +PATH_SEPARATOR = @PATH_SEPARATOR@
19326 +RANLIB = @RANLIB@
19327 +SET_MAKE = @SET_MAKE@
19328 +SHELL = @SHELL@
19329 +STRIP = @STRIP@
19330 +VERSION = @VERSION@
19331 +XML_CFLAGS = @XML_CFLAGS@
19332 +XML_LIBS = @XML_LIBS@
19333 +ac_ct_AR = @ac_ct_AR@
19334 +ac_ct_CC = @ac_ct_CC@
19335 +ac_ct_CXX = @ac_ct_CXX@
19336 +ac_ct_F77 = @ac_ct_F77@
19337 +ac_ct_RANLIB = @ac_ct_RANLIB@
19338 +ac_ct_STRIP = @ac_ct_STRIP@
19339 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
19340 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
19341 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
19342 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
19343 +am__include = @am__include@
19344 +am__leading_dot = @am__leading_dot@
19345 +am__quote = @am__quote@
19346 +bindir = @bindir@
19347 +build = @build@
19348 +build_alias = @build_alias@
19349 +build_cpu = @build_cpu@
19350 +build_os = @build_os@
19351 +build_vendor = @build_vendor@
19352 +datadir = @datadir@
19353 +exec_prefix = @exec_prefix@
19354 +host = @host@
19355 +host_alias = @host_alias@
19356 +host_cpu = @host_cpu@
19357 +host_os = @host_os@
19358 +host_vendor = @host_vendor@
19359 +includedir = @includedir@
19360 +infodir = @infodir@
19361 +install_sh = @install_sh@
19362 +libdir = @libdir@
19363 +libexecdir = @libexecdir@
19364 +localstatedir = @localstatedir@
19365 +mandir = @mandir@
19366 +mkdir_p = @mkdir_p@
19367 +oldincludedir = @oldincludedir@
19368 +prefix = @prefix@
19369 +program_transform_name = @program_transform_name@
19370 +sbindir = @sbindir@
19371 +sharedstatedir = @sharedstatedir@
19372 +sysconfdir = @sysconfdir@
19373 +target_alias = @target_alias@
19374 +samplesdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/samples
19375 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
19376 +noinst_HEADERS = \
19377 +       ../../common/kb_util.h
19378 +
19379 +upnpdump_SOURCES = \
19380 +       ../upnpdump.c \
19381 +       ../../common/kb_util.c
19382 +
19383 +@HAVE_LIBTOOL_FALSE@upnpdump_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
19384 +@HAVE_LIBTOOL_TRUE@upnpdump_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
19385 +all: all-am
19386 +
19387 +.SUFFIXES:
19388 +.SUFFIXES: .c .lo .o .obj
19389 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19390 +       @for dep in $?; do \
19391 +         case '$(am__configure_deps)' in \
19392 +           *$$dep*) \
19393 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
19394 +               && exit 0; \
19395 +             exit 1;; \
19396 +         esac; \
19397 +       done; \
19398 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sample/upnpdump/unix/Makefile'; \
19399 +       cd $(top_srcdir) && \
19400 +         $(AUTOMAKE) --foreign  sample/upnpdump/unix/Makefile
19401 +.PRECIOUS: Makefile
19402 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19403 +       @case '$?' in \
19404 +         *config.status*) \
19405 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
19406 +         *) \
19407 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
19408 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
19409 +       esac;
19410 +
19411 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19412 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19413 +
19414 +$(top_srcdir)/configure:  $(am__configure_deps)
19415 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19416 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19417 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19418 +install-samplesPROGRAMS: $(samples_PROGRAMS)
19419 +       @$(NORMAL_INSTALL)
19420 +       test -z "$(samplesdir)" || $(mkdir_p) "$(DESTDIR)$(samplesdir)"
19421 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
19422 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
19423 +         if test -f $$p \
19424 +            || test -f $$p1 \
19425 +         ; then \
19426 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
19427 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(samplesPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(samplesdir)/$$f'"; \
19428 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(samplesPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(samplesdir)/$$f" || exit 1; \
19429 +         else :; fi; \
19430 +       done
19431 +
19432 +uninstall-samplesPROGRAMS:
19433 +       @$(NORMAL_UNINSTALL)
19434 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
19435 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
19436 +         echo " rm -f '$(DESTDIR)$(samplesdir)/$$f'"; \
19437 +         rm -f "$(DESTDIR)$(samplesdir)/$$f"; \
19438 +       done
19439 +
19440 +clean-samplesPROGRAMS:
19441 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
19442 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
19443 +         echo " rm -f $$p $$f"; \
19444 +         rm -f $$p $$f ; \
19445 +       done
19446 +upnpdump$(EXEEXT): $(upnpdump_OBJECTS) $(upnpdump_DEPENDENCIES) 
19447 +       @rm -f upnpdump$(EXEEXT)
19448 +       $(LINK) $(upnpdump_LDFLAGS) $(upnpdump_OBJECTS) $(upnpdump_LDADD) $(LIBS)
19449 +
19450 +mostlyclean-compile:
19451 +       -rm -f *.$(OBJEXT)
19452 +
19453 +distclean-compile:
19454 +       -rm -f *.tab.c
19455 +
19456 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
19457 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnpdump.Po@am__quote@
19458 +
19459 +.c.o:
19460 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
19461 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
19462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19463 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
19464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19465 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
19466 +
19467 +.c.obj:
19468 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
19469 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
19470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19471 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
19472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19473 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
19474 +
19475 +.c.lo:
19476 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
19477 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
19478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
19479 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
19480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19481 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
19482 +
19483 +upnpdump.o: ../upnpdump.c
19484 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.o -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.o `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c; \
19485 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Po"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
19486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.o' libtool=no @AMDEPBACKSLASH@
19487 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Po' tmpdepfile='$(DEPDIR)/upnpdump.TPo' @AMDEPBACKSLASH@
19488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19489 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.o `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c
19490 +
19491 +upnpdump.obj: ../upnpdump.c
19492 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.obj -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.obj `if test -f '../upnpdump.c'; then $(CYGPATH_W) '../upnpdump.c'; else $(CYGPATH_W) '$(srcdir)/../upnpdump.c'; fi`; \
19493 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Po"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
19494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.obj' libtool=no @AMDEPBACKSLASH@
19495 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Po' tmpdepfile='$(DEPDIR)/upnpdump.TPo' @AMDEPBACKSLASH@
19496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19497 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.obj `if test -f '../upnpdump.c'; then $(CYGPATH_W) '../upnpdump.c'; else $(CYGPATH_W) '$(srcdir)/../upnpdump.c'; fi`
19498 +
19499 +upnpdump.lo: ../upnpdump.c
19500 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.lo -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.lo `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c; \
19501 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Plo"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
19502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.lo' libtool=yes @AMDEPBACKSLASH@
19503 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Plo' tmpdepfile='$(DEPDIR)/upnpdump.TPlo' @AMDEPBACKSLASH@
19504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19505 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.lo `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c
19506 +
19507 +kb_util.o: ../../common/kb_util.c
19508 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c; \
19509 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
19510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
19511 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
19512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19513 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c
19514 +
19515 +kb_util.obj: ../../common/kb_util.c
19516 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../common/kb_util.c'; then $(CYGPATH_W) '../../common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../common/kb_util.c'; fi`; \
19517 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
19518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
19519 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
19520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19521 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../common/kb_util.c'; then $(CYGPATH_W) '../../common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../common/kb_util.c'; fi`
19522 +
19523 +kb_util.lo: ../../common/kb_util.c
19524 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c; \
19525 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
19526 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
19527 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
19528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19529 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c
19530 +
19531 +mostlyclean-libtool:
19532 +       -rm -f *.lo
19533 +
19534 +clean-libtool:
19535 +       -rm -rf .libs _libs
19536 +
19537 +distclean-libtool:
19538 +       -rm -f libtool
19539 +uninstall-info-am:
19540 +
19541 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
19542 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19543 +       unique=`for i in $$list; do \
19544 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19545 +         done | \
19546 +         $(AWK) '    { files[$$0] = 1; } \
19547 +              END { for (i in files) print i; }'`; \
19548 +       mkid -fID $$unique
19549 +tags: TAGS
19550 +
19551 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19552 +               $(TAGS_FILES) $(LISP)
19553 +       tags=; \
19554 +       here=`pwd`; \
19555 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19556 +       unique=`for i in $$list; do \
19557 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19558 +         done | \
19559 +         $(AWK) '    { files[$$0] = 1; } \
19560 +              END { for (i in files) print i; }'`; \
19561 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
19562 +         test -n "$$unique" || unique=$$empty_fix; \
19563 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19564 +           $$tags $$unique; \
19565 +       fi
19566 +ctags: CTAGS
19567 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19568 +               $(TAGS_FILES) $(LISP)
19569 +       tags=; \
19570 +       here=`pwd`; \
19571 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
19572 +       unique=`for i in $$list; do \
19573 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19574 +         done | \
19575 +         $(AWK) '    { files[$$0] = 1; } \
19576 +              END { for (i in files) print i; }'`; \
19577 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
19578 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
19579 +            $$tags $$unique
19580 +
19581 +GTAGS:
19582 +       here=`$(am__cd) $(top_builddir) && pwd` \
19583 +         && cd $(top_srcdir) \
19584 +         && gtags -i $(GTAGS_ARGS) $$here
19585 +
19586 +distclean-tags:
19587 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
19588 +
19589 +distdir: $(DISTFILES)
19590 +       $(mkdir_p) $(distdir)/../../common
19591 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
19592 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
19593 +       list='$(DISTFILES)'; for file in $$list; do \
19594 +         case $$file in \
19595 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
19596 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
19597 +         esac; \
19598 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
19599 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
19600 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
19601 +           dir="/$$dir"; \
19602 +           $(mkdir_p) "$(distdir)$$dir"; \
19603 +         else \
19604 +           dir=''; \
19605 +         fi; \
19606 +         if test -d $$d/$$file; then \
19607 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
19608 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
19609 +           fi; \
19610 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
19611 +         else \
19612 +           test -f $(distdir)/$$file \
19613 +           || cp -p $$d/$$file $(distdir)/$$file \
19614 +           || exit 1; \
19615 +         fi; \
19616 +       done
19617 +check-am: all-am
19618 +check: check-am
19619 +all-am: Makefile $(PROGRAMS) $(HEADERS)
19620 +installdirs:
19621 +       for dir in "$(DESTDIR)$(samplesdir)"; do \
19622 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
19623 +       done
19624 +install: install-am
19625 +install-exec: install-exec-am
19626 +install-data: install-data-am
19627 +uninstall: uninstall-am
19628 +
19629 +install-am: all-am
19630 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
19631 +
19632 +installcheck: installcheck-am
19633 +install-strip:
19634 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
19635 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
19636 +         `test -z '$(STRIP)' || \
19637 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
19638 +mostlyclean-generic:
19639 +
19640 +clean-generic:
19641 +
19642 +distclean-generic:
19643 +       -rm -f $(CONFIG_CLEAN_FILES)
19644 +
19645 +maintainer-clean-generic:
19646 +       @echo "This command is intended for maintainers to use"
19647 +       @echo "it deletes files that may require special tools to rebuild."
19648 +clean: clean-am
19649 +
19650 +clean-am: clean-generic clean-libtool clean-samplesPROGRAMS \
19651 +       mostlyclean-am
19652 +
19653 +distclean: distclean-am
19654 +       -rm -rf ./$(DEPDIR)
19655 +       -rm -f Makefile
19656 +distclean-am: clean-am distclean-compile distclean-generic \
19657 +       distclean-libtool distclean-tags
19658 +
19659 +dvi: dvi-am
19660 +
19661 +dvi-am:
19662 +
19663 +html: html-am
19664 +
19665 +info: info-am
19666 +
19667 +info-am:
19668 +
19669 +install-data-am: install-samplesPROGRAMS
19670 +
19671 +install-exec-am:
19672 +
19673 +install-info: install-info-am
19674 +
19675 +install-man:
19676 +
19677 +installcheck-am:
19678 +
19679 +maintainer-clean: maintainer-clean-am
19680 +       -rm -rf ./$(DEPDIR)
19681 +       -rm -f Makefile
19682 +maintainer-clean-am: distclean-am maintainer-clean-generic
19683 +
19684 +mostlyclean: mostlyclean-am
19685 +
19686 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
19687 +       mostlyclean-libtool
19688 +
19689 +pdf: pdf-am
19690 +
19691 +pdf-am:
19692 +
19693 +ps: ps-am
19694 +
19695 +ps-am:
19696 +
19697 +uninstall-am: uninstall-info-am uninstall-samplesPROGRAMS
19698 +
19699 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
19700 +       clean-libtool clean-samplesPROGRAMS ctags distclean \
19701 +       distclean-compile distclean-generic distclean-libtool \
19702 +       distclean-tags distdir dvi dvi-am html html-am info info-am \
19703 +       install install-am install-data install-data-am install-exec \
19704 +       install-exec-am install-info install-info-am install-man \
19705 +       install-samplesPROGRAMS install-strip installcheck \
19706 +       installcheck-am installdirs maintainer-clean \
19707 +       maintainer-clean-generic mostlyclean mostlyclean-compile \
19708 +       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
19709 +       tags uninstall uninstall-am uninstall-info-am \
19710 +       uninstall-samplesPROGRAMS
19711 +
19712 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
19713 +# Otherwise a system limit (for SysV at least) may be exceeded.
19714 +.NOEXPORT:
19715 --- sample/clock/Makefile.in
19716 +++ sample/clock/Makefile.in
19717 @@ -0,0 +1,456 @@
19718 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
19719 +# @configure_input@
19720 +
19721 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19722 +# 2003, 2004  Free Software Foundation, Inc.
19723 +# This Makefile.in is free software; the Free Software Foundation
19724 +# gives unlimited permission to copy and/or distribute it,
19725 +# with or without modifications, as long as this notice is preserved.
19726 +
19727 +# This program is distributed in the hope that it will be useful,
19728 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
19729 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19730 +# PARTICULAR PURPOSE.
19731 +
19732 +@SET_MAKE@
19733 +srcdir = @srcdir@
19734 +top_srcdir = @top_srcdir@
19735 +VPATH = @srcdir@
19736 +pkgdatadir = $(datadir)/@PACKAGE@
19737 +pkglibdir = $(libdir)/@PACKAGE@
19738 +pkgincludedir = $(includedir)/@PACKAGE@
19739 +top_builddir = ../..
19740 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
19741 +INSTALL = @INSTALL@
19742 +install_sh_DATA = $(install_sh) -c -m 644
19743 +install_sh_PROGRAM = $(install_sh) -c
19744 +install_sh_SCRIPT = $(install_sh) -c
19745 +INSTALL_HEADER = $(INSTALL_DATA)
19746 +transform = $(program_transform_name)
19747 +NORMAL_INSTALL = :
19748 +PRE_INSTALL = :
19749 +POST_INSTALL = :
19750 +NORMAL_UNINSTALL = :
19751 +PRE_UNINSTALL = :
19752 +POST_UNINSTALL = :
19753 +host_triplet = @host@
19754 +subdir = sample/clock
19755 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
19756 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
19757 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
19758 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19759 +       $(ACLOCAL_M4)
19760 +mkinstalldirs = $(mkdir_p)
19761 +CONFIG_HEADER = $(top_builddir)/config.h
19762 +CONFIG_CLEAN_FILES =
19763 +SOURCES =
19764 +DIST_SOURCES =
19765 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
19766 +       html-recursive info-recursive install-data-recursive \
19767 +       install-exec-recursive install-info-recursive \
19768 +       install-recursive installcheck-recursive installdirs-recursive \
19769 +       pdf-recursive ps-recursive uninstall-info-recursive \
19770 +       uninstall-recursive
19771 +ETAGS = etags
19772 +CTAGS = ctags
19773 +DIST_SUBDIRS = $(SUBDIRS)
19774 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19775 +ACLOCAL = @ACLOCAL@
19776 +AMDEP_FALSE = @AMDEP_FALSE@
19777 +AMDEP_TRUE = @AMDEP_TRUE@
19778 +AMTAR = @AMTAR@
19779 +AR = @AR@
19780 +AUTOCONF = @AUTOCONF@
19781 +AUTOHEADER = @AUTOHEADER@
19782 +AUTOMAKE = @AUTOMAKE@
19783 +AWK = @AWK@
19784 +CC = @CC@
19785 +CCDEPMODE = @CCDEPMODE@
19786 +CFLAGS = @CFLAGS@
19787 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
19788 +CPP = @CPP@
19789 +CPPFLAGS = @CPPFLAGS@
19790 +CXX = @CXX@
19791 +CXXCPP = @CXXCPP@
19792 +CXXDEPMODE = @CXXDEPMODE@
19793 +CXXFLAGS = @CXXFLAGS@
19794 +CYGPATH_W = @CYGPATH_W@
19795 +DEFS = @DEFS@
19796 +DEPDIR = @DEPDIR@
19797 +ECHO = @ECHO@
19798 +ECHO_C = @ECHO_C@
19799 +ECHO_N = @ECHO_N@
19800 +ECHO_T = @ECHO_T@
19801 +EGREP = @EGREP@
19802 +EXEEXT = @EXEEXT@
19803 +F77 = @F77@
19804 +FFLAGS = @FFLAGS@
19805 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
19806 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
19807 +HTTP_CFLAGS = @HTTP_CFLAGS@
19808 +HTTP_LIBS = @HTTP_LIBS@
19809 +INSTALL_DATA = @INSTALL_DATA@
19810 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
19811 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
19812 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
19813 +LDFLAGS = @LDFLAGS@
19814 +LIBOBJS = @LIBOBJS@
19815 +LIBS = @LIBS@
19816 +LIBTOOL = @LIBTOOL@
19817 +LN_S = @LN_S@
19818 +LTLIBOBJS = @LTLIBOBJS@
19819 +MAKEINFO = @MAKEINFO@
19820 +OBJEXT = @OBJEXT@
19821 +PACKAGE = @PACKAGE@
19822 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19823 +PACKAGE_NAME = @PACKAGE_NAME@
19824 +PACKAGE_STRING = @PACKAGE_STRING@
19825 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
19826 +PACKAGE_VERSION = @PACKAGE_VERSION@
19827 +PATH_SEPARATOR = @PATH_SEPARATOR@
19828 +RANLIB = @RANLIB@
19829 +SET_MAKE = @SET_MAKE@
19830 +SHELL = @SHELL@
19831 +STRIP = @STRIP@
19832 +VERSION = @VERSION@
19833 +XML_CFLAGS = @XML_CFLAGS@
19834 +XML_LIBS = @XML_LIBS@
19835 +ac_ct_AR = @ac_ct_AR@
19836 +ac_ct_CC = @ac_ct_CC@
19837 +ac_ct_CXX = @ac_ct_CXX@
19838 +ac_ct_F77 = @ac_ct_F77@
19839 +ac_ct_RANLIB = @ac_ct_RANLIB@
19840 +ac_ct_STRIP = @ac_ct_STRIP@
19841 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
19842 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
19843 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
19844 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
19845 +am__include = @am__include@
19846 +am__leading_dot = @am__leading_dot@
19847 +am__quote = @am__quote@
19848 +bindir = @bindir@
19849 +build = @build@
19850 +build_alias = @build_alias@
19851 +build_cpu = @build_cpu@
19852 +build_os = @build_os@
19853 +build_vendor = @build_vendor@
19854 +datadir = @datadir@
19855 +exec_prefix = @exec_prefix@
19856 +host = @host@
19857 +host_alias = @host_alias@
19858 +host_cpu = @host_cpu@
19859 +host_os = @host_os@
19860 +host_vendor = @host_vendor@
19861 +includedir = @includedir@
19862 +infodir = @infodir@
19863 +install_sh = @install_sh@
19864 +libdir = @libdir@
19865 +libexecdir = @libexecdir@
19866 +localstatedir = @localstatedir@
19867 +mandir = @mandir@
19868 +mkdir_p = @mkdir_p@
19869 +oldincludedir = @oldincludedir@
19870 +prefix = @prefix@
19871 +program_transform_name = @program_transform_name@
19872 +sbindir = @sbindir@
19873 +sharedstatedir = @sharedstatedir@
19874 +sysconfdir = @sysconfdir@
19875 +target_alias = @target_alias@
19876 +SUBDIRS = unix 
19877 +all: all-recursive
19878 +
19879 +.SUFFIXES:
19880 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19881 +       @for dep in $?; do \
19882 +         case '$(am__configure_deps)' in \
19883 +           *$$dep*) \
19884 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
19885 +               && exit 0; \
19886 +             exit 1;; \
19887 +         esac; \
19888 +       done; \
19889 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sample/clock/Makefile'; \
19890 +       cd $(top_srcdir) && \
19891 +         $(AUTOMAKE) --foreign  sample/clock/Makefile
19892 +.PRECIOUS: Makefile
19893 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19894 +       @case '$?' in \
19895 +         *config.status*) \
19896 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
19897 +         *) \
19898 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
19899 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
19900 +       esac;
19901 +
19902 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19903 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19904 +
19905 +$(top_srcdir)/configure:  $(am__configure_deps)
19906 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19907 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19908 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19909 +
19910 +mostlyclean-libtool:
19911 +       -rm -f *.lo
19912 +
19913 +clean-libtool:
19914 +       -rm -rf .libs _libs
19915 +
19916 +distclean-libtool:
19917 +       -rm -f libtool
19918 +uninstall-info-am:
19919 +
19920 +# This directory's subdirectories are mostly independent; you can cd
19921 +# into them and run `make' without going through this Makefile.
19922 +# To change the values of `make' variables: instead of editing Makefiles,
19923 +# (1) if the variable is set in `config.status', edit `config.status'
19924 +#     (which will cause the Makefiles to be regenerated when you run `make');
19925 +# (2) otherwise, pass the desired values on the `make' command line.
19926 +$(RECURSIVE_TARGETS):
19927 +       @set fnord $$MAKEFLAGS; amf=$$2; \
19928 +       dot_seen=no; \
19929 +       target=`echo $@ | sed s/-recursive//`; \
19930 +       list='$(SUBDIRS)'; for subdir in $$list; do \
19931 +         echo "Making $$target in $$subdir"; \
19932 +         if test "$$subdir" = "."; then \
19933 +           dot_seen=yes; \
19934 +           local_target="$$target-am"; \
19935 +         else \
19936 +           local_target="$$target"; \
19937 +         fi; \
19938 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
19939 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
19940 +       done; \
19941 +       if test "$$dot_seen" = "no"; then \
19942 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
19943 +       fi; test -z "$$fail"
19944 +
19945 +mostlyclean-recursive clean-recursive distclean-recursive \
19946 +maintainer-clean-recursive:
19947 +       @set fnord $$MAKEFLAGS; amf=$$2; \
19948 +       dot_seen=no; \
19949 +       case "$@" in \
19950 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
19951 +         *) list='$(SUBDIRS)' ;; \
19952 +       esac; \
19953 +       rev=''; for subdir in $$list; do \
19954 +         if test "$$subdir" = "."; then :; else \
19955 +           rev="$$subdir $$rev"; \
19956 +         fi; \
19957 +       done; \
19958 +       rev="$$rev ."; \
19959 +       target=`echo $@ | sed s/-recursive//`; \
19960 +       for subdir in $$rev; do \
19961 +         echo "Making $$target in $$subdir"; \
19962 +         if test "$$subdir" = "."; then \
19963 +           local_target="$$target-am"; \
19964 +         else \
19965 +           local_target="$$target"; \
19966 +         fi; \
19967 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
19968 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
19969 +       done && test -z "$$fail"
19970 +tags-recursive:
19971 +       list='$(SUBDIRS)'; for subdir in $$list; do \
19972 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
19973 +       done
19974 +ctags-recursive:
19975 +       list='$(SUBDIRS)'; for subdir in $$list; do \
19976 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
19977 +       done
19978 +
19979 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
19980 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19981 +       unique=`for i in $$list; do \
19982 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19983 +         done | \
19984 +         $(AWK) '    { files[$$0] = 1; } \
19985 +              END { for (i in files) print i; }'`; \
19986 +       mkid -fID $$unique
19987 +tags: TAGS
19988 +
19989 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
19990 +               $(TAGS_FILES) $(LISP)
19991 +       tags=; \
19992 +       here=`pwd`; \
19993 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
19994 +         include_option=--etags-include; \
19995 +         empty_fix=.; \
19996 +       else \
19997 +         include_option=--include; \
19998 +         empty_fix=; \
19999 +       fi; \
20000 +       list='$(SUBDIRS)'; for subdir in $$list; do \
20001 +         if test "$$subdir" = .; then :; else \
20002 +           test ! -f $$subdir/TAGS || \
20003 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
20004 +         fi; \
20005 +       done; \
20006 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
20007 +       unique=`for i in $$list; do \
20008 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20009 +         done | \
20010 +         $(AWK) '    { files[$$0] = 1; } \
20011 +              END { for (i in files) print i; }'`; \
20012 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
20013 +         test -n "$$unique" || unique=$$empty_fix; \
20014 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20015 +           $$tags $$unique; \
20016 +       fi
20017 +ctags: CTAGS
20018 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
20019 +               $(TAGS_FILES) $(LISP)
20020 +       tags=; \
20021 +       here=`pwd`; \
20022 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
20023 +       unique=`for i in $$list; do \
20024 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20025 +         done | \
20026 +         $(AWK) '    { files[$$0] = 1; } \
20027 +              END { for (i in files) print i; }'`; \
20028 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
20029 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
20030 +            $$tags $$unique
20031 +
20032 +GTAGS:
20033 +       here=`$(am__cd) $(top_builddir) && pwd` \
20034 +         && cd $(top_srcdir) \
20035 +         && gtags -i $(GTAGS_ARGS) $$here
20036 +
20037 +distclean-tags:
20038 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
20039 +
20040 +distdir: $(DISTFILES)
20041 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
20042 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
20043 +       list='$(DISTFILES)'; for file in $$list; do \
20044 +         case $$file in \
20045 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
20046 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
20047 +         esac; \
20048 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
20049 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
20050 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
20051 +           dir="/$$dir"; \
20052 +           $(mkdir_p) "$(distdir)$$dir"; \
20053 +         else \
20054 +           dir=''; \
20055 +         fi; \
20056 +         if test -d $$d/$$file; then \
20057 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
20058 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
20059 +           fi; \
20060 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
20061 +         else \
20062 +           test -f $(distdir)/$$file \
20063 +           || cp -p $$d/$$file $(distdir)/$$file \
20064 +           || exit 1; \
20065 +         fi; \
20066 +       done
20067 +       list='$(SUBDIRS)'; for subdir in $$list; do \
20068 +         if test "$$subdir" = .; then :; else \
20069 +           test -d "$(distdir)/$$subdir" \
20070 +           || mkdir "$(distdir)/$$subdir" \
20071 +           || exit 1; \
20072 +           (cd $$subdir && \
20073 +             $(MAKE) $(AM_MAKEFLAGS) \
20074 +               top_distdir="../$(top_distdir)" \
20075 +               distdir="../$(distdir)/$$subdir" \
20076 +               distdir) \
20077 +             || exit 1; \
20078 +         fi; \
20079 +       done
20080 +check-am: all-am
20081 +check: check-recursive
20082 +all-am: Makefile
20083 +installdirs: installdirs-recursive
20084 +installdirs-am:
20085 +install: install-recursive
20086 +install-exec: install-exec-recursive
20087 +install-data: install-data-recursive
20088 +uninstall: uninstall-recursive
20089 +
20090 +install-am: all-am
20091 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
20092 +
20093 +installcheck: installcheck-recursive
20094 +install-strip:
20095 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
20096 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
20097 +         `test -z '$(STRIP)' || \
20098 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
20099 +mostlyclean-generic:
20100 +
20101 +clean-generic:
20102 +
20103 +distclean-generic:
20104 +       -rm -f $(CONFIG_CLEAN_FILES)
20105 +
20106 +maintainer-clean-generic:
20107 +       @echo "This command is intended for maintainers to use"
20108 +       @echo "it deletes files that may require special tools to rebuild."
20109 +clean: clean-recursive
20110 +
20111 +clean-am: clean-generic clean-libtool mostlyclean-am
20112 +
20113 +distclean: distclean-recursive
20114 +       -rm -f Makefile
20115 +distclean-am: clean-am distclean-generic distclean-libtool \
20116 +       distclean-tags
20117 +
20118 +dvi: dvi-recursive
20119 +
20120 +dvi-am:
20121 +
20122 +html: html-recursive
20123 +
20124 +info: info-recursive
20125 +
20126 +info-am:
20127 +
20128 +install-data-am:
20129 +
20130 +install-exec-am:
20131 +
20132 +install-info: install-info-recursive
20133 +
20134 +install-man:
20135 +
20136 +installcheck-am:
20137 +
20138 +maintainer-clean: maintainer-clean-recursive
20139 +       -rm -f Makefile
20140 +maintainer-clean-am: distclean-am maintainer-clean-generic
20141 +
20142 +mostlyclean: mostlyclean-recursive
20143 +
20144 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
20145 +
20146 +pdf: pdf-recursive
20147 +
20148 +pdf-am:
20149 +
20150 +ps: ps-recursive
20151 +
20152 +ps-am:
20153 +
20154 +uninstall-am: uninstall-info-am
20155 +
20156 +uninstall-info: uninstall-info-recursive
20157 +
20158 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
20159 +       clean clean-generic clean-libtool clean-recursive ctags \
20160 +       ctags-recursive distclean distclean-generic distclean-libtool \
20161 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
20162 +       html-am info info-am install install-am install-data \
20163 +       install-data-am install-exec install-exec-am install-info \
20164 +       install-info-am install-man install-strip installcheck \
20165 +       installcheck-am installdirs installdirs-am maintainer-clean \
20166 +       maintainer-clean-generic maintainer-clean-recursive \
20167 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
20168 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
20169 +       uninstall uninstall-am uninstall-info-am
20170 +
20171 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
20172 +# Otherwise a system limit (for SysV at least) may be exceeded.
20173 +.NOEXPORT:
20174 --- sample/clock/clock_device.c
20175 +++ sample/clock/clock_device.c
20176 @@ -6,7 +6,7 @@
20177  *
20178  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20179  *
20180 -*       This is licensed under BSD-style license with patent exclusion,
20181 +*       This is licensed under BSD-style license,
20182  *       see file COPYING.
20183  *
20184  *      File: clock_device.c
20185 --- sample/clock/unix/Makefile.in
20186 +++ sample/clock/unix/Makefile.in
20187 @@ -0,0 +1,553 @@
20188 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
20189 +# @configure_input@
20190 +
20191 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20192 +# 2003, 2004  Free Software Foundation, Inc.
20193 +# This Makefile.in is free software; the Free Software Foundation
20194 +# gives unlimited permission to copy and/or distribute it,
20195 +# with or without modifications, as long as this notice is preserved.
20196 +
20197 +# This program is distributed in the hope that it will be useful,
20198 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
20199 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
20200 +# PARTICULAR PURPOSE.
20201 +
20202 +@SET_MAKE@
20203 +
20204 +
20205 +SOURCES = $(upnpclock_SOURCES)
20206 +
20207 +srcdir = @srcdir@
20208 +top_srcdir = @top_srcdir@
20209 +VPATH = @srcdir@
20210 +pkgdatadir = $(datadir)/@PACKAGE@
20211 +pkglibdir = $(libdir)/@PACKAGE@
20212 +pkgincludedir = $(includedir)/@PACKAGE@
20213 +top_builddir = ../../..
20214 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20215 +INSTALL = @INSTALL@
20216 +install_sh_DATA = $(install_sh) -c -m 644
20217 +install_sh_PROGRAM = $(install_sh) -c
20218 +install_sh_SCRIPT = $(install_sh) -c
20219 +INSTALL_HEADER = $(INSTALL_DATA)
20220 +transform = $(program_transform_name)
20221 +NORMAL_INSTALL = :
20222 +PRE_INSTALL = :
20223 +POST_INSTALL = :
20224 +NORMAL_UNINSTALL = :
20225 +PRE_UNINSTALL = :
20226 +POST_UNINSTALL = :
20227 +host_triplet = @host@
20228 +samples_PROGRAMS = upnpclock$(EXEEXT)
20229 +subdir = sample/clock/unix
20230 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
20231 +       $(srcdir)/Makefile.in
20232 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
20233 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
20234 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
20235 +       $(ACLOCAL_M4)
20236 +mkinstalldirs = $(mkdir_p)
20237 +CONFIG_HEADER = $(top_builddir)/config.h
20238 +CONFIG_CLEAN_FILES =
20239 +am__installdirs = "$(DESTDIR)$(samplesdir)"
20240 +samplesPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
20241 +PROGRAMS = $(samples_PROGRAMS)
20242 +am_upnpclock_OBJECTS = clock_main.$(OBJEXT) clock.$(OBJEXT) \
20243 +       clock_device.$(OBJEXT) kb_util.$(OBJEXT)
20244 +upnpclock_OBJECTS = $(am_upnpclock_OBJECTS)
20245 +@HAVE_LIBTOOL_FALSE@upnpclock_DEPENDENCIES =  \
20246 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
20247 +@HAVE_LIBTOOL_TRUE@upnpclock_DEPENDENCIES =  \
20248 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
20249 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
20250 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
20251 +am__depfiles_maybe = depfiles
20252 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/clock.Po \
20253 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_device.Po \
20254 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_main.Po ./$(DEPDIR)/kb_util.Po
20255 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
20256 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20257 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
20258 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
20259 +       $(AM_CFLAGS) $(CFLAGS)
20260 +CCLD = $(CC)
20261 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
20262 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
20263 +SOURCES = $(upnpclock_SOURCES)
20264 +DIST_SOURCES = $(upnpclock_SOURCES)
20265 +HEADERS = $(noinst_HEADERS)
20266 +ETAGS = etags
20267 +CTAGS = ctags
20268 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
20269 +ACLOCAL = @ACLOCAL@
20270 +AMDEP_FALSE = @AMDEP_FALSE@
20271 +AMDEP_TRUE = @AMDEP_TRUE@
20272 +AMTAR = @AMTAR@
20273 +AR = @AR@
20274 +AUTOCONF = @AUTOCONF@
20275 +AUTOHEADER = @AUTOHEADER@
20276 +AUTOMAKE = @AUTOMAKE@
20277 +AWK = @AWK@
20278 +CC = @CC@
20279 +CCDEPMODE = @CCDEPMODE@
20280 +CFLAGS = @CFLAGS@
20281 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
20282 +CPP = @CPP@
20283 +CPPFLAGS = @CPPFLAGS@
20284 +CXX = @CXX@
20285 +CXXCPP = @CXXCPP@
20286 +CXXDEPMODE = @CXXDEPMODE@
20287 +CXXFLAGS = @CXXFLAGS@
20288 +CYGPATH_W = @CYGPATH_W@
20289 +DEFS = @DEFS@
20290 +DEPDIR = @DEPDIR@
20291 +ECHO = @ECHO@
20292 +ECHO_C = @ECHO_C@
20293 +ECHO_N = @ECHO_N@
20294 +ECHO_T = @ECHO_T@
20295 +EGREP = @EGREP@
20296 +EXEEXT = @EXEEXT@
20297 +F77 = @F77@
20298 +FFLAGS = @FFLAGS@
20299 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
20300 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
20301 +HTTP_CFLAGS = @HTTP_CFLAGS@
20302 +HTTP_LIBS = @HTTP_LIBS@
20303 +INSTALL_DATA = @INSTALL_DATA@
20304 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
20305 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
20306 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
20307 +LDFLAGS = @LDFLAGS@
20308 +LIBOBJS = @LIBOBJS@
20309 +LIBS = @LIBS@
20310 +LIBTOOL = @LIBTOOL@
20311 +LN_S = @LN_S@
20312 +LTLIBOBJS = @LTLIBOBJS@
20313 +MAKEINFO = @MAKEINFO@
20314 +OBJEXT = @OBJEXT@
20315 +PACKAGE = @PACKAGE@
20316 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
20317 +PACKAGE_NAME = @PACKAGE_NAME@
20318 +PACKAGE_STRING = @PACKAGE_STRING@
20319 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
20320 +PACKAGE_VERSION = @PACKAGE_VERSION@
20321 +PATH_SEPARATOR = @PATH_SEPARATOR@
20322 +RANLIB = @RANLIB@
20323 +SET_MAKE = @SET_MAKE@
20324 +SHELL = @SHELL@
20325 +STRIP = @STRIP@
20326 +VERSION = @VERSION@
20327 +XML_CFLAGS = @XML_CFLAGS@
20328 +XML_LIBS = @XML_LIBS@
20329 +ac_ct_AR = @ac_ct_AR@
20330 +ac_ct_CC = @ac_ct_CC@
20331 +ac_ct_CXX = @ac_ct_CXX@
20332 +ac_ct_F77 = @ac_ct_F77@
20333 +ac_ct_RANLIB = @ac_ct_RANLIB@
20334 +ac_ct_STRIP = @ac_ct_STRIP@
20335 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
20336 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
20337 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
20338 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
20339 +am__include = @am__include@
20340 +am__leading_dot = @am__leading_dot@
20341 +am__quote = @am__quote@
20342 +bindir = @bindir@
20343 +build = @build@
20344 +build_alias = @build_alias@
20345 +build_cpu = @build_cpu@
20346 +build_os = @build_os@
20347 +build_vendor = @build_vendor@
20348 +datadir = @datadir@
20349 +exec_prefix = @exec_prefix@
20350 +host = @host@
20351 +host_alias = @host_alias@
20352 +host_cpu = @host_cpu@
20353 +host_os = @host_os@
20354 +host_vendor = @host_vendor@
20355 +includedir = @includedir@
20356 +infodir = @infodir@
20357 +install_sh = @install_sh@
20358 +libdir = @libdir@
20359 +libexecdir = @libexecdir@
20360 +localstatedir = @localstatedir@
20361 +mandir = @mandir@
20362 +mkdir_p = @mkdir_p@
20363 +oldincludedir = @oldincludedir@
20364 +prefix = @prefix@
20365 +program_transform_name = @program_transform_name@
20366 +sbindir = @sbindir@
20367 +sharedstatedir = @sharedstatedir@
20368 +sysconfdir = @sysconfdir@
20369 +target_alias = @target_alias@
20370 +samplesdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/samples
20371 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(srcdir)/../../common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
20372 +noinst_HEADERS = \
20373 +       ../clock.h \
20374 +       ../clock_device.h \
20375 +       ../../common/kb_util.h
20376 +
20377 +upnpclock_SOURCES = \
20378 +       clock_main.c \
20379 +       ../clock.c \
20380 +       ../clock_device.c \
20381 +       ../../common/kb_util.c
20382 +
20383 +@HAVE_LIBTOOL_FALSE@upnpclock_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
20384 +@HAVE_LIBTOOL_TRUE@upnpclock_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
20385 +all: all-am
20386 +
20387 +.SUFFIXES:
20388 +.SUFFIXES: .c .lo .o .obj
20389 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20390 +       @for dep in $?; do \
20391 +         case '$(am__configure_deps)' in \
20392 +           *$$dep*) \
20393 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
20394 +               && exit 0; \
20395 +             exit 1;; \
20396 +         esac; \
20397 +       done; \
20398 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sample/clock/unix/Makefile'; \
20399 +       cd $(top_srcdir) && \
20400 +         $(AUTOMAKE) --foreign  sample/clock/unix/Makefile
20401 +.PRECIOUS: Makefile
20402 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20403 +       @case '$?' in \
20404 +         *config.status*) \
20405 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
20406 +         *) \
20407 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
20408 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
20409 +       esac;
20410 +
20411 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20412 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20413 +
20414 +$(top_srcdir)/configure:  $(am__configure_deps)
20415 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20416 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20417 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20418 +install-samplesPROGRAMS: $(samples_PROGRAMS)
20419 +       @$(NORMAL_INSTALL)
20420 +       test -z "$(samplesdir)" || $(mkdir_p) "$(DESTDIR)$(samplesdir)"
20421 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
20422 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
20423 +         if test -f $$p \
20424 +            || test -f $$p1 \
20425 +         ; then \
20426 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
20427 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(samplesPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(samplesdir)/$$f'"; \
20428 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(samplesPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(samplesdir)/$$f" || exit 1; \
20429 +         else :; fi; \
20430 +       done
20431 +
20432 +uninstall-samplesPROGRAMS:
20433 +       @$(NORMAL_UNINSTALL)
20434 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
20435 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
20436 +         echo " rm -f '$(DESTDIR)$(samplesdir)/$$f'"; \
20437 +         rm -f "$(DESTDIR)$(samplesdir)/$$f"; \
20438 +       done
20439 +
20440 +clean-samplesPROGRAMS:
20441 +       @list='$(samples_PROGRAMS)'; for p in $$list; do \
20442 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
20443 +         echo " rm -f $$p $$f"; \
20444 +         rm -f $$p $$f ; \
20445 +       done
20446 +upnpclock$(EXEEXT): $(upnpclock_OBJECTS) $(upnpclock_DEPENDENCIES) 
20447 +       @rm -f upnpclock$(EXEEXT)
20448 +       $(LINK) $(upnpclock_LDFLAGS) $(upnpclock_OBJECTS) $(upnpclock_LDADD) $(LIBS)
20449 +
20450 +mostlyclean-compile:
20451 +       -rm -f *.$(OBJEXT)
20452 +
20453 +distclean-compile:
20454 +       -rm -f *.tab.c
20455 +
20456 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
20457 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_device.Po@am__quote@
20458 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_main.Po@am__quote@
20459 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
20460 +
20461 +.c.o:
20462 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
20463 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
20464 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20465 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20466 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20467 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
20468 +
20469 +.c.obj:
20470 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
20471 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
20472 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20473 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20474 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20475 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
20476 +
20477 +.c.lo:
20478 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
20479 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
20480 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
20481 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
20482 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20483 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
20484 +
20485 +clock.o: ../clock.c
20486 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.o -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
20487 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
20488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.o' libtool=no @AMDEPBACKSLASH@
20489 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
20490 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20491 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
20492 +
20493 +clock.obj: ../clock.c
20494 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.obj -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`; \
20495 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
20496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.obj' libtool=no @AMDEPBACKSLASH@
20497 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
20498 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20499 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`
20500 +
20501 +clock.lo: ../clock.c
20502 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.lo -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
20503 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Plo"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
20504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.lo' libtool=yes @AMDEPBACKSLASH@
20505 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Plo' tmpdepfile='$(DEPDIR)/clock.TPlo' @AMDEPBACKSLASH@
20506 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20507 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
20508 +
20509 +clock_device.o: ../clock_device.c
20510 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.o -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
20511 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
20512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.o' libtool=no @AMDEPBACKSLASH@
20513 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
20514 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20515 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
20516 +
20517 +clock_device.obj: ../clock_device.c
20518 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.obj -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`; \
20519 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
20520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.obj' libtool=no @AMDEPBACKSLASH@
20521 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
20522 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20523 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`
20524 +
20525 +clock_device.lo: ../clock_device.c
20526 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.lo -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
20527 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Plo"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
20528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.lo' libtool=yes @AMDEPBACKSLASH@
20529 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Plo' tmpdepfile='$(DEPDIR)/clock_device.TPlo' @AMDEPBACKSLASH@
20530 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20531 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
20532 +
20533 +kb_util.o: ../../common/kb_util.c
20534 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c; \
20535 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
20536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
20537 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
20538 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20539 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c
20540 +
20541 +kb_util.obj: ../../common/kb_util.c
20542 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../common/kb_util.c'; then $(CYGPATH_W) '../../common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../common/kb_util.c'; fi`; \
20543 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
20544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
20545 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
20546 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20547 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../common/kb_util.c'; then $(CYGPATH_W) '../../common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../common/kb_util.c'; fi`
20548 +
20549 +kb_util.lo: ../../common/kb_util.c
20550 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c; \
20551 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
20552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
20553 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
20554 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20555 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../common/kb_util.c' || echo '$(srcdir)/'`../../common/kb_util.c
20556 +
20557 +mostlyclean-libtool:
20558 +       -rm -f *.lo
20559 +
20560 +clean-libtool:
20561 +       -rm -rf .libs _libs
20562 +
20563 +distclean-libtool:
20564 +       -rm -f libtool
20565 +uninstall-info-am:
20566 +
20567 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
20568 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20569 +       unique=`for i in $$list; do \
20570 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20571 +         done | \
20572 +         $(AWK) '    { files[$$0] = 1; } \
20573 +              END { for (i in files) print i; }'`; \
20574 +       mkid -fID $$unique
20575 +tags: TAGS
20576 +
20577 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
20578 +               $(TAGS_FILES) $(LISP)
20579 +       tags=; \
20580 +       here=`pwd`; \
20581 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
20582 +       unique=`for i in $$list; do \
20583 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20584 +         done | \
20585 +         $(AWK) '    { files[$$0] = 1; } \
20586 +              END { for (i in files) print i; }'`; \
20587 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
20588 +         test -n "$$unique" || unique=$$empty_fix; \
20589 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20590 +           $$tags $$unique; \
20591 +       fi
20592 +ctags: CTAGS
20593 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
20594 +               $(TAGS_FILES) $(LISP)
20595 +       tags=; \
20596 +       here=`pwd`; \
20597 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
20598 +       unique=`for i in $$list; do \
20599 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20600 +         done | \
20601 +         $(AWK) '    { files[$$0] = 1; } \
20602 +              END { for (i in files) print i; }'`; \
20603 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
20604 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
20605 +            $$tags $$unique
20606 +
20607 +GTAGS:
20608 +       here=`$(am__cd) $(top_builddir) && pwd` \
20609 +         && cd $(top_srcdir) \
20610 +         && gtags -i $(GTAGS_ARGS) $$here
20611 +
20612 +distclean-tags:
20613 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
20614 +
20615 +distdir: $(DISTFILES)
20616 +       $(mkdir_p) $(distdir)/.. $(distdir)/../../common
20617 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
20618 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
20619 +       list='$(DISTFILES)'; for file in $$list; do \
20620 +         case $$file in \
20621 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
20622 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
20623 +         esac; \
20624 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
20625 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
20626 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
20627 +           dir="/$$dir"; \
20628 +           $(mkdir_p) "$(distdir)$$dir"; \
20629 +         else \
20630 +           dir=''; \
20631 +         fi; \
20632 +         if test -d $$d/$$file; then \
20633 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
20634 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
20635 +           fi; \
20636 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
20637 +         else \
20638 +           test -f $(distdir)/$$file \
20639 +           || cp -p $$d/$$file $(distdir)/$$file \
20640 +           || exit 1; \
20641 +         fi; \
20642 +       done
20643 +check-am: all-am
20644 +check: check-am
20645 +all-am: Makefile $(PROGRAMS) $(HEADERS)
20646 +installdirs:
20647 +       for dir in "$(DESTDIR)$(samplesdir)"; do \
20648 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
20649 +       done
20650 +install: install-am
20651 +install-exec: install-exec-am
20652 +install-data: install-data-am
20653 +uninstall: uninstall-am
20654 +
20655 +install-am: all-am
20656 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
20657 +
20658 +installcheck: installcheck-am
20659 +install-strip:
20660 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
20661 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
20662 +         `test -z '$(STRIP)' || \
20663 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
20664 +mostlyclean-generic:
20665 +
20666 +clean-generic:
20667 +
20668 +distclean-generic:
20669 +       -rm -f $(CONFIG_CLEAN_FILES)
20670 +
20671 +maintainer-clean-generic:
20672 +       @echo "This command is intended for maintainers to use"
20673 +       @echo "it deletes files that may require special tools to rebuild."
20674 +clean: clean-am
20675 +
20676 +clean-am: clean-generic clean-libtool clean-samplesPROGRAMS \
20677 +       mostlyclean-am
20678 +
20679 +distclean: distclean-am
20680 +       -rm -rf ./$(DEPDIR)
20681 +       -rm -f Makefile
20682 +distclean-am: clean-am distclean-compile distclean-generic \
20683 +       distclean-libtool distclean-tags
20684 +
20685 +dvi: dvi-am
20686 +
20687 +dvi-am:
20688 +
20689 +html: html-am
20690 +
20691 +info: info-am
20692 +
20693 +info-am:
20694 +
20695 +install-data-am: install-samplesPROGRAMS
20696 +
20697 +install-exec-am:
20698 +
20699 +install-info: install-info-am
20700 +
20701 +install-man:
20702 +
20703 +installcheck-am:
20704 +
20705 +maintainer-clean: maintainer-clean-am
20706 +       -rm -rf ./$(DEPDIR)
20707 +       -rm -f Makefile
20708 +maintainer-clean-am: distclean-am maintainer-clean-generic
20709 +
20710 +mostlyclean: mostlyclean-am
20711 +
20712 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
20713 +       mostlyclean-libtool
20714 +
20715 +pdf: pdf-am
20716 +
20717 +pdf-am:
20718 +
20719 +ps: ps-am
20720 +
20721 +ps-am:
20722 +
20723 +uninstall-am: uninstall-info-am uninstall-samplesPROGRAMS
20724 +
20725 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
20726 +       clean-libtool clean-samplesPROGRAMS ctags distclean \
20727 +       distclean-compile distclean-generic distclean-libtool \
20728 +       distclean-tags distdir dvi dvi-am html html-am info info-am \
20729 +       install install-am install-data install-data-am install-exec \
20730 +       install-exec-am install-info install-info-am install-man \
20731 +       install-samplesPROGRAMS install-strip installcheck \
20732 +       installcheck-am installdirs maintainer-clean \
20733 +       maintainer-clean-generic mostlyclean mostlyclean-compile \
20734 +       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
20735 +       tags uninstall uninstall-am uninstall-info-am \
20736 +       uninstall-samplesPROGRAMS
20737 +
20738 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
20739 +# Otherwise a system limit (for SysV at least) may be exceeded.
20740 +.NOEXPORT:
20741 --- sample/clock/unix/clock_main.c
20742 +++ sample/clock/unix/clock_main.c
20743 @@ -6,7 +6,7 @@
20744  *
20745  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20746  *
20747 -*       This is licensed under BSD-style license with patent exclusion,
20748 +*       This is licensed under BSD-style license,
20749  *       see file COPYING.
20750  *
20751  *      File: clock_main.c
20752 @@ -20,6 +20,9 @@
20753  #include <cybergarage/upnp/cupnp.h>
20754  
20755  #include "clock_device.h"
20756 +#include "sample/common/kb_util.h"
20757 +
20758 +#include <ctype.h>
20759  
20760  #if defined(TENGINE)
20761  #if defined(PROCESS_BASE) /* Process based */
20762 @@ -48,6 +51,10 @@
20763         clockDev = upnp_clock_device_new();
20764          cg_upnp_device_setleasetime( clockDev, cacheControl );
20765         cg_upnp_device_start(clockDev);
20766 +       /* no checking here!!!!!! What is supposed to happen.
20767 +        * as returning FALSE will exit out of main. Therefore 
20768 +        * returning TRUE. */
20769 +       return TRUE;
20770  }
20771  
20772  void ExitApp()
20773 --- src/cybergarage/http/chttp.c
20774 +++ src/cybergarage/http/chttp.c
20775 @@ -6,7 +6,7 @@
20776  *
20777  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20778  *
20779 -*       This is licensed under BSD-style license with patent exclusion,
20780 +*       This is licensed under BSD-style license,
20781  *       see file COPYING.
20782  *
20783  *      File: return "chttp.cpp
20784 --- src/cybergarage/http/chttp_date.c
20785 +++ src/cybergarage/http/chttp_date.c
20786 @@ -6,7 +6,7 @@
20787  *
20788  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20789  *
20790 -*       This is licensed under BSD-style license with patent exclusion,
20791 +*       This is licensed under BSD-style license,
20792  *       see file COPYING.
20793  *
20794  *      File: chttp_date.cpp
20795 --- src/cybergarage/http/chttp_header.c
20796 +++ src/cybergarage/http/chttp_header.c
20797 @@ -6,7 +6,7 @@
20798  *
20799  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20800  *
20801 -*       This is licensed under BSD-style license with patent exclusion,
20802 +*       This is licensed under BSD-style license,
20803  *       see file COPYING.
20804  *
20805  *      File: chttp_header.c
20806 --- src/cybergarage/http/chttp_header_list.c
20807 +++ src/cybergarage/http/chttp_header_list.c
20808 @@ -6,7 +6,7 @@
20809  *
20810  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20811  *
20812 -*       This is licensed under BSD-style license with patent exclusion,
20813 +*       This is licensed under BSD-style license,
20814  *       see file COPYING.
20815  *
20816  *      File: chttp_header_list.c
20817 --- src/cybergarage/http/chttp_packet.c
20818 +++ src/cybergarage/http/chttp_packet.c
20819 @@ -6,7 +6,7 @@
20820  *
20821  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20822  *
20823 -*       This is licensed under BSD-style license with patent exclusion,
20824 +*       This is licensed under BSD-style license,
20825  *       see file COPYING.
20826  *
20827  *      File: chttp_packet.cpp
20828 @@ -291,6 +291,10 @@
20829         hostMaxLen = cg_strlen(addr) + CG_NET_IPV6_ADDRSTRING_MAXSIZE + CG_STRING_INTEGER_BUFLEN;
20830         host = malloc(sizeof(char) * hostMaxLen);
20831  
20832 +       if (host == NULL)
20833 +               /* Memory allocation failure */
20834 +               return;
20835 +
20836  #if defined(HAVE_SNPRINTF)
20837         if (0 < port) {
20838                 if (cg_net_isipv6address(addr) == TRUE)
20839 --- src/cybergarage/http/chttp_persistent_connection.c
20840 +++ src/cybergarage/http/chttp_persistent_connection.c
20841 @@ -6,7 +6,7 @@
20842  *
20843  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20844  *
20845 -*       This is licensed under BSD-style license with patent exclusion,
20846 +*       This is licensed under BSD-style license,
20847  *       see file COPYING.
20848  *
20849  *      File: chttp_persistent_connection.c
20850 --- src/cybergarage/http/chttp_request.c
20851 +++ src/cybergarage/http/chttp_request.c
20852 @@ -6,7 +6,7 @@
20853  *
20854  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20855  *
20856 -*       This is licensed under BSD-style license with patent exclusion,
20857 +*       This is licensed under BSD-style license,
20858  *       see file COPYING.
20859  *
20860  *      File: chttp_request.c
20861 @@ -94,6 +94,7 @@
20862         cg_string_delete(httpReq->method);
20863         cg_string_delete(httpReq->version);
20864         cg_string_delete(httpReq->uri);
20865 +       cg_string_delete(httpReq->userAgent);
20866         cg_http_response_delete(httpReq->httpRes);
20867         cg_net_url_delete(httpReq->postURL);
20868         
20869 @@ -597,13 +598,14 @@
20870         curlHeaderList = NULL;
20871         headerStr = cg_string_new();
20872         for (reqHeader = cg_http_request_getheaders(httpReq); reqHeader; reqHeader = cg_http_header_next(reqHeader)) {
20873 -               cg_string_clear(headerStr);
20874 -               cg_string_addvalue(headerStr, cg_http_header_getname(reqHeader));
20875 -               cg_string_addvalue(headerStr, CG_HTTP_COLON CG_HTTP_SP);
20876 -               cg_string_addvalue(headerStr, cg_http_header_getvalue(reqHeader));
20877 -               curlHeaderList = curl_slist_append(curlHeaderList, cg_string_getvalue(headerStr));
20878 +               cg_string_setvalue(headerStr, cg_http_header_getname(reqHeader));
20879 +               if (cg_string_addvalue(headerStr, CG_HTTP_COLON CG_HTTP_SP) &&
20880 +                   cg_string_addvalue(headerStr, cg_http_header_getvalue(reqHeader)))
20881 +                       curlHeaderList = curl_slist_append(curlHeaderList, cg_string_getvalue(headerStr));
20882         }
20883         cg_string_delete(headerStr);
20884 +       /* Disable Expect header because it causes IOP issues */
20885 +       curlHeaderList = curl_slist_append(curlHeaderList, "Expect:");
20886         curl_easy_setopt(curl, CURLOPT_HTTPHEADER, curlHeaderList);
20887  
20888         /**** content ****/
20889 --- src/cybergarage/http/chttp_response.c
20890 +++ src/cybergarage/http/chttp_response.c
20891 @@ -6,7 +6,7 @@
20892  *
20893  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20894  *
20895 -*       This is licensed under BSD-style license with patent exclusion,
20896 +*       This is licensed under BSD-style license,
20897  *       see file COPYING.
20898  *
20899  *      File: chttp_response.c
20900 --- src/cybergarage/http/chttp_server.c
20901 +++ src/cybergarage/http/chttp_server.c
20902 @@ -6,7 +6,7 @@
20903  *
20904  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20905  *
20906 -*       This is licensed under BSD-style license with patent exclusion,
20907 +*       This is licensed under BSD-style license,
20908  *       see file COPYING.
20909  *
20910  *      File: chttp_server.cpp
20911 --- src/cybergarage/http/chttp_server_list.c
20912 +++ src/cybergarage/http/chttp_server_list.c
20913 @@ -6,7 +6,7 @@
20914  *
20915  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20916  *
20917 -*       This is licensed under BSD-style license with patent exclusion,
20918 +*       This is licensed under BSD-style license,
20919  *       see file COPYING.
20920  *
20921  *      File: chttp_server_list.c
20922 --- src/cybergarage/util/ccond.c
20923 +++ src/cybergarage/util/ccond.c
20924 @@ -6,7 +6,7 @@
20925  *
20926  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20927  *
20928 -*       This is licensed under BSD-style license with patent exclusion,
20929 +*       This is licensed under BSD-style license,
20930  *       see file COPYING.
20931  *
20932  *      File: ccond.c
20933 --- src/cybergarage/util/clist.c
20934 +++ src/cybergarage/util/clist.c
20935 @@ -6,7 +6,7 @@
20936  *
20937  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20938  *
20939 -*       This is licensed under BSD-style license with patent exclusion,
20940 +*       This is licensed under BSD-style license,
20941  *       see file COPYING.
20942  *
20943  *      File: csocket.cpp
20944 --- src/cybergarage/util/clog.c
20945 +++ src/cybergarage/util/clog.c
20946 @@ -6,7 +6,7 @@
20947  *
20948  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20949  *
20950 -*       This is licensed under BSD-style license with patent exclusion,
20951 +*       This is licensed under BSD-style license,
20952  *       see file COPYING.
20953  *
20954  *       File: clog.c
20955 --- src/cybergarage/util/cmutex.c
20956 +++ src/cybergarage/util/cmutex.c
20957 @@ -6,7 +6,7 @@
20958  *
20959  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20960  *
20961 -*       This is licensed under BSD-style license with patent exclusion,
20962 +*       This is licensed under BSD-style license,
20963  *       see file COPYING.
20964  *
20965  *      File: cmutex.cpp
20966 --- src/cybergarage/util/cstring.c
20967 +++ src/cybergarage/util/cstring.c
20968 @@ -6,7 +6,7 @@
20969  *
20970  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
20971  *
20972 -*       This is licensed under BSD-style license with patent exclusion,
20973 +*       This is licensed under BSD-style license,
20974  *       see file COPYING.
20975  *
20976  *      File: cstring.c
20977 @@ -23,6 +23,10 @@
20978  
20979  #include <string.h>
20980  
20981 +/* Define amount of extra characters allocated on each realloc, with this we
20982 +   can avoid many small subsequent reallocs, which takes lots of time */
20983 +#define CG_STRING_REALLOC_EXTRA                16
20984 +
20985  /****************************************
20986  * cg_string_new
20987  ****************************************/
20988 @@ -90,7 +94,6 @@
20989          if (str == NULL)
20990                  return;
20991  
20992 -       cg_string_clear(str);
20993         if (value != NULL)
20994                 cg_string_setnvalue(str, value, cg_strlen(value));
20995  
20996 @@ -241,17 +244,35 @@
20997  char *cg_string_naddvalue(CgString *str, char *value, int valueLen)
20998  {
20999         cg_log_debug_l5("Entering...\n");
21000 +       char *newValue = NULL;
21001 +       int newMemSize = 0;
21002 +
21003 +       if (str == NULL) return NULL;
21004  
21005 -       if (str == NULL || value == NULL || valueLen <= 0)
21006 +       if (value == NULL || valueLen <= 0)
21007         {
21008 -               /* Invalid parameters */
21009 -               return NULL;
21010 +               /* Empty string, nothing to add */
21011 +               return cg_string_getvalue(str);
21012 +       }
21013 +
21014 +       /* Check, if we need to allocate memory for the new data */
21015 +       newMemSize = str->valueSize + valueLen + 1;
21016 +       if (newMemSize > str->memSize || str->value == NULL)
21017 +       {
21018 +               /* realloc also some extra in order to avoid multiple reallocs */
21019 +               newMemSize += CG_STRING_REALLOC_EXTRA;
21020 +               newValue = realloc(str->value, newMemSize * sizeof(char));
21021 +
21022 +               if (newValue == NULL)
21023 +               {
21024 +                       /* Memory allocation failed, bail out */
21025 +                       return NULL;
21026 +               }
21027 +
21028 +               str->memSize = newMemSize;
21029 +               str->value = newValue;
21030         }
21031  
21032 -       /* Need to allocate memory for the new data */
21033 -       str->memSize = str->valueSize + valueLen + 1;
21034 -       str->value = realloc(str->value, str->memSize * sizeof(char));
21035 -       
21036         /* memcpy works better with non-zero-terminated data
21037            than strncpy */
21038         memcpy(str->value + str->valueSize, value, valueLen);
21039 --- src/cybergarage/util/cstring_function.c
21040 +++ src/cybergarage/util/cstring_function.c
21041 @@ -6,7 +6,7 @@
21042  *
21043  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21044  *
21045 -*       This is licensed under BSD-style license with patent exclusion,
21046 +*       This is licensed under BSD-style license,
21047  *       see file COPYING.
21048  *
21049  *      File: cstring_function.c
21050 @@ -279,6 +279,7 @@
21051  {
21052         int strLen, i;
21053         strLen = cg_strlen(str);
21054 +        if (strLen == 0) return str;
21055         for (i=(strLen-1); 0<=i; i--) {
21056                 if (isspace(str[i])) {
21057                         strLen--;
21058 --- src/cybergarage/util/cstring_tokenizer.c
21059 +++ src/cybergarage/util/cstring_tokenizer.c
21060 @@ -6,7 +6,7 @@
21061  *
21062  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21063  *
21064 -*       This is licensed under BSD-style license with patent exclusion,
21065 +*       This is licensed under BSD-style license,
21066  *       see file COPYING.
21067  *
21068  *      File: cstring_tokenizer.c
21069 --- src/cybergarage/util/cthread.c
21070 +++ src/cybergarage/util/cthread.c
21071 @@ -6,7 +6,7 @@
21072  *
21073  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21074  *
21075 -*       This is licensed under BSD-style license with patent exclusion,
21076 +*       This is licensed under BSD-style license,
21077  *       see file COPYING.
21078  *
21079  *      File: cthread.cpp
21080 --- src/cybergarage/util/cthread_list.c
21081 +++ src/cybergarage/util/cthread_list.c
21082 @@ -6,7 +6,7 @@
21083  *
21084  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21085  *
21086 -*       This is licensed under BSD-style license with patent exclusion,
21087 +*       This is licensed under BSD-style license,
21088  *       see file COPYING.
21089  *
21090  *      File: cthread_list.c
21091 --- src/cybergarage/util/ctime.c
21092 +++ src/cybergarage/util/ctime.c
21093 @@ -6,7 +6,7 @@
21094  *
21095  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21096  *
21097 -*       This is licensed under BSD-style license with patent exclusion,
21098 +*       This is licensed under BSD-style license,
21099  *       see file COPYING.
21100  *
21101  *      File: ctime.cpp
21102 --- src/cybergarage/upnp/caction.c
21103 +++ src/cybergarage/upnp/caction.c
21104 @@ -6,7 +6,7 @@
21105  *
21106  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21107  *
21108 -*       This is licensed under BSD-style license with patent exclusion,
21109 +*       This is licensed under BSD-style license,
21110  *       see file COPYING.
21111  *
21112  *      File: caction.c
21113 --- src/cybergarage/upnp/caction_list.c
21114 +++ src/cybergarage/upnp/caction_list.c
21115 @@ -6,7 +6,7 @@
21116  *
21117  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21118  *
21119 -*       This is licensed under BSD-style license with patent exclusion,
21120 +*       This is licensed under BSD-style license,
21121  *       see file COPYING.
21122  *
21123  *      File: caction_list.c
21124 --- src/cybergarage/upnp/cargument.c
21125 +++ src/cybergarage/upnp/cargument.c
21126 @@ -6,7 +6,7 @@
21127  *
21128  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21129  *
21130 -*       This is licensed under BSD-style license with patent exclusion,
21131 +*       This is licensed under BSD-style license,
21132  *       see file COPYING.
21133  *
21134  *      File: cargument.c
21135 --- src/cybergarage/upnp/cargument_list.c
21136 +++ src/cybergarage/upnp/cargument_list.c
21137 @@ -6,7 +6,7 @@
21138  *
21139  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21140  *
21141 -*       This is licensed under BSD-style license with patent exclusion,
21142 +*       This is licensed under BSD-style license,
21143  *       see file COPYING.
21144  *
21145  *      File: cargument_list.c
21146 --- src/cybergarage/upnp/ccontrolpoint.c
21147 +++ src/cybergarage/upnp/ccontrolpoint.c
21148 @@ -6,7 +6,7 @@
21149  *
21150  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21151  *
21152 -*       This is licensed under BSD-style license with patent exclusion,
21153 +*       This is licensed under BSD-style license,
21154  *       see file COPYING.
21155  *
21156  *      File: ccontrolpoint.c
21157 @@ -535,21 +535,29 @@
21158  BOOL cg_upnp_controlpoint_parsescservicescpd(CgUpnpService *service)
21159  {
21160         CgNetURL *scpdURL;
21161 -       BOOL scpdParseSuccess;
21162 +       BOOL scpdParseSuccess = FALSE;
21163         
21164         cg_log_debug_l4("Entering...\n");
21165  
21166         scpdURL = cg_upnp_service_getscpdurl(service); 
21167  
21168 -
21169         if ( NULL != scpdURL ) {
21170 -
21171                 cg_log_debug_s("SCPD URL: %s\n", cg_net_url_getrequest(scpdURL));
21172                 scpdParseSuccess = cg_upnp_service_parsedescriptionurl(service, scpdURL);
21173         }
21174 -       else
21175 -               return FALSE;
21176 +       
21177 +       /* Workaround for devices who use path in location url, specify relative urls for
21178 +        * other urls, but do not use location url path as base path. */
21179 +       if ( FALSE == scpdParseSuccess ) {
21180 +               scpdURL = cg_upnp_service_getscpdurl_alt(service);
21181 +               if ( NULL != scpdURL ) {
21182 +                       cg_log_debug_s("SCPD URL: %s\n", cg_net_url_getrequest(scpdURL));
21183 +                       scpdParseSuccess = cg_upnp_service_parsedescriptionurl(service, scpdURL);
21184 +               }
21185 +       }
21186  
21187 +       if ( NULL == scpdURL ) return FALSE;
21188 +       
21189         if (scpdParseSuccess == TRUE) {
21190                 cg_net_url_delete(scpdURL);
21191                 return TRUE;
21192 --- src/cybergarage/upnp/ccontrolpoint_event.c
21193 +++ src/cybergarage/upnp/ccontrolpoint_event.c
21194 @@ -6,7 +6,7 @@
21195  *
21196  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21197  *
21198 -*       This is licensed under BSD-style license with patent exclusion,
21199 +*       This is licensed under BSD-style license,
21200  *       see file COPYING.
21201  *
21202  *      File: ccontrolpoint_event.c
21203 @@ -24,6 +24,10 @@
21204  *              - Changed cg_upnp_controlpoint_geteventsubcallbackurl() to add < and > around callbackurl per UPnP def.
21205  *      17-Jan-06 Aapo Makela
21206  *              - Added expiration handler thread
21207 +*      04/24/07 Aapo Makela
21208 +*              - Do not set host in subscription request (it is handled automatically when sending request)
21209 +*      02/06/08 Aapo Makela
21210 +*              - Force resubscription for all services when having periodic wakeup in order to save power
21211  ******************************************************************/
21212  
21213  #include <cybergarage/upnp/cupnp_limit.h>
21214 @@ -36,9 +40,10 @@
21215  
21216  #if !defined(CG_UPNP_NOUSE_CONTROLPOINT) && !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
21217  
21218 -CgUpnpService *cg_upnp_device_getfirstexpiratedservice(CgUpnpControlPoint *ctrlPoint,
21219 -                                                      CgUpnpDevice *dev, 
21220 -                                                      CgSysTime expirationTime)
21221 +static CgUpnpService *cg_upnp_device_getfirstexpiratedservice(CgUpnpControlPoint *ctrlPoint,
21222 +                                                             CgUpnpDevice *dev, 
21223 +                                                             CgSysTime expirationTime,
21224 +                                                             BOOL forceResubscribe)
21225  {
21226         CgUpnpDevice *childDev = NULL;
21227         CgUpnpService *srv = NULL;
21228 @@ -59,12 +64,12 @@
21229         
21230                 tmpTime = cg_upnp_service_getsubscriptionexpiration(srv);
21231                 
21232 -       cg_log_debug_s("Found subscribed service with expiration of  %ld\n",
21233 -                       tmpTime);
21234 +               cg_log_debug_s("Found subscribed service with expiration of  %ld\n",
21235 +                              tmpTime);
21236                 
21237 -               if (tmpTime > 0 && tmpTime <= currTime)
21238 +               if (tmpTime > 0 && (tmpTime <= currTime || forceResubscribe))
21239                 {
21240 -               cg_log_debug_s("Trying to resubscribe!\n");
21241 +                       cg_log_debug_s("Trying to resubscribe!\n");
21242                         /* Subscription has almost expired! resubscribe */
21243                         timeout = cg_upnp_service_getsubscriptiontimeout(srv);
21244                         if (cg_upnp_controlpoint_resubscribe(ctrlPoint, srv, timeout) == FALSE)
21245 @@ -90,7 +95,8 @@
21246         {
21247                 srv = cg_upnp_device_getfirstexpiratedservice(ctrlPoint,
21248                                                               childDev,
21249 -                                                             expirationTime);
21250 +                                                             expirationTime,
21251 +                                                             forceResubscribe);
21252                 
21253                 if (srv != NULL) found_srv = srv;
21254         }
21255 @@ -111,6 +117,7 @@
21256         CgSysTime expirationTime;
21257         CgSysTime tmpTime;
21258         long timeout;
21259 +       BOOL forceResubscribe = FALSE;
21260         
21261         cg_log_debug_l4("Entering...\n");
21262  
21263 @@ -170,7 +177,8 @@
21264                         }
21265                         
21266                         /* Get service expiration */
21267 -                       srv = cg_upnp_device_getfirstexpiratedservice(ctrlPoint, dev, expirationTime);
21268 +                       srv = cg_upnp_device_getfirstexpiratedservice(ctrlPoint, dev, expirationTime,
21269 +                                                                     forceResubscribe);
21270                         
21271                         if (srv != NULL) 
21272                         {
21273 @@ -201,6 +209,9 @@
21274                 if (currTime < expirationTime)
21275                 {
21276                         cg_log_debug_s("New device or subscription! Or someone adjusted the clock!\n");
21277 +                       forceResubscribe = FALSE;
21278 +               } else {
21279 +                       forceResubscribe = TRUE;
21280                 }
21281         }
21282         cg_mutex_unlock(ctrlPoint->expMutex);
21283 @@ -216,7 +227,6 @@
21284  BOOL cg_upnp_controlpoint_resubscribe(CgUpnpControlPoint *ctrlPoint, CgUpnpService *service, long timeout)
21285  {
21286         CgUpnpDevice *rootDev;
21287 -       char *roodDevIfAddress;
21288         CgUpnpSubscriptionRequest *subReq;
21289         CgUpnpSubscriptionResponse *subRes;
21290         BOOL isSuccess;
21291 @@ -230,11 +240,9 @@
21292         if (rootDev == NULL)
21293                 return FALSE;
21294  
21295 -       roodDevIfAddress = cg_upnp_device_getinterfaceaddressfromssdppacket(rootDev);
21296 -
21297         subReq = cg_upnp_event_subscription_request_new();
21298         /**** Thanks for Theo Beisch (2005/08/25) ****/
21299 -       cg_upnp_event_subscription_request_setrenewsubscription(subReq, service, cg_upnp_service_getsubscriptionsid(service), timeout, roodDevIfAddress);
21300 +       cg_upnp_event_subscription_request_setrenewsubscription(subReq, service, cg_upnp_service_getsubscriptionsid(service), timeout, NULL);
21301         subRes = cg_upnp_event_subscription_request_post(subReq);
21302         isSuccess = cg_upnp_event_subscription_response_issuccessful(subRes);
21303         if (isSuccess == TRUE) {
21304 @@ -286,7 +294,7 @@
21305  
21306         subReq = cg_upnp_event_subscription_request_new();
21307         /**** Thanks for Theo Beisch (2005/08/25) ****/
21308 -       cg_upnp_event_subscription_request_setnewsubscription(subReq, service, cg_upnp_controlpoint_geteventsubcallbackurl(ctrlPoint, roodDevIfAddress, eventSubURL, sizeof(eventSubURL)), timeout, roodDevIfAddress);
21309 +       cg_upnp_event_subscription_request_setnewsubscription(subReq, service, cg_upnp_controlpoint_geteventsubcallbackurl(ctrlPoint, roodDevIfAddress, eventSubURL, sizeof(eventSubURL)), timeout, NULL);
21310         /* Set the event key to zero before any events are received */
21311         cg_upnp_service_seteventkey(service, 0);
21312         subRes = cg_upnp_event_subscription_request_post(subReq);
21313 @@ -320,7 +328,6 @@
21314  BOOL cg_upnp_controlpoint_unsubscribe(CgUpnpControlPoint *ctrlPoint, CgUpnpService *service)
21315  {
21316         CgUpnpDevice *rootDev;
21317 -       char *roodDevIfAddress;
21318         CgUpnpSubscriptionRequest *subReq;
21319         CgUpnpSubscriptionResponse *subRes;
21320         BOOL isSuccess;
21321 @@ -331,10 +338,9 @@
21322         if (rootDev == NULL)
21323                 return FALSE;
21324  
21325 -       roodDevIfAddress = cg_upnp_device_getinterfaceaddressfromssdppacket(rootDev);
21326         subReq = cg_upnp_event_subscription_request_new();
21327         /**** Thanks for Theo Beisch (2005/08/25) ****/
21328 -       cg_upnp_event_subscription_request_setunsubscription(subReq, service, roodDevIfAddress);
21329 +       cg_upnp_event_subscription_request_setunsubscription(subReq, service, NULL);
21330         subRes = cg_upnp_event_subscription_request_post(subReq);
21331         isSuccess = cg_upnp_event_subscription_response_issuccessful(subRes);
21332         
21333 --- src/cybergarage/upnp/ccontrolpoint_http_server.c
21334 +++ src/cybergarage/upnp/ccontrolpoint_http_server.c
21335 @@ -6,7 +6,7 @@
21336  *
21337  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21338  *
21339 -*       This is licensed under BSD-style license with patent exclusion,
21340 +*       This is licensed under BSD-style license,
21341  *       see file COPYING.
21342  *
21343  *      File: ccontrolpoint_http_server.c
21344 @@ -49,12 +49,13 @@
21345         long timeout = 0;
21346         CgUpnpDevice *dev = NULL;
21347         CgUpnpService *service = NULL;
21348 -       
21349 +       int notifyListeners = 0;
21350 +
21351         cg_log_debug_l4("Entering...\n");
21352  
21353         ctrlPoint = (CgUpnpControlPoint *)cg_http_request_getuserdata(httpReq);
21354 -               
21355 -       eventListeners = cg_upnp_controlpoint_geteventlisteners(ctrlPoint);
21356 +
21357 +       cg_upnp_controlpoint_lock(ctrlPoint);
21358  
21359  #if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
21360         if (cg_http_request_isnotifyrequest(httpReq) == TRUE) { 
21361 @@ -83,7 +84,6 @@
21362                                 timeout = cg_upnp_service_getsubscriptiontimeout(service);
21363                                 cg_upnp_controlpoint_unsubscribe(ctrlPoint, service);
21364                                 cg_upnp_controlpoint_subscribe(ctrlPoint, service, timeout);
21365 -                               
21366                         } else {
21367                                 /* Wrap seq, so that assertion is true next time */
21368                                 if (seq == CG_UPNP_EVENT_MAX_SEQ) seq = 0;
21369 @@ -91,6 +91,7 @@
21370                                 /* Set event key */
21371                                 cg_upnp_service_seteventkey(service, seq);
21372                                 
21373 +                               notifyListeners = 1;
21374                                 propList = cg_upnp_event_notify_request_getpropertylist(notifyReq); 
21375                                 for (prop=cg_upnp_propertylist_gets(propList); 
21376                                      prop != NULL; 
21377 @@ -98,13 +99,23 @@
21378                                 {
21379                                         /* Update the service's state table from the event */
21380                                         cg_upnp_controlpoint_updatestatetablefromproperty(service, prop);
21381 -                                       
21382 -                                       /* Notify listeners */
21383 -                                       cg_upnp_eventlistenerlist_notify(eventListeners, prop);
21384 -                               }       
21385 +                               }
21386                         }
21387                 }
21388 -               
21389 +               eventListeners = cg_upnp_controlpoint_geteventlisteners(ctrlPoint);
21390 +               cg_upnp_controlpoint_unlock(ctrlPoint);
21391 +
21392 +               if (notifyListeners && propList != NULL) 
21393 +               {
21394 +                       /* Notify listeners out of control point lock */
21395 +                       for (prop=cg_upnp_propertylist_gets(propList); 
21396 +                            prop != NULL; 
21397 +                            prop = cg_upnp_property_next(prop)) 
21398 +                       {
21399 +                               cg_upnp_eventlistenerlist_notify(eventListeners, prop);
21400 +                       }
21401 +               }
21402 +
21403                 cg_upnp_event_notify_request_delete(notifyReq);
21404                 cg_http_request_postokrequest(httpReq);
21405                 
21406 @@ -112,6 +123,7 @@
21407         }
21408  #endif
21409         
21410 +       cg_upnp_controlpoint_unlock(ctrlPoint);
21411         cg_http_request_postbadrequest(httpReq);
21412  
21413         cg_log_debug_l4("Leaving...\n");
21414 --- src/cybergarage/upnp/cdevice.c
21415 +++ src/cybergarage/upnp/cdevice.c
21416 @@ -6,7 +6,7 @@
21417  *
21418  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21419  *
21420 -*       This is licensed under BSD-style license with patent exclusion,
21421 +*       This is licensed under BSD-style license,
21422  *       see file COPYING.
21423  *
21424  *      File: cdevice.c
21425 --- src/cybergarage/upnp/cdevice_advertiser.c
21426 +++ src/cybergarage/upnp/cdevice_advertiser.c
21427 @@ -6,7 +6,7 @@
21428  *
21429  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21430  *
21431 -*       This is licensed under BSD-style license with patent exclusion,
21432 +*       This is licensed under BSD-style license,
21433  *       see file COPYING.
21434  *
21435  *      File: cdevice_advertiser.c
21436 --- src/cybergarage/upnp/cdevice_http_server.c
21437 +++ src/cybergarage/upnp/cdevice_http_server.c
21438 @@ -6,7 +6,7 @@
21439  *
21440  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21441  *
21442 -*       This is licensed under BSD-style license with patent exclusion,
21443 +*       This is licensed under BSD-style license,
21444  *       see file COPYING.
21445  *
21446  *      File: cdevice_http_server.c
21447 --- src/cybergarage/upnp/cdevice_list.c
21448 +++ src/cybergarage/upnp/cdevice_list.c
21449 @@ -6,7 +6,7 @@
21450  *
21451  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21452  *
21453 -*       This is licensed under BSD-style license with patent exclusion,
21454 +*       This is licensed under BSD-style license,
21455  *       see file COPYING.
21456  *
21457  *      File: cdevice_list.c
21458 --- src/cybergarage/upnp/cdevice_ssdp_server.c
21459 +++ src/cybergarage/upnp/cdevice_ssdp_server.c
21460 @@ -6,7 +6,7 @@
21461  *
21462  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21463  *
21464 -*       This is licensed under BSD-style license with patent exclusion,
21465 +*       This is licensed under BSD-style license,
21466  *       see file COPYING.
21467  *
21468  *      File: cdevice_ssdp_server.c
21469 --- src/cybergarage/upnp/cicon.c
21470 +++ src/cybergarage/upnp/cicon.c
21471 @@ -6,7 +6,7 @@
21472  *
21473  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21474  *
21475 -*       This is licensed under BSD-style license with patent exclusion,
21476 +*       This is licensed under BSD-style license,
21477  *       see file COPYING.
21478  *
21479  *      File: cicon.c
21480 --- src/cybergarage/upnp/cicon_list.c
21481 +++ src/cybergarage/upnp/cicon_list.c
21482 @@ -6,7 +6,7 @@
21483  *
21484  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21485  *
21486 -*       This is licensed under BSD-style license with patent exclusion,
21487 +*       This is licensed under BSD-style license,
21488  *       see file COPYING.
21489  *
21490  *      File: cicon_list.c
21491 --- src/cybergarage/upnp/cservice.c
21492 +++ src/cybergarage/upnp/cservice.c
21493 @@ -6,7 +6,7 @@
21494  *
21495  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21496  *
21497 -*       This is licensed under BSD-style license with patent exclusion,
21498 +*       This is licensed under BSD-style license,
21499  *       see file COPYING.
21500  *
21501  *      File: cservice.c
21502 @@ -60,10 +60,16 @@
21503  * prototype define for static functions
21504  ****************************************/
21505  
21506 +enum
21507 +{
21508 +       MANGLE_DEFAULT = 1,
21509 +       MANGLE_ALTERNATIVE = 1<<1
21510 +};
21511 +
21512  static void cg_upnp_service_initchildnodes(CgUpnpService *service);
21513  static void cg_upnp_service_initactionlist(CgUpnpService *service);
21514  static void cg_upnp_service_initservicestatetable(CgUpnpService *service);
21515 -static CgNetURL *cg_upnp_service_mangleurl(CgUpnpService *service, char *type);
21516 +static CgNetURL *cg_upnp_service_mangleurl(CgUpnpService *service, char *type, int flags);
21517  
21518  /****************************************
21519  * cg_upnp_service_new
21520 @@ -187,7 +193,7 @@
21521   */
21522  CgNetURL *cg_upnp_service_geteventsuburl(CgUpnpService *service) 
21523  {
21524 -       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_EVENT_SUB_URL);
21525 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_EVENT_SUB_URL, MANGLE_DEFAULT);
21526  }
21527  
21528  /**
21529 @@ -197,7 +203,7 @@
21530   */
21531  CgNetURL *cg_upnp_service_getcontrolurl(CgUpnpService *service)
21532  { 
21533 -       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_CONTROL_URL);
21534 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_CONTROL_URL, MANGLE_DEFAULT);
21535  }
21536  
21537  /**
21538 @@ -207,10 +213,39 @@
21539   */
21540  CgNetURL *cg_upnp_service_getscpdurl(CgUpnpService *service)
21541  {
21542 -       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_SCPDURL);
21543 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_SCPDURL, MANGLE_DEFAULT);
21544  }
21545  
21546 +/**
21547 + * Get the service's event subscription URL (alternative version)
21548 + *
21549 + * @param service The service in question
21550 + * @return char*
21551 + */
21552 +CgNetURL *cg_upnp_service_geteventsuburl_alt(CgUpnpService *service) 
21553 +{
21554 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_EVENT_SUB_URL, MANGLE_ALTERNATIVE);
21555 +}
21556 +
21557 +/**
21558 + * Get the service's control URL (alternative version)
21559 + * @param service The service in question
21560 + * @return char*
21561 + */
21562 +CgNetURL *cg_upnp_service_getcontrolurl_alt(CgUpnpService *service)
21563 +{ 
21564 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_CONTROL_URL, MANGLE_ALTERNATIVE);
21565 +}
21566  
21567 +/**
21568 + * Get the service's SCPD (service description) URL (alternative version)
21569 + *
21570 + * @param service The service in question                                                                 * @return CgNetURL Pointer to URL/URI structure
21571 + */
21572 +CgNetURL *cg_upnp_service_getscpdurl_alt(CgUpnpService *service)
21573 +{
21574 +       return cg_upnp_service_mangleurl(service, CG_UPNP_SERVICE_SCPDURL, MANGLE_ALTERNATIVE);
21575 +}
21576  
21577  /****************************************
21578  * cg_upnp_service_parsedescription
21579 @@ -1186,10 +1221,10 @@
21580  
21581  /* Private helper functions */
21582  
21583 -static CgNetURL *cg_upnp_service_mangleurl(CgUpnpService *service, char *type)
21584 +static CgNetURL *cg_upnp_service_mangleurl(CgUpnpService *service, char *type, int flags)
21585  {
21586         char *gen_url_str = cg_xml_node_getchildnodevalue(cg_upnp_service_getservicenode(service), type);
21587 -       char *location_str;
21588 +       char *location_str = NULL;
21589         CgNetURL *genURL = cg_net_url_new();
21590         CgUpnpDevice *rootDev;
21591  
21592 @@ -1254,12 +1289,18 @@
21593           *
21594           * So we convert location http://192.168.1.1/base/path/description
21595           * into http://192.168.1.1/base/path/
21596 -         */
21597 -
21598 -       location_str = cg_net_url_getupnpbasepath(genURL);
21599 -
21600 -        cg_net_url_setpath(genURL, location_str);
21601 -
21602 +        *
21603 +        * As a workaround for certain devices we have a MANGLE_ALTERNATIVE
21604 +        * flag which doesn't use basepath from location string.
21605 +        */
21606 +  
21607 +       if ( flags & MANGLE_DEFAULT )
21608 +       {
21609 +               location_str = cg_net_url_getupnpbasepath(genURL);
21610 +               cg_net_url_setpath(genURL, location_str);
21611 +               free(location_str); location_str = NULL;
21612 +       }
21613 +  
21614         {
21615                 CgNetURL *temp = cg_net_url_new();
21616                 cg_net_url_set(temp, gen_url_str);
21617 @@ -1268,7 +1309,12 @@
21618                         cg_net_url_setpath(genURL, cg_net_url_getpath(temp));
21619                         cg_net_url_setquery(genURL, cg_net_url_getquery(temp));
21620                 }
21621 -               else {
21622 +               else if ( flags & MANGLE_DEFAULT ) {
21623 +                       cg_net_url_addpath(genURL, cg_net_url_getpath(temp));
21624 +                       cg_net_url_setquery(genURL, cg_net_url_getquery(temp));
21625 +               } 
21626 +               else if( flags & MANGLE_ALTERNATIVE ) {
21627 +                       cg_net_url_setpath(genURL, "/");
21628                         cg_net_url_addpath(genURL, cg_net_url_getpath(temp));
21629                         cg_net_url_setquery(genURL, cg_net_url_getquery(temp));
21630                 }
21631 @@ -1276,8 +1322,6 @@
21632                 cg_net_url_delete(temp);
21633         }
21634  
21635 -       free(location_str);
21636 -
21637         cg_log_debug_s("Mangled URL: %s\n", cg_net_url_getrequest(genURL));
21638  
21639          return genURL;
21640 --- src/cybergarage/upnp/cservice_list.c
21641 +++ src/cybergarage/upnp/cservice_list.c
21642 @@ -6,7 +6,7 @@
21643  *
21644  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21645  *
21646 -*       This is licensed under BSD-style license with patent exclusion,
21647 +*       This is licensed under BSD-style license,
21648  *       see file COPYING.
21649  *
21650  *      File: cservice_list.c
21651 --- src/cybergarage/upnp/cservice_notify.c
21652 +++ src/cybergarage/upnp/cservice_notify.c
21653 @@ -6,7 +6,7 @@
21654  *
21655  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21656  *
21657 -*       This is licensed under BSD-style license with patent exclusion,
21658 +*       This is licensed under BSD-style license,
21659  *       see file COPYING.
21660  *
21661  *      File: cservice_notify.c
21662 --- src/cybergarage/upnp/cservice_ssdp_server.c
21663 +++ src/cybergarage/upnp/cservice_ssdp_server.c
21664 @@ -6,7 +6,7 @@
21665  *
21666  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21667  *
21668 -*       This is licensed under BSD-style license with patent exclusion,
21669 +*       This is licensed under BSD-style license,
21670  *       see file COPYING.
21671  *
21672  *      File: cservice_ssdp_server.c
21673 --- src/cybergarage/upnp/cservicestate_table.c
21674 +++ src/cybergarage/upnp/cservicestate_table.c
21675 @@ -6,7 +6,7 @@
21676  *
21677  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21678  *
21679 -*       This is licensed under BSD-style license with patent exclusion,
21680 +*       This is licensed under BSD-style license,
21681  *       see file COPYING.
21682  *
21683  *      File: cstataevariable_table.c
21684 --- src/cybergarage/upnp/cstatevariable.c
21685 +++ src/cybergarage/upnp/cstatevariable.c
21686 @@ -6,7 +6,7 @@
21687  *
21688  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21689  *
21690 -*       This is licensed under BSD-style license with patent exclusion,
21691 +*       This is licensed under BSD-style license,
21692  *       see file COPYING.
21693  *
21694  *      File: cstatevariable.c
21695 --- src/cybergarage/upnp/cupnp_function.c
21696 +++ src/cybergarage/upnp/cupnp_function.c
21697 @@ -6,7 +6,7 @@
21698  *
21699  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21700  *
21701 -*       This is licensed under BSD-style license with patent exclusion,
21702 +*       This is licensed under BSD-style license,
21703  *       see file COPYING.
21704  *
21705  *      File: cupnp_function.c
21706 --- src/cybergarage/upnp/cupnp_status.c
21707 +++ src/cybergarage/upnp/cupnp_status.c
21708 @@ -6,7 +6,7 @@
21709  *
21710  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21711  *
21712 -*       This is licensed under BSD-style license with patent exclusion,
21713 +*       This is licensed under BSD-style license,
21714  *       see file COPYING.
21715  *
21716  *      File: cupnp_status.c
21717 --- src/cybergarage/upnp/event/ceventlistener_list.c
21718 +++ src/cybergarage/upnp/event/ceventlistener_list.c
21719 @@ -6,7 +6,7 @@
21720  *
21721  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21722  *
21723 -*       This is licensed under BSD-style license with patent exclusion,
21724 +*       This is licensed under BSD-style license,
21725  *       see file COPYING.
21726  *
21727  *      File: cthread_list.c
21728 @@ -20,6 +20,7 @@
21729  
21730  #include <cybergarage/upnp/event/cevent.h>
21731  #include <cybergarage/util/clog.h>
21732 +#include <string.h>
21733  
21734  #include <string.h>
21735  
21736 --- src/cybergarage/upnp/event/cnotify_request.c
21737 +++ src/cybergarage/upnp/event/cnotify_request.c
21738 @@ -6,7 +6,7 @@
21739  *
21740  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21741  *
21742 -*       This is licensed under BSD-style license with patent exclusion,
21743 +*       This is licensed under BSD-style license,
21744  *       see file COPYING.
21745  *
21746  *      File: cnotify_request.c
21747 --- src/cybergarage/upnp/event/cproperty.c
21748 +++ src/cybergarage/upnp/event/cproperty.c
21749 @@ -6,7 +6,7 @@
21750  *
21751  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21752  *
21753 -*       This is licensed under BSD-style license with patent exclusion,
21754 +*       This is licensed under BSD-style license,
21755  *       see file COPYING.
21756  *
21757  *      File: cproperty.c
21758 --- src/cybergarage/upnp/event/cproperty_list.c
21759 +++ src/cybergarage/upnp/event/cproperty_list.c
21760 @@ -6,7 +6,7 @@
21761  *
21762  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21763  *
21764 -*       This is licensed under BSD-style license with patent exclusion,
21765 +*       This is licensed under BSD-style license,
21766  *       see file COPYING.
21767  *
21768  *      File: cproperty_list.c
21769 --- src/cybergarage/upnp/event/csubscriber.c
21770 +++ src/cybergarage/upnp/event/csubscriber.c
21771 @@ -6,7 +6,7 @@
21772  *
21773  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21774  *
21775 -*       This is licensed under BSD-style license with patent exclusion,
21776 +*       This is licensed under BSD-style license,
21777  *       see file COPYING.
21778  *
21779  *      File: csubscriber.c
21780 --- src/cybergarage/upnp/event/csubscriber_list.c
21781 +++ src/cybergarage/upnp/event/csubscriber_list.c
21782 @@ -6,7 +6,7 @@
21783  *
21784  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21785  *
21786 -*       This is licensed under BSD-style license with patent exclusion,
21787 +*       This is licensed under BSD-style license,
21788  *       see file COPYING.
21789  *
21790  *      File: csubscriber_list.c
21791 @@ -78,7 +78,7 @@
21792         
21793         uuidIdx = cg_strstr(sid, CG_UPNP_ST_UUID_DEVICE);
21794         if (0 <= uuidIdx)
21795 -               sid += cg_strlen(CG_UPNP_ST_UUID_DEVICE) + 1;
21796 +               sid += (uuidIdx + cg_strlen(CG_UPNP_ST_UUID_DEVICE) + 1);
21797  
21798         for (sub = cg_upnp_subscriberlist_gets(subscriberList); sub != NULL; sub = cg_upnp_subscriber_next(sub)) {
21799                 if (cg_streq(sid, cg_upnp_subscriber_getsid(sub)) == TRUE)
21800 --- src/cybergarage/upnp/event/csubscription.c
21801 +++ src/cybergarage/upnp/event/csubscription.c
21802 @@ -6,7 +6,7 @@
21803  *
21804  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21805  *
21806 -*       This is licensed under BSD-style license with patent exclusion,
21807 +*       This is licensed under BSD-style license,
21808  *       see file COPYING.
21809  *
21810  *      File: csubscription.c
21811 --- src/cybergarage/upnp/event/csubscription_request.c
21812 +++ src/cybergarage/upnp/event/csubscription_request.c
21813 @@ -6,7 +6,7 @@
21814  *
21815  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21816  *
21817 -*       This is licensed under BSD-style license with patent exclusion,
21818 +*       This is licensed under BSD-style license,
21819  *       see file COPYING.
21820  *
21821  *      File: csubscription_request.c
21822 @@ -26,6 +26,9 @@
21823  *      10/31/05
21824  *              - cg_upnp_event_subscription_request_setservice:
21825  *                changed eventSubURLStr[1] to [0]
21826 +*
21827 +*      04/24/07 Aapo Makela
21828 +*              - Do not set host in subscription request (it is handled automatically when sending request)
21829  ******************************************************************/
21830  
21831  #include <cybergarage/upnp/event/cevent.h>
21832 @@ -114,10 +117,6 @@
21833         cg_upnp_event_subscription_request_setcallback(subReq, callback);
21834         cg_upnp_event_subscription_request_setnt(subReq, CG_UPNP_NT_EVENT);
21835         cg_upnp_event_subscription_request_settimeout(subReq, timeout);
21836 -       /**** Thanks for Theo Beisch (2005/08/25) ****/
21837 -       cg_log_debug_s("Setting host field (%s)\n", remoteAddress);
21838 -       cg_upnp_event_subscription_request_sethost(subReq, remoteAddress);
21839 -
21840         cg_log_debug_l4("Leaving...\n");
21841  }
21842  
21843 @@ -133,9 +132,6 @@
21844         cg_upnp_event_subscription_request_setservice(subReq, service);
21845         cg_upnp_event_subscription_request_setsid(subReq, uuid);
21846         cg_upnp_event_subscription_request_settimeout(subReq, timeout);
21847 -       /**** Thanks for Theo Beisch (2005/08/25) ****/
21848 -       cg_upnp_event_subscription_request_sethost(subReq, remoteAddress);
21849 -
21850         cg_log_debug_l4("Leaving...\n");
21851  }
21852  
21853 @@ -150,9 +146,6 @@
21854         cg_http_request_setmethod(subReq, CG_HTTP_UNSUBSCRIBE);
21855         cg_upnp_event_subscription_request_setservice(subReq, service);
21856         cg_upnp_event_subscription_request_setsid(subReq, cg_upnp_service_getsubscriptionsid(service));
21857 -       /**** Thanks for Theo Beisch (2005/08/25) ****/
21858 -       cg_upnp_event_subscription_request_sethost(subReq, remoteAddress);
21859 -
21860         cg_log_debug_l4("Leaving...\n");
21861  }
21862  
21863 --- src/cybergarage/upnp/event/csubscription_response.c
21864 +++ src/cybergarage/upnp/event/csubscription_response.c
21865 @@ -6,7 +6,7 @@
21866  *
21867  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21868  *
21869 -*       This is licensed under BSD-style license with patent exclusion,
21870 +*       This is licensed under BSD-style license,
21871  *       see file COPYING.
21872  *
21873  *      File: csubscription_response.c
21874 --- src/cybergarage/upnp/control/caction_ctrl.c
21875 +++ src/cybergarage/upnp/control/caction_ctrl.c
21876 @@ -6,7 +6,7 @@
21877  *
21878  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21879  *
21880 -*       This is licensed under BSD-style license with patent exclusion,
21881 +*       This is licensed under BSD-style license,
21882  *       see file COPYING.
21883  *
21884  *      File: caction_ctrl.c
21885 --- src/cybergarage/upnp/control/caction_request.c
21886 +++ src/cybergarage/upnp/control/caction_request.c
21887 @@ -6,7 +6,7 @@
21888  *
21889  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21890  *
21891 -*       This is licensed under BSD-style license with patent exclusion,
21892 +*       This is licensed under BSD-style license,
21893  *       see file COPYING.
21894  *
21895  *      File: caction_request.c
21896 --- src/cybergarage/upnp/control/caction_response.c
21897 +++ src/cybergarage/upnp/control/caction_response.c
21898 @@ -6,7 +6,7 @@
21899  *
21900  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21901  *
21902 -*       This is licensed under BSD-style license with patent exclusion,
21903 +*       This is licensed under BSD-style license,
21904  *       see file COPYING.
21905  *
21906  *      File: caction_response.c
21907 --- src/cybergarage/upnp/control/ccontrol_function.c
21908 +++ src/cybergarage/upnp/control/ccontrol_function.c
21909 @@ -6,7 +6,7 @@
21910  *
21911  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21912  *
21913 -*       This is licensed under BSD-style license with patent exclusion,
21914 +*       This is licensed under BSD-style license,
21915  *       see file COPYING.
21916  *
21917  *      File: ccontrol_function.c
21918 --- src/cybergarage/upnp/control/cquery_ctrl.c
21919 +++ src/cybergarage/upnp/control/cquery_ctrl.c
21920 @@ -6,7 +6,7 @@
21921  *
21922  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21923  *
21924 -*       This is licensed under BSD-style license with patent exclusion,
21925 +*       This is licensed under BSD-style license,
21926  *       see file COPYING.
21927  *
21928  *      File: cquery_ctrl.c
21929 --- src/cybergarage/upnp/control/cquery_request.c
21930 +++ src/cybergarage/upnp/control/cquery_request.c
21931 @@ -6,7 +6,7 @@
21932  *
21933  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21934  *
21935 -*       This is licensed under BSD-style license with patent exclusion,
21936 +*       This is licensed under BSD-style license,
21937  *       see file COPYING.
21938  *
21939  *      File: cquery_request.c
21940 @@ -43,9 +43,23 @@
21941         if ( NULL != queryReq )
21942         {       
21943                 queryReq->soapReq = cg_soap_request_new();
21944 +               if (queryReq->soapReq == NULL) 
21945 +               {
21946 +                       /* Memory allocation failed */
21947 +                       free(queryReq);
21948 +                       return NULL;
21949 +               }
21950 +
21951                 queryReq->isSoapReqCreated = TRUE;
21952                 
21953                 queryReq->queryRes = cg_upnp_control_query_response_new();
21954 +               if (queryReq->queryRes == NULL)
21955 +               {
21956 +                       /* Memory allocation failed */
21957 +                       cg_soap_request_delete(queryReq->soapReq);
21958 +                       free(queryReq);
21959 +                       return NULL;
21960 +               }
21961         }
21962                 
21963         return queryReq;
21964 --- src/cybergarage/upnp/control/cquery_response.c
21965 +++ src/cybergarage/upnp/control/cquery_response.c
21966 @@ -6,7 +6,7 @@
21967  *
21968  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21969  *
21970 -*       This is licensed under BSD-style license with patent exclusion,
21971 +*       This is licensed under BSD-style license,
21972  *       see file COPYING.
21973  *
21974  *      File: cquery_response.c
21975 --- src/cybergarage/upnp/ssdp/chttpmu_socket.c
21976 +++ src/cybergarage/upnp/ssdp/chttpmu_socket.c
21977 @@ -6,7 +6,7 @@
21978  *
21979  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21980  *
21981 -*       This is licensed under BSD-style license with patent exclusion,
21982 +*       This is licensed under BSD-style license,
21983  *       see file COPYING.
21984  *
21985  *      File: chttpmu_socket.c
21986 --- src/cybergarage/upnp/ssdp/chttpu_socket.c
21987 +++ src/cybergarage/upnp/ssdp/chttpu_socket.c
21988 @@ -6,7 +6,7 @@
21989  *
21990  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
21991  *
21992 -*       This is licensed under BSD-style license with patent exclusion,
21993 +*       This is licensed under BSD-style license,
21994  *       see file COPYING.
21995  *
21996  *      File: chttpmu_socket.c
21997 --- src/cybergarage/upnp/ssdp/cssdp.c
21998 +++ src/cybergarage/upnp/ssdp/cssdp.c
21999 @@ -6,7 +6,7 @@
22000  *
22001  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22002  *
22003 -*       This is licensed under BSD-style license with patent exclusion,
22004 +*       This is licensed under BSD-style license,
22005  *       see file COPYING.
22006  *
22007  *      File: cssdp.c
22008 --- src/cybergarage/upnp/ssdp/cssdp_packet.c
22009 +++ src/cybergarage/upnp/ssdp/cssdp_packet.c
22010 @@ -6,7 +6,7 @@
22011  *
22012  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22013  *
22014 -*       This is licensed under BSD-style license with patent exclusion,
22015 +*       This is licensed under BSD-style license,
22016  *       see file COPYING.
22017  *
22018  *      File: cssdp_packet.c
22019 --- src/cybergarage/upnp/ssdp/cssdp_request.c
22020 +++ src/cybergarage/upnp/ssdp/cssdp_request.c
22021 @@ -6,7 +6,7 @@
22022  *
22023  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22024  *
22025 -*       This is licensed under BSD-style license with patent exclusion,
22026 +*       This is licensed under BSD-style license,
22027  *       see file COPYING.
22028  *
22029  *      File: cssdp_request.c
22030 --- src/cybergarage/upnp/ssdp/cssdp_response.c
22031 +++ src/cybergarage/upnp/ssdp/cssdp_response.c
22032 @@ -6,7 +6,7 @@
22033  *
22034  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22035  *
22036 -*       This is licensed under BSD-style license with patent exclusion,
22037 +*       This is licensed under BSD-style license,
22038  *       see file COPYING.
22039  *
22040  *      File: cssdp_request.c
22041 --- src/cybergarage/upnp/ssdp/cssdp_response_server.c
22042 +++ src/cybergarage/upnp/ssdp/cssdp_response_server.c
22043 @@ -6,7 +6,7 @@
22044  *
22045  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22046  *
22047 -*       This is licensed under BSD-style license with patent exclusion,
22048 +*       This is licensed under BSD-style license,
22049  *       see file COPYING.
22050  *
22051  *      File: cssdp_socket.c
22052 --- src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
22053 +++ src/cybergarage/upnp/ssdp/cssdp_response_server_list.c
22054 @@ -6,7 +6,7 @@
22055  *
22056  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22057  *
22058 -*       This is licensed under BSD-style license with patent exclusion,
22059 +*       This is licensed under BSD-style license,
22060  *       see file COPYING.
22061  *
22062  *      File: cssdp_notify_server_list.c
22063 --- src/cybergarage/upnp/ssdp/cssdp_server.c
22064 +++ src/cybergarage/upnp/ssdp/cssdp_server.c
22065 @@ -6,7 +6,7 @@
22066  *
22067  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22068  *
22069 -*       This is licensed under BSD-style license with patent exclusion,
22070 +*       This is licensed under BSD-style license,
22071  *       see file COPYING.
22072  *
22073  *      File: cssdp_socket.c
22074 --- src/cybergarage/upnp/ssdp/cssdp_server_list.c
22075 +++ src/cybergarage/upnp/ssdp/cssdp_server_list.c
22076 @@ -6,7 +6,7 @@
22077  *
22078  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22079  *
22080 -*       This is licensed under BSD-style license with patent exclusion,
22081 +*       This is licensed under BSD-style license,
22082  *       see file COPYING.
22083  *
22084  *      File: cssdp_notify_server_list.c
22085 --- src/cybergarage/upnp/ssdp/cssdp_socket.c
22086 +++ src/cybergarage/upnp/ssdp/cssdp_socket.c
22087 @@ -6,7 +6,7 @@
22088  *
22089  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22090  *
22091 -*       This is licensed under BSD-style license with patent exclusion,
22092 +*       This is licensed under BSD-style license,
22093  *       see file COPYING.
22094  *
22095  *      File: cssdp_socket.c
22096 --- src/cybergarage/soap/csoap.c
22097 +++ src/cybergarage/soap/csoap.c
22098 @@ -6,7 +6,7 @@
22099  *
22100  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22101  *
22102 -*       This is licensed under BSD-style license with patent exclusion,
22103 +*       This is licensed under BSD-style license,
22104  *       see file COPYING.
22105  *
22106  *      File: csoap.c
22107 --- src/cybergarage/soap/csoap_request.c
22108 +++ src/cybergarage/soap/csoap_request.c
22109 @@ -6,7 +6,7 @@
22110  *
22111  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22112  *
22113 -*       This is licensed under BSD-style license with patent exclusion,
22114 +*       This is licensed under BSD-style license,
22115  *       see file COPYING.
22116  *
22117  *      File: csoap_request.c
22118 --- src/cybergarage/soap/csoap_response.c
22119 +++ src/cybergarage/soap/csoap_response.c
22120 @@ -6,7 +6,7 @@
22121  *
22122  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22123  *
22124 -*       This is licensed under BSD-style license with patent exclusion,
22125 +*       This is licensed under BSD-style license,
22126  *       see file COPYING.
22127  *
22128  *      File: csoap_response.c
22129 --- src/cybergarage/net/cdatagram_packet.c
22130 +++ src/cybergarage/net/cdatagram_packet.c
22131 @@ -6,7 +6,7 @@
22132  *
22133  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22134  *
22135 -*       This is licensed under BSD-style license with patent exclusion,
22136 +*       This is licensed under BSD-style license,
22137  *       see file COPYING.
22138  *
22139  *      File: cdatagram_packet.c
22140 --- src/cybergarage/net/cinterface.c
22141 +++ src/cybergarage/net/cinterface.c
22142 @@ -6,7 +6,7 @@
22143  *
22144  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22145  *
22146 -*       This is licensed under BSD-style license with patent exclusion,
22147 +*       This is licensed under BSD-style license,
22148  *       see file COPYING.
22149  *
22150  *      File: cinterface.cpp
22151 --- src/cybergarage/net/cinterface_function.c
22152 +++ src/cybergarage/net/cinterface_function.c
22153 @@ -6,7 +6,7 @@
22154  *
22155  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22156  *
22157 -*       This is licensed under BSD-style license with patent exclusion,
22158 +*       This is licensed under BSD-style license,
22159  *       see file COPYING.
22160  *
22161  *      File: cinterface_function.cpp
22162 @@ -323,6 +323,7 @@
22163         struct ifaddrs *i;
22164         for (i = ifaddr; i != NULL; i = i->ifa_next) {
22165  
22166 +               if(i->ifa_addr == NULL || i->ifa_netmask == NULL) continue;
22167                 // Thanks for Tobias.Gansen (01/15/06)
22168                 if(i->ifa_addr->sa_family != AF_INET)
22169                         continue;
22170 @@ -331,10 +332,10 @@
22171                 if (i->ifa_flags & IFF_LOOPBACK)
22172                         continue;
22173  
22174 -               if (getnameinfo(i->ifa_addr, sizeof(struct sockaddr), addr, NI_MAXHOST, NULL, 0, NI_NUMERICHOST) == 0) 
22175 +               if (getnameinfo(i->ifa_addr, sizeof(struct sockaddr), addr, NI_MAXHOST, NULL, 0, NI_NUMERICHOST) != 0) 
22176                         continue;
22177  
22178 -               if (getnameinfo(i->ifa_netmask, sizeof(struct sockaddr), netmask, NI_MAXHOST, NULL, 0, NI_NUMERICHOST) == 0) 
22179 +               if (getnameinfo(i->ifa_netmask, sizeof(struct sockaddr), netmask, NI_MAXHOST, NULL, 0, NI_NUMERICHOST) != 0) 
22180                         continue;
22181  
22182                 ifname = i->ifa_name;
22183 @@ -342,7 +343,7 @@
22184                 netIf = cg_net_interface_new();
22185                 cg_net_interface_setname(netIf, ifname);
22186                 cg_net_interface_setaddress(netIf, addr);
22187 -               cg_net_interface_setnetmask(netIf, addr);
22188 +               cg_net_interface_setnetmask(netIf, netmask);
22189                 cg_net_interfacelist_add(netIfList, netIf);
22190         }
22191         freeifaddrs(ifaddr);
22192 @@ -602,6 +603,8 @@
22193  
22194         for ( ifaddr = ifaddrs; NULL != ifaddr; ifaddr = ifaddr->ifa_next )
22195         {
22196 +               if (ifaddr->ifa_addr == NULL)
22197 +                       continue;
22198                 if (!(ifaddr->ifa_flags & IFF_UP))
22199                         continue;
22200                 if (ifaddr->ifa_flags & IFF_LOOPBACK)
22201 @@ -645,10 +648,16 @@
22202         freeifaddrs(ifaddrs);
22203  
22204         if ( NULL != address_candidate )
22205 +       {
22206 +               if ( NULL != auto_ip_address_candidate ) free(auto_ip_address_candidate);
22207                 return address_candidate;
22208 +       }
22209  
22210         if ( NULL != auto_ip_address_candidate )
22211 +       {
22212 +               if ( NULL != address_candidate ) free(address_candidate);
22213                 return auto_ip_address_candidate;
22214 +       }
22215  
22216         /* Starting to feel desperate and returning local address.*/
22217  
22218 --- src/cybergarage/net/cinterface_list.c
22219 +++ src/cybergarage/net/cinterface_list.c
22220 @@ -6,7 +6,7 @@
22221  *
22222  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22223  *
22224 -*       This is licensed under BSD-style license with patent exclusion,
22225 +*       This is licensed under BSD-style license,
22226  *       see file COPYING.
22227  *
22228  *      File: cinterface_list.cpp
22229 --- src/cybergarage/net/cnet_function.c
22230 +++ src/cybergarage/net/cnet_function.c
22231 @@ -6,7 +6,7 @@
22232  *
22233  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22234  *
22235 -*       This is licensed under BSD-style license with patent exclusion,
22236 +*       This is licensed under BSD-style license,
22237  *       see file COPYING.
22238  *
22239  *      File: cnet_function.c
22240 --- src/cybergarage/net/csocket.c
22241 +++ src/cybergarage/net/csocket.c
22242 @@ -6,7 +6,7 @@
22243  *
22244  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22245  *
22246 -*       This is licensed under BSD-style license with patent exclusion,
22247 +*       This is licensed under BSD-style license,
22248  *       see file COPYING.
22249  *
22250  *      File: csocket.cpp
22251 --- src/cybergarage/net/curi.c
22252 +++ src/cybergarage/net/curi.c
22253 @@ -6,7 +6,7 @@
22254  *
22255  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22256  *
22257 -*       This is licensed under BSD-style license with patent exclusion,
22258 +*       This is licensed under BSD-style license,
22259  *       see file COPYING.
22260  *
22261  *      File: cdevice.c
22262 @@ -216,7 +216,6 @@
22263         if (cg_net_uri_isabsolute(uri) == FALSE)
22264         {
22265                 cg_string_addvalue(uri->path, value);
22266 -               
22267         } else {
22268                 /* First set path simply to the rest of URI */
22269                 cg_string_setnvalue(uri->path, value+currIdx,  uriLen-currIdx);
22270 --- src/cybergarage/net/curl.c
22271 +++ src/cybergarage/net/curl.c
22272 @@ -6,7 +6,7 @@
22273  *
22274  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22275  *
22276 -*       This is licensed under BSD-style license with patent exclusion,
22277 +*       This is licensed under BSD-style license,
22278  *       see file COPYING.
22279  *
22280  *      File: curl.c
22281 --- src/cybergarage/xml/cxml_attribute.c
22282 +++ src/cybergarage/xml/cxml_attribute.c
22283 @@ -6,7 +6,7 @@
22284  *
22285  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22286  *
22287 -*       This is licensed under BSD-style license with patent exclusion,
22288 +*       This is licensed under BSD-style license,
22289  *       see file COPYING.
22290  *
22291  *      File: chttp_attribute.cpp
22292 --- src/cybergarage/xml/cxml_attribute_list.c
22293 +++ src/cybergarage/xml/cxml_attribute_list.c
22294 @@ -6,7 +6,7 @@
22295  *
22296  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22297  *
22298 -*       This is licensed under BSD-style license with patent exclusion,
22299 +*       This is licensed under BSD-style license,
22300  *       see file COPYING.
22301  *
22302  *      File: chttp_attribute_list.cpp
22303 --- src/cybergarage/xml/cxml_function.c
22304 +++ src/cybergarage/xml/cxml_function.c
22305 @@ -6,7 +6,7 @@
22306  *
22307  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22308  *
22309 -*       This is licensed under BSD-style license with patent exclusion,
22310 +*       This is licensed under BSD-style license,
22311  *       see file COPYING.
22312  *
22313  *      File: cxml_function.cpp
22314 --- src/cybergarage/xml/cxml_node.c
22315 +++ src/cybergarage/xml/cxml_node.c
22316 @@ -6,7 +6,7 @@
22317  *
22318  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22319  *
22320 -*       This is licensed under BSD-style license with patent exclusion,
22321 +*       This is licensed under BSD-style license,
22322  *       see file COPYING.
22323  *
22324  *      File: cxml_node.cpp
22325 @@ -237,18 +237,27 @@
22326         cg_log_debug_l4("Entering...\n");
22327  
22328         valueStr = cg_string_new();
22329 +       if (valueStr == NULL) return NULL;
22330 +
22331         for (attr = cg_xml_node_getattributes(node); attr != NULL; attr = cg_xml_attribute_next(attr)) {
22332                 name = cg_xml_attribute_getname(attr);
22333                 value = cg_xml_attribute_getvalue(attr);
22334                 
22335                 cg_string_setvalue(valueStr, value);
22336                 cg_xml_escapechars(valueStr);
22337 -               
22338 -               cg_string_addvalue(str, " ");
22339 -               cg_string_addvalue(str, name);
22340 -               cg_string_addvalue(str, "=\"");
22341 -               cg_string_addvalue(str, cg_string_getvalue(valueStr));
22342 -               cg_string_addvalue(str, "\"");
22343 +
22344 +               /* All the following functions return NULL only when memory 
22345 +                  allocation fails, so we can check them all */
22346 +               if (!cg_string_naddvalue(str, " ", 1) || 
22347 +                   !cg_string_addvalue(str, name) ||
22348 +                   !cg_string_naddvalue(str, "=\"", 2) ||
22349 +                   !cg_string_addvalue(str, cg_string_getvalue(valueStr)) ||
22350 +                   !cg_string_naddvalue(str, "\"", 1))
22351 +               {
22352 +                       /* Memory allocation failed */
22353 +                       cg_string_delete(valueStr);
22354 +                       return NULL;
22355 +               }
22356         }
22357         cg_string_delete(valueStr);
22358         return cg_string_getvalue(str);
22359 @@ -270,48 +279,59 @@
22360  
22361         if (cg_xml_node_haschildnodes(node) == FALSE || withChildNode == FALSE) {
22362                 cg_string_addrepvalue(str, CG_XML_INDENT_STRING, indentLevel);
22363 -               cg_string_addvalue(str, "<");
22364 -               cg_string_addvalue(str, name);
22365 +               if (!cg_string_naddvalue(str, "<", 1) ||
22366 +                   !cg_string_addvalue(str, name) ||
22367 +                   !cg_xml_node_attribute_tostring(node, str))
22368 +                       /* Memory allocation failed */
22369 +                       return NULL;
22370                 
22371 -               cg_xml_node_attribute_tostring(node, str);
22372 -               /*
22373 -               if (cg_strlen(value) <= 0) {
22374 -                       cg_string_addvalue(str, " />");
22375 -                       return cg_string_getvalue(str);
22376 -               }
22377 -               */
22378                 valueStr = cg_string_new();
22379 +               if (!valueStr)
22380 +                       /* Memory allocation failed */
22381 +                       return NULL;
22382 +               
22383                 cg_string_setvalue(valueStr, value);
22384                 cg_xml_escapechars(valueStr);
22385 -       
22386 -               cg_string_addvalue(str, ">");
22387 -               cg_string_addvalue(str, cg_string_getvalue(valueStr));
22388 -               cg_string_addvalue(str, "</");
22389 -               cg_string_addvalue(str, name);
22390 -               cg_string_addvalue(str, ">");
22391 -               cg_string_addvalue(str, "\n");
22392 -               
22393 +
22394 +               if (!cg_string_naddvalue(str, ">", 1) ||
22395 +                   !cg_string_addvalue(str, cg_string_getvalue(valueStr)) ||
22396 +                   !cg_string_naddvalue(str, "</", 2) ||
22397 +                   !cg_string_addvalue(str, name) ||
22398 +                   !cg_string_naddvalue(str, ">", 1) ||
22399 +                   !cg_string_addvalue(str, "\n"))
22400 +               {
22401 +                       /* Memory allocation failed */
22402 +                       cg_string_delete(valueStr);
22403 +                       return NULL;
22404 +               }
22405 +
22406                 cg_string_delete(valueStr);
22407                 
22408                 return cg_string_getvalue(str);
22409         }
22410  
22411         cg_string_addrepvalue(str, CG_XML_INDENT_STRING, indentLevel);
22412 -       cg_string_addvalue(str, "<");
22413 -       cg_string_addvalue(str, name);
22414 -       cg_xml_node_attribute_tostring(node, str);
22415 -       cg_string_addvalue(str, ">");
22416 -       cg_string_addvalue(str, "\n");
22417 +       if (!cg_string_naddvalue(str, "<", 1) ||
22418 +           !cg_string_addvalue(str, name) ||
22419 +           !cg_xml_node_attribute_tostring(node, str) ||
22420 +           !cg_string_naddvalue(str, ">", 1) ||
22421 +           !cg_string_addvalue(str, "\n"))
22422 +               /* Memory allocation failed */
22423 +               return NULL;
22424  
22425         for (childNode = cg_xml_node_getchildnodes(node); childNode != NULL; childNode = cg_xml_node_next(childNode))
22426 -               cg_xml_node_tostring_indent(childNode, indentLevel+1, TRUE, str);
22427 +               if (!cg_xml_node_tostring_indent(childNode, indentLevel+1, TRUE, str))
22428 +                       /* Memory allocation failed */
22429 +                       return NULL;
22430  
22431         cg_string_addrepvalue(str, CG_XML_INDENT_STRING, indentLevel);
22432 -       cg_string_addvalue(str, "</");
22433 -       cg_string_addvalue(str, name);
22434 -       cg_string_addvalue(str, ">");
22435 -       cg_string_addvalue(str, "\n");
22436 -       
22437 +       if (!cg_string_naddvalue(str, "</", 2) ||
22438 +           !cg_string_addvalue(str, name) ||
22439 +           !cg_string_naddvalue(str, ">", 1) ||
22440 +           !cg_string_addvalue(str, "\n"))
22441 +               /* Memory allocation failed */
22442 +               return NULL;
22443 +
22444         return cg_string_getvalue(str);
22445  
22446         cg_log_debug_l4("Leaving...\n");
22447 --- src/cybergarage/xml/cxml_node_list.c
22448 +++ src/cybergarage/xml/cxml_node_list.c
22449 @@ -6,7 +6,7 @@
22450  *
22451  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22452  *
22453 -*       This is licensed under BSD-style license with patent exclusion,
22454 +*       This is licensed under BSD-style license,
22455  *       see file COPYING.
22456  *
22457  *      File: chttp_node_list.cpp
22458 --- src/cybergarage/xml/cxml_parser.c
22459 +++ src/cybergarage/xml/cxml_parser.c
22460 @@ -6,7 +6,7 @@
22461  *
22462  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22463  *
22464 -*       This is licensed under BSD-style license with patent exclusion,
22465 +*       This is licensed under BSD-style license,
22466  *       see file COPYING.
22467  *
22468  *      File: cxml_parser.c
22469 --- src/cybergarage/xml/cxml_parser_expat.c
22470 +++ src/cybergarage/xml/cxml_parser_expat.c
22471 @@ -6,7 +6,7 @@
22472  *
22473  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22474  *
22475 -*       This is licensed under BSD-style license with patent exclusion,
22476 +*       This is licensed under BSD-style license,
22477  *       see file COPYING.
22478  *
22479  *      File: cxml_parser_expat.c
22480 --- src/cybergarage/xml/cxml_parser_libxml2.c
22481 +++ src/cybergarage/xml/cxml_parser_libxml2.c
22482 @@ -6,7 +6,7 @@
22483  *
22484  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22485  *
22486 -*       This is licensed under BSD-style license with patent exclusion,
22487 +*       This is licensed under BSD-style license,
22488  *       see file COPYING.
22489  *
22490  *      File:   cxml_parser_libxml2.c
22491 @@ -129,6 +129,13 @@
22492         libxml2Data = (CgLibxml2Data *)user_data;
22493  
22494         node = cg_xml_node_new();
22495 +       if (node == NULL)
22496 +       {
22497 +               /* Memory allocation failed */
22498 +               libxml2Data->currNode = NULL;
22499 +               return;
22500 +       }
22501 +
22502         cg_xml_node_setname(node, (char *)name);
22503  
22504         if (attrs != NULL)
22505 --- src/cybergarage/io/cfile.c
22506 +++ src/cybergarage/io/cfile.c
22507 @@ -6,7 +6,7 @@
22508  *
22509  *       Copyright (C) 2006 Nokia Corporation. All rights reserved.
22510  *
22511 -*       This is licensed under BSD-style license with patent exclusion,
22512 +*       This is licensed under BSD-style license,
22513  *       see file COPYING.
22514  *
22515  *      File: cfile.c
22516 --- debian/changelog
22517 +++ debian/changelog
22518 @@ -1,3 +1,109 @@
22519 +clinkc (2.0-0osso16mer1) jaunty; urgency=low
22520 +
22521 +  * Mer-ify: Forgot a libcurl3-dev -> libcurl4-openssl-dev
22522 +
22523 + -- Carsten V. Munk <cvm@cs.au.dk>  Sun, 17 May 2009 08:43:53 +0000
22524 +
22525 +clinkc (2.0-0osso16) unstable; urgency=low
22526 +
22527 +  * Resubscribe to subscribed services on periodic wakeup. Fixes: NB#74019
22528 +
22529 + --  Aapo Makela <aapo.makela@nokia.com>  Fri,  8 Feb 2008 15:03:29 +0200
22530 +
22531 +clinkc (2.0-0osso15) unstable; urgency=low
22532 +
22533 +  * Use Debian substvars in control file.
22534 +
22535 + --  Aapo Makela <aapo.makela@nokia.com>  Wed,  6 Feb 2008 14:34:23 +0200
22536 +
22537 +clinkc (2.0-0osso14) unstable; urgency=low
22538 +
22539 +  * Delete userAgent when HTTP request is deleted. Fixes: NB#77802
22540 +
22541 + --  Aapo Makela <aapo.makela@nokia.com>  Fri, 30 Nov 2007 10:18:52 +0200
22542 +
22543 +clinkc (2.0-0osso13) unstable; urgency=low
22544 +
22545 +  * Added NULL checks for out of memory situations. Fixes: NB#74428
22546 +
22547 + --  Aapo Makela <aapo.makela@nokia.com>  Fri,  2 Nov 2007 15:28:58 +0200
22548 +
22549 +clinkc (2.0-0osso12) unstable; urgency=low
22550 +
22551 +  * Fixed to lock control point in CP HTTP server. Fixes: NB#72325
22552 +
22553 + --  Aapo Makela <aapo.makela@nokia.com>  Mon,  8 Oct 2007 14:15:28 +0300
22554 +
22555 +clinkc (2.0-0osso11) unstable; urgency=low
22556 +
22557 +  * Fixed licenses also in source files. Fixes: NB#71185
22558 +
22559 + --  Aapo Makela <aapo.makela@nokia.com>  Thu, 27 Sep 2007 08:31:53 +0300
22560 +
22561 +clinkc (2.0-0osso10) unstable; urgency=low
22562 +
22563 +  * Check for NULL in cg_xml_node_getchildnode(). Fixes: NB#65767
22564 +
22565 + --  Aapo Makela <aapo.makela@nokia.com>  Mon, 10 Sep 2007 09:34:49 +0300
22566 +
22567 +clinkc (2.0-0osso9) unstable; urgency=low
22568 +
22569 +  * Fixed to match the upstream license. Fixes: NB#66051
22570 +
22571 + --  Aapo Makela <aapo.makela@nokia.com>  Mon,  3 Sep 2007 15:06:32 +0300
22572 +
22573 +clinkc (2.0-0osso8) unstable; urgency=low
22574 +
22575 +  * Added debug package. Fixes: NB#65724
22576 +
22577 + --  Aapo Makela <aapo.makela@nokia.com>  Wed, 15 Aug 2007 08:16:11 +0300
22578 +
22579 +clinkc (2.0-0osso7) unstable; urgency=low
22580 +
22581 +  * Remove .la file installation from dev package. Fixes: NB#61004
22582 +
22583 + --  Aapo Makela <aapo.makela@nokia.com>  Tue, 19 Jun 2007 08:22:56 +0300
22584 +
22585 +clinkc (2.0-0osso6) unstable; urgency=low
22586 +
22587 +  * Do not free used string in cg_upnp_service_mangleurl(). 
22588 +    Fixes: NB#59081
22589 +
22590 + --  Aapo Makela <aapo.makela@nokia.com>  Thu, 31 May 2007 08:53:19 +0300
22591 +
22592 +clinkc (2.0-0osso5) unstable; urgency=low
22593 +
22594 +  * Added more checks to cg_net_gethostinterfaces(). Fixes: NB#56885
22595 +
22596 + --  Aapo Makela <aapo.makela@nokia.com>  Tue, 15 May 2007 08:38:10 +0300
22597 +
22598 +clinkc (2.0-0osso4) unstable; urgency=low
22599 +
22600 +  * Remove "Expect" header from HTTP requests. Fixes: NB#56102
22601 +
22602 + --  Aapo Makela <aapo.makela@nokia.com>  Mon,  7 May 2007 15:27:07 +0300
22603 +
22604 +clinkc (2.0-0osso3) unstable; urgency=low
22605 +
22606 +  * Fixed to set correct netmask in cg_net_gethostinterfaces()
22607 +  * Do not set host in subscription request. Fixes: NB#54873
22608 +
22609 + --  Aapo Makela <aapo.makela@nokia.com>  Tue, 24 Apr 2007 12:15:18 +0300
22610 +
22611 +clinkc (2.0-0osso2) unstable; urgency=low
22612 +
22613 +  * Fixed cg_net_gethostinterfaces(). Fixes: NB#53694
22614 +
22615 + --  Aapo Makela <aapo.makela@nokia.com>  Mon,  2 Apr 2007 14:48:58 +0300
22616 +
22617 +clinkc (2.0-0osso1) unstable; urgency=low
22618 +
22619 +  * Added some URL mangling
22620 +  * Fixed couple of configuration files
22621 +  * Applied patch to fix compiler warnings. Fixes: NB#51794
22622 +
22623 + --  Aapo Makela <aapo.makela@nokia.com>  Fri,  9 Mar 2007 13:39:24 +0200
22624 +
22625  clinkc (2.0-0) unstable; urgency=low
22626  
22627    * Removed (debug) printfs from ip_changed routine.
22628 --- debian/clinkc-dev.install
22629 +++ debian/clinkc-dev.install
22630 @@ -1,7 +1,6 @@
22631  usr/include/*
22632  usr/include/cybergarage/*
22633  usr/lib/pkgconfig/*
22634 -usr/lib/*.la
22635  usr/lib/lib*.a
22636  usr/lib/lib*.so
22637  usr/share/doc/clinkc-dev/*
22638 --- debian/clinkc-tests.install
22639 +++ debian/clinkc-tests.install
22640 @@ -0,0 +1 @@
22641 +usr/bin/*
22642 --- debian/control
22643 +++ debian/control
22644 @@ -1,14 +1,14 @@
22645  Source: clinkc
22646  Section: libs
22647  Priority: optional
22648 -Maintainer: Mikael Saarenpää <ext-mikael.saarenpaa@nokia.com>
22649 -Build-Depends: debhelper (>= 4.0.0), libcurl3-dev (>= 7.13.0), libxml2-dev (>= 2.6.0)
22650 +Maintainer: Aapo Makela <aapo.makela@nokia.com>
22651 +Build-Depends: debhelper (>= 4.0.0), libcurl4-openssl-dev (>= 7.13.0), libxml2-dev (>= 2.6.0), doxygen, autoconf, automake, libtool
22652  Standards-Version: 3.6.0
22653  
22654  Package: clinkc-dev
22655  Section: devel
22656  Architecture: any
22657 -Depends: clinkc0, libcurl3-dev (>= 7.13.0), libxml2-dev (>= 2.6.0)
22658 +Depends: clinkc0, libcurl4-openssl-dev (>= 7.13.0), libxml2-dev (>= 2.6.0)
22659  Description: Development files for CyberLink for C UPnP library
22660   CyberLink for C is a toolkit for creating UPnP devices and control points. 
22661   Main features are automatic discovery, search, expiration handling and 
22662 @@ -21,7 +21,7 @@
22663  Package: clinkc0
22664  Section: libs
22665  Architecture: any
22666 -Depends: libcurl3 (>= 7.13.0), libxml2 (>= 2.6.0)
22667 +Depends: ${shlibs:Depends}, ${misc:Depends}
22668  Description: CyberLink for C UPnP library
22669   CyberLink for C is a toolkit for creating UPnP devices and control points. 
22670   Main features are automatic discovery, search, expiration handling and 
22671 @@ -31,6 +31,18 @@
22672   This package contains the dynamically loadable library needed by 
22673   applications which use CyberLinkC for C.
22674  
22675 +Package: clinkc0-dbg
22676 +Section: libs
22677 +Architecture: any
22678 +Depends: clinkc0 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
22679 +Description: CyberLink for C UPnP library
22680 + CyberLink for C is a toolkit for creating UPnP devices and control points. 
22681 + Main features are automatic discovery, search, expiration handling and 
22682 + different controlling methods for UPnP control points and advertizing and 
22683 + eventing for UPnP devices.
22684 + .
22685 + This package contains the debug symbols for the actual library.
22686 +
22687  Package: clinkc-tests
22688  Section: libs
22689  Architecture: any
22690 --- debian/copyright
22691 +++ debian/copyright
22692 @@ -1,9 +1,9 @@
22693  This package was debianized by Heikki Junnila <ext-heikki.junnila@nokia.com> on
22694  Tue, 26 Jul 2005 09:53:06 +0300.
22695  
22696 -It was downloaded from <fill in ftp site>
22697 +It was downloaded from http://sourceforge.net/projects/clinkc
22698  
22699 -Upstream Author(s): <put author(s) name and email here>
22700 +Upstream Author(s): Satoshi Konno <skonno@users.sourceforge.net>
22701  
22702  Copyright:
22703  
22704 @@ -34,7 +34,4 @@
22705  
22706  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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.
22707  
22708 -
22709 -While Nokia Corporation licenses and/or distributes this ClinkC 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 Nokia Corporation in connection to this license or distribution of this software. 
22710 -
22711  In addition to the disclaimer above and not limiting its generality, no assurances are provided by Nokia Corporation that the software does not infringe patents of either third parties or Nokia Corporation 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 recipient's responsibility to acquire that license before distributing the program.
22712 --- debian/rules
22713 +++ debian/rules
22714 @@ -33,11 +33,18 @@
22715  major=`ls lib/unix/.libs/lib*.so.* | \
22716   awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
22717  
22718 +configure:
22719 +       autoreconf -fi
22720 +
22721  config.status: configure
22722         dh_testdir
22723         # Add here commands to configure the package.
22724 -       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-optimized-cp --enable-anyaddr 
22725 -
22726 +       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
22727 +               --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
22728 +               --mandir=\$${prefix}/share/man \
22729 +               --infodir=\$${prefix}/share/info \
22730 +               --enable-optimized-cp --enable-anyaddr --enable-libxml2 \
22731 +               --enable-libcurl
22732  
22733  build: build-stamp
22734  build-stamp:  config.status
22735 @@ -52,7 +59,7 @@
22736         dh_testdir
22737         dh_testroot
22738         rm -f build-stamp 
22739 -
22740 +       
22741         # Add here commands to clean up after the build process.
22742         -$(MAKE) distclean
22743  ifneq "$(wildcard /usr/share/misc/config.sub)" ""
22744 @@ -61,7 +68,8 @@
22745  ifneq "$(wildcard /usr/share/misc/config.guess)" ""
22746         cp -f /usr/share/misc/config.guess config.guess
22747  endif
22748 -
22749 +       -rm -rf doxygen
22750 +       
22751  
22752         dh_clean 
22753  
22754 @@ -83,13 +91,13 @@
22755  binary-arch: build install
22756         dh_testdir
22757         dh_testroot
22758 -#      dh_installchangelogs debian/changelog
22759 -#      dh_installdocs
22760 +       dh_installchangelogs debian/changelog
22761 +       dh_installdocs
22762  #      dh_installexamples
22763         dh_install -v --sourcedir=debian/tmp
22764  #      dh_installman
22765         dh_link
22766 -       dh_strip
22767 +       dh_strip --dbg-package=clinkc0
22768         dh_compress
22769         dh_fixperms
22770         dh_makeshlibs
22771 --- config/compile
22772 +++ config/compile
22773 @@ -0,0 +1,136 @@
22774 +#! /bin/sh
22775 +# Wrapper for compilers which do not understand `-c -o'.
22776 +
22777 +scriptversion=2003-11-09.00
22778 +
22779 +# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
22780 +# Written by Tom Tromey <tromey@cygnus.com>.
22781 +#
22782 +# This program is free software; you can redistribute it and/or modify
22783 +# it under the terms of the GNU General Public License as published by
22784 +# the Free Software Foundation; either version 2, or (at your option)
22785 +# any later version.
22786 +#
22787 +# This program is distributed in the hope that it will be useful,
22788 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
22789 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22790 +# GNU General Public License for more details.
22791 +#
22792 +# You should have received a copy of the GNU General Public License
22793 +# along with this program; if not, write to the Free Software
22794 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22795 +
22796 +# As a special exception to the GNU General Public License, if you
22797 +# distribute this file as part of a program that contains a
22798 +# configuration script generated by Autoconf, you may include it under
22799 +# the same distribution terms that you use for the rest of that program.
22800 +
22801 +# This file is maintained in Automake, please report
22802 +# bugs to <bug-automake@gnu.org> or send patches to
22803 +# <automake-patches@gnu.org>.
22804 +
22805 +case $1 in
22806 +  '')
22807 +     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
22808 +     exit 1;
22809 +     ;;
22810 +  -h | --h*)
22811 +    cat <<\EOF
22812 +Usage: compile [--help] [--version] PROGRAM [ARGS]
22813 +
22814 +Wrapper for compilers which do not understand `-c -o'.
22815 +Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
22816 +arguments, and rename the output as expected.
22817 +
22818 +If you are trying to build a whole package this is not the
22819 +right script to run: please start by reading the file `INSTALL'.
22820 +
22821 +Report bugs to <bug-automake@gnu.org>.
22822 +EOF
22823 +    exit 0
22824 +    ;;
22825 +  -v | --v*)
22826 +    echo "compile $scriptversion"
22827 +    exit 0
22828 +    ;;
22829 +esac
22830 +
22831 +
22832 +prog=$1
22833 +shift
22834 +
22835 +ofile=
22836 +cfile=
22837 +args=
22838 +while test $# -gt 0; do
22839 +  case "$1" in
22840 +    -o)
22841 +      # configure might choose to run compile as `compile cc -o foo foo.c'.
22842 +      # So we do something ugly here.
22843 +      ofile=$2
22844 +      shift
22845 +      case "$ofile" in
22846 +       *.o | *.obj)
22847 +         ;;
22848 +       *)
22849 +         args="$args -o $ofile"
22850 +         ofile=
22851 +         ;;
22852 +      esac
22853 +       ;;
22854 +    *.c)
22855 +      cfile=$1
22856 +      args="$args $1"
22857 +      ;;
22858 +    *)
22859 +      args="$args $1"
22860 +      ;;
22861 +  esac
22862 +  shift
22863 +done
22864 +
22865 +if test -z "$ofile" || test -z "$cfile"; then
22866 +  # If no `-o' option was seen then we might have been invoked from a
22867 +  # pattern rule where we don't need one.  That is ok -- this is a
22868 +  # normal compilation that the losing compiler can handle.  If no
22869 +  # `.c' file was seen then we are probably linking.  That is also
22870 +  # ok.
22871 +  exec "$prog" $args
22872 +fi
22873 +
22874 +# Name of file we expect compiler to create.
22875 +cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
22876 +
22877 +# Create the lock directory.
22878 +# Note: use `[/.-]' here to ensure that we don't use the same name
22879 +# that we are using for the .o file.  Also, base the name on the expected
22880 +# object file name, since that is what matters with a parallel build.
22881 +lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
22882 +while true; do
22883 +  if mkdir $lockdir > /dev/null 2>&1; then
22884 +    break
22885 +  fi
22886 +  sleep 1
22887 +done
22888 +# FIXME: race condition here if user kills between mkdir and trap.
22889 +trap "rmdir $lockdir; exit 1" 1 2 15
22890 +
22891 +# Run the compile.
22892 +"$prog" $args
22893 +status=$?
22894 +
22895 +if test -f "$cofile"; then
22896 +  mv "$cofile" "$ofile"
22897 +fi
22898 +
22899 +rmdir $lockdir
22900 +exit $status
22901 +
22902 +# Local Variables:
22903 +# mode: shell-script
22904 +# sh-indentation: 2
22905 +# eval: (add-hook 'write-file-hooks 'time-stamp)
22906 +# time-stamp-start: "scriptversion="
22907 +# time-stamp-format: "%:y-%02m-%02d.%02H"
22908 +# time-stamp-end: "$"
22909 +# End:
22910 --- config/config.guess
22911 +++ config/config.guess
22912 @@ -0,0 +1,1466 @@
22913 +#! /bin/sh
22914 +# Attempt to guess a canonical system name.
22915 +#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
22916 +#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
22917 +
22918 +timestamp='2005-08-03'
22919 +
22920 +# This file is free software; you can redistribute it and/or modify it
22921 +# under the terms of the GNU General Public License as published by
22922 +# the Free Software Foundation; either version 2 of the License, or
22923 +# (at your option) any later version.
22924 +#
22925 +# This program is distributed in the hope that it will be useful, but
22926 +# WITHOUT ANY WARRANTY; without even the implied warranty of
22927 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22928 +# General Public License for more details.
22929 +#
22930 +# You should have received a copy of the GNU General Public License
22931 +# along with this program; if not, write to the Free Software
22932 +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22933 +# 02110-1301, USA.
22934 +#
22935 +# As a special exception to the GNU General Public License, if you
22936 +# distribute this file as part of a program that contains a
22937 +# configuration script generated by Autoconf, you may include it under
22938 +# the same distribution terms that you use for the rest of that program.
22939 +
22940 +
22941 +# Originally written by Per Bothner <per@bothner.com>.
22942 +# Please send patches to <config-patches@gnu.org>.  Submit a context
22943 +# diff and a properly formatted ChangeLog entry.
22944 +#
22945 +# This script attempts to guess a canonical system name similar to
22946 +# config.sub.  If it succeeds, it prints the system name on stdout, and
22947 +# exits with 0.  Otherwise, it exits with 1.
22948 +#
22949 +# The plan is that this can be called by configure scripts if you
22950 +# don't specify an explicit build system type.
22951 +
22952 +me=`echo "$0" | sed -e 's,.*/,,'`
22953 +
22954 +usage="\
22955 +Usage: $0 [OPTION]
22956 +
22957 +Output the configuration name of the system \`$me' is run on.
22958 +
22959 +Operation modes:
22960 +  -h, --help         print this help, then exit
22961 +  -t, --time-stamp   print date of last modification, then exit
22962 +  -v, --version      print version number, then exit
22963 +
22964 +Report bugs and patches to <config-patches@gnu.org>."
22965 +
22966 +version="\
22967 +GNU config.guess ($timestamp)
22968 +
22969 +Originally written by Per Bothner.
22970 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
22971 +Free Software Foundation, Inc.
22972 +
22973 +This is free software; see the source for copying conditions.  There is NO
22974 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
22975 +
22976 +help="
22977 +Try \`$me --help' for more information."
22978 +
22979 +# Parse command line
22980 +while test $# -gt 0 ; do
22981 +  case $1 in
22982 +    --time-stamp | --time* | -t )
22983 +       echo "$timestamp" ; exit ;;
22984 +    --version | -v )
22985 +       echo "$version" ; exit ;;
22986 +    --help | --h* | -h )
22987 +       echo "$usage"; exit ;;
22988 +    -- )     # Stop option processing
22989 +       shift; break ;;
22990 +    - )        # Use stdin as input.
22991 +       break ;;
22992 +    -* )
22993 +       echo "$me: invalid option $1$help" >&2
22994 +       exit 1 ;;
22995 +    * )
22996 +       break ;;
22997 +  esac
22998 +done
22999 +
23000 +if test $# != 0; then
23001 +  echo "$me: too many arguments$help" >&2
23002 +  exit 1
23003 +fi
23004 +
23005 +trap 'exit 1' 1 2 15
23006 +
23007 +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
23008 +# compiler to aid in system detection is discouraged as it requires
23009 +# temporary files to be created and, as you can see below, it is a
23010 +# headache to deal with in a portable fashion.
23011 +
23012 +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
23013 +# use `HOST_CC' if defined, but it is deprecated.
23014 +
23015 +# Portable tmp directory creation inspired by the Autoconf team.
23016 +
23017 +set_cc_for_build='
23018 +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
23019 +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
23020 +: ${TMPDIR=/tmp} ;
23021 + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
23022 + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
23023 + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
23024 + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
23025 +dummy=$tmp/dummy ;
23026 +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
23027 +case $CC_FOR_BUILD,$HOST_CC,$CC in
23028 + ,,)    echo "int x;" > $dummy.c ;
23029 +       for c in cc gcc c89 c99 ; do
23030 +         if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
23031 +            CC_FOR_BUILD="$c"; break ;
23032 +         fi ;
23033 +       done ;
23034 +       if test x"$CC_FOR_BUILD" = x ; then
23035 +         CC_FOR_BUILD=no_compiler_found ;
23036 +       fi
23037 +       ;;
23038 + ,,*)   CC_FOR_BUILD=$CC ;;
23039 + ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
23040 +esac ; set_cc_for_build= ;'
23041 +
23042 +# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
23043 +# (ghazi@noc.rutgers.edu 1994-08-24)
23044 +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
23045 +       PATH=$PATH:/.attbin ; export PATH
23046 +fi
23047 +
23048 +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
23049 +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
23050 +UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
23051 +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
23052 +
23053 +# Note: order is significant - the case branches are not exclusive.
23054 +
23055 +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
23056 +    *:NetBSD:*:*)
23057 +       # NetBSD (nbsd) targets should (where applicable) match one or
23058 +       # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
23059 +       # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
23060 +       # switched to ELF, *-*-netbsd* would select the old
23061 +       # object file format.  This provides both forward
23062 +       # compatibility and a consistent mechanism for selecting the
23063 +       # object file format.
23064 +       #
23065 +       # Note: NetBSD doesn't particularly care about the vendor
23066 +       # portion of the name.  We always set it to "unknown".
23067 +       sysctl="sysctl -n hw.machine_arch"
23068 +       UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
23069 +           /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
23070 +       case "${UNAME_MACHINE_ARCH}" in
23071 +           armeb) machine=armeb-unknown ;;
23072 +           arm*) machine=arm-unknown ;;
23073 +           sh3el) machine=shl-unknown ;;
23074 +           sh3eb) machine=sh-unknown ;;
23075 +           *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
23076 +       esac
23077 +       # The Operating System including object format, if it has switched
23078 +       # to ELF recently, or will in the future.
23079 +       case "${UNAME_MACHINE_ARCH}" in
23080 +           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
23081 +               eval $set_cc_for_build
23082 +               if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
23083 +                       | grep __ELF__ >/dev/null
23084 +               then
23085 +                   # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
23086 +                   # Return netbsd for either.  FIX?
23087 +                   os=netbsd
23088 +               else
23089 +                   os=netbsdelf
23090 +               fi
23091 +               ;;
23092 +           *)
23093 +               os=netbsd
23094 +               ;;
23095 +       esac
23096 +       # The OS release
23097 +       # Debian GNU/NetBSD machines have a different userland, and
23098 +       # thus, need a distinct triplet. However, they do not need
23099 +       # kernel version information, so it can be replaced with a
23100 +       # suitable tag, in the style of linux-gnu.
23101 +       case "${UNAME_VERSION}" in
23102 +           Debian*)
23103 +               release='-gnu'
23104 +               ;;
23105 +           *)
23106 +               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
23107 +               ;;
23108 +       esac
23109 +       # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
23110 +       # contains redundant information, the shorter form:
23111 +       # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
23112 +       echo "${machine}-${os}${release}"
23113 +       exit ;;
23114 +    *:OpenBSD:*:*)
23115 +       UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
23116 +       echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
23117 +       exit ;;
23118 +    *:ekkoBSD:*:*)
23119 +       echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
23120 +       exit ;;
23121 +    macppc:MirBSD:*:*)
23122 +       echo powerppc-unknown-mirbsd${UNAME_RELEASE}
23123 +       exit ;;
23124 +    *:MirBSD:*:*)
23125 +       echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
23126 +       exit ;;
23127 +    alpha:OSF1:*:*)
23128 +       case $UNAME_RELEASE in
23129 +       *4.0)
23130 +               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
23131 +               ;;
23132 +       *5.*)
23133 +               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
23134 +               ;;
23135 +       esac
23136 +       # According to Compaq, /usr/sbin/psrinfo has been available on
23137 +       # OSF/1 and Tru64 systems produced since 1995.  I hope that
23138 +       # covers most systems running today.  This code pipes the CPU
23139 +       # types through head -n 1, so we only detect the type of CPU 0.
23140 +       ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
23141 +       case "$ALPHA_CPU_TYPE" in
23142 +           "EV4 (21064)")
23143 +               UNAME_MACHINE="alpha" ;;
23144 +           "EV4.5 (21064)")
23145 +               UNAME_MACHINE="alpha" ;;
23146 +           "LCA4 (21066/21068)")
23147 +               UNAME_MACHINE="alpha" ;;
23148 +           "EV5 (21164)")
23149 +               UNAME_MACHINE="alphaev5" ;;
23150 +           "EV5.6 (21164A)")
23151 +               UNAME_MACHINE="alphaev56" ;;
23152 +           "EV5.6 (21164PC)")
23153 +               UNAME_MACHINE="alphapca56" ;;
23154 +           "EV5.7 (21164PC)")
23155 +               UNAME_MACHINE="alphapca57" ;;
23156 +           "EV6 (21264)")
23157 +               UNAME_MACHINE="alphaev6" ;;
23158 +           "EV6.7 (21264A)")
23159 +               UNAME_MACHINE="alphaev67" ;;
23160 +           "EV6.8CB (21264C)")
23161 +               UNAME_MACHINE="alphaev68" ;;
23162 +           "EV6.8AL (21264B)")
23163 +               UNAME_MACHINE="alphaev68" ;;
23164 +           "EV6.8CX (21264D)")
23165 +               UNAME_MACHINE="alphaev68" ;;
23166 +           "EV6.9A (21264/EV69A)")
23167 +               UNAME_MACHINE="alphaev69" ;;
23168 +           "EV7 (21364)")
23169 +               UNAME_MACHINE="alphaev7" ;;
23170 +           "EV7.9 (21364A)")
23171 +               UNAME_MACHINE="alphaev79" ;;
23172 +       esac
23173 +       # A Pn.n version is a patched version.
23174 +       # A Vn.n version is a released version.
23175 +       # A Tn.n version is a released field test version.
23176 +       # A Xn.n version is an unreleased experimental baselevel.
23177 +       # 1.2 uses "1.2" for uname -r.
23178 +       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
23179 +       exit ;;
23180 +    Alpha\ *:Windows_NT*:*)
23181 +       # How do we know it's Interix rather than the generic POSIX subsystem?
23182 +       # Should we change UNAME_MACHINE based on the output of uname instead
23183 +       # of the specific Alpha model?
23184 +       echo alpha-pc-interix
23185 +       exit ;;
23186 +    21064:Windows_NT:50:3)
23187 +       echo alpha-dec-winnt3.5
23188 +       exit ;;
23189 +    Amiga*:UNIX_System_V:4.0:*)
23190 +       echo m68k-unknown-sysv4
23191 +       exit ;;
23192 +    *:[Aa]miga[Oo][Ss]:*:*)
23193 +       echo ${UNAME_MACHINE}-unknown-amigaos
23194 +       exit ;;
23195 +    *:[Mm]orph[Oo][Ss]:*:*)
23196 +       echo ${UNAME_MACHINE}-unknown-morphos
23197 +       exit ;;
23198 +    *:OS/390:*:*)
23199 +       echo i370-ibm-openedition
23200 +       exit ;;
23201 +    *:z/VM:*:*)
23202 +       echo s390-ibm-zvmoe
23203 +       exit ;;
23204 +    *:OS400:*:*)
23205 +        echo powerpc-ibm-os400
23206 +       exit ;;
23207 +    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
23208 +       echo arm-acorn-riscix${UNAME_RELEASE}
23209 +       exit ;;
23210 +    arm:riscos:*:*|arm:RISCOS:*:*)
23211 +       echo arm-unknown-riscos
23212 +       exit ;;
23213 +    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
23214 +       echo hppa1.1-hitachi-hiuxmpp
23215 +       exit ;;
23216 +    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
23217 +       # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
23218 +       if test "`(/bin/universe) 2>/dev/null`" = att ; then
23219 +               echo pyramid-pyramid-sysv3
23220 +       else
23221 +               echo pyramid-pyramid-bsd
23222 +       fi
23223 +       exit ;;
23224 +    NILE*:*:*:dcosx)
23225 +       echo pyramid-pyramid-svr4
23226 +       exit ;;
23227 +    DRS?6000:unix:4.0:6*)
23228 +       echo sparc-icl-nx6
23229 +       exit ;;
23230 +    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
23231 +       case `/usr/bin/uname -p` in
23232 +           sparc) echo sparc-icl-nx7; exit ;;
23233 +       esac ;;
23234 +    sun4H:SunOS:5.*:*)
23235 +       echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
23236 +       exit ;;
23237 +    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
23238 +       echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
23239 +       exit ;;
23240 +    i86pc:SunOS:5.*:*)
23241 +       echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
23242 +       exit ;;
23243 +    sun4*:SunOS:6*:*)
23244 +       # According to config.sub, this is the proper way to canonicalize
23245 +       # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
23246 +       # it's likely to be more like Solaris than SunOS4.
23247 +       echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
23248 +       exit ;;
23249 +    sun4*:SunOS:*:*)
23250 +       case "`/usr/bin/arch -k`" in
23251 +           Series*|S4*)
23252 +               UNAME_RELEASE=`uname -v`
23253 +               ;;
23254 +       esac
23255 +       # Japanese Language versions have a version number like `4.1.3-JL'.
23256 +       echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
23257 +       exit ;;
23258 +    sun3*:SunOS:*:*)
23259 +       echo m68k-sun-sunos${UNAME_RELEASE}
23260 +       exit ;;
23261 +    sun*:*:4.2BSD:*)
23262 +       UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
23263 +       test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
23264 +       case "`/bin/arch`" in
23265 +           sun3)
23266 +               echo m68k-sun-sunos${UNAME_RELEASE}
23267 +               ;;
23268 +           sun4)
23269 +               echo sparc-sun-sunos${UNAME_RELEASE}
23270 +               ;;
23271 +       esac
23272 +       exit ;;
23273 +    aushp:SunOS:*:*)
23274 +       echo sparc-auspex-sunos${UNAME_RELEASE}
23275 +       exit ;;
23276 +    # The situation for MiNT is a little confusing.  The machine name
23277 +    # can be virtually everything (everything which is not
23278 +    # "atarist" or "atariste" at least should have a processor
23279 +    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
23280 +    # to the lowercase version "mint" (or "freemint").  Finally
23281 +    # the system name "TOS" denotes a system which is actually not
23282 +    # MiNT.  But MiNT is downward compatible to TOS, so this should
23283 +    # be no problem.
23284 +    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
23285 +        echo m68k-atari-mint${UNAME_RELEASE}
23286 +       exit ;;
23287 +    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
23288 +       echo m68k-atari-mint${UNAME_RELEASE}
23289 +        exit ;;
23290 +    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
23291 +        echo m68k-atari-mint${UNAME_RELEASE}
23292 +       exit ;;
23293 +    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
23294 +        echo m68k-milan-mint${UNAME_RELEASE}
23295 +        exit ;;
23296 +    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
23297 +        echo m68k-hades-mint${UNAME_RELEASE}
23298 +        exit ;;
23299 +    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
23300 +        echo m68k-unknown-mint${UNAME_RELEASE}
23301 +        exit ;;
23302 +    m68k:machten:*:*)
23303 +       echo m68k-apple-machten${UNAME_RELEASE}
23304 +       exit ;;
23305 +    powerpc:machten:*:*)
23306 +       echo powerpc-apple-machten${UNAME_RELEASE}
23307 +       exit ;;
23308 +    RISC*:Mach:*:*)
23309 +       echo mips-dec-mach_bsd4.3
23310 +       exit ;;
23311 +    RISC*:ULTRIX:*:*)
23312 +       echo mips-dec-ultrix${UNAME_RELEASE}
23313 +       exit ;;
23314 +    VAX*:ULTRIX*:*:*)
23315 +       echo vax-dec-ultrix${UNAME_RELEASE}
23316 +       exit ;;
23317 +    2020:CLIX:*:* | 2430:CLIX:*:*)
23318 +       echo clipper-intergraph-clix${UNAME_RELEASE}
23319 +       exit ;;
23320 +    mips:*:*:UMIPS | mips:*:*:RISCos)
23321 +       eval $set_cc_for_build
23322 +       sed 's/^        //' << EOF >$dummy.c
23323 +#ifdef __cplusplus
23324 +#include <stdio.h>  /* for printf() prototype */
23325 +       int main (int argc, char *argv[]) {
23326 +#else
23327 +       int main (argc, argv) int argc; char *argv[]; {
23328 +#endif
23329 +       #if defined (host_mips) && defined (MIPSEB)
23330 +       #if defined (SYSTYPE_SYSV)
23331 +         printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
23332 +       #endif
23333 +       #if defined (SYSTYPE_SVR4)
23334 +         printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
23335 +       #endif
23336 +       #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
23337 +         printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
23338 +       #endif
23339 +       #endif
23340 +         exit (-1);
23341 +       }
23342 +EOF
23343 +       $CC_FOR_BUILD -o $dummy $dummy.c &&
23344 +         dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
23345 +         SYSTEM_NAME=`$dummy $dummyarg` &&
23346 +           { echo "$SYSTEM_NAME"; exit; }
23347 +       echo mips-mips-riscos${UNAME_RELEASE}
23348 +       exit ;;
23349 +    Motorola:PowerMAX_OS:*:*)
23350 +       echo powerpc-motorola-powermax
23351 +       exit ;;
23352 +    Motorola:*:4.3:PL8-*)
23353 +       echo powerpc-harris-powermax
23354 +       exit ;;
23355 +    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
23356 +       echo powerpc-harris-powermax
23357 +       exit ;;
23358 +    Night_Hawk:Power_UNIX:*:*)
23359 +       echo powerpc-harris-powerunix
23360 +       exit ;;
23361 +    m88k:CX/UX:7*:*)
23362 +       echo m88k-harris-cxux7
23363 +       exit ;;
23364 +    m88k:*:4*:R4*)
23365 +       echo m88k-motorola-sysv4
23366 +       exit ;;
23367 +    m88k:*:3*:R3*)
23368 +       echo m88k-motorola-sysv3
23369 +       exit ;;
23370 +    AViiON:dgux:*:*)
23371 +        # DG/UX returns AViiON for all architectures
23372 +        UNAME_PROCESSOR=`/usr/bin/uname -p`
23373 +       if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
23374 +       then
23375 +           if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
23376 +              [ ${TARGET_BINARY_INTERFACE}x = x ]
23377 +           then
23378 +               echo m88k-dg-dgux${UNAME_RELEASE}
23379 +           else
23380 +               echo m88k-dg-dguxbcs${UNAME_RELEASE}
23381 +           fi
23382 +       else
23383 +           echo i586-dg-dgux${UNAME_RELEASE}
23384 +       fi
23385 +       exit ;;
23386 +    M88*:DolphinOS:*:*)        # DolphinOS (SVR3)
23387 +       echo m88k-dolphin-sysv3
23388 +       exit ;;
23389 +    M88*:*:R3*:*)
23390 +       # Delta 88k system running SVR3
23391 +       echo m88k-motorola-sysv3
23392 +       exit ;;
23393 +    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
23394 +       echo m88k-tektronix-sysv3
23395 +       exit ;;
23396 +    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
23397 +       echo m68k-tektronix-bsd
23398 +       exit ;;
23399 +    *:IRIX*:*:*)
23400 +       echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
23401 +       exit ;;
23402 +    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
23403 +       echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
23404 +       exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
23405 +    i*86:AIX:*:*)
23406 +       echo i386-ibm-aix
23407 +       exit ;;
23408 +    ia64:AIX:*:*)
23409 +       if [ -x /usr/bin/oslevel ] ; then
23410 +               IBM_REV=`/usr/bin/oslevel`
23411 +       else
23412 +               IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
23413 +       fi
23414 +       echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
23415 +       exit ;;
23416 +    *:AIX:2:3)
23417 +       if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
23418 +               eval $set_cc_for_build
23419 +               sed 's/^                //' << EOF >$dummy.c
23420 +               #include <sys/systemcfg.h>
23421 +
23422 +               main()
23423 +                       {
23424 +                       if (!__power_pc())
23425 +                               exit(1);
23426 +                       puts("powerpc-ibm-aix3.2.5");
23427 +                       exit(0);
23428 +                       }
23429 +EOF
23430 +               if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
23431 +               then
23432 +                       echo "$SYSTEM_NAME"
23433 +               else
23434 +                       echo rs6000-ibm-aix3.2.5
23435 +               fi
23436 +       elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
23437 +               echo rs6000-ibm-aix3.2.4
23438 +       else
23439 +               echo rs6000-ibm-aix3.2
23440 +       fi
23441 +       exit ;;
23442 +    *:AIX:*:[45])
23443 +       IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
23444 +       if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
23445 +               IBM_ARCH=rs6000
23446 +       else
23447 +               IBM_ARCH=powerpc
23448 +       fi
23449 +       if [ -x /usr/bin/oslevel ] ; then
23450 +               IBM_REV=`/usr/bin/oslevel`
23451 +       else
23452 +               IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
23453 +       fi
23454 +       echo ${IBM_ARCH}-ibm-aix${IBM_REV}
23455 +       exit ;;
23456 +    *:AIX:*:*)
23457 +       echo rs6000-ibm-aix
23458 +       exit ;;
23459 +    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
23460 +       echo romp-ibm-bsd4.4
23461 +       exit ;;
23462 +    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
23463 +       echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
23464 +       exit ;;                             # report: romp-ibm BSD 4.3
23465 +    *:BOSX:*:*)
23466 +       echo rs6000-bull-bosx
23467 +       exit ;;
23468 +    DPX/2?00:B.O.S.:*:*)
23469 +       echo m68k-bull-sysv3
23470 +       exit ;;
23471 +    9000/[34]??:4.3bsd:1.*:*)
23472 +       echo m68k-hp-bsd
23473 +       exit ;;
23474 +    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
23475 +       echo m68k-hp-bsd4.4
23476 +       exit ;;
23477 +    9000/[34678]??:HP-UX:*:*)
23478 +       HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
23479 +       case "${UNAME_MACHINE}" in
23480 +           9000/31? )            HP_ARCH=m68000 ;;
23481 +           9000/[34]?? )         HP_ARCH=m68k ;;
23482 +           9000/[678][0-9][0-9])
23483 +               if [ -x /usr/bin/getconf ]; then
23484 +                   sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
23485 +                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
23486 +                    case "${sc_cpu_version}" in
23487 +                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
23488 +                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
23489 +                      532)                      # CPU_PA_RISC2_0
23490 +                        case "${sc_kernel_bits}" in
23491 +                          32) HP_ARCH="hppa2.0n" ;;
23492 +                          64) HP_ARCH="hppa2.0w" ;;
23493 +                         '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
23494 +                        esac ;;
23495 +                    esac
23496 +               fi
23497 +               if [ "${HP_ARCH}" = "" ]; then
23498 +                   eval $set_cc_for_build
23499 +                   sed 's/^              //' << EOF >$dummy.c
23500 +
23501 +              #define _HPUX_SOURCE
23502 +              #include <stdlib.h>
23503 +              #include <unistd.h>
23504 +
23505 +              int main ()
23506 +              {
23507 +              #if defined(_SC_KERNEL_BITS)
23508 +                  long bits = sysconf(_SC_KERNEL_BITS);
23509 +              #endif
23510 +                  long cpu  = sysconf (_SC_CPU_VERSION);
23511 +
23512 +                  switch (cpu)
23513 +               {
23514 +               case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
23515 +               case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
23516 +               case CPU_PA_RISC2_0:
23517 +              #if defined(_SC_KERNEL_BITS)
23518 +                   switch (bits)
23519 +                       {
23520 +                       case 64: puts ("hppa2.0w"); break;
23521 +                       case 32: puts ("hppa2.0n"); break;
23522 +                       default: puts ("hppa2.0"); break;
23523 +                       } break;
23524 +              #else  /* !defined(_SC_KERNEL_BITS) */
23525 +                   puts ("hppa2.0"); break;
23526 +              #endif
23527 +               default: puts ("hppa1.0"); break;
23528 +               }
23529 +                  exit (0);
23530 +              }
23531 +EOF
23532 +                   (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
23533 +                   test -z "$HP_ARCH" && HP_ARCH=hppa
23534 +               fi ;;
23535 +       esac
23536 +       if [ ${HP_ARCH} = "hppa2.0w" ]
23537 +       then
23538 +           eval $set_cc_for_build
23539 +
23540 +           # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
23541 +           # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
23542 +           # generating 64-bit code.  GNU and HP use different nomenclature:
23543 +           #
23544 +           # $ CC_FOR_BUILD=cc ./config.guess
23545 +           # => hppa2.0w-hp-hpux11.23
23546 +           # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
23547 +           # => hppa64-hp-hpux11.23
23548 +
23549 +           if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
23550 +               grep __LP64__ >/dev/null
23551 +           then
23552 +               HP_ARCH="hppa2.0w"
23553 +           else
23554 +               HP_ARCH="hppa64"
23555 +           fi
23556 +       fi
23557 +       echo ${HP_ARCH}-hp-hpux${HPUX_REV}
23558 +       exit ;;
23559 +    ia64:HP-UX:*:*)
23560 +       HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
23561 +       echo ia64-hp-hpux${HPUX_REV}
23562 +       exit ;;
23563 +    3050*:HI-UX:*:*)
23564 +       eval $set_cc_for_build
23565 +       sed 's/^        //' << EOF >$dummy.c
23566 +       #include <unistd.h>
23567 +       int
23568 +       main ()
23569 +       {
23570 +         long cpu = sysconf (_SC_CPU_VERSION);
23571 +         /* The order matters, because CPU_IS_HP_MC68K erroneously returns
23572 +            true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
23573 +            results, however.  */
23574 +         if (CPU_IS_PA_RISC (cpu))
23575 +           {
23576 +             switch (cpu)
23577 +               {
23578 +                 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
23579 +                 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
23580 +                 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
23581 +                 default: puts ("hppa-hitachi-hiuxwe2"); break;
23582 +               }
23583 +           }
23584 +         else if (CPU_IS_HP_MC68K (cpu))
23585 +           puts ("m68k-hitachi-hiuxwe2");
23586 +         else puts ("unknown-hitachi-hiuxwe2");
23587 +         exit (0);
23588 +       }
23589 +EOF
23590 +       $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
23591 +               { echo "$SYSTEM_NAME"; exit; }
23592 +       echo unknown-hitachi-hiuxwe2
23593 +       exit ;;
23594 +    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
23595 +       echo hppa1.1-hp-bsd
23596 +       exit ;;
23597 +    9000/8??:4.3bsd:*:*)
23598 +       echo hppa1.0-hp-bsd
23599 +       exit ;;
23600 +    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
23601 +       echo hppa1.0-hp-mpeix
23602 +       exit ;;
23603 +    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
23604 +       echo hppa1.1-hp-osf
23605 +       exit ;;
23606 +    hp8??:OSF1:*:*)
23607 +       echo hppa1.0-hp-osf
23608 +       exit ;;
23609 +    i*86:OSF1:*:*)
23610 +       if [ -x /usr/sbin/sysversion ] ; then
23611 +           echo ${UNAME_MACHINE}-unknown-osf1mk
23612 +       else
23613 +           echo ${UNAME_MACHINE}-unknown-osf1
23614 +       fi
23615 +       exit ;;
23616 +    parisc*:Lites*:*:*)
23617 +       echo hppa1.1-hp-lites
23618 +       exit ;;
23619 +    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
23620 +       echo c1-convex-bsd
23621 +        exit ;;
23622 +    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
23623 +       if getsysinfo -f scalar_acc
23624 +       then echo c32-convex-bsd
23625 +       else echo c2-convex-bsd
23626 +       fi
23627 +        exit ;;
23628 +    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
23629 +       echo c34-convex-bsd
23630 +        exit ;;
23631 +    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
23632 +       echo c38-convex-bsd
23633 +        exit ;;
23634 +    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
23635 +       echo c4-convex-bsd
23636 +        exit ;;
23637 +    CRAY*Y-MP:*:*:*)
23638 +       echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
23639 +       exit ;;
23640 +    CRAY*[A-Z]90:*:*:*)
23641 +       echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
23642 +       | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
23643 +             -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
23644 +             -e 's/\.[^.]*$/.X/'
23645 +       exit ;;
23646 +    CRAY*TS:*:*:*)
23647 +       echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
23648 +       exit ;;
23649 +    CRAY*T3E:*:*:*)
23650 +       echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
23651 +       exit ;;
23652 +    CRAY*SV1:*:*:*)
23653 +       echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
23654 +       exit ;;
23655 +    *:UNICOS/mp:*:*)
23656 +       echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
23657 +       exit ;;
23658 +    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
23659 +       FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
23660 +        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
23661 +        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
23662 +        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
23663 +        exit ;;
23664 +    5000:UNIX_System_V:4.*:*)
23665 +        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
23666 +        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
23667 +        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
23668 +       exit ;;
23669 +    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
23670 +       echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
23671 +       exit ;;
23672 +    sparc*:BSD/OS:*:*)
23673 +       echo sparc-unknown-bsdi${UNAME_RELEASE}
23674 +       exit ;;
23675 +    *:BSD/OS:*:*)
23676 +       echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
23677 +       exit ;;
23678 +    *:FreeBSD:*:*)
23679 +       echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
23680 +       exit ;;
23681 +    i*:CYGWIN*:*)
23682 +       echo ${UNAME_MACHINE}-pc-cygwin
23683 +       exit ;;
23684 +    i*:MINGW*:*)
23685 +       echo ${UNAME_MACHINE}-pc-mingw32
23686 +       exit ;;
23687 +    i*:windows32*:*)
23688 +       # uname -m includes "-pc" on this system.
23689 +       echo ${UNAME_MACHINE}-mingw32
23690 +       exit ;;
23691 +    i*:PW*:*)
23692 +       echo ${UNAME_MACHINE}-pc-pw32
23693 +       exit ;;
23694 +    x86:Interix*:[34]*)
23695 +       echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
23696 +       exit ;;
23697 +    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
23698 +       echo i${UNAME_MACHINE}-pc-mks
23699 +       exit ;;
23700 +    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
23701 +       # How do we know it's Interix rather than the generic POSIX subsystem?
23702 +       # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
23703 +       # UNAME_MACHINE based on the output of uname instead of i386?
23704 +       echo i586-pc-interix
23705 +       exit ;;
23706 +    i*:UWIN*:*)
23707 +       echo ${UNAME_MACHINE}-pc-uwin
23708 +       exit ;;
23709 +    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
23710 +       echo x86_64-unknown-cygwin
23711 +       exit ;;
23712 +    p*:CYGWIN*:*)
23713 +       echo powerpcle-unknown-cygwin
23714 +       exit ;;
23715 +    prep*:SunOS:5.*:*)
23716 +       echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
23717 +       exit ;;
23718 +    *:GNU:*:*)
23719 +       # the GNU system
23720 +       echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
23721 +       exit ;;
23722 +    *:GNU/*:*:*)
23723 +       # other systems with GNU libc and userland
23724 +       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
23725 +       exit ;;
23726 +    i*86:Minix:*:*)
23727 +       echo ${UNAME_MACHINE}-pc-minix
23728 +       exit ;;
23729 +    arm*:Linux:*:*)
23730 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23731 +       exit ;;
23732 +    cris:Linux:*:*)
23733 +       echo cris-axis-linux-gnu
23734 +       exit ;;
23735 +    crisv32:Linux:*:*)
23736 +       echo crisv32-axis-linux-gnu
23737 +       exit ;;
23738 +    frv:Linux:*:*)
23739 +       echo frv-unknown-linux-gnu
23740 +       exit ;;
23741 +    ia64:Linux:*:*)
23742 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23743 +       exit ;;
23744 +    m32r*:Linux:*:*)
23745 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23746 +       exit ;;
23747 +    m68*:Linux:*:*)
23748 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23749 +       exit ;;
23750 +    mips:Linux:*:*)
23751 +       eval $set_cc_for_build
23752 +       sed 's/^        //' << EOF >$dummy.c
23753 +       #undef CPU
23754 +       #undef mips
23755 +       #undef mipsel
23756 +       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
23757 +       CPU=mipsel
23758 +       #else
23759 +       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
23760 +       CPU=mips
23761 +       #else
23762 +       CPU=
23763 +       #endif
23764 +       #endif
23765 +EOF
23766 +       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
23767 +       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
23768 +       ;;
23769 +    mips64:Linux:*:*)
23770 +       eval $set_cc_for_build
23771 +       sed 's/^        //' << EOF >$dummy.c
23772 +       #undef CPU
23773 +       #undef mips64
23774 +       #undef mips64el
23775 +       #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
23776 +       CPU=mips64el
23777 +       #else
23778 +       #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
23779 +       CPU=mips64
23780 +       #else
23781 +       CPU=
23782 +       #endif
23783 +       #endif
23784 +EOF
23785 +       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
23786 +       test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
23787 +       ;;
23788 +    or32:Linux:*:*)
23789 +       echo or32-unknown-linux-gnu
23790 +       exit ;;
23791 +    ppc:Linux:*:*)
23792 +       echo powerpc-unknown-linux-gnu
23793 +       exit ;;
23794 +    ppc64:Linux:*:*)
23795 +       echo powerpc64-unknown-linux-gnu
23796 +       exit ;;
23797 +    alpha:Linux:*:*)
23798 +       case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
23799 +         EV5)   UNAME_MACHINE=alphaev5 ;;
23800 +         EV56)  UNAME_MACHINE=alphaev56 ;;
23801 +         PCA56) UNAME_MACHINE=alphapca56 ;;
23802 +         PCA57) UNAME_MACHINE=alphapca56 ;;
23803 +         EV6)   UNAME_MACHINE=alphaev6 ;;
23804 +         EV67)  UNAME_MACHINE=alphaev67 ;;
23805 +         EV68*) UNAME_MACHINE=alphaev68 ;;
23806 +        esac
23807 +       objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
23808 +       if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
23809 +       echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
23810 +       exit ;;
23811 +    parisc:Linux:*:* | hppa:Linux:*:*)
23812 +       # Look for CPU level
23813 +       case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
23814 +         PA7*) echo hppa1.1-unknown-linux-gnu ;;
23815 +         PA8*) echo hppa2.0-unknown-linux-gnu ;;
23816 +         *)    echo hppa-unknown-linux-gnu ;;
23817 +       esac
23818 +       exit ;;
23819 +    parisc64:Linux:*:* | hppa64:Linux:*:*)
23820 +       echo hppa64-unknown-linux-gnu
23821 +       exit ;;
23822 +    s390:Linux:*:* | s390x:Linux:*:*)
23823 +       echo ${UNAME_MACHINE}-ibm-linux
23824 +       exit ;;
23825 +    sh64*:Linux:*:*)
23826 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23827 +       exit ;;
23828 +    sh*:Linux:*:*)
23829 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23830 +       exit ;;
23831 +    sparc:Linux:*:* | sparc64:Linux:*:*)
23832 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
23833 +       exit ;;
23834 +    x86_64:Linux:*:*)
23835 +       echo x86_64-unknown-linux-gnu
23836 +       exit ;;
23837 +    i*86:Linux:*:*)
23838 +       # The BFD linker knows what the default object file format is, so
23839 +       # first see if it will tell us. cd to the root directory to prevent
23840 +       # problems with other programs or directories called `ld' in the path.
23841 +       # Set LC_ALL=C to ensure ld outputs messages in English.
23842 +       ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
23843 +                        | sed -ne '/supported targets:/!d
23844 +                                   s/[         ][      ]*/ /g
23845 +                                   s/.*supported targets: *//
23846 +                                   s/ .*//
23847 +                                   p'`
23848 +        case "$ld_supported_targets" in
23849 +         elf32-i386)
23850 +               TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
23851 +               ;;
23852 +         a.out-i386-linux)
23853 +               echo "${UNAME_MACHINE}-pc-linux-gnuaout"
23854 +               exit ;;
23855 +         coff-i386)
23856 +               echo "${UNAME_MACHINE}-pc-linux-gnucoff"
23857 +               exit ;;
23858 +         "")
23859 +               # Either a pre-BFD a.out linker (linux-gnuoldld) or
23860 +               # one that does not give us useful --help.
23861 +               echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
23862 +               exit ;;
23863 +       esac
23864 +       # Determine whether the default compiler is a.out or elf
23865 +       eval $set_cc_for_build
23866 +       sed 's/^        //' << EOF >$dummy.c
23867 +       #include <features.h>
23868 +       #ifdef __ELF__
23869 +       # ifdef __GLIBC__
23870 +       #  if __GLIBC__ >= 2
23871 +       LIBC=gnu
23872 +       #  else
23873 +       LIBC=gnulibc1
23874 +       #  endif
23875 +       # else
23876 +       LIBC=gnulibc1
23877 +       # endif
23878 +       #else
23879 +       #ifdef __INTEL_COMPILER
23880 +       LIBC=gnu
23881 +       #else
23882 +       LIBC=gnuaout
23883 +       #endif
23884 +       #endif
23885 +       #ifdef __dietlibc__
23886 +       LIBC=dietlibc
23887 +       #endif
23888 +EOF
23889 +       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
23890 +       test x"${LIBC}" != x && {
23891 +               echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
23892 +               exit
23893 +       }
23894 +       test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
23895 +       ;;
23896 +    i*86:DYNIX/ptx:4*:*)
23897 +       # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
23898 +       # earlier versions are messed up and put the nodename in both
23899 +       # sysname and nodename.
23900 +       echo i386-sequent-sysv4
23901 +       exit ;;
23902 +    i*86:UNIX_SV:4.2MP:2.*)
23903 +        # Unixware is an offshoot of SVR4, but it has its own version
23904 +        # number series starting with 2...
23905 +        # I am not positive that other SVR4 systems won't match this,
23906 +       # I just have to hope.  -- rms.
23907 +        # Use sysv4.2uw... so that sysv4* matches it.
23908 +       echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
23909 +       exit ;;
23910 +    i*86:OS/2:*:*)
23911 +       # If we were able to find `uname', then EMX Unix compatibility
23912 +       # is probably installed.
23913 +       echo ${UNAME_MACHINE}-pc-os2-emx
23914 +       exit ;;
23915 +    i*86:XTS-300:*:STOP)
23916 +       echo ${UNAME_MACHINE}-unknown-stop
23917 +       exit ;;
23918 +    i*86:atheos:*:*)
23919 +       echo ${UNAME_MACHINE}-unknown-atheos
23920 +       exit ;;
23921 +    i*86:syllable:*:*)
23922 +       echo ${UNAME_MACHINE}-pc-syllable
23923 +       exit ;;
23924 +    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
23925 +       echo i386-unknown-lynxos${UNAME_RELEASE}
23926 +       exit ;;
23927 +    i*86:*DOS:*:*)
23928 +       echo ${UNAME_MACHINE}-pc-msdosdjgpp
23929 +       exit ;;
23930 +    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
23931 +       UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
23932 +       if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
23933 +               echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
23934 +       else
23935 +               echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
23936 +       fi
23937 +       exit ;;
23938 +    i*86:*:5:[678]*)
23939 +       # UnixWare 7.x, OpenUNIX and OpenServer 6.
23940 +       case `/bin/uname -X | grep "^Machine"` in
23941 +           *486*)           UNAME_MACHINE=i486 ;;
23942 +           *Pentium)        UNAME_MACHINE=i586 ;;
23943 +           *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
23944 +       esac
23945 +       echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
23946 +       exit ;;
23947 +    i*86:*:3.2:*)
23948 +       if test -f /usr/options/cb.name; then
23949 +               UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
23950 +               echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
23951 +       elif /bin/uname -X 2>/dev/null >/dev/null ; then
23952 +               UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
23953 +               (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
23954 +               (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
23955 +                       && UNAME_MACHINE=i586
23956 +               (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
23957 +                       && UNAME_MACHINE=i686
23958 +               (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
23959 +                       && UNAME_MACHINE=i686
23960 +               echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
23961 +       else
23962 +               echo ${UNAME_MACHINE}-pc-sysv32
23963 +       fi
23964 +       exit ;;
23965 +    pc:*:*:*)
23966 +       # Left here for compatibility:
23967 +        # uname -m prints for DJGPP always 'pc', but it prints nothing about
23968 +        # the processor, so we play safe by assuming i386.
23969 +       echo i386-pc-msdosdjgpp
23970 +        exit ;;
23971 +    Intel:Mach:3*:*)
23972 +       echo i386-pc-mach3
23973 +       exit ;;
23974 +    paragon:*:*:*)
23975 +       echo i860-intel-osf1
23976 +       exit ;;
23977 +    i860:*:4.*:*) # i860-SVR4
23978 +       if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
23979 +         echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
23980 +       else # Add other i860-SVR4 vendors below as they are discovered.
23981 +         echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
23982 +       fi
23983 +       exit ;;
23984 +    mini*:CTIX:SYS*5:*)
23985 +       # "miniframe"
23986 +       echo m68010-convergent-sysv
23987 +       exit ;;
23988 +    mc68k:UNIX:SYSTEM5:3.51m)
23989 +       echo m68k-convergent-sysv
23990 +       exit ;;
23991 +    M680?0:D-NIX:5.3:*)
23992 +       echo m68k-diab-dnix
23993 +       exit ;;
23994 +    M68*:*:R3V[5678]*:*)
23995 +       test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
23996 +    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
23997 +       OS_REL=''
23998 +       test -r /etc/.relid \
23999 +       && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
24000 +       /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
24001 +         && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
24002 +       /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
24003 +         && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
24004 +    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
24005 +        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
24006 +          && { echo i486-ncr-sysv4; exit; } ;;
24007 +    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
24008 +       echo m68k-unknown-lynxos${UNAME_RELEASE}
24009 +       exit ;;
24010 +    mc68030:UNIX_System_V:4.*:*)
24011 +       echo m68k-atari-sysv4
24012 +       exit ;;
24013 +    TSUNAMI:LynxOS:2.*:*)
24014 +       echo sparc-unknown-lynxos${UNAME_RELEASE}
24015 +       exit ;;
24016 +    rs6000:LynxOS:2.*:*)
24017 +       echo rs6000-unknown-lynxos${UNAME_RELEASE}
24018 +       exit ;;
24019 +    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
24020 +       echo powerpc-unknown-lynxos${UNAME_RELEASE}
24021 +       exit ;;
24022 +    SM[BE]S:UNIX_SV:*:*)
24023 +       echo mips-dde-sysv${UNAME_RELEASE}
24024 +       exit ;;
24025 +    RM*:ReliantUNIX-*:*:*)
24026 +       echo mips-sni-sysv4
24027 +       exit ;;
24028 +    RM*:SINIX-*:*:*)
24029 +       echo mips-sni-sysv4
24030 +       exit ;;
24031 +    *:SINIX-*:*:*)
24032 +       if uname -p 2>/dev/null >/dev/null ; then
24033 +               UNAME_MACHINE=`(uname -p) 2>/dev/null`
24034 +               echo ${UNAME_MACHINE}-sni-sysv4
24035 +       else
24036 +               echo ns32k-sni-sysv
24037 +       fi
24038 +       exit ;;
24039 +    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
24040 +                      # says <Richard.M.Bartel@ccMail.Census.GOV>
24041 +        echo i586-unisys-sysv4
24042 +        exit ;;
24043 +    *:UNIX_System_V:4*:FTX*)
24044 +       # From Gerald Hewes <hewes@openmarket.com>.
24045 +       # How about differentiating between stratus architectures? -djm
24046 +       echo hppa1.1-stratus-sysv4
24047 +       exit ;;
24048 +    *:*:*:FTX*)
24049 +       # From seanf@swdc.stratus.com.
24050 +       echo i860-stratus-sysv4
24051 +       exit ;;
24052 +    i*86:VOS:*:*)
24053 +       # From Paul.Green@stratus.com.
24054 +       echo ${UNAME_MACHINE}-stratus-vos
24055 +       exit ;;
24056 +    *:VOS:*:*)
24057 +       # From Paul.Green@stratus.com.
24058 +       echo hppa1.1-stratus-vos
24059 +       exit ;;
24060 +    mc68*:A/UX:*:*)
24061 +       echo m68k-apple-aux${UNAME_RELEASE}
24062 +       exit ;;
24063 +    news*:NEWS-OS:6*:*)
24064 +       echo mips-sony-newsos6
24065 +       exit ;;
24066 +    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
24067 +       if [ -d /usr/nec ]; then
24068 +               echo mips-nec-sysv${UNAME_RELEASE}
24069 +       else
24070 +               echo mips-unknown-sysv${UNAME_RELEASE}
24071 +       fi
24072 +        exit ;;
24073 +    BeBox:BeOS:*:*)    # BeOS running on hardware made by Be, PPC only.
24074 +       echo powerpc-be-beos
24075 +       exit ;;
24076 +    BeMac:BeOS:*:*)    # BeOS running on Mac or Mac clone, PPC only.
24077 +       echo powerpc-apple-beos
24078 +       exit ;;
24079 +    BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
24080 +       echo i586-pc-beos
24081 +       exit ;;
24082 +    SX-4:SUPER-UX:*:*)
24083 +       echo sx4-nec-superux${UNAME_RELEASE}
24084 +       exit ;;
24085 +    SX-5:SUPER-UX:*:*)
24086 +       echo sx5-nec-superux${UNAME_RELEASE}
24087 +       exit ;;
24088 +    SX-6:SUPER-UX:*:*)
24089 +       echo sx6-nec-superux${UNAME_RELEASE}
24090 +       exit ;;
24091 +    Power*:Rhapsody:*:*)
24092 +       echo powerpc-apple-rhapsody${UNAME_RELEASE}
24093 +       exit ;;
24094 +    *:Rhapsody:*:*)
24095 +       echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
24096 +       exit ;;
24097 +    *:Darwin:*:*)
24098 +       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
24099 +       case $UNAME_PROCESSOR in
24100 +           *86) UNAME_PROCESSOR=i686 ;;
24101 +           unknown) UNAME_PROCESSOR=powerpc ;;
24102 +       esac
24103 +       echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
24104 +       exit ;;
24105 +    *:procnto*:*:* | *:QNX:[0123456789]*:*)
24106 +       UNAME_PROCESSOR=`uname -p`
24107 +       if test "$UNAME_PROCESSOR" = "x86"; then
24108 +               UNAME_PROCESSOR=i386
24109 +               UNAME_MACHINE=pc
24110 +       fi
24111 +       echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
24112 +       exit ;;
24113 +    *:QNX:*:4*)
24114 +       echo i386-pc-qnx
24115 +       exit ;;
24116 +    NSE-?:NONSTOP_KERNEL:*:*)
24117 +       echo nse-tandem-nsk${UNAME_RELEASE}
24118 +       exit ;;
24119 +    NSR-?:NONSTOP_KERNEL:*:*)
24120 +       echo nsr-tandem-nsk${UNAME_RELEASE}
24121 +       exit ;;
24122 +    *:NonStop-UX:*:*)
24123 +       echo mips-compaq-nonstopux
24124 +       exit ;;
24125 +    BS2000:POSIX*:*:*)
24126 +       echo bs2000-siemens-sysv
24127 +       exit ;;
24128 +    DS/*:UNIX_System_V:*:*)
24129 +       echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
24130 +       exit ;;
24131 +    *:Plan9:*:*)
24132 +       # "uname -m" is not consistent, so use $cputype instead. 386
24133 +       # is converted to i386 for consistency with other x86
24134 +       # operating systems.
24135 +       if test "$cputype" = "386"; then
24136 +           UNAME_MACHINE=i386
24137 +       else
24138 +           UNAME_MACHINE="$cputype"
24139 +       fi
24140 +       echo ${UNAME_MACHINE}-unknown-plan9
24141 +       exit ;;
24142 +    *:TOPS-10:*:*)
24143 +       echo pdp10-unknown-tops10
24144 +       exit ;;
24145 +    *:TENEX:*:*)
24146 +       echo pdp10-unknown-tenex
24147 +       exit ;;
24148 +    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
24149 +       echo pdp10-dec-tops20
24150 +       exit ;;
24151 +    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
24152 +       echo pdp10-xkl-tops20
24153 +       exit ;;
24154 +    *:TOPS-20:*:*)
24155 +       echo pdp10-unknown-tops20
24156 +       exit ;;
24157 +    *:ITS:*:*)
24158 +       echo pdp10-unknown-its
24159 +       exit ;;
24160 +    SEI:*:*:SEIUX)
24161 +        echo mips-sei-seiux${UNAME_RELEASE}
24162 +       exit ;;
24163 +    *:DragonFly:*:*)
24164 +       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
24165 +       exit ;;
24166 +    *:*VMS:*:*)
24167 +       UNAME_MACHINE=`(uname -p) 2>/dev/null`
24168 +       case "${UNAME_MACHINE}" in
24169 +           A*) echo alpha-dec-vms ; exit ;;
24170 +           I*) echo ia64-dec-vms ; exit ;;
24171 +           V*) echo vax-dec-vms ; exit ;;
24172 +       esac ;;
24173 +    *:XENIX:*:SysV)
24174 +       echo i386-pc-xenix
24175 +       exit ;;
24176 +    i*86:skyos:*:*)
24177 +       echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
24178 +       exit ;;
24179 +esac
24180 +
24181 +#echo '(No uname command or uname output not recognized.)' 1>&2
24182 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
24183 +
24184 +eval $set_cc_for_build
24185 +cat >$dummy.c <<EOF
24186 +#ifdef _SEQUENT_
24187 +# include <sys/types.h>
24188 +# include <sys/utsname.h>
24189 +#endif
24190 +main ()
24191 +{
24192 +#if defined (sony)
24193 +#if defined (MIPSEB)
24194 +  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
24195 +     I don't know....  */
24196 +  printf ("mips-sony-bsd\n"); exit (0);
24197 +#else
24198 +#include <sys/param.h>
24199 +  printf ("m68k-sony-newsos%s\n",
24200 +#ifdef NEWSOS4
24201 +          "4"
24202 +#else
24203 +         ""
24204 +#endif
24205 +         ); exit (0);
24206 +#endif
24207 +#endif
24208 +
24209 +#if defined (__arm) && defined (__acorn) && defined (__unix)
24210 +  printf ("arm-acorn-riscix\n"); exit (0);
24211 +#endif
24212 +
24213 +#if defined (hp300) && !defined (hpux)
24214 +  printf ("m68k-hp-bsd\n"); exit (0);
24215 +#endif
24216 +
24217 +#if defined (NeXT)
24218 +#if !defined (__ARCHITECTURE__)
24219 +#define __ARCHITECTURE__ "m68k"
24220 +#endif
24221 +  int version;
24222 +  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
24223 +  if (version < 4)
24224 +    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
24225 +  else
24226 +    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
24227 +  exit (0);
24228 +#endif
24229 +
24230 +#if defined (MULTIMAX) || defined (n16)
24231 +#if defined (UMAXV)
24232 +  printf ("ns32k-encore-sysv\n"); exit (0);
24233 +#else
24234 +#if defined (CMU)
24235 +  printf ("ns32k-encore-mach\n"); exit (0);
24236 +#else
24237 +  printf ("ns32k-encore-bsd\n"); exit (0);
24238 +#endif
24239 +#endif
24240 +#endif
24241 +
24242 +#if defined (__386BSD__)
24243 +  printf ("i386-pc-bsd\n"); exit (0);
24244 +#endif
24245 +
24246 +#if defined (sequent)
24247 +#if defined (i386)
24248 +  printf ("i386-sequent-dynix\n"); exit (0);
24249 +#endif
24250 +#if defined (ns32000)
24251 +  printf ("ns32k-sequent-dynix\n"); exit (0);
24252 +#endif
24253 +#endif
24254 +
24255 +#if defined (_SEQUENT_)
24256 +    struct utsname un;
24257 +
24258 +    uname(&un);
24259 +
24260 +    if (strncmp(un.version, "V2", 2) == 0) {
24261 +       printf ("i386-sequent-ptx2\n"); exit (0);
24262 +    }
24263 +    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
24264 +       printf ("i386-sequent-ptx1\n"); exit (0);
24265 +    }
24266 +    printf ("i386-sequent-ptx\n"); exit (0);
24267 +
24268 +#endif
24269 +
24270 +#if defined (vax)
24271 +# if !defined (ultrix)
24272 +#  include <sys/param.h>
24273 +#  if defined (BSD)
24274 +#   if BSD == 43
24275 +      printf ("vax-dec-bsd4.3\n"); exit (0);
24276 +#   else
24277 +#    if BSD == 199006
24278 +      printf ("vax-dec-bsd4.3reno\n"); exit (0);
24279 +#    else
24280 +      printf ("vax-dec-bsd\n"); exit (0);
24281 +#    endif
24282 +#   endif
24283 +#  else
24284 +    printf ("vax-dec-bsd\n"); exit (0);
24285 +#  endif
24286 +# else
24287 +    printf ("vax-dec-ultrix\n"); exit (0);
24288 +# endif
24289 +#endif
24290 +
24291 +#if defined (alliant) && defined (i860)
24292 +  printf ("i860-alliant-bsd\n"); exit (0);
24293 +#endif
24294 +
24295 +  exit (1);
24296 +}
24297 +EOF
24298 +
24299 +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
24300 +       { echo "$SYSTEM_NAME"; exit; }
24301 +
24302 +# Apollos put the system type in the environment.
24303 +
24304 +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
24305 +
24306 +# Convex versions that predate uname can use getsysinfo(1)
24307 +
24308 +if [ -x /usr/convex/getsysinfo ]
24309 +then
24310 +    case `getsysinfo -f cpu_type` in
24311 +    c1*)
24312 +       echo c1-convex-bsd
24313 +       exit ;;
24314 +    c2*)
24315 +       if getsysinfo -f scalar_acc
24316 +       then echo c32-convex-bsd
24317 +       else echo c2-convex-bsd
24318 +       fi
24319 +       exit ;;
24320 +    c34*)
24321 +       echo c34-convex-bsd
24322 +       exit ;;
24323 +    c38*)
24324 +       echo c38-convex-bsd
24325 +       exit ;;
24326 +    c4*)
24327 +       echo c4-convex-bsd
24328 +       exit ;;
24329 +    esac
24330 +fi
24331 +
24332 +cat >&2 <<EOF
24333 +$0: unable to guess system type
24334 +
24335 +This script, last modified $timestamp, has failed to recognize
24336 +the operating system you are using. It is advised that you
24337 +download the most up to date version of the config scripts from
24338 +
24339 +  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
24340 +and
24341 +  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
24342 +
24343 +If the version you run ($0) is already up to date, please
24344 +send the following data and any information you think might be
24345 +pertinent to <config-patches@gnu.org> in order to provide the needed
24346 +information to handle your system.
24347 +
24348 +config.guess timestamp = $timestamp
24349 +
24350 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
24351 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
24352 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
24353 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
24354 +
24355 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
24356 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
24357 +
24358 +hostinfo               = `(hostinfo) 2>/dev/null`
24359 +/bin/universe          = `(/bin/universe) 2>/dev/null`
24360 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
24361 +/bin/arch              = `(/bin/arch) 2>/dev/null`
24362 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
24363 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
24364 +
24365 +UNAME_MACHINE = ${UNAME_MACHINE}
24366 +UNAME_RELEASE = ${UNAME_RELEASE}
24367 +UNAME_SYSTEM  = ${UNAME_SYSTEM}
24368 +UNAME_VERSION = ${UNAME_VERSION}
24369 +EOF
24370 +
24371 +exit 1
24372 +
24373 +# Local variables:
24374 +# eval: (add-hook 'write-file-hooks 'time-stamp)
24375 +# time-stamp-start: "timestamp='"
24376 +# time-stamp-format: "%:y-%02m-%02d"
24377 +# time-stamp-end: "'"
24378 +# End:
24379 --- config/config.sub
24380 +++ config/config.sub
24381 @@ -0,0 +1,1579 @@
24382 +#! /bin/sh
24383 +# Configuration validation subroutine script.
24384 +#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
24385 +#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
24386 +
24387 +timestamp='2005-07-08'
24388 +
24389 +# This file is (in principle) common to ALL GNU software.
24390 +# The presence of a machine in this file suggests that SOME GNU software
24391 +# can handle that machine.  It does not imply ALL GNU software can.
24392 +#
24393 +# This file is free software; you can redistribute it and/or modify
24394 +# it under the terms of the GNU General Public License as published by
24395 +# the Free Software Foundation; either version 2 of the License, or
24396 +# (at your option) any later version.
24397 +#
24398 +# This program is distributed in the hope that it will be useful,
24399 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
24400 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24401 +# GNU General Public License for more details.
24402 +#
24403 +# You should have received a copy of the GNU General Public License
24404 +# along with this program; if not, write to the Free Software
24405 +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
24406 +# 02110-1301, USA.
24407 +#
24408 +# As a special exception to the GNU General Public License, if you
24409 +# distribute this file as part of a program that contains a
24410 +# configuration script generated by Autoconf, you may include it under
24411 +# the same distribution terms that you use for the rest of that program.
24412 +
24413 +
24414 +# Please send patches to <config-patches@gnu.org>.  Submit a context
24415 +# diff and a properly formatted ChangeLog entry.
24416 +#
24417 +# Configuration subroutine to validate and canonicalize a configuration type.
24418 +# Supply the specified configuration type as an argument.
24419 +# If it is invalid, we print an error message on stderr and exit with code 1.
24420 +# Otherwise, we print the canonical config type on stdout and succeed.
24421 +
24422 +# This file is supposed to be the same for all GNU packages
24423 +# and recognize all the CPU types, system types and aliases
24424 +# that are meaningful with *any* GNU software.
24425 +# Each package is responsible for reporting which valid configurations
24426 +# it does not support.  The user should be able to distinguish
24427 +# a failure to support a valid configuration from a meaningless
24428 +# configuration.
24429 +
24430 +# The goal of this file is to map all the various variations of a given
24431 +# machine specification into a single specification in the form:
24432 +#      CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
24433 +# or in some cases, the newer four-part form:
24434 +#      CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
24435 +# It is wrong to echo any other type of specification.
24436 +
24437 +me=`echo "$0" | sed -e 's,.*/,,'`
24438 +
24439 +usage="\
24440 +Usage: $0 [OPTION] CPU-MFR-OPSYS
24441 +       $0 [OPTION] ALIAS
24442 +
24443 +Canonicalize a configuration name.
24444 +
24445 +Operation modes:
24446 +  -h, --help         print this help, then exit
24447 +  -t, --time-stamp   print date of last modification, then exit
24448 +  -v, --version      print version number, then exit
24449 +
24450 +Report bugs and patches to <config-patches@gnu.org>."
24451 +
24452 +version="\
24453 +GNU config.sub ($timestamp)
24454 +
24455 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
24456 +Free Software Foundation, Inc.
24457 +
24458 +This is free software; see the source for copying conditions.  There is NO
24459 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
24460 +
24461 +help="
24462 +Try \`$me --help' for more information."
24463 +
24464 +# Parse command line
24465 +while test $# -gt 0 ; do
24466 +  case $1 in
24467 +    --time-stamp | --time* | -t )
24468 +       echo "$timestamp" ; exit ;;
24469 +    --version | -v )
24470 +       echo "$version" ; exit ;;
24471 +    --help | --h* | -h )
24472 +       echo "$usage"; exit ;;
24473 +    -- )     # Stop option processing
24474 +       shift; break ;;
24475 +    - )        # Use stdin as input.
24476 +       break ;;
24477 +    -* )
24478 +       echo "$me: invalid option $1$help"
24479 +       exit 1 ;;
24480 +
24481 +    *local*)
24482 +       # First pass through any local machine types.
24483 +       echo $1
24484 +       exit ;;
24485 +
24486 +    * )
24487 +       break ;;
24488 +  esac
24489 +done
24490 +
24491 +case $# in
24492 + 0) echo "$me: missing argument$help" >&2
24493 +    exit 1;;
24494 + 1) ;;
24495 + *) echo "$me: too many arguments$help" >&2
24496 +    exit 1;;
24497 +esac
24498 +
24499 +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
24500 +# Here we must recognize all the valid KERNEL-OS combinations.
24501 +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
24502 +case $maybe_os in
24503 +  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
24504 +  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
24505 +    os=-$maybe_os
24506 +    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
24507 +    ;;
24508 +  *)
24509 +    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
24510 +    if [ $basic_machine != $1 ]
24511 +    then os=`echo $1 | sed 's/.*-/-/'`
24512 +    else os=; fi
24513 +    ;;
24514 +esac
24515 +
24516 +### Let's recognize common machines as not being operating systems so
24517 +### that things like config.sub decstation-3100 work.  We also
24518 +### recognize some manufacturers as not being operating systems, so we
24519 +### can provide default operating systems below.
24520 +case $os in
24521 +       -sun*os*)
24522 +               # Prevent following clause from handling this invalid input.
24523 +               ;;
24524 +       -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
24525 +       -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
24526 +       -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
24527 +       -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
24528 +       -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
24529 +       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
24530 +       -apple | -axis | -knuth | -cray)
24531 +               os=
24532 +               basic_machine=$1
24533 +               ;;
24534 +       -sim | -cisco | -oki | -wec | -winbond)
24535 +               os=
24536 +               basic_machine=$1
24537 +               ;;
24538 +       -scout)
24539 +               ;;
24540 +       -wrs)
24541 +               os=-vxworks
24542 +               basic_machine=$1
24543 +               ;;
24544 +       -chorusos*)
24545 +               os=-chorusos
24546 +               basic_machine=$1
24547 +               ;;
24548 +       -chorusrdb)
24549 +               os=-chorusrdb
24550 +               basic_machine=$1
24551 +               ;;
24552 +       -hiux*)
24553 +               os=-hiuxwe2
24554 +               ;;
24555 +       -sco5)
24556 +               os=-sco3.2v5
24557 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24558 +               ;;
24559 +       -sco4)
24560 +               os=-sco3.2v4
24561 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24562 +               ;;
24563 +       -sco3.2.[4-9]*)
24564 +               os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
24565 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24566 +               ;;
24567 +       -sco3.2v[4-9]*)
24568 +               # Don't forget version if it is 3.2v4 or newer.
24569 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24570 +               ;;
24571 +       -sco*)
24572 +               os=-sco3.2v2
24573 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24574 +               ;;
24575 +       -udk*)
24576 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24577 +               ;;
24578 +       -isc)
24579 +               os=-isc2.2
24580 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24581 +               ;;
24582 +       -clix*)
24583 +               basic_machine=clipper-intergraph
24584 +               ;;
24585 +       -isc*)
24586 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
24587 +               ;;
24588 +       -lynx*)
24589 +               os=-lynxos
24590 +               ;;
24591 +       -ptx*)
24592 +               basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
24593 +               ;;
24594 +       -windowsnt*)
24595 +               os=`echo $os | sed -e 's/windowsnt/winnt/'`
24596 +               ;;
24597 +       -psos*)
24598 +               os=-psos
24599 +               ;;
24600 +       -mint | -mint[0-9]*)
24601 +               basic_machine=m68k-atari
24602 +               os=-mint
24603 +               ;;
24604 +esac
24605 +
24606 +# Decode aliases for certain CPU-COMPANY combinations.
24607 +case $basic_machine in
24608 +       # Recognize the basic CPU types without company name.
24609 +       # Some are omitted here because they have special meanings below.
24610 +       1750a | 580 \
24611 +       | a29k \
24612 +       | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
24613 +       | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
24614 +       | am33_2.0 \
24615 +       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
24616 +       | bfin \
24617 +       | c4x | clipper \
24618 +       | d10v | d30v | dlx | dsp16xx \
24619 +       | fr30 | frv \
24620 +       | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
24621 +       | i370 | i860 | i960 | ia64 \
24622 +       | ip2k | iq2000 \
24623 +       | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
24624 +       | mips | mipsbe | mipseb | mipsel | mipsle \
24625 +       | mips16 \
24626 +       | mips64 | mips64el \
24627 +       | mips64vr | mips64vrel \
24628 +       | mips64orion | mips64orionel \
24629 +       | mips64vr4100 | mips64vr4100el \
24630 +       | mips64vr4300 | mips64vr4300el \
24631 +       | mips64vr5000 | mips64vr5000el \
24632 +       | mips64vr5900 | mips64vr5900el \
24633 +       | mipsisa32 | mipsisa32el \
24634 +       | mipsisa32r2 | mipsisa32r2el \
24635 +       | mipsisa64 | mipsisa64el \
24636 +       | mipsisa64r2 | mipsisa64r2el \
24637 +       | mipsisa64sb1 | mipsisa64sb1el \
24638 +       | mipsisa64sr71k | mipsisa64sr71kel \
24639 +       | mipstx39 | mipstx39el \
24640 +       | mn10200 | mn10300 \
24641 +       | ms1 \
24642 +       | msp430 \
24643 +       | ns16k | ns32k \
24644 +       | or32 \
24645 +       | pdp10 | pdp11 | pj | pjl \
24646 +       | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
24647 +       | pyramid \
24648 +       | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
24649 +       | sh64 | sh64le \
24650 +       | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
24651 +       | sparcv8 | sparcv9 | sparcv9b \
24652 +       | strongarm \
24653 +       | tahoe | thumb | tic4x | tic80 | tron \
24654 +       | v850 | v850e \
24655 +       | we32k \
24656 +       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
24657 +       | z8k)
24658 +               basic_machine=$basic_machine-unknown
24659 +               ;;
24660 +       m32c)
24661 +               basic_machine=$basic_machine-unknown
24662 +               ;;
24663 +       m6811 | m68hc11 | m6812 | m68hc12)
24664 +               # Motorola 68HC11/12.
24665 +               basic_machine=$basic_machine-unknown
24666 +               os=-none
24667 +               ;;
24668 +       m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
24669 +               ;;
24670 +
24671 +       # We use `pc' rather than `unknown'
24672 +       # because (1) that's what they normally are, and
24673 +       # (2) the word "unknown" tends to confuse beginning users.
24674 +       i*86 | x86_64)
24675 +         basic_machine=$basic_machine-pc
24676 +         ;;
24677 +       # Object if more than one company name word.
24678 +       *-*-*)
24679 +               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
24680 +               exit 1
24681 +               ;;
24682 +       # Recognize the basic CPU types with company name.
24683 +       580-* \
24684 +       | a29k-* \
24685 +       | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
24686 +       | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
24687 +       | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
24688 +       | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
24689 +       | avr-* \
24690 +       | bfin-* | bs2000-* \
24691 +       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
24692 +       | clipper-* | craynv-* | cydra-* \
24693 +       | d10v-* | d30v-* | dlx-* \
24694 +       | elxsi-* \
24695 +       | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
24696 +       | h8300-* | h8500-* \
24697 +       | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
24698 +       | i*86-* | i860-* | i960-* | ia64-* \
24699 +       | ip2k-* | iq2000-* \
24700 +       | m32r-* | m32rle-* \
24701 +       | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
24702 +       | m88110-* | m88k-* | maxq-* | mcore-* \
24703 +       | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
24704 +       | mips16-* \
24705 +       | mips64-* | mips64el-* \
24706 +       | mips64vr-* | mips64vrel-* \
24707 +       | mips64orion-* | mips64orionel-* \
24708 +       | mips64vr4100-* | mips64vr4100el-* \
24709 +       | mips64vr4300-* | mips64vr4300el-* \
24710 +       | mips64vr5000-* | mips64vr5000el-* \
24711 +       | mips64vr5900-* | mips64vr5900el-* \
24712 +       | mipsisa32-* | mipsisa32el-* \
24713 +       | mipsisa32r2-* | mipsisa32r2el-* \
24714 +       | mipsisa64-* | mipsisa64el-* \
24715 +       | mipsisa64r2-* | mipsisa64r2el-* \
24716 +       | mipsisa64sb1-* | mipsisa64sb1el-* \
24717 +       | mipsisa64sr71k-* | mipsisa64sr71kel-* \
24718 +       | mipstx39-* | mipstx39el-* \
24719 +       | mmix-* \
24720 +       | ms1-* \
24721 +       | msp430-* \
24722 +       | none-* | np1-* | ns16k-* | ns32k-* \
24723 +       | orion-* \
24724 +       | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
24725 +       | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
24726 +       | pyramid-* \
24727 +       | romp-* | rs6000-* \
24728 +       | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
24729 +       | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
24730 +       | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
24731 +       | sparclite-* \
24732 +       | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
24733 +       | tahoe-* | thumb-* \
24734 +       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
24735 +       | tron-* \
24736 +       | v850-* | v850e-* | vax-* \
24737 +       | we32k-* \
24738 +       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
24739 +       | xstormy16-* | xtensa-* \
24740 +       | ymp-* \
24741 +       | z8k-*)
24742 +               ;;
24743 +       m32c-*)
24744 +               ;;
24745 +       # Recognize the various machine names and aliases which stand
24746 +       # for a CPU type and a company and sometimes even an OS.
24747 +       386bsd)
24748 +               basic_machine=i386-unknown
24749 +               os=-bsd
24750 +               ;;
24751 +       3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
24752 +               basic_machine=m68000-att
24753 +               ;;
24754 +       3b*)
24755 +               basic_machine=we32k-att
24756 +               ;;
24757 +       a29khif)
24758 +               basic_machine=a29k-amd
24759 +               os=-udi
24760 +               ;;
24761 +       abacus)
24762 +               basic_machine=abacus-unknown
24763 +               ;;
24764 +       adobe68k)
24765 +               basic_machine=m68010-adobe
24766 +               os=-scout
24767 +               ;;
24768 +       alliant | fx80)
24769 +               basic_machine=fx80-alliant
24770 +               ;;
24771 +       altos | altos3068)
24772 +               basic_machine=m68k-altos
24773 +               ;;
24774 +       am29k)
24775 +               basic_machine=a29k-none
24776 +               os=-bsd
24777 +               ;;
24778 +       amd64)
24779 +               basic_machine=x86_64-pc
24780 +               ;;
24781 +       amd64-*)
24782 +               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
24783 +               ;;
24784 +       amdahl)
24785 +               basic_machine=580-amdahl
24786 +               os=-sysv
24787 +               ;;
24788 +       amiga | amiga-*)
24789 +               basic_machine=m68k-unknown
24790 +               ;;
24791 +       amigaos | amigados)
24792 +               basic_machine=m68k-unknown
24793 +               os=-amigaos
24794 +               ;;
24795 +       amigaunix | amix)
24796 +               basic_machine=m68k-unknown
24797 +               os=-sysv4
24798 +               ;;
24799 +       apollo68)
24800 +               basic_machine=m68k-apollo
24801 +               os=-sysv
24802 +               ;;
24803 +       apollo68bsd)
24804 +               basic_machine=m68k-apollo
24805 +               os=-bsd
24806 +               ;;
24807 +       aux)
24808 +               basic_machine=m68k-apple
24809 +               os=-aux
24810 +               ;;
24811 +       balance)
24812 +               basic_machine=ns32k-sequent
24813 +               os=-dynix
24814 +               ;;
24815 +       c90)
24816 +               basic_machine=c90-cray
24817 +               os=-unicos
24818 +               ;;
24819 +       convex-c1)
24820 +               basic_machine=c1-convex
24821 +               os=-bsd
24822 +               ;;
24823 +       convex-c2)
24824 +               basic_machine=c2-convex
24825 +               os=-bsd
24826 +               ;;
24827 +       convex-c32)
24828 +               basic_machine=c32-convex
24829 +               os=-bsd
24830 +               ;;
24831 +       convex-c34)
24832 +               basic_machine=c34-convex
24833 +               os=-bsd
24834 +               ;;
24835 +       convex-c38)
24836 +               basic_machine=c38-convex
24837 +               os=-bsd
24838 +               ;;
24839 +       cray | j90)
24840 +               basic_machine=j90-cray
24841 +               os=-unicos
24842 +               ;;
24843 +       craynv)
24844 +               basic_machine=craynv-cray
24845 +               os=-unicosmp
24846 +               ;;
24847 +       cr16c)
24848 +               basic_machine=cr16c-unknown
24849 +               os=-elf
24850 +               ;;
24851 +       crds | unos)
24852 +               basic_machine=m68k-crds
24853 +               ;;
24854 +       crisv32 | crisv32-* | etraxfs*)
24855 +               basic_machine=crisv32-axis
24856 +               ;;
24857 +       cris | cris-* | etrax*)
24858 +               basic_machine=cris-axis
24859 +               ;;
24860 +       crx)
24861 +               basic_machine=crx-unknown
24862 +               os=-elf
24863 +               ;;
24864 +       da30 | da30-*)
24865 +               basic_machine=m68k-da30
24866 +               ;;
24867 +       decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
24868 +               basic_machine=mips-dec
24869 +               ;;
24870 +       decsystem10* | dec10*)
24871 +               basic_machine=pdp10-dec
24872 +               os=-tops10
24873 +               ;;
24874 +       decsystem20* | dec20*)
24875 +               basic_machine=pdp10-dec
24876 +               os=-tops20
24877 +               ;;
24878 +       delta | 3300 | motorola-3300 | motorola-delta \
24879 +             | 3300-motorola | delta-motorola)
24880 +               basic_machine=m68k-motorola
24881 +               ;;
24882 +       delta88)
24883 +               basic_machine=m88k-motorola
24884 +               os=-sysv3
24885 +               ;;
24886 +       djgpp)
24887 +               basic_machine=i586-pc
24888 +               os=-msdosdjgpp
24889 +               ;;
24890 +       dpx20 | dpx20-*)
24891 +               basic_machine=rs6000-bull
24892 +               os=-bosx
24893 +               ;;
24894 +       dpx2* | dpx2*-bull)
24895 +               basic_machine=m68k-bull
24896 +               os=-sysv3
24897 +               ;;
24898 +       ebmon29k)
24899 +               basic_machine=a29k-amd
24900 +               os=-ebmon
24901 +               ;;
24902 +       elxsi)
24903 +               basic_machine=elxsi-elxsi
24904 +               os=-bsd
24905 +               ;;
24906 +       encore | umax | mmax)
24907 +               basic_machine=ns32k-encore
24908 +               ;;
24909 +       es1800 | OSE68k | ose68k | ose | OSE)
24910 +               basic_machine=m68k-ericsson
24911 +               os=-ose
24912 +               ;;
24913 +       fx2800)
24914 +               basic_machine=i860-alliant
24915 +               ;;
24916 +       genix)
24917 +               basic_machine=ns32k-ns
24918 +               ;;
24919 +       gmicro)
24920 +               basic_machine=tron-gmicro
24921 +               os=-sysv
24922 +               ;;
24923 +       go32)
24924 +               basic_machine=i386-pc
24925 +               os=-go32
24926 +               ;;
24927 +       h3050r* | hiux*)
24928 +               basic_machine=hppa1.1-hitachi
24929 +               os=-hiuxwe2
24930 +               ;;
24931 +       h8300hms)
24932 +               basic_machine=h8300-hitachi
24933 +               os=-hms
24934 +               ;;
24935 +       h8300xray)
24936 +               basic_machine=h8300-hitachi
24937 +               os=-xray
24938 +               ;;
24939 +       h8500hms)
24940 +               basic_machine=h8500-hitachi
24941 +               os=-hms
24942 +               ;;
24943 +       harris)
24944 +               basic_machine=m88k-harris
24945 +               os=-sysv3
24946 +               ;;
24947 +       hp300-*)
24948 +               basic_machine=m68k-hp
24949 +               ;;
24950 +       hp300bsd)
24951 +               basic_machine=m68k-hp
24952 +               os=-bsd
24953 +               ;;
24954 +       hp300hpux)
24955 +               basic_machine=m68k-hp
24956 +               os=-hpux
24957 +               ;;
24958 +       hp3k9[0-9][0-9] | hp9[0-9][0-9])
24959 +               basic_machine=hppa1.0-hp
24960 +               ;;
24961 +       hp9k2[0-9][0-9] | hp9k31[0-9])
24962 +               basic_machine=m68000-hp
24963 +               ;;
24964 +       hp9k3[2-9][0-9])
24965 +               basic_machine=m68k-hp
24966 +               ;;
24967 +       hp9k6[0-9][0-9] | hp6[0-9][0-9])
24968 +               basic_machine=hppa1.0-hp
24969 +               ;;
24970 +       hp9k7[0-79][0-9] | hp7[0-79][0-9])
24971 +               basic_machine=hppa1.1-hp
24972 +               ;;
24973 +       hp9k78[0-9] | hp78[0-9])
24974 +               # FIXME: really hppa2.0-hp
24975 +               basic_machine=hppa1.1-hp
24976 +               ;;
24977 +       hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
24978 +               # FIXME: really hppa2.0-hp
24979 +               basic_machine=hppa1.1-hp
24980 +               ;;
24981 +       hp9k8[0-9][13679] | hp8[0-9][13679])
24982 +               basic_machine=hppa1.1-hp
24983 +               ;;
24984 +       hp9k8[0-9][0-9] | hp8[0-9][0-9])
24985 +               basic_machine=hppa1.0-hp
24986 +               ;;
24987 +       hppa-next)
24988 +               os=-nextstep3
24989 +               ;;
24990 +       hppaosf)
24991 +               basic_machine=hppa1.1-hp
24992 +               os=-osf
24993 +               ;;
24994 +       hppro)
24995 +               basic_machine=hppa1.1-hp
24996 +               os=-proelf
24997 +               ;;
24998 +       i370-ibm* | ibm*)
24999 +               basic_machine=i370-ibm
25000 +               ;;
25001 +# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
25002 +       i*86v32)
25003 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
25004 +               os=-sysv32
25005 +               ;;
25006 +       i*86v4*)
25007 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
25008 +               os=-sysv4
25009 +               ;;
25010 +       i*86v)
25011 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
25012 +               os=-sysv
25013 +               ;;
25014 +       i*86sol2)
25015 +               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
25016 +               os=-solaris2
25017 +               ;;
25018 +       i386mach)
25019 +               basic_machine=i386-mach
25020 +               os=-mach
25021 +               ;;
25022 +       i386-vsta | vsta)
25023 +               basic_machine=i386-unknown
25024 +               os=-vsta
25025 +               ;;
25026 +       iris | iris4d)
25027 +               basic_machine=mips-sgi
25028 +               case $os in
25029 +                   -irix*)
25030 +                       ;;
25031 +                   *)
25032 +                       os=-irix4
25033 +                       ;;
25034 +               esac
25035 +               ;;
25036 +       isi68 | isi)
25037 +               basic_machine=m68k-isi
25038 +               os=-sysv
25039 +               ;;
25040 +       m88k-omron*)
25041 +               basic_machine=m88k-omron
25042 +               ;;
25043 +       magnum | m3230)
25044 +               basic_machine=mips-mips
25045 +               os=-sysv
25046 +               ;;
25047 +       merlin)
25048 +               basic_machine=ns32k-utek
25049 +               os=-sysv
25050 +               ;;
25051 +       mingw32)
25052 +               basic_machine=i386-pc
25053 +               os=-mingw32
25054 +               ;;
25055 +       miniframe)
25056 +               basic_machine=m68000-convergent
25057 +               ;;
25058 +       *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
25059 +               basic_machine=m68k-atari
25060 +               os=-mint
25061 +               ;;
25062 +       mips3*-*)
25063 +               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
25064 +               ;;
25065 +       mips3*)
25066 +               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
25067 +               ;;
25068 +       monitor)
25069 +               basic_machine=m68k-rom68k
25070 +               os=-coff
25071 +               ;;
25072 +       morphos)
25073 +               basic_machine=powerpc-unknown
25074 +               os=-morphos
25075 +               ;;
25076 +       msdos)
25077 +               basic_machine=i386-pc
25078 +               os=-msdos
25079 +               ;;
25080 +       mvs)
25081 +               basic_machine=i370-ibm
25082 +               os=-mvs
25083 +               ;;
25084 +       ncr3000)
25085 +               basic_machine=i486-ncr
25086 +               os=-sysv4
25087 +               ;;
25088 +       netbsd386)
25089 +               basic_machine=i386-unknown
25090 +               os=-netbsd
25091 +               ;;
25092 +       netwinder)
25093 +               basic_machine=armv4l-rebel
25094 +               os=-linux
25095 +               ;;
25096 +       news | news700 | news800 | news900)
25097 +               basic_machine=m68k-sony
25098 +               os=-newsos
25099 +               ;;
25100 +       news1000)
25101 +               basic_machine=m68030-sony
25102 +               os=-newsos
25103 +               ;;
25104 +       news-3600 | risc-news)
25105 +               basic_machine=mips-sony
25106 +               os=-newsos
25107 +               ;;
25108 +       necv70)
25109 +               basic_machine=v70-nec
25110 +               os=-sysv
25111 +               ;;
25112 +       next | m*-next )
25113 +               basic_machine=m68k-next
25114 +               case $os in
25115 +                   -nextstep* )
25116 +                       ;;
25117 +                   -ns2*)
25118 +                     os=-nextstep2
25119 +                       ;;
25120 +                   *)
25121 +                     os=-nextstep3
25122 +                       ;;
25123 +               esac
25124 +               ;;
25125 +       nh3000)
25126 +               basic_machine=m68k-harris
25127 +               os=-cxux
25128 +               ;;
25129 +       nh[45]000)
25130 +               basic_machine=m88k-harris
25131 +               os=-cxux
25132 +               ;;
25133 +       nindy960)
25134 +               basic_machine=i960-intel
25135 +               os=-nindy
25136 +               ;;
25137 +       mon960)
25138 +               basic_machine=i960-intel
25139 +               os=-mon960
25140 +               ;;
25141 +       nonstopux)
25142 +               basic_machine=mips-compaq
25143 +               os=-nonstopux
25144 +               ;;
25145 +       np1)
25146 +               basic_machine=np1-gould
25147 +               ;;
25148 +       nsr-tandem)
25149 +               basic_machine=nsr-tandem
25150 +               ;;
25151 +       op50n-* | op60c-*)
25152 +               basic_machine=hppa1.1-oki
25153 +               os=-proelf
25154 +               ;;
25155 +       openrisc | openrisc-*)
25156 +               basic_machine=or32-unknown
25157 +               ;;
25158 +       os400)
25159 +               basic_machine=powerpc-ibm
25160 +               os=-os400
25161 +               ;;
25162 +       OSE68000 | ose68000)
25163 +               basic_machine=m68000-ericsson
25164 +               os=-ose
25165 +               ;;
25166 +       os68k)
25167 +               basic_machine=m68k-none
25168 +               os=-os68k
25169 +               ;;
25170 +       pa-hitachi)
25171 +               basic_machine=hppa1.1-hitachi
25172 +               os=-hiuxwe2
25173 +               ;;
25174 +       paragon)
25175 +               basic_machine=i860-intel
25176 +               os=-osf
25177 +               ;;
25178 +       pbd)
25179 +               basic_machine=sparc-tti
25180 +               ;;
25181 +       pbb)
25182 +               basic_machine=m68k-tti
25183 +               ;;
25184 +       pc532 | pc532-*)
25185 +               basic_machine=ns32k-pc532
25186 +               ;;
25187 +       pentium | p5 | k5 | k6 | nexgen | viac3)
25188 +               basic_machine=i586-pc
25189 +               ;;
25190 +       pentiumpro | p6 | 6x86 | athlon | athlon_*)
25191 +               basic_machine=i686-pc
25192 +               ;;
25193 +       pentiumii | pentium2 | pentiumiii | pentium3)
25194 +               basic_machine=i686-pc
25195 +               ;;
25196 +       pentium4)
25197 +               basic_machine=i786-pc
25198 +               ;;
25199 +       pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
25200 +               basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
25201 +               ;;
25202 +       pentiumpro-* | p6-* | 6x86-* | athlon-*)
25203 +               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
25204 +               ;;
25205 +       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
25206 +               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
25207 +               ;;
25208 +       pentium4-*)
25209 +               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
25210 +               ;;
25211 +       pn)
25212 +               basic_machine=pn-gould
25213 +               ;;
25214 +       power)  basic_machine=power-ibm
25215 +               ;;
25216 +       ppc)    basic_machine=powerpc-unknown
25217 +               ;;
25218 +       ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
25219 +               ;;
25220 +       ppcle | powerpclittle | ppc-le | powerpc-little)
25221 +               basic_machine=powerpcle-unknown
25222 +               ;;
25223 +       ppcle-* | powerpclittle-*)
25224 +               basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
25225 +               ;;
25226 +       ppc64)  basic_machine=powerpc64-unknown
25227 +               ;;
25228 +       ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
25229 +               ;;
25230 +       ppc64le | powerpc64little | ppc64-le | powerpc64-little)
25231 +               basic_machine=powerpc64le-unknown
25232 +               ;;
25233 +       ppc64le-* | powerpc64little-*)
25234 +               basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
25235 +               ;;
25236 +       ps2)
25237 +               basic_machine=i386-ibm
25238 +               ;;
25239 +       pw32)
25240 +               basic_machine=i586-unknown
25241 +               os=-pw32
25242 +               ;;
25243 +       rom68k)
25244 +               basic_machine=m68k-rom68k
25245 +               os=-coff
25246 +               ;;
25247 +       rm[46]00)
25248 +               basic_machine=mips-siemens
25249 +               ;;
25250 +       rtpc | rtpc-*)
25251 +               basic_machine=romp-ibm
25252 +               ;;
25253 +       s390 | s390-*)
25254 +               basic_machine=s390-ibm
25255 +               ;;
25256 +       s390x | s390x-*)
25257 +               basic_machine=s390x-ibm
25258 +               ;;
25259 +       sa29200)
25260 +               basic_machine=a29k-amd
25261 +               os=-udi
25262 +               ;;
25263 +       sb1)
25264 +               basic_machine=mipsisa64sb1-unknown
25265 +               ;;
25266 +       sb1el)
25267 +               basic_machine=mipsisa64sb1el-unknown
25268 +               ;;
25269 +       sei)
25270 +               basic_machine=mips-sei
25271 +               os=-seiux
25272 +               ;;
25273 +       sequent)
25274 +               basic_machine=i386-sequent
25275 +               ;;
25276 +       sh)
25277 +               basic_machine=sh-hitachi
25278 +               os=-hms
25279 +               ;;
25280 +       sh64)
25281 +               basic_machine=sh64-unknown
25282 +               ;;
25283 +       sparclite-wrs | simso-wrs)
25284 +               basic_machine=sparclite-wrs
25285 +               os=-vxworks
25286 +               ;;
25287 +       sps7)
25288 +               basic_machine=m68k-bull
25289 +               os=-sysv2
25290 +               ;;
25291 +       spur)
25292 +               basic_machine=spur-unknown
25293 +               ;;
25294 +       st2000)
25295 +               basic_machine=m68k-tandem
25296 +               ;;
25297 +       stratus)
25298 +               basic_machine=i860-stratus
25299 +               os=-sysv4
25300 +               ;;
25301 +       sun2)
25302 +               basic_machine=m68000-sun
25303 +               ;;
25304 +       sun2os3)
25305 +               basic_machine=m68000-sun
25306 +               os=-sunos3
25307 +               ;;
25308 +       sun2os4)
25309 +               basic_machine=m68000-sun
25310 +               os=-sunos4
25311 +               ;;
25312 +       sun3os3)
25313 +               basic_machine=m68k-sun
25314 +               os=-sunos3
25315 +               ;;
25316 +       sun3os4)
25317 +               basic_machine=m68k-sun
25318 +               os=-sunos4
25319 +               ;;
25320 +       sun4os3)
25321 +               basic_machine=sparc-sun
25322 +               os=-sunos3
25323 +               ;;
25324 +       sun4os4)
25325 +               basic_machine=sparc-sun
25326 +               os=-sunos4
25327 +               ;;
25328 +       sun4sol2)
25329 +               basic_machine=sparc-sun
25330 +               os=-solaris2
25331 +               ;;
25332 +       sun3 | sun3-*)
25333 +               basic_machine=m68k-sun
25334 +               ;;
25335 +       sun4)
25336 +               basic_machine=sparc-sun
25337 +               ;;
25338 +       sun386 | sun386i | roadrunner)
25339 +               basic_machine=i386-sun
25340 +               ;;
25341 +       sv1)
25342 +               basic_machine=sv1-cray
25343 +               os=-unicos
25344 +               ;;
25345 +       symmetry)
25346 +               basic_machine=i386-sequent
25347 +               os=-dynix
25348 +               ;;
25349 +       t3e)
25350 +               basic_machine=alphaev5-cray
25351 +               os=-unicos
25352 +               ;;
25353 +       t90)
25354 +               basic_machine=t90-cray
25355 +               os=-unicos
25356 +               ;;
25357 +       tic54x | c54x*)
25358 +               basic_machine=tic54x-unknown
25359 +               os=-coff
25360 +               ;;
25361 +       tic55x | c55x*)
25362 +               basic_machine=tic55x-unknown
25363 +               os=-coff
25364 +               ;;
25365 +       tic6x | c6x*)
25366 +               basic_machine=tic6x-unknown
25367 +               os=-coff
25368 +               ;;
25369 +       tx39)
25370 +               basic_machine=mipstx39-unknown
25371 +               ;;
25372 +       tx39el)
25373 +               basic_machine=mipstx39el-unknown
25374 +               ;;
25375 +       toad1)
25376 +               basic_machine=pdp10-xkl
25377 +               os=-tops20
25378 +               ;;
25379 +       tower | tower-32)
25380 +               basic_machine=m68k-ncr
25381 +               ;;
25382 +       tpf)
25383 +               basic_machine=s390x-ibm
25384 +               os=-tpf
25385 +               ;;
25386 +       udi29k)
25387 +               basic_machine=a29k-amd
25388 +               os=-udi
25389 +               ;;
25390 +       ultra3)
25391 +               basic_machine=a29k-nyu
25392 +               os=-sym1
25393 +               ;;
25394 +       v810 | necv810)
25395 +               basic_machine=v810-nec
25396 +               os=-none
25397 +               ;;
25398 +       vaxv)
25399 +               basic_machine=vax-dec
25400 +               os=-sysv
25401 +               ;;
25402 +       vms)
25403 +               basic_machine=vax-dec
25404 +               os=-vms
25405 +               ;;
25406 +       vpp*|vx|vx-*)
25407 +               basic_machine=f301-fujitsu
25408 +               ;;
25409 +       vxworks960)
25410 +               basic_machine=i960-wrs
25411 +               os=-vxworks
25412 +               ;;
25413 +       vxworks68)
25414 +               basic_machine=m68k-wrs
25415 +               os=-vxworks
25416 +               ;;
25417 +       vxworks29k)
25418 +               basic_machine=a29k-wrs
25419 +               os=-vxworks
25420 +               ;;
25421 +       w65*)
25422 +               basic_machine=w65-wdc
25423 +               os=-none
25424 +               ;;
25425 +       w89k-*)
25426 +               basic_machine=hppa1.1-winbond
25427 +               os=-proelf
25428 +               ;;
25429 +       xbox)
25430 +               basic_machine=i686-pc
25431 +               os=-mingw32
25432 +               ;;
25433 +       xps | xps100)
25434 +               basic_machine=xps100-honeywell
25435 +               ;;
25436 +       ymp)
25437 +               basic_machine=ymp-cray
25438 +               os=-unicos
25439 +               ;;
25440 +       z8k-*-coff)
25441 +               basic_machine=z8k-unknown
25442 +               os=-sim
25443 +               ;;
25444 +       none)
25445 +               basic_machine=none-none
25446 +               os=-none
25447 +               ;;
25448 +
25449 +# Here we handle the default manufacturer of certain CPU types.  It is in
25450 +# some cases the only manufacturer, in others, it is the most popular.
25451 +       w89k)
25452 +               basic_machine=hppa1.1-winbond
25453 +               ;;
25454 +       op50n)
25455 +               basic_machine=hppa1.1-oki
25456 +               ;;
25457 +       op60c)
25458 +               basic_machine=hppa1.1-oki
25459 +               ;;
25460 +       romp)
25461 +               basic_machine=romp-ibm
25462 +               ;;
25463 +       mmix)
25464 +               basic_machine=mmix-knuth
25465 +               ;;
25466 +       rs6000)
25467 +               basic_machine=rs6000-ibm
25468 +               ;;
25469 +       vax)
25470 +               basic_machine=vax-dec
25471 +               ;;
25472 +       pdp10)
25473 +               # there are many clones, so DEC is not a safe bet
25474 +               basic_machine=pdp10-unknown
25475 +               ;;
25476 +       pdp11)
25477 +               basic_machine=pdp11-dec
25478 +               ;;
25479 +       we32k)
25480 +               basic_machine=we32k-att
25481 +               ;;
25482 +       sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
25483 +               basic_machine=sh-unknown
25484 +               ;;
25485 +       sparc | sparcv8 | sparcv9 | sparcv9b)
25486 +               basic_machine=sparc-sun
25487 +               ;;
25488 +       cydra)
25489 +               basic_machine=cydra-cydrome
25490 +               ;;
25491 +       orion)
25492 +               basic_machine=orion-highlevel
25493 +               ;;
25494 +       orion105)
25495 +               basic_machine=clipper-highlevel
25496 +               ;;
25497 +       mac | mpw | mac-mpw)
25498 +               basic_machine=m68k-apple
25499 +               ;;
25500 +       pmac | pmac-mpw)
25501 +               basic_machine=powerpc-apple
25502 +               ;;
25503 +       *-unknown)
25504 +               # Make sure to match an already-canonicalized machine name.
25505 +               ;;
25506 +       *)
25507 +               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
25508 +               exit 1
25509 +               ;;
25510 +esac
25511 +
25512 +# Here we canonicalize certain aliases for manufacturers.
25513 +case $basic_machine in
25514 +       *-digital*)
25515 +               basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
25516 +               ;;
25517 +       *-commodore*)
25518 +               basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
25519 +               ;;
25520 +       *)
25521 +               ;;
25522 +esac
25523 +
25524 +# Decode manufacturer-specific aliases for certain operating systems.
25525 +
25526 +if [ x"$os" != x"" ]
25527 +then
25528 +case $os in
25529 +        # First match some system type aliases
25530 +        # that might get confused with valid system types.
25531 +       # -solaris* is a basic system type, with this one exception.
25532 +       -solaris1 | -solaris1.*)
25533 +               os=`echo $os | sed -e 's|solaris1|sunos4|'`
25534 +               ;;
25535 +       -solaris)
25536 +               os=-solaris2
25537 +               ;;
25538 +       -svr4*)
25539 +               os=-sysv4
25540 +               ;;
25541 +       -unixware*)
25542 +               os=-sysv4.2uw
25543 +               ;;
25544 +       -gnu/linux*)
25545 +               os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
25546 +               ;;
25547 +       # First accept the basic system types.
25548 +       # The portable systems comes first.
25549 +       # Each alternative MUST END IN A *, to match a version number.
25550 +       # -sysv* is not here because it comes later, after sysvr4.
25551 +       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
25552 +             | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
25553 +             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
25554 +             | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
25555 +             | -aos* \
25556 +             | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
25557 +             | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
25558 +             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
25559 +             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
25560 +             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
25561 +             | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
25562 +             | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
25563 +             | -chorusos* | -chorusrdb* \
25564 +             | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
25565 +             | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
25566 +             | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
25567 +             | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
25568 +             | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
25569 +             | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
25570 +             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
25571 +             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
25572 +             | -skyos* | -haiku*)
25573 +       # Remember, each alternative MUST END IN *, to match a version number.
25574 +               ;;
25575 +       -qnx*)
25576 +               case $basic_machine in
25577 +                   x86-* | i*86-*)
25578 +                       ;;
25579 +                   *)
25580 +                       os=-nto$os
25581 +                       ;;
25582 +               esac
25583 +               ;;
25584 +       -nto-qnx*)
25585 +               ;;
25586 +       -nto*)
25587 +               os=`echo $os | sed -e 's|nto|nto-qnx|'`
25588 +               ;;
25589 +       -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
25590 +             | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
25591 +             | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
25592 +               ;;
25593 +       -mac*)
25594 +               os=`echo $os | sed -e 's|mac|macos|'`
25595 +               ;;
25596 +       -linux-dietlibc)
25597 +               os=-linux-dietlibc
25598 +               ;;
25599 +       -linux*)
25600 +               os=`echo $os | sed -e 's|linux|linux-gnu|'`
25601 +               ;;
25602 +       -sunos5*)
25603 +               os=`echo $os | sed -e 's|sunos5|solaris2|'`
25604 +               ;;
25605 +       -sunos6*)
25606 +               os=`echo $os | sed -e 's|sunos6|solaris3|'`
25607 +               ;;
25608 +       -opened*)
25609 +               os=-openedition
25610 +               ;;
25611 +        -os400*)
25612 +               os=-os400
25613 +               ;;
25614 +       -wince*)
25615 +               os=-wince
25616 +               ;;
25617 +       -osfrose*)
25618 +               os=-osfrose
25619 +               ;;
25620 +       -osf*)
25621 +               os=-osf
25622 +               ;;
25623 +       -utek*)
25624 +               os=-bsd
25625 +               ;;
25626 +       -dynix*)
25627 +               os=-bsd
25628 +               ;;
25629 +       -acis*)
25630 +               os=-aos
25631 +               ;;
25632 +       -atheos*)
25633 +               os=-atheos
25634 +               ;;
25635 +       -syllable*)
25636 +               os=-syllable
25637 +               ;;
25638 +       -386bsd)
25639 +               os=-bsd
25640 +               ;;
25641 +       -ctix* | -uts*)
25642 +               os=-sysv
25643 +               ;;
25644 +       -nova*)
25645 +               os=-rtmk-nova
25646 +               ;;
25647 +       -ns2 )
25648 +               os=-nextstep2
25649 +               ;;
25650 +       -nsk*)
25651 +               os=-nsk
25652 +               ;;
25653 +       # Preserve the version number of sinix5.
25654 +       -sinix5.*)
25655 +               os=`echo $os | sed -e 's|sinix|sysv|'`
25656 +               ;;
25657 +       -sinix*)
25658 +               os=-sysv4
25659 +               ;;
25660 +        -tpf*)
25661 +               os=-tpf
25662 +               ;;
25663 +       -triton*)
25664 +               os=-sysv3
25665 +               ;;
25666 +       -oss*)
25667 +               os=-sysv3
25668 +               ;;
25669 +       -svr4)
25670 +               os=-sysv4
25671 +               ;;
25672 +       -svr3)
25673 +               os=-sysv3
25674 +               ;;
25675 +       -sysvr4)
25676 +               os=-sysv4
25677 +               ;;
25678 +       # This must come after -sysvr4.
25679 +       -sysv*)
25680 +               ;;
25681 +       -ose*)
25682 +               os=-ose
25683 +               ;;
25684 +       -es1800*)
25685 +               os=-ose
25686 +               ;;
25687 +       -xenix)
25688 +               os=-xenix
25689 +               ;;
25690 +       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
25691 +               os=-mint
25692 +               ;;
25693 +       -aros*)
25694 +               os=-aros
25695 +               ;;
25696 +       -kaos*)
25697 +               os=-kaos
25698 +               ;;
25699 +       -zvmoe)
25700 +               os=-zvmoe
25701 +               ;;
25702 +       -none)
25703 +               ;;
25704 +       *)
25705 +               # Get rid of the `-' at the beginning of $os.
25706 +               os=`echo $os | sed 's/[^-]*-//'`
25707 +               echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
25708 +               exit 1
25709 +               ;;
25710 +esac
25711 +else
25712 +
25713 +# Here we handle the default operating systems that come with various machines.
25714 +# The value should be what the vendor currently ships out the door with their
25715 +# machine or put another way, the most popular os provided with the machine.
25716 +
25717 +# Note that if you're going to try to match "-MANUFACTURER" here (say,
25718 +# "-sun"), then you have to tell the case statement up towards the top
25719 +# that MANUFACTURER isn't an operating system.  Otherwise, code above
25720 +# will signal an error saying that MANUFACTURER isn't an operating
25721 +# system, and we'll never get to this point.
25722 +
25723 +case $basic_machine in
25724 +       *-acorn)
25725 +               os=-riscix1.2
25726 +               ;;
25727 +       arm*-rebel)
25728 +               os=-linux
25729 +               ;;
25730 +       arm*-semi)
25731 +               os=-aout
25732 +               ;;
25733 +    c4x-* | tic4x-*)
25734 +        os=-coff
25735 +        ;;
25736 +       # This must come before the *-dec entry.
25737 +       pdp10-*)
25738 +               os=-tops20
25739 +               ;;
25740 +       pdp11-*)
25741 +               os=-none
25742 +               ;;
25743 +       *-dec | vax-*)
25744 +               os=-ultrix4.2
25745 +               ;;
25746 +       m68*-apollo)
25747 +               os=-domain
25748 +               ;;
25749 +       i386-sun)
25750 +               os=-sunos4.0.2
25751 +               ;;
25752 +       m68000-sun)
25753 +               os=-sunos3
25754 +               # This also exists in the configure program, but was not the
25755 +               # default.
25756 +               # os=-sunos4
25757 +               ;;
25758 +       m68*-cisco)
25759 +               os=-aout
25760 +               ;;
25761 +       mips*-cisco)
25762 +               os=-elf
25763 +               ;;
25764 +       mips*-*)
25765 +               os=-elf
25766 +               ;;
25767 +       or32-*)
25768 +               os=-coff
25769 +               ;;
25770 +       *-tti)  # must be before sparc entry or we get the wrong os.
25771 +               os=-sysv3
25772 +               ;;
25773 +       sparc-* | *-sun)
25774 +               os=-sunos4.1.1
25775 +               ;;
25776 +       *-be)
25777 +               os=-beos
25778 +               ;;
25779 +       *-haiku)
25780 +               os=-haiku
25781 +               ;;
25782 +       *-ibm)
25783 +               os=-aix
25784 +               ;;
25785 +       *-knuth)
25786 +               os=-mmixware
25787 +               ;;
25788 +       *-wec)
25789 +               os=-proelf
25790 +               ;;
25791 +       *-winbond)
25792 +               os=-proelf
25793 +               ;;
25794 +       *-oki)
25795 +               os=-proelf
25796 +               ;;
25797 +       *-hp)
25798 +               os=-hpux
25799 +               ;;
25800 +       *-hitachi)
25801 +               os=-hiux
25802 +               ;;
25803 +       i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
25804 +               os=-sysv
25805 +               ;;
25806 +       *-cbm)
25807 +               os=-amigaos
25808 +               ;;
25809 +       *-dg)
25810 +               os=-dgux
25811 +               ;;
25812 +       *-dolphin)
25813 +               os=-sysv3
25814 +               ;;
25815 +       m68k-ccur)
25816 +               os=-rtu
25817 +               ;;
25818 +       m88k-omron*)
25819 +               os=-luna
25820 +               ;;
25821 +       *-next )
25822 +               os=-nextstep
25823 +               ;;
25824 +       *-sequent)
25825 +               os=-ptx
25826 +               ;;
25827 +       *-crds)
25828 +               os=-unos
25829 +               ;;
25830 +       *-ns)
25831 +               os=-genix
25832 +               ;;
25833 +       i370-*)
25834 +               os=-mvs
25835 +               ;;
25836 +       *-next)
25837 +               os=-nextstep3
25838 +               ;;
25839 +       *-gould)
25840 +               os=-sysv
25841 +               ;;
25842 +       *-highlevel)
25843 +               os=-bsd
25844 +               ;;
25845 +       *-encore)
25846 +               os=-bsd
25847 +               ;;
25848 +       *-sgi)
25849 +               os=-irix
25850 +               ;;
25851 +       *-siemens)
25852 +               os=-sysv4
25853 +               ;;
25854 +       *-masscomp)
25855 +               os=-rtu
25856 +               ;;
25857 +       f30[01]-fujitsu | f700-fujitsu)
25858 +               os=-uxpv
25859 +               ;;
25860 +       *-rom68k)
25861 +               os=-coff
25862 +               ;;
25863 +       *-*bug)
25864 +               os=-coff
25865 +               ;;
25866 +       *-apple)
25867 +               os=-macos
25868 +               ;;
25869 +       *-atari*)
25870 +               os=-mint
25871 +               ;;
25872 +       *)
25873 +               os=-none
25874 +               ;;
25875 +esac
25876 +fi
25877 +
25878 +# Here we handle the case where we know the os, and the CPU type, but not the
25879 +# manufacturer.  We pick the logical manufacturer.
25880 +vendor=unknown
25881 +case $basic_machine in
25882 +       *-unknown)
25883 +               case $os in
25884 +                       -riscix*)
25885 +                               vendor=acorn
25886 +                               ;;
25887 +                       -sunos*)
25888 +                               vendor=sun
25889 +                               ;;
25890 +                       -aix*)
25891 +                               vendor=ibm
25892 +                               ;;
25893 +                       -beos*)
25894 +                               vendor=be
25895 +                               ;;
25896 +                       -hpux*)
25897 +                               vendor=hp
25898 +                               ;;
25899 +                       -mpeix*)
25900 +                               vendor=hp
25901 +                               ;;
25902 +                       -hiux*)
25903 +                               vendor=hitachi
25904 +                               ;;
25905 +                       -unos*)
25906 +                               vendor=crds
25907 +                               ;;
25908 +                       -dgux*)
25909 +                               vendor=dg
25910 +                               ;;
25911 +                       -luna*)
25912 +                               vendor=omron
25913 +                               ;;
25914 +                       -genix*)
25915 +                               vendor=ns
25916 +                               ;;
25917 +                       -mvs* | -opened*)
25918 +                               vendor=ibm
25919 +                               ;;
25920 +                       -os400*)
25921 +                               vendor=ibm
25922 +                               ;;
25923 +                       -ptx*)
25924 +                               vendor=sequent
25925 +                               ;;
25926 +                       -tpf*)
25927 +                               vendor=ibm
25928 +                               ;;
25929 +                       -vxsim* | -vxworks* | -windiss*)
25930 +                               vendor=wrs
25931 +                               ;;
25932 +                       -aux*)
25933 +                               vendor=apple
25934 +                               ;;
25935 +                       -hms*)
25936 +                               vendor=hitachi
25937 +                               ;;
25938 +                       -mpw* | -macos*)
25939 +                               vendor=apple
25940 +                               ;;
25941 +                       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
25942 +                               vendor=atari
25943 +                               ;;
25944 +                       -vos*)
25945 +                               vendor=stratus
25946 +                               ;;
25947 +               esac
25948 +               basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
25949 +               ;;
25950 +esac
25951 +
25952 +echo $basic_machine$os
25953 +exit
25954 +
25955 +# Local variables:
25956 +# eval: (add-hook 'write-file-hooks 'time-stamp)
25957 +# time-stamp-start: "timestamp='"
25958 +# time-stamp-format: "%:y-%02m-%02d"
25959 +# time-stamp-end: "'"
25960 +# End:
25961 --- config/depcomp
25962 +++ config/depcomp
25963 @@ -0,0 +1,526 @@
25964 +#! /bin/sh
25965 +# depcomp - compile a program generating dependencies as side-effects
25966 +
25967 +scriptversion=2004-04-25.13
25968 +
25969 +# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
25970 +
25971 +# This program is free software; you can redistribute it and/or modify
25972 +# it under the terms of the GNU General Public License as published by
25973 +# the Free Software Foundation; either version 2, or (at your option)
25974 +# any later version.
25975 +
25976 +# This program is distributed in the hope that it will be useful,
25977 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
25978 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25979 +# GNU General Public License for more details.
25980 +
25981 +# You should have received a copy of the GNU General Public License
25982 +# along with this program; if not, write to the Free Software
25983 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25984 +# 02111-1307, USA.
25985 +
25986 +# As a special exception to the GNU General Public License, if you
25987 +# distribute this file as part of a program that contains a
25988 +# configuration script generated by Autoconf, you may include it under
25989 +# the same distribution terms that you use for the rest of that program.
25990 +
25991 +# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
25992 +
25993 +case $1 in
25994 +  '')
25995 +     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
25996 +     exit 1;
25997 +     ;;
25998 +  -h | --h*)
25999 +    cat <<\EOF
26000 +Usage: depcomp [--help] [--version] PROGRAM [ARGS]
26001 +
26002 +Run PROGRAMS ARGS to compile a file, generating dependencies
26003 +as side-effects.
26004 +
26005 +Environment variables:
26006 +  depmode     Dependency tracking mode.
26007 +  source      Source file read by `PROGRAMS ARGS'.
26008 +  object      Object file output by `PROGRAMS ARGS'.
26009 +  depfile     Dependency file to output.
26010 +  tmpdepfile  Temporary file to use when outputing dependencies.
26011 +  libtool     Whether libtool is used (yes/no).
26012 +
26013 +Report bugs to <bug-automake@gnu.org>.
26014 +EOF
26015 +    exit 0
26016 +    ;;
26017 +  -v | --v*)
26018 +    echo "depcomp $scriptversion"
26019 +    exit 0
26020 +    ;;
26021 +esac
26022 +
26023 +if test -z "$depmode" || test -z "$source" || test -z "$object"; then
26024 +  echo "depcomp: Variables source, object and depmode must be set" 1>&2
26025 +  exit 1
26026 +fi
26027 +# `libtool' can also be set to `yes' or `no'.
26028 +
26029 +if test -z "$depfile"; then
26030 +   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
26031 +   dir=`echo "$object" | sed 's,/.*$,/,'`
26032 +   if test "$dir" = "$object"; then
26033 +      dir=
26034 +   fi
26035 +   # FIXME: should be _deps on DOS.
26036 +   depfile="$dir.deps/$base"
26037 +fi
26038 +
26039 +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
26040 +
26041 +rm -f "$tmpdepfile"
26042 +
26043 +# Some modes work just like other modes, but use different flags.  We
26044 +# parameterize here, but still list the modes in the big case below,
26045 +# to make depend.m4 easier to write.  Note that we *cannot* use a case
26046 +# here, because this file can only contain one case statement.
26047 +if test "$depmode" = hp; then
26048 +  # HP compiler uses -M and no extra arg.
26049 +  gccflag=-M
26050 +  depmode=gcc
26051 +fi
26052 +
26053 +if test "$depmode" = dashXmstdout; then
26054 +   # This is just like dashmstdout with a different argument.
26055 +   dashmflag=-xM
26056 +   depmode=dashmstdout
26057 +fi
26058 +
26059 +case "$depmode" in
26060 +gcc3)
26061 +## gcc 3 implements dependency tracking that does exactly what
26062 +## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
26063 +## it if -MD -MP comes after the -MF stuff.  Hmm.
26064 +  "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
26065 +  stat=$?
26066 +  if test $stat -eq 0; then :
26067 +  else
26068 +    rm -f "$tmpdepfile"
26069 +    exit $stat
26070 +  fi
26071 +  mv "$tmpdepfile" "$depfile"
26072 +  ;;
26073 +
26074 +gcc)
26075 +## There are various ways to get dependency output from gcc.  Here's
26076 +## why we pick this rather obscure method:
26077 +## - Don't want to use -MD because we'd like the dependencies to end
26078 +##   up in a subdir.  Having to rename by hand is ugly.
26079 +##   (We might end up doing this anyway to support other compilers.)
26080 +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
26081 +##   -MM, not -M (despite what the docs say).
26082 +## - Using -M directly means running the compiler twice (even worse
26083 +##   than renaming).
26084 +  if test -z "$gccflag"; then
26085 +    gccflag=-MD,
26086 +  fi
26087 +  "$@" -Wp,"$gccflag$tmpdepfile"
26088 +  stat=$?
26089 +  if test $stat -eq 0; then :
26090 +  else
26091 +    rm -f "$tmpdepfile"
26092 +    exit $stat
26093 +  fi
26094 +  rm -f "$depfile"
26095 +  echo "$object : \\" > "$depfile"
26096 +  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
26097 +## The second -e expression handles DOS-style file names with drive letters.
26098 +  sed -e 's/^[^:]*: / /' \
26099 +      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
26100 +## This next piece of magic avoids the `deleted header file' problem.
26101 +## The problem is that when a header file which appears in a .P file
26102 +## is deleted, the dependency causes make to die (because there is
26103 +## typically no way to rebuild the header).  We avoid this by adding
26104 +## dummy dependencies for each header file.  Too bad gcc doesn't do
26105 +## this for us directly.
26106 +  tr ' ' '
26107 +' < "$tmpdepfile" |
26108 +## Some versions of gcc put a space before the `:'.  On the theory
26109 +## that the space means something, we add a space to the output as
26110 +## well.
26111 +## Some versions of the HPUX 10.20 sed can't process this invocation
26112 +## correctly.  Breaking it into two sed invocations is a workaround.
26113 +    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
26114 +  rm -f "$tmpdepfile"
26115 +  ;;
26116 +
26117 +hp)
26118 +  # This case exists only to let depend.m4 do its work.  It works by
26119 +  # looking at the text of this script.  This case will never be run,
26120 +  # since it is checked for above.
26121 +  exit 1
26122 +  ;;
26123 +
26124 +sgi)
26125 +  if test "$libtool" = yes; then
26126 +    "$@" "-Wp,-MDupdate,$tmpdepfile"
26127 +  else
26128 +    "$@" -MDupdate "$tmpdepfile"
26129 +  fi
26130 +  stat=$?
26131 +  if test $stat -eq 0; then :
26132 +  else
26133 +    rm -f "$tmpdepfile"
26134 +    exit $stat
26135 +  fi
26136 +  rm -f "$depfile"
26137 +
26138 +  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
26139 +    echo "$object : \\" > "$depfile"
26140 +
26141 +    # Clip off the initial element (the dependent).  Don't try to be
26142 +    # clever and replace this with sed code, as IRIX sed won't handle
26143 +    # lines with more than a fixed number of characters (4096 in
26144 +    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
26145 +    # the IRIX cc adds comments like `#:fec' to the end of the
26146 +    # dependency line.
26147 +    tr ' ' '
26148 +' < "$tmpdepfile" \
26149 +    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
26150 +    tr '
26151 +' ' ' >> $depfile
26152 +    echo >> $depfile
26153 +
26154 +    # The second pass generates a dummy entry for each header file.
26155 +    tr ' ' '
26156 +' < "$tmpdepfile" \
26157 +   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
26158 +   >> $depfile
26159 +  else
26160 +    # The sourcefile does not contain any dependencies, so just
26161 +    # store a dummy comment line, to avoid errors with the Makefile
26162 +    # "include basename.Plo" scheme.
26163 +    echo "#dummy" > "$depfile"
26164 +  fi
26165 +  rm -f "$tmpdepfile"
26166 +  ;;
26167 +
26168 +aix)
26169 +  # The C for AIX Compiler uses -M and outputs the dependencies
26170 +  # in a .u file.  In older versions, this file always lives in the
26171 +  # current directory.  Also, the AIX compiler puts `$object:' at the
26172 +  # start of each line; $object doesn't have directory information.
26173 +  # Version 6 uses the directory in both cases.
26174 +  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
26175 +  tmpdepfile="$stripped.u"
26176 +  if test "$libtool" = yes; then
26177 +    "$@" -Wc,-M
26178 +  else
26179 +    "$@" -M
26180 +  fi
26181 +  stat=$?
26182 +
26183 +  if test -f "$tmpdepfile"; then :
26184 +  else
26185 +    stripped=`echo "$stripped" | sed 's,^.*/,,'`
26186 +    tmpdepfile="$stripped.u"
26187 +  fi
26188 +
26189 +  if test $stat -eq 0; then :
26190 +  else
26191 +    rm -f "$tmpdepfile"
26192 +    exit $stat
26193 +  fi
26194 +
26195 +  if test -f "$tmpdepfile"; then
26196 +    outname="$stripped.o"
26197 +    # Each line is of the form `foo.o: dependent.h'.
26198 +    # Do two passes, one to just change these to
26199 +    # `$object: dependent.h' and one to simply `dependent.h:'.
26200 +    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
26201 +    sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
26202 +  else
26203 +    # The sourcefile does not contain any dependencies, so just
26204 +    # store a dummy comment line, to avoid errors with the Makefile
26205 +    # "include basename.Plo" scheme.
26206 +    echo "#dummy" > "$depfile"
26207 +  fi
26208 +  rm -f "$tmpdepfile"
26209 +  ;;
26210 +
26211 +icc)
26212 +  # Intel's C compiler understands `-MD -MF file'.  However on
26213 +  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
26214 +  # ICC 7.0 will fill foo.d with something like
26215 +  #    foo.o: sub/foo.c
26216 +  #    foo.o: sub/foo.h
26217 +  # which is wrong.  We want:
26218 +  #    sub/foo.o: sub/foo.c
26219 +  #    sub/foo.o: sub/foo.h
26220 +  #    sub/foo.c:
26221 +  #    sub/foo.h:
26222 +  # ICC 7.1 will output
26223 +  #    foo.o: sub/foo.c sub/foo.h
26224 +  # and will wrap long lines using \ :
26225 +  #    foo.o: sub/foo.c ... \
26226 +  #     sub/foo.h ... \
26227 +  #     ...
26228 +
26229 +  "$@" -MD -MF "$tmpdepfile"
26230 +  stat=$?
26231 +  if test $stat -eq 0; then :
26232 +  else
26233 +    rm -f "$tmpdepfile"
26234 +    exit $stat
26235 +  fi
26236 +  rm -f "$depfile"
26237 +  # Each line is of the form `foo.o: dependent.h',
26238 +  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
26239 +  # Do two passes, one to just change these to
26240 +  # `$object: dependent.h' and one to simply `dependent.h:'.
26241 +  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
26242 +  # Some versions of the HPUX 10.20 sed can't process this invocation
26243 +  # correctly.  Breaking it into two sed invocations is a workaround.
26244 +  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
26245 +    sed -e 's/$/ :/' >> "$depfile"
26246 +  rm -f "$tmpdepfile"
26247 +  ;;
26248 +
26249 +tru64)
26250 +   # The Tru64 compiler uses -MD to generate dependencies as a side
26251 +   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
26252 +   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
26253 +   # dependencies in `foo.d' instead, so we check for that too.
26254 +   # Subdirectories are respected.
26255 +   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
26256 +   test "x$dir" = "x$object" && dir=
26257 +   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
26258 +
26259 +   if test "$libtool" = yes; then
26260 +      # Dependencies are output in .lo.d with libtool 1.4.
26261 +      # They are output in .o.d with libtool 1.5.
26262 +      tmpdepfile1="$dir.libs/$base.lo.d"
26263 +      tmpdepfile2="$dir.libs/$base.o.d"
26264 +      tmpdepfile3="$dir.libs/$base.d"
26265 +      "$@" -Wc,-MD
26266 +   else
26267 +      tmpdepfile1="$dir$base.o.d"
26268 +      tmpdepfile2="$dir$base.d"
26269 +      tmpdepfile3="$dir$base.d"
26270 +      "$@" -MD
26271 +   fi
26272 +
26273 +   stat=$?
26274 +   if test $stat -eq 0; then :
26275 +   else
26276 +      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
26277 +      exit $stat
26278 +   fi
26279 +
26280 +   if test -f "$tmpdepfile1"; then
26281 +      tmpdepfile="$tmpdepfile1"
26282 +   elif test -f "$tmpdepfile2"; then
26283 +      tmpdepfile="$tmpdepfile2"
26284 +   else
26285 +      tmpdepfile="$tmpdepfile3"
26286 +   fi
26287 +   if test -f "$tmpdepfile"; then
26288 +      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
26289 +      # That's a tab and a space in the [].
26290 +      sed -e 's,^.*\.[a-z]*:[   ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
26291 +   else
26292 +      echo "#dummy" > "$depfile"
26293 +   fi
26294 +   rm -f "$tmpdepfile"
26295 +   ;;
26296 +
26297 +#nosideeffect)
26298 +  # This comment above is used by automake to tell side-effect
26299 +  # dependency tracking mechanisms from slower ones.
26300 +
26301 +dashmstdout)
26302 +  # Important note: in order to support this mode, a compiler *must*
26303 +  # always write the preprocessed file to stdout, regardless of -o.
26304 +  "$@" || exit $?
26305 +
26306 +  # Remove the call to Libtool.
26307 +  if test "$libtool" = yes; then
26308 +    while test $1 != '--mode=compile'; do
26309 +      shift
26310 +    done
26311 +    shift
26312 +  fi
26313 +
26314 +  # Remove `-o $object'.
26315 +  IFS=" "
26316 +  for arg
26317 +  do
26318 +    case $arg in
26319 +    -o)
26320 +      shift
26321 +      ;;
26322 +    $object)
26323 +      shift
26324 +      ;;
26325 +    *)
26326 +      set fnord "$@" "$arg"
26327 +      shift # fnord
26328 +      shift # $arg
26329 +      ;;
26330 +    esac
26331 +  done
26332 +
26333 +  test -z "$dashmflag" && dashmflag=-M
26334 +  # Require at least two characters before searching for `:'
26335 +  # in the target name.  This is to cope with DOS-style filenames:
26336 +  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
26337 +  "$@" $dashmflag |
26338 +    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
26339 +  rm -f "$depfile"
26340 +  cat < "$tmpdepfile" > "$depfile"
26341 +  tr ' ' '
26342 +' < "$tmpdepfile" | \
26343 +## Some versions of the HPUX 10.20 sed can't process this invocation
26344 +## correctly.  Breaking it into two sed invocations is a workaround.
26345 +    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
26346 +  rm -f "$tmpdepfile"
26347 +  ;;
26348 +
26349 +dashXmstdout)
26350 +  # This case only exists to satisfy depend.m4.  It is never actually
26351 +  # run, as this mode is specially recognized in the preamble.
26352 +  exit 1
26353 +  ;;
26354 +
26355 +makedepend)
26356 +  "$@" || exit $?
26357 +  # Remove any Libtool call
26358 +  if test "$libtool" = yes; then
26359 +    while test $1 != '--mode=compile'; do
26360 +      shift
26361 +    done
26362 +    shift
26363 +  fi
26364 +  # X makedepend
26365 +  shift
26366 +  cleared=no
26367 +  for arg in "$@"; do
26368 +    case $cleared in
26369 +    no)
26370 +      set ""; shift
26371 +      cleared=yes ;;
26372 +    esac
26373 +    case "$arg" in
26374 +    -D*|-I*)
26375 +      set fnord "$@" "$arg"; shift ;;
26376 +    # Strip any option that makedepend may not understand.  Remove
26377 +    # the object too, otherwise makedepend will parse it as a source file.
26378 +    -*|$object)
26379 +      ;;
26380 +    *)
26381 +      set fnord "$@" "$arg"; shift ;;
26382 +    esac
26383 +  done
26384 +  obj_suffix="`echo $object | sed 's/^.*\././'`"
26385 +  touch "$tmpdepfile"
26386 +  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
26387 +  rm -f "$depfile"
26388 +  cat < "$tmpdepfile" > "$depfile"
26389 +  sed '1,2d' "$tmpdepfile" | tr ' ' '
26390 +' | \
26391 +## Some versions of the HPUX 10.20 sed can't process this invocation
26392 +## correctly.  Breaking it into two sed invocations is a workaround.
26393 +    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
26394 +  rm -f "$tmpdepfile" "$tmpdepfile".bak
26395 +  ;;
26396 +
26397 +cpp)
26398 +  # Important note: in order to support this mode, a compiler *must*
26399 +  # always write the preprocessed file to stdout.
26400 +  "$@" || exit $?
26401 +
26402 +  # Remove the call to Libtool.
26403 +  if test "$libtool" = yes; then
26404 +    while test $1 != '--mode=compile'; do
26405 +      shift
26406 +    done
26407 +    shift
26408 +  fi
26409 +
26410 +  # Remove `-o $object'.
26411 +  IFS=" "
26412 +  for arg
26413 +  do
26414 +    case $arg in
26415 +    -o)
26416 +      shift
26417 +      ;;
26418 +    $object)
26419 +      shift
26420 +      ;;
26421 +    *)
26422 +      set fnord "$@" "$arg"
26423 +      shift # fnord
26424 +      shift # $arg
26425 +      ;;
26426 +    esac
26427 +  done
26428 +
26429 +  "$@" -E |
26430 +    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
26431 +    sed '$ s: \\$::' > "$tmpdepfile"
26432 +  rm -f "$depfile"
26433 +  echo "$object : \\" > "$depfile"
26434 +  cat < "$tmpdepfile" >> "$depfile"
26435 +  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
26436 +  rm -f "$tmpdepfile"
26437 +  ;;
26438 +
26439 +msvisualcpp)
26440 +  # Important note: in order to support this mode, a compiler *must*
26441 +  # always write the preprocessed file to stdout, regardless of -o,
26442 +  # because we must use -o when running libtool.
26443 +  "$@" || exit $?
26444 +  IFS=" "
26445 +  for arg
26446 +  do
26447 +    case "$arg" in
26448 +    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
26449 +       set fnord "$@"
26450 +       shift
26451 +       shift
26452 +       ;;
26453 +    *)
26454 +       set fnord "$@" "$arg"
26455 +       shift
26456 +       shift
26457 +       ;;
26458 +    esac
26459 +  done
26460 +  "$@" -E |
26461 +  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
26462 +  rm -f "$depfile"
26463 +  echo "$object : \\" > "$depfile"
26464 +  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::   \1 \\:p' >> "$depfile"
26465 +  echo "       " >> "$depfile"
26466 +  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
26467 +  rm -f "$tmpdepfile"
26468 +  ;;
26469 +
26470 +none)
26471 +  exec "$@"
26472 +  ;;
26473 +
26474 +*)
26475 +  echo "Unknown depmode $depmode" 1>&2
26476 +  exit 1
26477 +  ;;
26478 +esac
26479 +
26480 +exit 0
26481 +
26482 +# Local Variables:
26483 +# mode: shell-script
26484 +# sh-indentation: 2
26485 +# eval: (add-hook 'write-file-hooks 'time-stamp)
26486 +# time-stamp-start: "scriptversion="
26487 +# time-stamp-format: "%:y-%02m-%02d.%02H"
26488 +# time-stamp-end: "$"
26489 +# End:
26490 --- config/install-sh
26491 +++ config/install-sh
26492 @@ -0,0 +1,325 @@
26493 +#!/bin/sh
26494 +# install - install a program, script, or datafile
26495 +
26496 +scriptversion=2004-04-01.17
26497 +
26498 +# This originates from X11R5 (mit/util/scripts/install.sh), which was
26499 +# later released in X11R6 (xc/config/util/install.sh) with the
26500 +# following copyright and license.
26501 +#
26502 +# Copyright (C) 1994 X Consortium
26503 +#
26504 +# Permission is hereby granted, free of charge, to any person obtaining a copy
26505 +# of this software and associated documentation files (the "Software"), to
26506 +# deal in the Software without restriction, including without limitation the
26507 +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
26508 +# sell copies of the Software, and to permit persons to whom the Software is
26509 +# furnished to do so, subject to the following conditions:
26510 +#
26511 +# The above copyright notice and this permission notice shall be included in
26512 +# all copies or substantial portions of the Software.
26513 +#
26514 +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26515 +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26516 +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
26517 +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
26518 +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
26519 +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26520 +#
26521 +# Except as contained in this notice, the name of the X Consortium shall not
26522 +# be used in advertising or otherwise to promote the sale, use or other deal-
26523 +# ings in this Software without prior written authorization from the X Consor-
26524 +# tium.
26525 +#
26526 +#
26527 +# FSF changes to this file are in the public domain.
26528 +#
26529 +# Calling this script install-sh is preferred over install.sh, to prevent
26530 +# `make' implicit rules from creating a file called install from it
26531 +# when there is no Makefile.
26532 +#
26533 +# This script is compatible with the BSD install script, but was written
26534 +# from scratch.  It can only install one file at a time, a restriction
26535 +# shared with many OS's install programs.
26536 +
26537 +# set DOITPROG to echo to test this script
26538 +
26539 +# Don't use :- since 4.3BSD and earlier shells don't like it.
26540 +doit="${DOITPROG-}"
26541 +
26542 +# put in absolute paths if you don't have them in your path; or use env. vars.
26543 +
26544 +mvprog="${MVPROG-mv}"
26545 +cpprog="${CPPROG-cp}"
26546 +chmodprog="${CHMODPROG-chmod}"
26547 +chownprog="${CHOWNPROG-chown}"
26548 +chgrpprog="${CHGRPPROG-chgrp}"
26549 +stripprog="${STRIPPROG-strip}"
26550 +rmprog="${RMPROG-rm}"
26551 +mkdirprog="${MKDIRPROG-mkdir}"
26552 +
26553 +transformbasename=
26554 +transform_arg=
26555 +instcmd="$mvprog"
26556 +chmodcmd="$chmodprog 0755"
26557 +chowncmd=
26558 +chgrpcmd=
26559 +stripcmd=
26560 +rmcmd="$rmprog -f"
26561 +mvcmd="$mvprog"
26562 +src=
26563 +dst=
26564 +dir_arg=
26565 +
26566 +usage="Usage: $0 [OPTION]... SRCFILE DSTFILE
26567 +   or: $0 [OPTION]... SRCFILES... DIRECTORY
26568 +   or: $0 -d DIRECTORIES...
26569 +
26570 +In the first form, install SRCFILE to DSTFILE, removing SRCFILE by default.
26571 +In the second, create the directory path DIR.
26572 +
26573 +Options:
26574 +-b=TRANSFORMBASENAME
26575 +-c         copy source (using $cpprog) instead of moving (using $mvprog).
26576 +-d         create directories instead of installing files.
26577 +-g GROUP   $chgrp installed files to GROUP.
26578 +-m MODE    $chmod installed files to MODE.
26579 +-o USER    $chown installed files to USER.
26580 +-s         strip installed files (using $stripprog).
26581 +-t=TRANSFORM
26582 +--help     display this help and exit.
26583 +--version  display version info and exit.
26584 +
26585 +Environment variables override the default commands:
26586 +  CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
26587 +"
26588 +
26589 +while test -n "$1"; do
26590 +  case $1 in
26591 +    -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
26592 +        shift
26593 +        continue;;
26594 +
26595 +    -c) instcmd=$cpprog
26596 +        shift
26597 +        continue;;
26598 +
26599 +    -d) dir_arg=true
26600 +        shift
26601 +        continue;;
26602 +
26603 +    -g) chgrpcmd="$chgrpprog $2"
26604 +        shift
26605 +        shift
26606 +        continue;;
26607 +
26608 +    --help) echo "$usage"; exit 0;;
26609 +
26610 +    -m) chmodcmd="$chmodprog $2"
26611 +        shift
26612 +        shift
26613 +        continue;;
26614 +
26615 +    -o) chowncmd="$chownprog $2"
26616 +        shift
26617 +        shift
26618 +        continue;;
26619 +
26620 +    -s) stripcmd=$stripprog
26621 +        shift
26622 +        continue;;
26623 +
26624 +    -t=*) transformarg=`echo $1 | sed 's/-t=//'`
26625 +        shift
26626 +        continue;;
26627 +
26628 +    --version) echo "$0 $scriptversion"; exit 0;;
26629 +
26630 +    *)  # When -d is used, all remaining arguments are directories to create.
26631 +       test -n "$dir_arg" && break
26632 +        # Otherwise, the last argument is the destination.  Remove it from $@.
26633 +       for arg
26634 +       do
26635 +          if test -n "$dstarg"; then
26636 +           # $@ is not empty: it contains at least $arg.
26637 +           set fnord "$@" "$dstarg"
26638 +           shift # fnord
26639 +         fi
26640 +         shift # arg
26641 +         dstarg=$arg
26642 +       done
26643 +       break;;
26644 +  esac
26645 +done
26646 +
26647 +if test -z "$1"; then
26648 +  if test -z "$dir_arg"; then
26649 +    echo "$0: no input file specified." >&2
26650 +    exit 1
26651 +  fi
26652 +  # It's OK to call `install-sh -d' without argument.
26653 +  # This can happen when creating conditional directories.
26654 +  exit 0
26655 +fi
26656 +
26657 +for src
26658 +do
26659 +  # Protect names starting with `-'.
26660 +  case $src in
26661 +    -*) src=./$src ;;
26662 +  esac
26663 +
26664 +  if test -n "$dir_arg"; then
26665 +    dst=$src
26666 +    src=
26667 +
26668 +    if test -d "$dst"; then
26669 +      instcmd=:
26670 +      chmodcmd=
26671 +    else
26672 +      instcmd=$mkdirprog
26673 +    fi
26674 +  else
26675 +    # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
26676 +    # might cause directories to be created, which would be especially bad
26677 +    # if $src (and thus $dsttmp) contains '*'.
26678 +    if test ! -f "$src" && test ! -d "$src"; then
26679 +      echo "$0: $src does not exist." >&2
26680 +      exit 1
26681 +    fi
26682 +
26683 +    if test -z "$dstarg"; then
26684 +      echo "$0: no destination specified." >&2
26685 +      exit 1
26686 +    fi
26687 +
26688 +    dst=$dstarg
26689 +    # Protect names starting with `-'.
26690 +    case $dst in
26691 +      -*) dst=./$dst ;;
26692 +    esac
26693 +
26694 +    # If destination is a directory, append the input filename; won't work
26695 +    # if double slashes aren't ignored.
26696 +    if test -d "$dst"; then
26697 +      dst=$dst/`basename "$src"`
26698 +    fi
26699 +  fi
26700 +
26701 +  # This sed command emulates the dirname command.
26702 +  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
26703 +
26704 +  # Make sure that the destination directory exists.
26705 +
26706 +  # Skip lots of stat calls in the usual case.
26707 +  if test ! -d "$dstdir"; then
26708 +    defaultIFS='
26709 +        '
26710 +    IFS="${IFS-$defaultIFS}"
26711 +
26712 +    oIFS=$IFS
26713 +    # Some sh's can't handle IFS=/ for some reason.
26714 +    IFS='%'
26715 +    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
26716 +    IFS=$oIFS
26717 +
26718 +    pathcomp=
26719 +
26720 +    while test $# -ne 0 ; do
26721 +      pathcomp=$pathcomp$1
26722 +      shift
26723 +      if test ! -d "$pathcomp"; then
26724 +        $mkdirprog "$pathcomp" || lasterr=$?
26725 +       # mkdir can fail with a `File exist' error in case several
26726 +       # install-sh are creating the directory concurrently.  This
26727 +       # is OK.
26728 +       test ! -d "$pathcomp" && { (exit ${lasterr-1}); exit; }
26729 +      fi
26730 +      pathcomp=$pathcomp/
26731 +    done
26732 +  fi
26733 +
26734 +  if test -n "$dir_arg"; then
26735 +    $doit $instcmd "$dst" \
26736 +      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
26737 +      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
26738 +      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
26739 +      && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
26740 +
26741 +  else
26742 +    # If we're going to rename the final executable, determine the name now.
26743 +    if test -z "$transformarg"; then
26744 +      dstfile=`basename "$dst"`
26745 +    else
26746 +      dstfile=`basename "$dst" $transformbasename \
26747 +               | sed $transformarg`$transformbasename
26748 +    fi
26749 +
26750 +    # don't allow the sed command to completely eliminate the filename.
26751 +    test -z "$dstfile" && dstfile=`basename "$dst"`
26752 +
26753 +    # Make a couple of temp file names in the proper directory.
26754 +    dsttmp=$dstdir/_inst.$$_
26755 +    rmtmp=$dstdir/_rm.$$_
26756 +
26757 +    # Trap to clean up those temp files at exit.
26758 +    trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
26759 +    trap '(exit $?); exit' 1 2 13 15
26760 +
26761 +    # Move or copy the file name to the temp name
26762 +    $doit $instcmd "$src" "$dsttmp" &&
26763 +
26764 +    # and set any options; do chmod last to preserve setuid bits.
26765 +    #
26766 +    # If any of these fail, we abort the whole thing.  If we want to
26767 +    # ignore errors from any of these, just make sure not to ignore
26768 +    # errors from the above "$doit $instcmd $src $dsttmp" command.
26769 +    #
26770 +    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
26771 +      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
26772 +      && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
26773 +      && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
26774 +
26775 +    # Now rename the file to the real destination.
26776 +    { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
26777 +      || {
26778 +          # The rename failed, perhaps because mv can't rename something else
26779 +          # to itself, or perhaps because mv is so ancient that it does not
26780 +          # support -f.
26781 +
26782 +          # Now remove or move aside any old file at destination location.
26783 +          # We try this two ways since rm can't unlink itself on some
26784 +          # systems and the destination file might be busy for other
26785 +          # reasons.  In this case, the final cleanup might fail but the new
26786 +          # file should still install successfully.
26787 +          {
26788 +            if test -f "$dstdir/$dstfile"; then
26789 +              $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
26790 +              || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
26791 +              || {
26792 +                echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
26793 +                (exit 1); exit
26794 +              }
26795 +            else
26796 +              :
26797 +            fi
26798 +          } &&
26799 +
26800 +          # Now rename the file to the real destination.
26801 +          $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
26802 +        }
26803 +    }
26804 +  fi || { (exit 1); exit; }
26805 +done
26806 +
26807 +# The final little trick to "correctly" pass the exit status to the exit trap.
26808 +{
26809 +  (exit 0); exit
26810 +}
26811 +
26812 +# Local variables:
26813 +# eval: (add-hook 'write-file-hooks 'time-stamp)
26814 +# time-stamp-start: "scriptversion="
26815 +# time-stamp-format: "%:y-%02m-%02d.%02H"
26816 +# time-stamp-end: "$"
26817 +# End:
26818 --- config/ltmain.sh
26819 +++ config/ltmain.sh
26820 @@ -0,0 +1,6530 @@
26821 +# ltmain.sh - Provide generalized library-building support services.
26822 +# NOTE: Changing this file will not affect anything until you rerun configure.
26823 +#
26824 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
26825 +# Free Software Foundation, Inc.
26826 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
26827 +#
26828 +# This program is free software; you can redistribute it and/or modify
26829 +# it under the terms of the GNU General Public License as published by
26830 +# the Free Software Foundation; either version 2 of the License, or
26831 +# (at your option) any later version.
26832 +#
26833 +# This program is distributed in the hope that it will be useful, but
26834 +# WITHOUT ANY WARRANTY; without even the implied warranty of
26835 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
26836 +# General Public License for more details.
26837 +#
26838 +# You should have received a copy of the GNU General Public License
26839 +# along with this program; if not, write to the Free Software
26840 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26841 +#
26842 +# As a special exception to the GNU General Public License, if you
26843 +# distribute this file as part of a program that contains a
26844 +# configuration script generated by Autoconf, you may include it under
26845 +# the same distribution terms that you use for the rest of that program.
26846 +
26847 +basename="s,^.*/,,g"
26848 +
26849 +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
26850 +# is ksh but when the shell is invoked as "sh" and the current value of
26851 +# the _XPG environment variable is not equal to 1 (one), the special
26852 +# positional parameter $0, within a function call, is the name of the
26853 +# function.
26854 +progpath="$0"
26855 +
26856 +# The name of this program:
26857 +progname=`echo "$progpath" | $SED $basename`
26858 +modename="$progname"
26859 +
26860 +# Global variables:
26861 +EXIT_SUCCESS=0
26862 +EXIT_FAILURE=1
26863 +
26864 +PROGRAM=ltmain.sh
26865 +PACKAGE=libtool
26866 +VERSION=1.5.20
26867 +TIMESTAMP=" (1.1220.2.287 2005/08/31 18:54:15)"
26868 +
26869 +# See if we are running on zsh, and set the options which allow our
26870 +# commands through without removal of \ escapes.
26871 +if test -n "${ZSH_VERSION+set}" ; then
26872 +  setopt NO_GLOB_SUBST
26873 +fi
26874 +
26875 +# Check that we have a working $echo.
26876 +if test "X$1" = X--no-reexec; then
26877 +  # Discard the --no-reexec flag, and continue.
26878 +  shift
26879 +elif test "X$1" = X--fallback-echo; then
26880 +  # Avoid inline document here, it may be left over
26881 +  :
26882 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
26883 +  # Yippee, $echo works!
26884 +  :
26885 +else
26886 +  # Restart under the correct shell, and then maybe $echo will work.
26887 +  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
26888 +fi
26889 +
26890 +if test "X$1" = X--fallback-echo; then
26891 +  # used as fallback echo
26892 +  shift
26893 +  cat <<EOF
26894 +$*
26895 +EOF
26896 +  exit $EXIT_SUCCESS
26897 +fi
26898 +
26899 +default_mode=
26900 +help="Try \`$progname --help' for more information."
26901 +magic="%%%MAGIC variable%%%"
26902 +mkdir="mkdir"
26903 +mv="mv -f"
26904 +rm="rm -f"
26905 +
26906 +# Sed substitution that helps us do robust quoting.  It backslashifies
26907 +# metacharacters that are still active within double-quoted strings.
26908 +Xsed="${SED}"' -e 1s/^X//'
26909 +sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
26910 +# test EBCDIC or ASCII
26911 +case `echo X|tr X '\101'` in
26912 + A) # ASCII based system
26913 +    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
26914 +  SP2NL='tr \040 \012'
26915 +  NL2SP='tr \015\012 \040\040'
26916 +  ;;
26917 + *) # EBCDIC based system
26918 +  SP2NL='tr \100 \n'
26919 +  NL2SP='tr \r\n \100\100'
26920 +  ;;
26921 +esac
26922 +
26923 +# NLS nuisances.
26924 +# Only set LANG and LC_ALL to C if already set.
26925 +# These must not be set unconditionally because not all systems understand
26926 +# e.g. LANG=C (notably SCO).
26927 +# We save the old values to restore during execute mode.
26928 +if test "${LC_ALL+set}" = set; then
26929 +  save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
26930 +fi
26931 +if test "${LANG+set}" = set; then
26932 +  save_LANG="$LANG"; LANG=C; export LANG
26933 +fi
26934 +
26935 +# Make sure IFS has a sensible default
26936 +lt_nl='
26937 +'
26938 +IFS="  $lt_nl"
26939 +
26940 +if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
26941 +  $echo "$modename: not configured to build any kind of library" 1>&2
26942 +  $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
26943 +  exit $EXIT_FAILURE
26944 +fi
26945 +
26946 +# Global variables.
26947 +mode=$default_mode
26948 +nonopt=
26949 +prev=
26950 +prevopt=
26951 +run=
26952 +show="$echo"
26953 +show_help=
26954 +execute_dlfiles=
26955 +lo2o="s/\\.lo\$/.${objext}/"
26956 +o2lo="s/\\.${objext}\$/.lo/"
26957 +
26958 +#####################################
26959 +# Shell function definitions:
26960 +# This seems to be the best place for them
26961 +
26962 +# func_win32_libid arg
26963 +# return the library type of file 'arg'
26964 +#
26965 +# Need a lot of goo to handle *both* DLLs and import libs
26966 +# Has to be a shell function in order to 'eat' the argument
26967 +# that is supplied when $file_magic_command is called.
26968 +func_win32_libid ()
26969 +{
26970 +  win32_libid_type="unknown"
26971 +  win32_fileres=`file -L $1 2>/dev/null`
26972 +  case $win32_fileres in
26973 +  *ar\ archive\ import\ library*) # definitely import
26974 +    win32_libid_type="x86 archive import"
26975 +    ;;
26976 +  *ar\ archive*) # could be an import, or static
26977 +    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
26978 +      $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
26979 +      win32_nmres=`eval $NM -f posix -A $1 | \
26980 +       sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`
26981 +      if test "X$win32_nmres" = "Ximport" ; then
26982 +        win32_libid_type="x86 archive import"
26983 +      else
26984 +        win32_libid_type="x86 archive static"
26985 +      fi
26986 +    fi
26987 +    ;;
26988 +  *DLL*)
26989 +    win32_libid_type="x86 DLL"
26990 +    ;;
26991 +  *executable*) # but shell scripts are "executable" too...
26992 +    case $win32_fileres in
26993 +    *MS\ Windows\ PE\ Intel*)
26994 +      win32_libid_type="x86 DLL"
26995 +      ;;
26996 +    esac
26997 +    ;;
26998 +  esac
26999 +  $echo $win32_libid_type
27000 +}
27001 +
27002 +
27003 +# func_infer_tag arg
27004 +# Infer tagged configuration to use if any are available and
27005 +# if one wasn't chosen via the "--tag" command line option.
27006 +# Only attempt this if the compiler in the base compile
27007 +# command doesn't match the default compiler.
27008 +# arg is usually of the form 'gcc ...'
27009 +func_infer_tag ()
27010 +{
27011 +    if test -n "$available_tags" && test -z "$tagname"; then
27012 +      CC_quoted=
27013 +      for arg in $CC; do
27014 +       case $arg in
27015 +         *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
27016 +         arg="\"$arg\""
27017 +         ;;
27018 +       esac
27019 +       CC_quoted="$CC_quoted $arg"
27020 +      done
27021 +      case $@ in
27022 +      # Blanks in the command may have been stripped by the calling shell,
27023 +      # but not from the CC environment variable when configure was run.
27024 +      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
27025 +      # Blanks at the start of $base_compile will cause this to fail
27026 +      # if we don't check for them as well.
27027 +      *)
27028 +       for z in $available_tags; do
27029 +         if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
27030 +           # Evaluate the configuration.
27031 +           eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
27032 +           CC_quoted=
27033 +           for arg in $CC; do
27034 +           # Double-quote args containing other shell metacharacters.
27035 +           case $arg in
27036 +             *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
27037 +             arg="\"$arg\""
27038 +             ;;
27039 +           esac
27040 +           CC_quoted="$CC_quoted $arg"
27041 +         done
27042 +           case "$@ " in
27043 +             " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
27044 +             # The compiler in the base compile command matches
27045 +             # the one in the tagged configuration.
27046 +             # Assume this is the tagged configuration we want.
27047 +             tagname=$z
27048 +             break
27049 +             ;;
27050 +           esac
27051 +         fi
27052 +       done
27053 +       # If $tagname still isn't set, then no tagged configuration
27054 +       # was found and let the user know that the "--tag" command
27055 +       # line option must be used.
27056 +       if test -z "$tagname"; then
27057 +         $echo "$modename: unable to infer tagged configuration"
27058 +         $echo "$modename: specify a tag with \`--tag'" 1>&2
27059 +         exit $EXIT_FAILURE
27060 +#        else
27061 +#          $echo "$modename: using $tagname tagged configuration"
27062 +       fi
27063 +       ;;
27064 +      esac
27065 +    fi
27066 +}
27067 +
27068 +
27069 +# func_extract_an_archive dir oldlib
27070 +func_extract_an_archive ()
27071 +{
27072 +    f_ex_an_ar_dir="$1"; shift
27073 +    f_ex_an_ar_oldlib="$1"
27074 +
27075 +    $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
27076 +    $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
27077 +    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
27078 +     :
27079 +    else
27080 +      $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
27081 +      exit $EXIT_FAILURE
27082 +    fi
27083 +}
27084 +
27085 +# func_extract_archives gentop oldlib ...
27086 +func_extract_archives ()
27087 +{
27088 +    my_gentop="$1"; shift
27089 +    my_oldlibs=${1+"$@"}
27090 +    my_oldobjs=""
27091 +    my_xlib=""
27092 +    my_xabs=""
27093 +    my_xdir=""
27094 +    my_status=""
27095 +
27096 +    $show "${rm}r $my_gentop"
27097 +    $run ${rm}r "$my_gentop"
27098 +    $show "$mkdir $my_gentop"
27099 +    $run $mkdir "$my_gentop"
27100 +    my_status=$?
27101 +    if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
27102 +      exit $my_status
27103 +    fi
27104 +
27105 +    for my_xlib in $my_oldlibs; do
27106 +      # Extract the objects.
27107 +      case $my_xlib in
27108 +       [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
27109 +       *) my_xabs=`pwd`"/$my_xlib" ;;
27110 +      esac
27111 +      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
27112 +      my_xdir="$my_gentop/$my_xlib"
27113 +
27114 +      $show "${rm}r $my_xdir"
27115 +      $run ${rm}r "$my_xdir"
27116 +      $show "$mkdir $my_xdir"
27117 +      $run $mkdir "$my_xdir"
27118 +      status=$?
27119 +      if test "$status" -ne 0 && test ! -d "$my_xdir"; then
27120 +       exit $status
27121 +      fi
27122 +      case $host in
27123 +      *-darwin*)
27124 +       $show "Extracting $my_xabs"
27125 +       # Do not bother doing anything if just a dry run
27126 +       if test -z "$run"; then
27127 +         darwin_orig_dir=`pwd`
27128 +         cd $my_xdir || exit $?
27129 +         darwin_archive=$my_xabs
27130 +         darwin_curdir=`pwd`
27131 +         darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
27132 +         darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
27133 +         if test -n "$darwin_arches"; then 
27134 +           darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
27135 +           darwin_arch=
27136 +           $show "$darwin_base_archive has multiple architectures $darwin_arches"
27137 +           for darwin_arch in  $darwin_arches ; do
27138 +             mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
27139 +             lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
27140 +             cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
27141 +             func_extract_an_archive "`pwd`" "${darwin_base_archive}"
27142 +             cd "$darwin_curdir"
27143 +             $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
27144 +           done # $darwin_arches
27145 +      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
27146 +           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
27147 +           darwin_file=
27148 +           darwin_files=
27149 +           for darwin_file in $darwin_filelist; do
27150 +             darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
27151 +             lipo -create -output "$darwin_file" $darwin_files
27152 +           done # $darwin_filelist
27153 +           ${rm}r unfat-$$
27154 +           cd "$darwin_orig_dir"
27155 +         else
27156 +           cd "$darwin_orig_dir"
27157 +           func_extract_an_archive "$my_xdir" "$my_xabs"
27158 +         fi # $darwin_arches
27159 +       fi # $run
27160 +       ;;
27161 +      *)
27162 +        func_extract_an_archive "$my_xdir" "$my_xabs"
27163 +        ;;
27164 +      esac
27165 +      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
27166 +    done
27167 +    func_extract_archives_result="$my_oldobjs"
27168 +}
27169 +# End of Shell function definitions
27170 +#####################################
27171 +
27172 +# Darwin sucks
27173 +eval std_shrext=\"$shrext_cmds\"
27174 +
27175 +# Parse our command line options once, thoroughly.
27176 +while test "$#" -gt 0
27177 +do
27178 +  arg="$1"
27179 +  shift
27180 +
27181 +  case $arg in
27182 +  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
27183 +  *) optarg= ;;
27184 +  esac
27185 +
27186 +  # If the previous option needs an argument, assign it.
27187 +  if test -n "$prev"; then
27188 +    case $prev in
27189 +    execute_dlfiles)
27190 +      execute_dlfiles="$execute_dlfiles $arg"
27191 +      ;;
27192 +    tag)
27193 +      tagname="$arg"
27194 +      preserve_args="${preserve_args}=$arg"
27195 +
27196 +      # Check whether tagname contains only valid characters
27197 +      case $tagname in
27198 +      *[!-_A-Za-z0-9,/]*)
27199 +       $echo "$progname: invalid tag name: $tagname" 1>&2
27200 +       exit $EXIT_FAILURE
27201 +       ;;
27202 +      esac
27203 +
27204 +      case $tagname in
27205 +      CC)
27206 +       # Don't test for the "default" C tag, as we know, it's there, but
27207 +       # not specially marked.
27208 +       ;;
27209 +      *)
27210 +       if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
27211 +         taglist="$taglist $tagname"
27212 +         # Evaluate the configuration.
27213 +         eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
27214 +       else
27215 +         $echo "$progname: ignoring unknown tag $tagname" 1>&2
27216 +       fi
27217 +       ;;
27218 +      esac
27219 +      ;;
27220 +    *)
27221 +      eval "$prev=\$arg"
27222 +      ;;
27223 +    esac
27224 +
27225 +    prev=
27226 +    prevopt=
27227 +    continue
27228 +  fi
27229 +
27230 +  # Have we seen a non-optional argument yet?
27231 +  case $arg in
27232 +  --help)
27233 +    show_help=yes
27234 +    ;;
27235 +
27236 +  --version)
27237 +    $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
27238 +    $echo
27239 +    $echo "Copyright (C) 2005  Free Software Foundation, Inc."
27240 +    $echo "This is free software; see the source for copying conditions.  There is NO"
27241 +    $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
27242 +    exit $?
27243 +    ;;
27244 +
27245 +  --config)
27246 +    ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
27247 +    # Now print the configurations for the tags.
27248 +    for tagname in $taglist; do
27249 +      ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
27250 +    done
27251 +    exit $?
27252 +    ;;
27253 +
27254 +  --debug)
27255 +    $echo "$progname: enabling shell trace mode"
27256 +    set -x
27257 +    preserve_args="$preserve_args $arg"
27258 +    ;;
27259 +
27260 +  --dry-run | -n)
27261 +    run=:
27262 +    ;;
27263 +
27264 +  --features)
27265 +    $echo "host: $host"
27266 +    if test "$build_libtool_libs" = yes; then
27267 +      $echo "enable shared libraries"
27268 +    else
27269 +      $echo "disable shared libraries"
27270 +    fi
27271 +    if test "$build_old_libs" = yes; then
27272 +      $echo "enable static libraries"
27273 +    else
27274 +      $echo "disable static libraries"
27275 +    fi
27276 +    exit $?
27277 +    ;;
27278 +
27279 +  --finish) mode="finish" ;;
27280 +
27281 +  --mode) prevopt="--mode" prev=mode ;;
27282 +  --mode=*) mode="$optarg" ;;
27283 +
27284 +  --preserve-dup-deps) duplicate_deps="yes" ;;
27285 +
27286 +  --quiet | --silent)
27287 +    show=:
27288 +    preserve_args="$preserve_args $arg"
27289 +    ;;
27290 +
27291 +  --tag) prevopt="--tag" prev=tag ;;
27292 +  --tag=*)
27293 +    set tag "$optarg" ${1+"$@"}
27294 +    shift
27295 +    prev=tag
27296 +    preserve_args="$preserve_args --tag"
27297 +    ;;
27298 +
27299 +  -dlopen)
27300 +    prevopt="-dlopen"
27301 +    prev=execute_dlfiles
27302 +    ;;
27303 +
27304 +  -*)
27305 +    $echo "$modename: unrecognized option \`$arg'" 1>&2
27306 +    $echo "$help" 1>&2
27307 +    exit $EXIT_FAILURE
27308 +    ;;
27309 +
27310 +  *)
27311 +    nonopt="$arg"
27312 +    break
27313 +    ;;
27314 +  esac
27315 +done
27316 +
27317 +if test -n "$prevopt"; then
27318 +  $echo "$modename: option \`$prevopt' requires an argument" 1>&2
27319 +  $echo "$help" 1>&2
27320 +  exit $EXIT_FAILURE
27321 +fi
27322 +
27323 +# If this variable is set in any of the actions, the command in it
27324 +# will be execed at the end.  This prevents here-documents from being
27325 +# left over by shells.
27326 +exec_cmd=
27327 +
27328 +if test -z "$show_help"; then
27329 +
27330 +  # Infer the operation mode.
27331 +  if test -z "$mode"; then
27332 +    $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
27333 +    $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
27334 +    case $nonopt in
27335 +    *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
27336 +      mode=link
27337 +      for arg
27338 +      do
27339 +       case $arg in
27340 +       -c)
27341 +          mode=compile
27342 +          break
27343 +          ;;
27344 +       esac
27345 +      done
27346 +      ;;
27347 +    *db | *dbx | *strace | *truss)
27348 +      mode=execute
27349 +      ;;
27350 +    *install*|cp|mv)
27351 +      mode=install
27352 +      ;;
27353 +    *rm)
27354 +      mode=uninstall
27355 +      ;;
27356 +    *)
27357 +      # If we have no mode, but dlfiles were specified, then do execute mode.
27358 +      test -n "$execute_dlfiles" && mode=execute
27359 +
27360 +      # Just use the default operation mode.
27361 +      if test -z "$mode"; then
27362 +       if test -n "$nonopt"; then
27363 +         $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
27364 +       else
27365 +         $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
27366 +       fi
27367 +      fi
27368 +      ;;
27369 +    esac
27370 +  fi
27371 +
27372 +  # Only execute mode is allowed to have -dlopen flags.
27373 +  if test -n "$execute_dlfiles" && test "$mode" != execute; then
27374 +    $echo "$modename: unrecognized option \`-dlopen'" 1>&2
27375 +    $echo "$help" 1>&2
27376 +    exit $EXIT_FAILURE
27377 +  fi
27378 +
27379 +  # Change the help message to a mode-specific one.
27380 +  generic_help="$help"
27381 +  help="Try \`$modename --help --mode=$mode' for more information."
27382 +
27383 +  # These modes are in order of execution frequency so that they run quickly.
27384 +  case $mode in
27385 +  # libtool compile mode
27386 +  compile)
27387 +    modename="$modename: compile"
27388 +    # Get the compilation command and the source file.
27389 +    base_compile=
27390 +    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
27391 +    suppress_opt=yes
27392 +    suppress_output=
27393 +    arg_mode=normal
27394 +    libobj=
27395 +    later=
27396 +
27397 +    for arg
27398 +    do
27399 +      case $arg_mode in
27400 +      arg  )
27401 +       # do not "continue".  Instead, add this to base_compile
27402 +       lastarg="$arg"
27403 +       arg_mode=normal
27404 +       ;;
27405 +
27406 +      target )
27407 +       libobj="$arg"
27408 +       arg_mode=normal
27409 +       continue
27410 +       ;;
27411 +
27412 +      normal )
27413 +       # Accept any command-line options.
27414 +       case $arg in
27415 +       -o)
27416 +         if test -n "$libobj" ; then
27417 +           $echo "$modename: you cannot specify \`-o' more than once" 1>&2
27418 +           exit $EXIT_FAILURE
27419 +         fi
27420 +         arg_mode=target
27421 +         continue
27422 +         ;;
27423 +
27424 +       -static | -prefer-pic | -prefer-non-pic)
27425 +         later="$later $arg"
27426 +         continue
27427 +         ;;
27428 +
27429 +       -no-suppress)
27430 +         suppress_opt=no
27431 +         continue
27432 +         ;;
27433 +
27434 +       -Xcompiler)
27435 +         arg_mode=arg  #  the next one goes into the "base_compile" arg list
27436 +         continue      #  The current "srcfile" will either be retained or
27437 +         ;;            #  replaced later.  I would guess that would be a bug.
27438 +
27439 +       -Wc,*)
27440 +         args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
27441 +         lastarg=
27442 +         save_ifs="$IFS"; IFS=','
27443 +         for arg in $args; do
27444 +           IFS="$save_ifs"
27445 +
27446 +           # Double-quote args containing other shell metacharacters.
27447 +           # Many Bourne shells cannot handle close brackets correctly
27448 +           # in scan sets, so we specify it separately.
27449 +           case $arg in
27450 +             *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
27451 +             arg="\"$arg\""
27452 +             ;;
27453 +           esac
27454 +           lastarg="$lastarg $arg"
27455 +         done
27456 +         IFS="$save_ifs"
27457 +         lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
27458 +
27459 +         # Add the arguments to base_compile.
27460 +         base_compile="$base_compile $lastarg"
27461 +         continue
27462 +         ;;
27463 +
27464 +       * )
27465 +         # Accept the current argument as the source file.
27466 +         # The previous "srcfile" becomes the current argument.
27467 +         #
27468 +         lastarg="$srcfile"
27469 +         srcfile="$arg"
27470 +         ;;
27471 +       esac  #  case $arg
27472 +       ;;
27473 +      esac    #  case $arg_mode
27474 +
27475 +      # Aesthetically quote the previous argument.
27476 +      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
27477 +
27478 +      case $lastarg in
27479 +      # Double-quote args containing other shell metacharacters.
27480 +      # Many Bourne shells cannot handle close brackets correctly
27481 +      # in scan sets, and some SunOS ksh mistreat backslash-escaping
27482 +      # in scan sets (worked around with variable expansion),
27483 +      # and furthermore cannot handle '|' '&' '(' ')' in scan sets 
27484 +      # at all, so we specify them separately.
27485 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
27486 +       lastarg="\"$lastarg\""
27487 +       ;;
27488 +      esac
27489 +
27490 +      base_compile="$base_compile $lastarg"
27491 +    done # for arg
27492 +
27493 +    case $arg_mode in
27494 +    arg)
27495 +      $echo "$modename: you must specify an argument for -Xcompile"
27496 +      exit $EXIT_FAILURE
27497 +      ;;
27498 +    target)
27499 +      $echo "$modename: you must specify a target with \`-o'" 1>&2
27500 +      exit $EXIT_FAILURE
27501 +      ;;
27502 +    *)
27503 +      # Get the name of the library object.
27504 +      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
27505 +      ;;
27506 +    esac
27507 +
27508 +    # Recognize several different file suffixes.
27509 +    # If the user specifies -o file.o, it is replaced with file.lo
27510 +    xform='[cCFSifmso]'
27511 +    case $libobj in
27512 +    *.ada) xform=ada ;;
27513 +    *.adb) xform=adb ;;
27514 +    *.ads) xform=ads ;;
27515 +    *.asm) xform=asm ;;
27516 +    *.c++) xform=c++ ;;
27517 +    *.cc) xform=cc ;;
27518 +    *.ii) xform=ii ;;
27519 +    *.class) xform=class ;;
27520 +    *.cpp) xform=cpp ;;
27521 +    *.cxx) xform=cxx ;;
27522 +    *.f90) xform=f90 ;;
27523 +    *.for) xform=for ;;
27524 +    *.java) xform=java ;;
27525 +    esac
27526 +
27527 +    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
27528 +
27529 +    case $libobj in
27530 +    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
27531 +    *)
27532 +      $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
27533 +      exit $EXIT_FAILURE
27534 +      ;;
27535 +    esac
27536 +
27537 +    func_infer_tag $base_compile
27538 +
27539 +    for arg in $later; do
27540 +      case $arg in
27541 +      -static)
27542 +       build_old_libs=yes
27543 +       continue
27544 +       ;;
27545 +
27546 +      -prefer-pic)
27547 +       pic_mode=yes
27548 +       continue
27549 +       ;;
27550 +
27551 +      -prefer-non-pic)
27552 +       pic_mode=no
27553 +       continue
27554 +       ;;
27555 +      esac
27556 +    done
27557 +
27558 +    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
27559 +    case $qlibobj in
27560 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
27561 +       qlibobj="\"$qlibobj\"" ;;
27562 +    esac
27563 +    test "X$libobj" != "X$qlibobj" \
27564 +       && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"'  &()|`$[]' \
27565 +       && $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
27566 +    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
27567 +    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
27568 +    if test "X$xdir" = "X$obj"; then
27569 +      xdir=
27570 +    else
27571 +      xdir=$xdir/
27572 +    fi
27573 +    lobj=${xdir}$objdir/$objname
27574 +
27575 +    if test -z "$base_compile"; then
27576 +      $echo "$modename: you must specify a compilation command" 1>&2
27577 +      $echo "$help" 1>&2
27578 +      exit $EXIT_FAILURE
27579 +    fi
27580 +
27581 +    # Delete any leftover library objects.
27582 +    if test "$build_old_libs" = yes; then
27583 +      removelist="$obj $lobj $libobj ${libobj}T"
27584 +    else
27585 +      removelist="$lobj $libobj ${libobj}T"
27586 +    fi
27587 +
27588 +    $run $rm $removelist
27589 +    trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
27590 +
27591 +    # On Cygwin there's no "real" PIC flag so we must build both object types
27592 +    case $host_os in
27593 +    cygwin* | mingw* | pw32* | os2*)
27594 +      pic_mode=default
27595 +      ;;
27596 +    esac
27597 +    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
27598 +      # non-PIC code in shared libraries is not supported
27599 +      pic_mode=default
27600 +    fi
27601 +
27602 +    # Calculate the filename of the output object if compiler does
27603 +    # not support -o with -c
27604 +    if test "$compiler_c_o" = no; then
27605 +      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
27606 +      lockfile="$output_obj.lock"
27607 +      removelist="$removelist $output_obj $lockfile"
27608 +      trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
27609 +    else
27610 +      output_obj=
27611 +      need_locks=no
27612 +      lockfile=
27613 +    fi
27614 +
27615 +    # Lock this critical section if it is needed
27616 +    # We use this script file to make the link, it avoids creating a new file
27617 +    if test "$need_locks" = yes; then
27618 +      until $run ln "$progpath" "$lockfile" 2>/dev/null; do
27619 +       $show "Waiting for $lockfile to be removed"
27620 +       sleep 2
27621 +      done
27622 +    elif test "$need_locks" = warn; then
27623 +      if test -f "$lockfile"; then
27624 +       $echo "\
27625 +*** ERROR, $lockfile exists and contains:
27626 +`cat $lockfile 2>/dev/null`
27627 +
27628 +This indicates that another process is trying to use the same
27629 +temporary object file, and libtool could not work around it because
27630 +your compiler does not support \`-c' and \`-o' together.  If you
27631 +repeat this compilation, it may succeed, by chance, but you had better
27632 +avoid parallel builds (make -j) in this platform, or get a better
27633 +compiler."
27634 +
27635 +       $run $rm $removelist
27636 +       exit $EXIT_FAILURE
27637 +      fi
27638 +      $echo "$srcfile" > "$lockfile"
27639 +    fi
27640 +
27641 +    if test -n "$fix_srcfile_path"; then
27642 +      eval srcfile=\"$fix_srcfile_path\"
27643 +    fi
27644 +    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
27645 +    case $qsrcfile in
27646 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
27647 +      qsrcfile="\"$qsrcfile\"" ;;
27648 +    esac
27649 +
27650 +    $run $rm "$libobj" "${libobj}T"
27651 +
27652 +    # Create a libtool object file (analogous to a ".la" file),
27653 +    # but don't create it if we're doing a dry run.
27654 +    test -z "$run" && cat > ${libobj}T <<EOF
27655 +# $libobj - a libtool object file
27656 +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
27657 +#
27658 +# Please DO NOT delete this file!
27659 +# It is necessary for linking the library.
27660 +
27661 +# Name of the PIC object.
27662 +EOF
27663 +
27664 +    # Only build a PIC object if we are building libtool libraries.
27665 +    if test "$build_libtool_libs" = yes; then
27666 +      # Without this assignment, base_compile gets emptied.
27667 +      fbsd_hideous_sh_bug=$base_compile
27668 +
27669 +      if test "$pic_mode" != no; then
27670 +       command="$base_compile $qsrcfile $pic_flag"
27671 +      else
27672 +       # Don't build PIC code
27673 +       command="$base_compile $qsrcfile"
27674 +      fi
27675 +
27676 +      if test ! -d "${xdir}$objdir"; then
27677 +       $show "$mkdir ${xdir}$objdir"
27678 +       $run $mkdir ${xdir}$objdir
27679 +       status=$?
27680 +       if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then
27681 +         exit $status
27682 +       fi
27683 +      fi
27684 +
27685 +      if test -z "$output_obj"; then
27686 +       # Place PIC objects in $objdir
27687 +       command="$command -o $lobj"
27688 +      fi
27689 +
27690 +      $run $rm "$lobj" "$output_obj"
27691 +
27692 +      $show "$command"
27693 +      if $run eval "$command"; then :
27694 +      else
27695 +       test -n "$output_obj" && $run $rm $removelist
27696 +       exit $EXIT_FAILURE
27697 +      fi
27698 +
27699 +      if test "$need_locks" = warn &&
27700 +        test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
27701 +       $echo "\
27702 +*** ERROR, $lockfile contains:
27703 +`cat $lockfile 2>/dev/null`
27704 +
27705 +but it should contain:
27706 +$srcfile
27707 +
27708 +This indicates that another process is trying to use the same
27709 +temporary object file, and libtool could not work around it because
27710 +your compiler does not support \`-c' and \`-o' together.  If you
27711 +repeat this compilation, it may succeed, by chance, but you had better
27712 +avoid parallel builds (make -j) in this platform, or get a better
27713 +compiler."
27714 +
27715 +       $run $rm $removelist
27716 +       exit $EXIT_FAILURE
27717 +      fi
27718 +
27719 +      # Just move the object if needed, then go on to compile the next one
27720 +      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
27721 +       $show "$mv $output_obj $lobj"
27722 +       if $run $mv $output_obj $lobj; then :
27723 +       else
27724 +         error=$?
27725 +         $run $rm $removelist
27726 +         exit $error
27727 +       fi
27728 +      fi
27729 +
27730 +      # Append the name of the PIC object to the libtool object file.
27731 +      test -z "$run" && cat >> ${libobj}T <<EOF
27732 +pic_object='$objdir/$objname'
27733 +
27734 +EOF
27735 +
27736 +      # Allow error messages only from the first compilation.
27737 +      if test "$suppress_opt" = yes; then
27738 +        suppress_output=' >/dev/null 2>&1'
27739 +      fi
27740 +    else
27741 +      # No PIC object so indicate it doesn't exist in the libtool
27742 +      # object file.
27743 +      test -z "$run" && cat >> ${libobj}T <<EOF
27744 +pic_object=none
27745 +
27746 +EOF
27747 +    fi
27748 +
27749 +    # Only build a position-dependent object if we build old libraries.
27750 +    if test "$build_old_libs" = yes; then
27751 +      if test "$pic_mode" != yes; then
27752 +       # Don't build PIC code
27753 +       command="$base_compile $qsrcfile"
27754 +      else
27755 +       command="$base_compile $qsrcfile $pic_flag"
27756 +      fi
27757 +      if test "$compiler_c_o" = yes; then
27758 +       command="$command -o $obj"
27759 +      fi
27760 +
27761 +      # Suppress compiler output if we already did a PIC compilation.
27762 +      command="$command$suppress_output"
27763 +      $run $rm "$obj" "$output_obj"
27764 +      $show "$command"
27765 +      if $run eval "$command"; then :
27766 +      else
27767 +       $run $rm $removelist
27768 +       exit $EXIT_FAILURE
27769 +      fi
27770 +
27771 +      if test "$need_locks" = warn &&
27772 +        test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
27773 +       $echo "\
27774 +*** ERROR, $lockfile contains:
27775 +`cat $lockfile 2>/dev/null`
27776 +
27777 +but it should contain:
27778 +$srcfile
27779 +
27780 +This indicates that another process is trying to use the same
27781 +temporary object file, and libtool could not work around it because
27782 +your compiler does not support \`-c' and \`-o' together.  If you
27783 +repeat this compilation, it may succeed, by chance, but you had better
27784 +avoid parallel builds (make -j) in this platform, or get a better
27785 +compiler."
27786 +
27787 +       $run $rm $removelist
27788 +       exit $EXIT_FAILURE
27789 +      fi
27790 +
27791 +      # Just move the object if needed
27792 +      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
27793 +       $show "$mv $output_obj $obj"
27794 +       if $run $mv $output_obj $obj; then :
27795 +       else
27796 +         error=$?
27797 +         $run $rm $removelist
27798 +         exit $error
27799 +       fi
27800 +      fi
27801 +
27802 +      # Append the name of the non-PIC object the libtool object file.
27803 +      # Only append if the libtool object file exists.
27804 +      test -z "$run" && cat >> ${libobj}T <<EOF
27805 +# Name of the non-PIC object.
27806 +non_pic_object='$objname'
27807 +
27808 +EOF
27809 +    else
27810 +      # Append the name of the non-PIC object the libtool object file.
27811 +      # Only append if the libtool object file exists.
27812 +      test -z "$run" && cat >> ${libobj}T <<EOF
27813 +# Name of the non-PIC object.
27814 +non_pic_object=none
27815 +
27816 +EOF
27817 +    fi
27818 +
27819 +    $run $mv "${libobj}T" "${libobj}"
27820 +
27821 +    # Unlock the critical section if it was locked
27822 +    if test "$need_locks" != no; then
27823 +      $run $rm "$lockfile"
27824 +    fi
27825 +
27826 +    exit $EXIT_SUCCESS
27827 +    ;;
27828 +
27829 +  # libtool link mode
27830 +  link | relink)
27831 +    modename="$modename: link"
27832 +    case $host in
27833 +    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
27834 +      # It is impossible to link a dll without this setting, and
27835 +      # we shouldn't force the makefile maintainer to figure out
27836 +      # which system we are compiling for in order to pass an extra
27837 +      # flag for every libtool invocation.
27838 +      # allow_undefined=no
27839 +
27840 +      # FIXME: Unfortunately, there are problems with the above when trying
27841 +      # to make a dll which has undefined symbols, in which case not
27842 +      # even a static library is built.  For now, we need to specify
27843 +      # -no-undefined on the libtool link line when we can be certain
27844 +      # that all symbols are satisfied, otherwise we get a static library.
27845 +      allow_undefined=yes
27846 +      ;;
27847 +    *)
27848 +      allow_undefined=yes
27849 +      ;;
27850 +    esac
27851 +    libtool_args="$nonopt"
27852 +    base_compile="$nonopt $@"
27853 +    compile_command="$nonopt"
27854 +    finalize_command="$nonopt"
27855 +
27856 +    compile_rpath=
27857 +    finalize_rpath=
27858 +    compile_shlibpath=
27859 +    finalize_shlibpath=
27860 +    convenience=
27861 +    old_convenience=
27862 +    deplibs=
27863 +    old_deplibs=
27864 +    compiler_flags=
27865 +    linker_flags=
27866 +    dllsearchpath=
27867 +    lib_search_path=`pwd`
27868 +    inst_prefix_dir=
27869 +
27870 +    avoid_version=no
27871 +    dlfiles=
27872 +    dlprefiles=
27873 +    dlself=no
27874 +    export_dynamic=no
27875 +    export_symbols=
27876 +    export_symbols_regex=
27877 +    generated=
27878 +    libobjs=
27879 +    ltlibs=
27880 +    module=no
27881 +    no_install=no
27882 +    objs=
27883 +    non_pic_objects=
27884 +    precious_files_regex=
27885 +    prefer_static_libs=no
27886 +    preload=no
27887 +    prev=
27888 +    prevarg=
27889 +    release=
27890 +    rpath=
27891 +    xrpath=
27892 +    perm_rpath=
27893 +    temp_rpath=
27894 +    thread_safe=no
27895 +    vinfo=
27896 +    vinfo_number=no
27897 +
27898 +    func_infer_tag $base_compile
27899 +
27900 +    # We need to know -static, to get the right output filenames.
27901 +    for arg
27902 +    do
27903 +      case $arg in
27904 +      -all-static | -static)
27905 +       if test "X$arg" = "X-all-static"; then
27906 +         if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
27907 +           $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2
27908 +         fi
27909 +         if test -n "$link_static_flag"; then
27910 +           dlopen_self=$dlopen_self_static
27911 +         fi
27912 +       else
27913 +         if test -z "$pic_flag" && test -n "$link_static_flag"; then
27914 +           dlopen_self=$dlopen_self_static
27915 +         fi
27916 +       fi
27917 +       build_libtool_libs=no
27918 +       build_old_libs=yes
27919 +       prefer_static_libs=yes
27920 +       break
27921 +       ;;
27922 +      esac
27923 +    done
27924 +
27925 +    # See if our shared archives depend on static archives.
27926 +    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
27927 +
27928 +    # Go through the arguments, transforming them on the way.
27929 +    while test "$#" -gt 0; do
27930 +      arg="$1"
27931 +      shift
27932 +      case $arg in
27933 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
27934 +       qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
27935 +       ;;
27936 +      *) qarg=$arg ;;
27937 +      esac
27938 +      libtool_args="$libtool_args $qarg"
27939 +
27940 +      # If the previous option needs an argument, assign it.
27941 +      if test -n "$prev"; then
27942 +       case $prev in
27943 +       output)
27944 +         compile_command="$compile_command @OUTPUT@"
27945 +         finalize_command="$finalize_command @OUTPUT@"
27946 +         ;;
27947 +       esac
27948 +
27949 +       case $prev in
27950 +       dlfiles|dlprefiles)
27951 +         if test "$preload" = no; then
27952 +           # Add the symbol object into the linking commands.
27953 +           compile_command="$compile_command @SYMFILE@"
27954 +           finalize_command="$finalize_command @SYMFILE@"
27955 +           preload=yes
27956 +         fi
27957 +         case $arg in
27958 +         *.la | *.lo) ;;  # We handle these cases below.
27959 +         force)
27960 +           if test "$dlself" = no; then
27961 +             dlself=needless
27962 +             export_dynamic=yes
27963 +           fi
27964 +           prev=
27965 +           continue
27966 +           ;;
27967 +         self)
27968 +           if test "$prev" = dlprefiles; then
27969 +             dlself=yes
27970 +           elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
27971 +             dlself=yes
27972 +           else
27973 +             dlself=needless
27974 +             export_dynamic=yes
27975 +           fi
27976 +           prev=
27977 +           continue
27978 +           ;;
27979 +         *)
27980 +           if test "$prev" = dlfiles; then
27981 +             dlfiles="$dlfiles $arg"
27982 +           else
27983 +             dlprefiles="$dlprefiles $arg"
27984 +           fi
27985 +           prev=
27986 +           continue
27987 +           ;;
27988 +         esac
27989 +         ;;
27990 +       expsyms)
27991 +         export_symbols="$arg"
27992 +         if test ! -f "$arg"; then
27993 +           $echo "$modename: symbol file \`$arg' does not exist"
27994 +           exit $EXIT_FAILURE
27995 +         fi
27996 +         prev=
27997 +         continue
27998 +         ;;
27999 +       expsyms_regex)
28000 +         export_symbols_regex="$arg"
28001 +         prev=
28002 +         continue
28003 +         ;;
28004 +       inst_prefix)
28005 +         inst_prefix_dir="$arg"
28006 +         prev=
28007 +         continue
28008 +         ;;
28009 +       precious_regex)
28010 +         precious_files_regex="$arg"
28011 +         prev=
28012 +         continue
28013 +         ;;
28014 +       release)
28015 +         release="-$arg"
28016 +         prev=
28017 +         continue
28018 +         ;;
28019 +       objectlist)
28020 +         if test -f "$arg"; then
28021 +           save_arg=$arg
28022 +           moreargs=
28023 +           for fil in `cat $save_arg`
28024 +           do
28025 +#            moreargs="$moreargs $fil"
28026 +             arg=$fil
28027 +             # A libtool-controlled object.
28028 +
28029 +             # Check to see that this really is a libtool object.
28030 +             if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
28031 +               pic_object=
28032 +               non_pic_object=
28033 +
28034 +               # Read the .lo file
28035 +               # If there is no directory component, then add one.
28036 +               case $arg in
28037 +               */* | *\\*) . $arg ;;
28038 +               *) . ./$arg ;;
28039 +               esac
28040 +
28041 +               if test -z "$pic_object" || \
28042 +                  test -z "$non_pic_object" ||
28043 +                  test "$pic_object" = none && \
28044 +                  test "$non_pic_object" = none; then
28045 +                 $echo "$modename: cannot find name of object for \`$arg'" 1>&2
28046 +                 exit $EXIT_FAILURE
28047 +               fi
28048 +
28049 +               # Extract subdirectory from the argument.
28050 +               xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
28051 +               if test "X$xdir" = "X$arg"; then
28052 +                 xdir=
28053 +               else
28054 +                 xdir="$xdir/"
28055 +               fi
28056 +
28057 +               if test "$pic_object" != none; then
28058 +                 # Prepend the subdirectory the object is found in.
28059 +                 pic_object="$xdir$pic_object"
28060 +
28061 +                 if test "$prev" = dlfiles; then
28062 +                   if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
28063 +                     dlfiles="$dlfiles $pic_object"
28064 +                     prev=
28065 +                     continue
28066 +                   else
28067 +                     # If libtool objects are unsupported, then we need to preload.
28068 +                     prev=dlprefiles
28069 +                   fi
28070 +                 fi
28071 +
28072 +                 # CHECK ME:  I think I busted this.  -Ossama
28073 +                 if test "$prev" = dlprefiles; then
28074 +                   # Preload the old-style object.
28075 +                   dlprefiles="$dlprefiles $pic_object"
28076 +                   prev=
28077 +                 fi
28078 +
28079 +                 # A PIC object.
28080 +                 libobjs="$libobjs $pic_object"
28081 +                 arg="$pic_object"
28082 +               fi
28083 +
28084 +               # Non-PIC object.
28085 +               if test "$non_pic_object" != none; then
28086 +                 # Prepend the subdirectory the object is found in.
28087 +                 non_pic_object="$xdir$non_pic_object"
28088 +
28089 +                 # A standard non-PIC object
28090 +                 non_pic_objects="$non_pic_objects $non_pic_object"
28091 +                 if test -z "$pic_object" || test "$pic_object" = none ; then
28092 +                   arg="$non_pic_object"
28093 +                 fi
28094 +               fi
28095 +             else
28096 +               # Only an error if not doing a dry-run.
28097 +               if test -z "$run"; then
28098 +                 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
28099 +                 exit $EXIT_FAILURE
28100 +               else
28101 +                 # Dry-run case.
28102 +
28103 +                 # Extract subdirectory from the argument.
28104 +                 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
28105 +                 if test "X$xdir" = "X$arg"; then
28106 +                   xdir=
28107 +                 else
28108 +                   xdir="$xdir/"
28109 +                 fi
28110 +
28111 +                 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
28112 +                 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
28113 +                 libobjs="$libobjs $pic_object"
28114 +                 non_pic_objects="$non_pic_objects $non_pic_object"
28115 +               fi
28116 +             fi
28117 +           done
28118 +         else
28119 +           $echo "$modename: link input file \`$save_arg' does not exist"
28120 +           exit $EXIT_FAILURE
28121 +         fi
28122 +         arg=$save_arg
28123 +         prev=
28124 +         continue
28125 +         ;;
28126 +       rpath | xrpath)
28127 +         # We need an absolute path.
28128 +         case $arg in
28129 +         [\\/]* | [A-Za-z]:[\\/]*) ;;
28130 +         *)
28131 +           $echo "$modename: only absolute run-paths are allowed" 1>&2
28132 +           exit $EXIT_FAILURE
28133 +           ;;
28134 +         esac
28135 +         if test "$prev" = rpath; then
28136 +           case "$rpath " in
28137 +           *" $arg "*) ;;
28138 +           *) rpath="$rpath $arg" ;;
28139 +           esac
28140 +         else
28141 +           case "$xrpath " in
28142 +           *" $arg "*) ;;
28143 +           *) xrpath="$xrpath $arg" ;;
28144 +           esac
28145 +         fi
28146 +         prev=
28147 +         continue
28148 +         ;;
28149 +       xcompiler)
28150 +         compiler_flags="$compiler_flags $qarg"
28151 +         prev=
28152 +         compile_command="$compile_command $qarg"
28153 +         finalize_command="$finalize_command $qarg"
28154 +         continue
28155 +         ;;
28156 +       xlinker)
28157 +         linker_flags="$linker_flags $qarg"
28158 +         compiler_flags="$compiler_flags $wl$qarg"
28159 +         prev=
28160 +         compile_command="$compile_command $wl$qarg"
28161 +         finalize_command="$finalize_command $wl$qarg"
28162 +         continue
28163 +         ;;
28164 +       xcclinker)
28165 +         linker_flags="$linker_flags $qarg"
28166 +         compiler_flags="$compiler_flags $qarg"
28167 +         prev=
28168 +         compile_command="$compile_command $qarg"
28169 +         finalize_command="$finalize_command $qarg"
28170 +         continue
28171 +         ;;
28172 +       shrext)
28173 +         shrext_cmds="$arg"
28174 +         prev=
28175 +         continue
28176 +         ;;
28177 +        darwin_framework)
28178 +         compiler_flags="$compiler_flags $arg"
28179 +         compile_command="$compile_command $arg"
28180 +         finalize_command="$finalize_command $arg"
28181 +         prev=
28182 +         continue
28183 +         ;;
28184 +       *)
28185 +         eval "$prev=\"\$arg\""
28186 +         prev=
28187 +         continue
28188 +         ;;
28189 +       esac
28190 +      fi # test -n "$prev"
28191 +
28192 +      prevarg="$arg"
28193 +
28194 +      case $arg in
28195 +      -all-static)
28196 +       if test -n "$link_static_flag"; then
28197 +         compile_command="$compile_command $link_static_flag"
28198 +         finalize_command="$finalize_command $link_static_flag"
28199 +       fi
28200 +       continue
28201 +       ;;
28202 +
28203 +      -allow-undefined)
28204 +       # FIXME: remove this flag sometime in the future.
28205 +       $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2
28206 +       continue
28207 +       ;;
28208 +
28209 +      -avoid-version)
28210 +       avoid_version=yes
28211 +       continue
28212 +       ;;
28213 +
28214 +      -dlopen)
28215 +       prev=dlfiles
28216 +       continue
28217 +       ;;
28218 +
28219 +      -dlpreopen)
28220 +       prev=dlprefiles
28221 +       continue
28222 +       ;;
28223 +
28224 +      -export-dynamic)
28225 +       export_dynamic=yes
28226 +       continue
28227 +       ;;
28228 +
28229 +      -export-symbols | -export-symbols-regex)
28230 +       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
28231 +         $echo "$modename: more than one -exported-symbols argument is not allowed"
28232 +         exit $EXIT_FAILURE
28233 +       fi
28234 +       if test "X$arg" = "X-export-symbols"; then
28235 +         prev=expsyms
28236 +       else
28237 +         prev=expsyms_regex
28238 +       fi
28239 +       continue
28240 +       ;;
28241 +
28242 +      -framework|-arch)
28243 +        prev=darwin_framework
28244 +        compiler_flags="$compiler_flags $arg"
28245 +       compile_command="$compile_command $arg"
28246 +       finalize_command="$finalize_command $arg"
28247 +        continue
28248 +        ;;
28249 +
28250 +      -inst-prefix-dir)
28251 +       prev=inst_prefix
28252 +       continue
28253 +       ;;
28254 +
28255 +      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
28256 +      # so, if we see these flags be careful not to treat them like -L
28257 +      -L[A-Z][A-Z]*:*)
28258 +       case $with_gcc/$host in
28259 +       no/*-*-irix* | /*-*-irix*)
28260 +         compile_command="$compile_command $arg"
28261 +         finalize_command="$finalize_command $arg"
28262 +         ;;
28263 +       esac
28264 +       continue
28265 +       ;;
28266 +
28267 +      -L*)
28268 +       dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
28269 +       # We need an absolute path.
28270 +       case $dir in
28271 +       [\\/]* | [A-Za-z]:[\\/]*) ;;
28272 +       *)
28273 +         absdir=`cd "$dir" && pwd`
28274 +         if test -z "$absdir"; then
28275 +           $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
28276 +           exit $EXIT_FAILURE
28277 +         fi
28278 +         dir="$absdir"
28279 +         ;;
28280 +       esac
28281 +       case "$deplibs " in
28282 +       *" -L$dir "*) ;;
28283 +       *)
28284 +         deplibs="$deplibs -L$dir"
28285 +         lib_search_path="$lib_search_path $dir"
28286 +         ;;
28287 +       esac
28288 +       case $host in
28289 +       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
28290 +         case :$dllsearchpath: in
28291 +         *":$dir:"*) ;;
28292 +         *) dllsearchpath="$dllsearchpath:$dir";;
28293 +         esac
28294 +         ;;
28295 +       esac
28296 +       continue
28297 +       ;;
28298 +
28299 +      -l*)
28300 +       if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
28301 +         case $host in
28302 +         *-*-cygwin* | *-*-pw32* | *-*-beos*)
28303 +           # These systems don't actually have a C or math library (as such)
28304 +           continue
28305 +           ;;
28306 +         *-*-mingw* | *-*-os2*)
28307 +           # These systems don't actually have a C library (as such)
28308 +           test "X$arg" = "X-lc" && continue
28309 +           ;;
28310 +         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
28311 +           # Do not include libc due to us having libc/libc_r.
28312 +           test "X$arg" = "X-lc" && continue
28313 +           ;;
28314 +         *-*-rhapsody* | *-*-darwin1.[012])
28315 +           # Rhapsody C and math libraries are in the System framework
28316 +           deplibs="$deplibs -framework System"
28317 +           continue
28318 +         esac
28319 +       elif test "X$arg" = "X-lc_r"; then
28320 +        case $host in
28321 +        *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
28322 +          # Do not include libc_r directly, use -pthread flag.
28323 +          continue
28324 +          ;;
28325 +        esac
28326 +       fi
28327 +       deplibs="$deplibs $arg"
28328 +       continue
28329 +       ;;
28330 +
28331 +      # Tru64 UNIX uses -model [arg] to determine the layout of C++
28332 +      # classes, name mangling, and exception handling.
28333 +      -model)
28334 +       compile_command="$compile_command $arg"
28335 +       compiler_flags="$compiler_flags $arg"
28336 +       finalize_command="$finalize_command $arg"
28337 +       prev=xcompiler
28338 +       continue
28339 +       ;;
28340 +
28341 +     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
28342 +       compiler_flags="$compiler_flags $arg"
28343 +       compile_command="$compile_command $arg"
28344 +       finalize_command="$finalize_command $arg"
28345 +       continue
28346 +       ;;
28347 +
28348 +      -module)
28349 +       module=yes
28350 +       continue
28351 +       ;;
28352 +
28353 +      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
28354 +      # -r[0-9][0-9]* specifies the processor on the SGI compiler
28355 +      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
28356 +      # +DA*, +DD* enable 64-bit mode on the HP compiler
28357 +      # -q* pass through compiler args for the IBM compiler
28358 +      # -m* pass through architecture-specific compiler args for GCC
28359 +      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
28360 +
28361 +       # Unknown arguments in both finalize_command and compile_command need
28362 +       # to be aesthetically quoted because they are evaled later.
28363 +       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
28364 +       case $arg in
28365 +       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
28366 +         arg="\"$arg\""
28367 +         ;;
28368 +       esac
28369 +        compile_command="$compile_command $arg"
28370 +        finalize_command="$finalize_command $arg"
28371 +        if test "$with_gcc" = "yes" ; then
28372 +          compiler_flags="$compiler_flags $arg"
28373 +        fi
28374 +        continue
28375 +        ;;
28376 +
28377 +      -shrext)
28378 +       prev=shrext
28379 +       continue
28380 +       ;;
28381 +
28382 +      -no-fast-install)
28383 +       fast_install=no
28384 +       continue
28385 +       ;;
28386 +
28387 +      -no-install)
28388 +       case $host in
28389 +       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
28390 +         # The PATH hackery in wrapper scripts is required on Windows
28391 +         # in order for the loader to find any dlls it needs.
28392 +         $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
28393 +         $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
28394 +         fast_install=no
28395 +         ;;
28396 +       *) no_install=yes ;;
28397 +       esac
28398 +       continue
28399 +       ;;
28400 +
28401 +      -no-undefined)
28402 +       allow_undefined=no
28403 +       continue
28404 +       ;;
28405 +
28406 +      -objectlist)
28407 +       prev=objectlist
28408 +       continue
28409 +       ;;
28410 +
28411 +      -o) prev=output ;;
28412 +
28413 +      -precious-files-regex)
28414 +       prev=precious_regex
28415 +       continue
28416 +       ;;
28417 +
28418 +      -release)
28419 +       prev=release
28420 +       continue
28421 +       ;;
28422 +
28423 +      -rpath)
28424 +       prev=rpath
28425 +       continue
28426 +       ;;
28427 +
28428 +      -R)
28429 +       prev=xrpath
28430 +       continue
28431 +       ;;
28432 +
28433 +      -R*)
28434 +       dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
28435 +       # We need an absolute path.
28436 +       case $dir in
28437 +       [\\/]* | [A-Za-z]:[\\/]*) ;;
28438 +       *)
28439 +         $echo "$modename: only absolute run-paths are allowed" 1>&2
28440 +         exit $EXIT_FAILURE
28441 +         ;;
28442 +       esac
28443 +       case "$xrpath " in
28444 +       *" $dir "*) ;;
28445 +       *) xrpath="$xrpath $dir" ;;
28446 +       esac
28447 +       continue
28448 +       ;;
28449 +
28450 +      -static)
28451 +       # The effects of -static are defined in a previous loop.
28452 +       # We used to do the same as -all-static on platforms that
28453 +       # didn't have a PIC flag, but the assumption that the effects
28454 +       # would be equivalent was wrong.  It would break on at least
28455 +       # Digital Unix and AIX.
28456 +       continue
28457 +       ;;
28458 +
28459 +      -thread-safe)
28460 +       thread_safe=yes
28461 +       continue
28462 +       ;;
28463 +
28464 +      -version-info)
28465 +       prev=vinfo
28466 +       continue
28467 +       ;;
28468 +      -version-number)
28469 +       prev=vinfo
28470 +       vinfo_number=yes
28471 +       continue
28472 +       ;;
28473 +
28474 +      -Wc,*)
28475 +       args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
28476 +       arg=
28477 +       save_ifs="$IFS"; IFS=','
28478 +       for flag in $args; do
28479 +         IFS="$save_ifs"
28480 +         case $flag in
28481 +           *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \       ]*|*]*|"")
28482 +           flag="\"$flag\""
28483 +           ;;
28484 +         esac
28485 +         arg="$arg $wl$flag"
28486 +         compiler_flags="$compiler_flags $flag"
28487 +       done
28488 +       IFS="$save_ifs"
28489 +       arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
28490 +       ;;
28491 +
28492 +      -Wl,*)
28493 +       args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
28494 +       arg=
28495 +       save_ifs="$IFS"; IFS=','
28496 +       for flag in $args; do
28497 +         IFS="$save_ifs"
28498 +         case $flag in
28499 +           *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \       ]*|*]*|"")
28500 +           flag="\"$flag\""
28501 +           ;;
28502 +         esac
28503 +         arg="$arg $wl$flag"
28504 +         compiler_flags="$compiler_flags $wl$flag"
28505 +         linker_flags="$linker_flags $flag"
28506 +       done
28507 +       IFS="$save_ifs"
28508 +       arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
28509 +       ;;
28510 +
28511 +      -Xcompiler)
28512 +       prev=xcompiler
28513 +       continue
28514 +       ;;
28515 +
28516 +      -Xlinker)
28517 +       prev=xlinker
28518 +       continue
28519 +       ;;
28520 +
28521 +      -XCClinker)
28522 +       prev=xcclinker
28523 +       continue
28524 +       ;;
28525 +
28526 +      # Some other compiler flag.
28527 +      -* | +*)
28528 +       # Unknown arguments in both finalize_command and compile_command need
28529 +       # to be aesthetically quoted because they are evaled later.
28530 +       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
28531 +       case $arg in
28532 +       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
28533 +         arg="\"$arg\""
28534 +         ;;
28535 +       esac
28536 +       ;;
28537 +
28538 +      *.$objext)
28539 +       # A standard object.
28540 +       objs="$objs $arg"
28541 +       ;;
28542 +
28543 +      *.lo)
28544 +       # A libtool-controlled object.
28545 +
28546 +       # Check to see that this really is a libtool object.
28547 +       if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
28548 +         pic_object=
28549 +         non_pic_object=
28550 +
28551 +         # Read the .lo file
28552 +         # If there is no directory component, then add one.
28553 +         case $arg in
28554 +         */* | *\\*) . $arg ;;
28555 +         *) . ./$arg ;;
28556 +         esac
28557 +
28558 +         if test -z "$pic_object" || \
28559 +            test -z "$non_pic_object" ||
28560 +            test "$pic_object" = none && \
28561 +            test "$non_pic_object" = none; then
28562 +           $echo "$modename: cannot find name of object for \`$arg'" 1>&2
28563 +           exit $EXIT_FAILURE
28564 +         fi
28565 +
28566 +         # Extract subdirectory from the argument.
28567 +         xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
28568 +         if test "X$xdir" = "X$arg"; then
28569 +           xdir=
28570 +         else
28571 +           xdir="$xdir/"
28572 +         fi
28573 +
28574 +         if test "$pic_object" != none; then
28575 +           # Prepend the subdirectory the object is found in.
28576 +           pic_object="$xdir$pic_object"
28577 +
28578 +           if test "$prev" = dlfiles; then
28579 +             if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
28580 +               dlfiles="$dlfiles $pic_object"
28581 +               prev=
28582 +               continue
28583 +             else
28584 +               # If libtool objects are unsupported, then we need to preload.
28585 +               prev=dlprefiles
28586 +             fi
28587 +           fi
28588 +
28589 +           # CHECK ME:  I think I busted this.  -Ossama
28590 +           if test "$prev" = dlprefiles; then
28591 +             # Preload the old-style object.
28592 +             dlprefiles="$dlprefiles $pic_object"
28593 +             prev=
28594 +           fi
28595 +
28596 +           # A PIC object.
28597 +           libobjs="$libobjs $pic_object"
28598 +           arg="$pic_object"
28599 +         fi
28600 +
28601 +         # Non-PIC object.
28602 +         if test "$non_pic_object" != none; then
28603 +           # Prepend the subdirectory the object is found in.
28604 +           non_pic_object="$xdir$non_pic_object"
28605 +
28606 +           # A standard non-PIC object
28607 +           non_pic_objects="$non_pic_objects $non_pic_object"
28608 +           if test -z "$pic_object" || test "$pic_object" = none ; then
28609 +             arg="$non_pic_object"
28610 +           fi
28611 +         fi
28612 +       else
28613 +         # Only an error if not doing a dry-run.
28614 +         if test -z "$run"; then
28615 +           $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
28616 +           exit $EXIT_FAILURE
28617 +         else
28618 +           # Dry-run case.
28619 +
28620 +           # Extract subdirectory from the argument.
28621 +           xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
28622 +           if test "X$xdir" = "X$arg"; then
28623 +             xdir=
28624 +           else
28625 +             xdir="$xdir/"
28626 +           fi
28627 +
28628 +           pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
28629 +           non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
28630 +           libobjs="$libobjs $pic_object"
28631 +           non_pic_objects="$non_pic_objects $non_pic_object"
28632 +         fi
28633 +       fi
28634 +       ;;
28635 +
28636 +      *.$libext)
28637 +       # An archive.
28638 +       deplibs="$deplibs $arg"
28639 +       old_deplibs="$old_deplibs $arg"
28640 +       continue
28641 +       ;;
28642 +
28643 +      *.la)
28644 +       # A libtool-controlled library.
28645 +
28646 +       if test "$prev" = dlfiles; then
28647 +         # This library was specified with -dlopen.
28648 +         dlfiles="$dlfiles $arg"
28649 +         prev=
28650 +       elif test "$prev" = dlprefiles; then
28651 +         # The library was specified with -dlpreopen.
28652 +         dlprefiles="$dlprefiles $arg"
28653 +         prev=
28654 +       else
28655 +         deplibs="$deplibs $arg"
28656 +       fi
28657 +       continue
28658 +       ;;
28659 +
28660 +      # Some other compiler argument.
28661 +      *)
28662 +       # Unknown arguments in both finalize_command and compile_command need
28663 +       # to be aesthetically quoted because they are evaled later.
28664 +       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
28665 +       case $arg in
28666 +       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
28667 +         arg="\"$arg\""
28668 +         ;;
28669 +       esac
28670 +       ;;
28671 +      esac # arg
28672 +
28673 +      # Now actually substitute the argument into the commands.
28674 +      if test -n "$arg"; then
28675 +       compile_command="$compile_command $arg"
28676 +       finalize_command="$finalize_command $arg"
28677 +      fi
28678 +    done # argument parsing loop
28679 +
28680 +    if test -n "$prev"; then
28681 +      $echo "$modename: the \`$prevarg' option requires an argument" 1>&2
28682 +      $echo "$help" 1>&2
28683 +      exit $EXIT_FAILURE
28684 +    fi
28685 +
28686 +    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
28687 +      eval arg=\"$export_dynamic_flag_spec\"
28688 +      compile_command="$compile_command $arg"
28689 +      finalize_command="$finalize_command $arg"
28690 +    fi
28691 +
28692 +    oldlibs=
28693 +    # calculate the name of the file, without its directory
28694 +    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
28695 +    libobjs_save="$libobjs"
28696 +
28697 +    if test -n "$shlibpath_var"; then
28698 +      # get the directories listed in $shlibpath_var
28699 +      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
28700 +    else
28701 +      shlib_search_path=
28702 +    fi
28703 +    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
28704 +    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
28705 +
28706 +    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
28707 +    if test "X$output_objdir" = "X$output"; then
28708 +      output_objdir="$objdir"
28709 +    else
28710 +      output_objdir="$output_objdir/$objdir"
28711 +    fi
28712 +    # Create the object directory.
28713 +    if test ! -d "$output_objdir"; then
28714 +      $show "$mkdir $output_objdir"
28715 +      $run $mkdir $output_objdir
28716 +      status=$?
28717 +      if test "$status" -ne 0 && test ! -d "$output_objdir"; then
28718 +       exit $status
28719 +      fi
28720 +    fi
28721 +
28722 +    # Determine the type of output
28723 +    case $output in
28724 +    "")
28725 +      $echo "$modename: you must specify an output file" 1>&2
28726 +      $echo "$help" 1>&2
28727 +      exit $EXIT_FAILURE
28728 +      ;;
28729 +    *.$libext) linkmode=oldlib ;;
28730 +    *.lo | *.$objext) linkmode=obj ;;
28731 +    *.la) linkmode=lib ;;
28732 +    *) linkmode=prog ;; # Anything else should be a program.
28733 +    esac
28734 +
28735 +    case $host in
28736 +    *cygwin* | *mingw* | *pw32*)
28737 +      # don't eliminate duplications in $postdeps and $predeps
28738 +      duplicate_compiler_generated_deps=yes
28739 +      ;;
28740 +    *)
28741 +      duplicate_compiler_generated_deps=$duplicate_deps
28742 +      ;;
28743 +    esac
28744 +    specialdeplibs=
28745 +
28746 +    libs=
28747 +    # Find all interdependent deplibs by searching for libraries
28748 +    # that are linked more than once (e.g. -la -lb -la)
28749 +    for deplib in $deplibs; do
28750 +      if test "X$duplicate_deps" = "Xyes" ; then
28751 +       case "$libs " in
28752 +       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
28753 +       esac
28754 +      fi
28755 +      libs="$libs $deplib"
28756 +    done
28757 +
28758 +    if test "$linkmode" = lib; then
28759 +      libs="$predeps $libs $compiler_lib_search_path $postdeps"
28760 +
28761 +      # Compute libraries that are listed more than once in $predeps
28762 +      # $postdeps and mark them as special (i.e., whose duplicates are
28763 +      # not to be eliminated).
28764 +      pre_post_deps=
28765 +      if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then
28766 +       for pre_post_dep in $predeps $postdeps; do
28767 +         case "$pre_post_deps " in
28768 +         *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
28769 +         esac
28770 +         pre_post_deps="$pre_post_deps $pre_post_dep"
28771 +       done
28772 +      fi
28773 +      pre_post_deps=
28774 +    fi
28775 +
28776 +    deplibs=
28777 +    newdependency_libs=
28778 +    newlib_search_path=
28779 +    need_relink=no # whether we're linking any uninstalled libtool libraries
28780 +    notinst_deplibs= # not-installed libtool libraries
28781 +    notinst_path= # paths that contain not-installed libtool libraries
28782 +    case $linkmode in
28783 +    lib)
28784 +       passes="conv link"
28785 +       for file in $dlfiles $dlprefiles; do
28786 +         case $file in
28787 +         *.la) ;;
28788 +         *)
28789 +           $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
28790 +           exit $EXIT_FAILURE
28791 +           ;;
28792 +         esac
28793 +       done
28794 +       ;;
28795 +    prog)
28796 +       compile_deplibs=
28797 +       finalize_deplibs=
28798 +       alldeplibs=no
28799 +       newdlfiles=
28800 +       newdlprefiles=
28801 +       passes="conv scan dlopen dlpreopen link"
28802 +       ;;
28803 +    *)  passes="conv"
28804 +       ;;
28805 +    esac
28806 +    for pass in $passes; do
28807 +      if test "$linkmode,$pass" = "lib,link" ||
28808 +        test "$linkmode,$pass" = "prog,scan"; then
28809 +       libs="$deplibs"
28810 +       deplibs=
28811 +      fi
28812 +      if test "$linkmode" = prog; then
28813 +       case $pass in
28814 +       dlopen) libs="$dlfiles" ;;
28815 +       dlpreopen) libs="$dlprefiles" ;;
28816 +       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
28817 +       esac
28818 +      fi
28819 +      if test "$pass" = dlopen; then
28820 +       # Collect dlpreopened libraries
28821 +       save_deplibs="$deplibs"
28822 +       deplibs=
28823 +      fi
28824 +      for deplib in $libs; do
28825 +       lib=
28826 +       found=no
28827 +       case $deplib in
28828 +       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
28829 +         if test "$linkmode,$pass" = "prog,link"; then
28830 +           compile_deplibs="$deplib $compile_deplibs"
28831 +           finalize_deplibs="$deplib $finalize_deplibs"
28832 +         else
28833 +           compiler_flags="$compiler_flags $deplib"
28834 +         fi
28835 +         continue
28836 +         ;;
28837 +       -l*)
28838 +         if test "$linkmode" != lib && test "$linkmode" != prog; then
28839 +           $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
28840 +           continue
28841 +         fi
28842 +         name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
28843 +         for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
28844 +           for search_ext in .la $std_shrext .so .a; do
28845 +             # Search the libtool library
28846 +             lib="$searchdir/lib${name}${search_ext}"
28847 +             if test -f "$lib"; then
28848 +               if test "$search_ext" = ".la"; then
28849 +                 found=yes
28850 +               else
28851 +                 found=no
28852 +               fi
28853 +               break 2
28854 +             fi
28855 +           done
28856 +         done
28857 +         if test "$found" != yes; then
28858 +           # deplib doesn't seem to be a libtool library
28859 +           if test "$linkmode,$pass" = "prog,link"; then
28860 +             compile_deplibs="$deplib $compile_deplibs"
28861 +             finalize_deplibs="$deplib $finalize_deplibs"
28862 +           else
28863 +             deplibs="$deplib $deplibs"
28864 +             test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
28865 +           fi
28866 +           continue
28867 +         else # deplib is a libtool library
28868 +           # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
28869 +           # We need to do some special things here, and not later.
28870 +           if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
28871 +             case " $predeps $postdeps " in
28872 +             *" $deplib "*)
28873 +               if (${SED} -e '2q' $lib |
28874 +                    grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
28875 +                 library_names=
28876 +                 old_library=
28877 +                 case $lib in
28878 +                 */* | *\\*) . $lib ;;
28879 +                 *) . ./$lib ;;
28880 +                 esac
28881 +                 for l in $old_library $library_names; do
28882 +                   ll="$l"
28883 +                 done
28884 +                 if test "X$ll" = "X$old_library" ; then # only static version available
28885 +                   found=no
28886 +                   ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
28887 +                   test "X$ladir" = "X$lib" && ladir="."
28888 +                   lib=$ladir/$old_library
28889 +                   if test "$linkmode,$pass" = "prog,link"; then
28890 +                     compile_deplibs="$deplib $compile_deplibs"
28891 +                     finalize_deplibs="$deplib $finalize_deplibs"
28892 +                   else
28893 +                     deplibs="$deplib $deplibs"
28894 +                     test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
28895 +                   fi
28896 +                   continue
28897 +                 fi
28898 +               fi
28899 +               ;;
28900 +             *) ;;
28901 +             esac
28902 +           fi
28903 +         fi
28904 +         ;; # -l
28905 +       -L*)
28906 +         case $linkmode in
28907 +         lib)
28908 +           deplibs="$deplib $deplibs"
28909 +           test "$pass" = conv && continue
28910 +           newdependency_libs="$deplib $newdependency_libs"
28911 +           newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
28912 +           ;;
28913 +         prog)
28914 +           if test "$pass" = conv; then
28915 +             deplibs="$deplib $deplibs"
28916 +             continue
28917 +           fi
28918 +           if test "$pass" = scan; then
28919 +             deplibs="$deplib $deplibs"
28920 +           else
28921 +             compile_deplibs="$deplib $compile_deplibs"
28922 +             finalize_deplibs="$deplib $finalize_deplibs"
28923 +           fi
28924 +           newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
28925 +           ;;
28926 +         *)
28927 +           $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
28928 +           ;;
28929 +         esac # linkmode
28930 +         continue
28931 +         ;; # -L
28932 +       -R*)
28933 +         if test "$pass" = link; then
28934 +           dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
28935 +           # Make sure the xrpath contains only unique directories.
28936 +           case "$xrpath " in
28937 +           *" $dir "*) ;;
28938 +           *) xrpath="$xrpath $dir" ;;
28939 +           esac
28940 +         fi
28941 +         deplibs="$deplib $deplibs"
28942 +         continue
28943 +         ;;
28944 +       *.la) lib="$deplib" ;;
28945 +       *.$libext)
28946 +         if test "$pass" = conv; then
28947 +           deplibs="$deplib $deplibs"
28948 +           continue
28949 +         fi
28950 +         case $linkmode in
28951 +         lib)
28952 +           valid_a_lib=no
28953 +           case $deplibs_check_method in
28954 +             match_pattern*)
28955 +               set dummy $deplibs_check_method
28956 +               match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
28957 +               if eval $echo \"$deplib\" 2>/dev/null \
28958 +                   | $SED 10q \
28959 +                   | $EGREP "$match_pattern_regex" > /dev/null; then
28960 +                 valid_a_lib=yes
28961 +               fi
28962 +               ;;
28963 +             pass_all)
28964 +               valid_a_lib=yes
28965 +               ;;
28966 +            esac
28967 +           if test "$valid_a_lib" != yes; then
28968 +             $echo
28969 +             $echo "*** Warning: Trying to link with static lib archive $deplib."
28970 +             $echo "*** I have the capability to make that library automatically link in when"
28971 +             $echo "*** you link to this library.  But I can only do this if you have a"
28972 +             $echo "*** shared version of the library, which you do not appear to have"
28973 +             $echo "*** because the file extensions .$libext of this argument makes me believe"
28974 +             $echo "*** that it is just a static archive that I should not used here."
28975 +           else
28976 +             $echo
28977 +             $echo "*** Warning: Linking the shared library $output against the"
28978 +             $echo "*** static library $deplib is not portable!"
28979 +             deplibs="$deplib $deplibs"
28980 +           fi
28981 +           continue
28982 +           ;;
28983 +         prog)
28984 +           if test "$pass" != link; then
28985 +             deplibs="$deplib $deplibs"
28986 +           else
28987 +             compile_deplibs="$deplib $compile_deplibs"
28988 +             finalize_deplibs="$deplib $finalize_deplibs"
28989 +           fi
28990 +           continue
28991 +           ;;
28992 +         esac # linkmode
28993 +         ;; # *.$libext
28994 +       *.lo | *.$objext)
28995 +         if test "$pass" = conv; then
28996 +           deplibs="$deplib $deplibs"
28997 +         elif test "$linkmode" = prog; then
28998 +           if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
28999 +             # If there is no dlopen support or we're linking statically,
29000 +             # we need to preload.
29001 +             newdlprefiles="$newdlprefiles $deplib"
29002 +             compile_deplibs="$deplib $compile_deplibs"
29003 +             finalize_deplibs="$deplib $finalize_deplibs"
29004 +           else
29005 +             newdlfiles="$newdlfiles $deplib"
29006 +           fi
29007 +         fi
29008 +         continue
29009 +         ;;
29010 +       %DEPLIBS%)
29011 +         alldeplibs=yes
29012 +         continue
29013 +         ;;
29014 +       esac # case $deplib
29015 +       if test "$found" = yes || test -f "$lib"; then :
29016 +       else
29017 +         $echo "$modename: cannot find the library \`$lib'" 1>&2
29018 +         exit $EXIT_FAILURE
29019 +       fi
29020 +
29021 +       # Check to see that this really is a libtool archive.
29022 +       if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
29023 +       else
29024 +         $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
29025 +         exit $EXIT_FAILURE
29026 +       fi
29027 +
29028 +       ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
29029 +       test "X$ladir" = "X$lib" && ladir="."
29030 +
29031 +       dlname=
29032 +       dlopen=
29033 +       dlpreopen=
29034 +       libdir=
29035 +       library_names=
29036 +       old_library=
29037 +       # If the library was installed with an old release of libtool,
29038 +       # it will not redefine variables installed, or shouldnotlink
29039 +       installed=yes
29040 +       shouldnotlink=no
29041 +       avoidtemprpath=
29042 +
29043 +
29044 +       # Read the .la file
29045 +       case $lib in
29046 +       */* | *\\*) . $lib ;;
29047 +       *) . ./$lib ;;
29048 +       esac
29049 +
29050 +       if test "$linkmode,$pass" = "lib,link" ||
29051 +          test "$linkmode,$pass" = "prog,scan" ||
29052 +          { test "$linkmode" != prog && test "$linkmode" != lib; }; then
29053 +         test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
29054 +         test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
29055 +       fi
29056 +
29057 +       if test "$pass" = conv; then
29058 +         # Only check for convenience libraries
29059 +         deplibs="$lib $deplibs"
29060 +         if test -z "$libdir"; then
29061 +           if test -z "$old_library"; then
29062 +             $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
29063 +             exit $EXIT_FAILURE
29064 +           fi
29065 +           # It is a libtool convenience library, so add in its objects.
29066 +           convenience="$convenience $ladir/$objdir/$old_library"
29067 +           old_convenience="$old_convenience $ladir/$objdir/$old_library"
29068 +           tmp_libs=
29069 +           for deplib in $dependency_libs; do
29070 +             deplibs="$deplib $deplibs"
29071 +              if test "X$duplicate_deps" = "Xyes" ; then
29072 +               case "$tmp_libs " in
29073 +               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
29074 +               esac
29075 +              fi
29076 +             tmp_libs="$tmp_libs $deplib"
29077 +           done
29078 +         elif test "$linkmode" != prog && test "$linkmode" != lib; then
29079 +           $echo "$modename: \`$lib' is not a convenience library" 1>&2
29080 +           exit $EXIT_FAILURE
29081 +         fi
29082 +         continue
29083 +       fi # $pass = conv
29084 +
29085 +
29086 +       # Get the name of the library we link against.
29087 +       linklib=
29088 +       for l in $old_library $library_names; do
29089 +         linklib="$l"
29090 +       done
29091 +       if test -z "$linklib"; then
29092 +         $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
29093 +         exit $EXIT_FAILURE
29094 +       fi
29095 +
29096 +       # This library was specified with -dlopen.
29097 +       if test "$pass" = dlopen; then
29098 +         if test -z "$libdir"; then
29099 +           $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2
29100 +           exit $EXIT_FAILURE
29101 +         fi
29102 +         if test -z "$dlname" ||
29103 +            test "$dlopen_support" != yes ||
29104 +            test "$build_libtool_libs" = no; then
29105 +           # If there is no dlname, no dlopen support or we're linking
29106 +           # statically, we need to preload.  We also need to preload any
29107 +           # dependent libraries so libltdl's deplib preloader doesn't
29108 +           # bomb out in the load deplibs phase.
29109 +           dlprefiles="$dlprefiles $lib $dependency_libs"
29110 +         else
29111 +           newdlfiles="$newdlfiles $lib"
29112 +         fi
29113 +         continue
29114 +       fi # $pass = dlopen
29115 +
29116 +       # We need an absolute path.
29117 +       case $ladir in
29118 +       [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
29119 +       *)
29120 +         abs_ladir=`cd "$ladir" && pwd`
29121 +         if test -z "$abs_ladir"; then
29122 +           $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2
29123 +           $echo "$modename: passing it literally to the linker, although it might fail" 1>&2
29124 +           abs_ladir="$ladir"
29125 +         fi
29126 +         ;;
29127 +       esac
29128 +       laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
29129 +
29130 +       # Find the relevant object directory and library name.
29131 +       if test "X$installed" = Xyes; then
29132 +         if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
29133 +           $echo "$modename: warning: library \`$lib' was moved." 1>&2
29134 +           dir="$ladir"
29135 +           absdir="$abs_ladir"
29136 +           libdir="$abs_ladir"
29137 +         else
29138 +           dir="$libdir"
29139 +           absdir="$libdir"
29140 +         fi
29141 +         test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
29142 +       else
29143 +         if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
29144 +           dir="$ladir"
29145 +           absdir="$abs_ladir"
29146 +           # Remove this search path later
29147 +           notinst_path="$notinst_path $abs_ladir"
29148 +         else
29149 +           dir="$ladir/$objdir"
29150 +           absdir="$abs_ladir/$objdir"
29151 +           # Remove this search path later
29152 +           notinst_path="$notinst_path $abs_ladir"
29153 +         fi
29154 +       fi # $installed = yes
29155 +       name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
29156 +
29157 +       # This library was specified with -dlpreopen.
29158 +       if test "$pass" = dlpreopen; then
29159 +         if test -z "$libdir"; then
29160 +           $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
29161 +           exit $EXIT_FAILURE
29162 +         fi
29163 +         # Prefer using a static library (so that no silly _DYNAMIC symbols
29164 +         # are required to link).
29165 +         if test -n "$old_library"; then
29166 +           newdlprefiles="$newdlprefiles $dir/$old_library"
29167 +         # Otherwise, use the dlname, so that lt_dlopen finds it.
29168 +         elif test -n "$dlname"; then
29169 +           newdlprefiles="$newdlprefiles $dir/$dlname"
29170 +         else
29171 +           newdlprefiles="$newdlprefiles $dir/$linklib"
29172 +         fi
29173 +       fi # $pass = dlpreopen
29174 +
29175 +       if test -z "$libdir"; then
29176 +         # Link the convenience library
29177 +         if test "$linkmode" = lib; then
29178 +           deplibs="$dir/$old_library $deplibs"
29179 +         elif test "$linkmode,$pass" = "prog,link"; then
29180 +           compile_deplibs="$dir/$old_library $compile_deplibs"
29181 +           finalize_deplibs="$dir/$old_library $finalize_deplibs"
29182 +         else
29183 +           deplibs="$lib $deplibs" # used for prog,scan pass
29184 +         fi
29185 +         continue
29186 +       fi
29187 +
29188 +
29189 +       if test "$linkmode" = prog && test "$pass" != link; then
29190 +         newlib_search_path="$newlib_search_path $ladir"
29191 +         deplibs="$lib $deplibs"
29192 +
29193 +         linkalldeplibs=no
29194 +         if test "$link_all_deplibs" != no || test -z "$library_names" ||
29195 +            test "$build_libtool_libs" = no; then
29196 +           linkalldeplibs=yes
29197 +         fi
29198 +
29199 +         tmp_libs=
29200 +         for deplib in $dependency_libs; do
29201 +           case $deplib in
29202 +           -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
29203 +           esac
29204 +           # Need to link against all dependency_libs?
29205 +           if test "$linkalldeplibs" = yes; then
29206 +             deplibs="$deplib $deplibs"
29207 +           else
29208 +             # Need to hardcode shared library paths
29209 +             # or/and link against static libraries
29210 +             newdependency_libs="$deplib $newdependency_libs"
29211 +           fi
29212 +           if test "X$duplicate_deps" = "Xyes" ; then
29213 +             case "$tmp_libs " in
29214 +             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
29215 +             esac
29216 +           fi
29217 +           tmp_libs="$tmp_libs $deplib"
29218 +         done # for deplib
29219 +         continue
29220 +       fi # $linkmode = prog...
29221 +
29222 +       if test "$linkmode,$pass" = "prog,link"; then
29223 +         if test -n "$library_names" &&
29224 +            { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
29225 +           # We need to hardcode the library path
29226 +           if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
29227 +             # Make sure the rpath contains only unique directories.
29228 +             case "$temp_rpath " in
29229 +             *" $dir "*) ;;
29230 +             *" $absdir "*) ;;
29231 +             *) temp_rpath="$temp_rpath $absdir" ;;
29232 +             esac
29233 +           fi
29234 +
29235 +           # Hardcode the library path.
29236 +           # Skip directories that are in the system default run-time
29237 +           # search path.
29238 +           case " $sys_lib_dlsearch_path " in
29239 +           *" $absdir "*) ;;
29240 +           *)
29241 +             case "$compile_rpath " in
29242 +             *" $absdir "*) ;;
29243 +             *) compile_rpath="$compile_rpath $absdir"
29244 +             esac
29245 +             ;;
29246 +           esac
29247 +           case " $sys_lib_dlsearch_path " in
29248 +           *" $libdir "*) ;;
29249 +           *)
29250 +             case "$finalize_rpath " in
29251 +             *" $libdir "*) ;;
29252 +             *) finalize_rpath="$finalize_rpath $libdir"
29253 +             esac
29254 +             ;;
29255 +           esac
29256 +         fi # $linkmode,$pass = prog,link...
29257 +
29258 +         if test "$alldeplibs" = yes &&
29259 +            { test "$deplibs_check_method" = pass_all ||
29260 +              { test "$build_libtool_libs" = yes &&
29261 +                test -n "$library_names"; }; }; then
29262 +           # We only need to search for static libraries
29263 +           continue
29264 +         fi
29265 +       fi
29266 +
29267 +       link_static=no # Whether the deplib will be linked statically
29268 +       if test -n "$library_names" &&
29269 +          { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
29270 +         if test "$installed" = no; then
29271 +           notinst_deplibs="$notinst_deplibs $lib"
29272 +           need_relink=yes
29273 +         fi
29274 +         # This is a shared library
29275 +
29276 +         # Warn about portability, can't link against -module's on
29277 +         # some systems (darwin)
29278 +         if test "$shouldnotlink" = yes && test "$pass" = link ; then
29279 +           $echo
29280 +           if test "$linkmode" = prog; then
29281 +             $echo "*** Warning: Linking the executable $output against the loadable module"
29282 +           else
29283 +             $echo "*** Warning: Linking the shared library $output against the loadable module"
29284 +           fi
29285 +           $echo "*** $linklib is not portable!"
29286 +         fi
29287 +         if test "$linkmode" = lib &&
29288 +            test "$hardcode_into_libs" = yes; then
29289 +           # Hardcode the library path.
29290 +           # Skip directories that are in the system default run-time
29291 +           # search path.
29292 +           case " $sys_lib_dlsearch_path " in
29293 +           *" $absdir "*) ;;
29294 +           *)
29295 +             case "$compile_rpath " in
29296 +             *" $absdir "*) ;;
29297 +             *) compile_rpath="$compile_rpath $absdir"
29298 +             esac
29299 +             ;;
29300 +           esac
29301 +           case " $sys_lib_dlsearch_path " in
29302 +           *" $libdir "*) ;;
29303 +           *)
29304 +             case "$finalize_rpath " in
29305 +             *" $libdir "*) ;;
29306 +             *) finalize_rpath="$finalize_rpath $libdir"
29307 +             esac
29308 +             ;;
29309 +           esac
29310 +         fi
29311 +
29312 +         if test -n "$old_archive_from_expsyms_cmds"; then
29313 +           # figure out the soname
29314 +           set dummy $library_names
29315 +           realname="$2"
29316 +           shift; shift
29317 +           libname=`eval \\$echo \"$libname_spec\"`
29318 +           # use dlname if we got it. it's perfectly good, no?
29319 +           if test -n "$dlname"; then
29320 +             soname="$dlname"
29321 +           elif test -n "$soname_spec"; then
29322 +             # bleh windows
29323 +             case $host in
29324 +             *cygwin* | mingw*)
29325 +               major=`expr $current - $age`
29326 +               versuffix="-$major"
29327 +               ;;
29328 +             esac
29329 +             eval soname=\"$soname_spec\"
29330 +           else
29331 +             soname="$realname"
29332 +           fi
29333 +
29334 +           # Make a new name for the extract_expsyms_cmds to use
29335 +           soroot="$soname"
29336 +           soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
29337 +           newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
29338 +
29339 +           # If the library has no export list, then create one now
29340 +           if test -f "$output_objdir/$soname-def"; then :
29341 +           else
29342 +             $show "extracting exported symbol list from \`$soname'"
29343 +             save_ifs="$IFS"; IFS='~'
29344 +             cmds=$extract_expsyms_cmds
29345 +             for cmd in $cmds; do
29346 +               IFS="$save_ifs"
29347 +               eval cmd=\"$cmd\"
29348 +               $show "$cmd"
29349 +               $run eval "$cmd" || exit $?
29350 +             done
29351 +             IFS="$save_ifs"
29352 +           fi
29353 +
29354 +           # Create $newlib
29355 +           if test -f "$output_objdir/$newlib"; then :; else
29356 +             $show "generating import library for \`$soname'"
29357 +             save_ifs="$IFS"; IFS='~'
29358 +             cmds=$old_archive_from_expsyms_cmds
29359 +             for cmd in $cmds; do
29360 +               IFS="$save_ifs"
29361 +               eval cmd=\"$cmd\"
29362 +               $show "$cmd"
29363 +               $run eval "$cmd" || exit $?
29364 +             done
29365 +             IFS="$save_ifs"
29366 +           fi
29367 +           # make sure the library variables are pointing to the new library
29368 +           dir=$output_objdir
29369 +           linklib=$newlib
29370 +         fi # test -n "$old_archive_from_expsyms_cmds"
29371 +
29372 +         if test "$linkmode" = prog || test "$mode" != relink; then
29373 +           add_shlibpath=
29374 +           add_dir=
29375 +           add=
29376 +           lib_linked=yes
29377 +           case $hardcode_action in
29378 +           immediate | unsupported)
29379 +             if test "$hardcode_direct" = no; then
29380 +               add="$dir/$linklib"
29381 +               case $host in
29382 +                 *-*-sco3.2v5* ) add_dir="-L$dir" ;;
29383 +                 *-*-darwin* )
29384 +                   # if the lib is a module then we can not link against
29385 +                   # it, someone is ignoring the new warnings I added
29386 +                   if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then
29387 +                     $echo "** Warning, lib $linklib is a module, not a shared library"
29388 +                     if test -z "$old_library" ; then
29389 +                       $echo
29390 +                       $echo "** And there doesn't seem to be a static archive available"
29391 +                       $echo "** The link will probably fail, sorry"
29392 +                     else
29393 +                       add="$dir/$old_library"
29394 +                     fi
29395 +                   fi
29396 +               esac
29397 +             elif test "$hardcode_minus_L" = no; then
29398 +               case $host in
29399 +               *-*-sunos*) add_shlibpath="$dir" ;;
29400 +               esac
29401 +               add_dir="-L$dir"
29402 +               add="-l$name"
29403 +             elif test "$hardcode_shlibpath_var" = no; then
29404 +               add_shlibpath="$dir"
29405 +               add="-l$name"
29406 +             else
29407 +               lib_linked=no
29408 +             fi
29409 +             ;;
29410 +           relink)
29411 +             if test "$hardcode_direct" = yes; then
29412 +               add="$dir/$linklib"
29413 +             elif test "$hardcode_minus_L" = yes; then
29414 +               add_dir="-L$dir"
29415 +               # Try looking first in the location we're being installed to.
29416 +               if test -n "$inst_prefix_dir"; then
29417 +                 case $libdir in
29418 +                   [\\/]*)
29419 +                     add_dir="$add_dir -L$inst_prefix_dir$libdir"
29420 +                     ;;
29421 +                 esac
29422 +               fi
29423 +               add="-l$name"
29424 +             elif test "$hardcode_shlibpath_var" = yes; then
29425 +               add_shlibpath="$dir"
29426 +               add="-l$name"
29427 +             else
29428 +               lib_linked=no
29429 +             fi
29430 +             ;;
29431 +           *) lib_linked=no ;;
29432 +           esac
29433 +
29434 +           if test "$lib_linked" != yes; then
29435 +             $echo "$modename: configuration error: unsupported hardcode properties"
29436 +             exit $EXIT_FAILURE
29437 +           fi
29438 +
29439 +           if test -n "$add_shlibpath"; then
29440 +             case :$compile_shlibpath: in
29441 +             *":$add_shlibpath:"*) ;;
29442 +             *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
29443 +             esac
29444 +           fi
29445 +           if test "$linkmode" = prog; then
29446 +             test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
29447 +             test -n "$add" && compile_deplibs="$add $compile_deplibs"
29448 +           else
29449 +             test -n "$add_dir" && deplibs="$add_dir $deplibs"
29450 +             test -n "$add" && deplibs="$add $deplibs"
29451 +             if test "$hardcode_direct" != yes && \
29452 +                test "$hardcode_minus_L" != yes && \
29453 +                test "$hardcode_shlibpath_var" = yes; then
29454 +               case :$finalize_shlibpath: in
29455 +               *":$libdir:"*) ;;
29456 +               *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
29457 +               esac
29458 +             fi
29459 +           fi
29460 +         fi
29461 +
29462 +         if test "$linkmode" = prog || test "$mode" = relink; then
29463 +           add_shlibpath=
29464 +           add_dir=
29465 +           add=
29466 +           # Finalize command for both is simple: just hardcode it.
29467 +           if test "$hardcode_direct" = yes; then
29468 +             add="$libdir/$linklib"
29469 +           elif test "$hardcode_minus_L" = yes; then
29470 +             add_dir="-L$libdir"
29471 +             add="-l$name"
29472 +           elif test "$hardcode_shlibpath_var" = yes; then
29473 +             case :$finalize_shlibpath: in
29474 +             *":$libdir:"*) ;;
29475 +             *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
29476 +             esac
29477 +             add="-l$name"
29478 +           elif test "$hardcode_automatic" = yes; then
29479 +             if test -n "$inst_prefix_dir" &&
29480 +                test -f "$inst_prefix_dir$libdir/$linklib" ; then
29481 +               add="$inst_prefix_dir$libdir/$linklib"
29482 +             else
29483 +               add="$libdir/$linklib"
29484 +             fi
29485 +           else
29486 +             # We cannot seem to hardcode it, guess we'll fake it.
29487 +             add_dir="-L$libdir"
29488 +             # Try looking first in the location we're being installed to.
29489 +             if test -n "$inst_prefix_dir"; then
29490 +               case $libdir in
29491 +                 [\\/]*)
29492 +                   add_dir="$add_dir -L$inst_prefix_dir$libdir"
29493 +                   ;;
29494 +               esac
29495 +             fi
29496 +             add="-l$name"
29497 +           fi
29498 +
29499 +           if test "$linkmode" = prog; then
29500 +             test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
29501 +             test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
29502 +           else
29503 +             test -n "$add_dir" && deplibs="$add_dir $deplibs"
29504 +             test -n "$add" && deplibs="$add $deplibs"
29505 +           fi
29506 +         fi
29507 +       elif test "$linkmode" = prog; then
29508 +         # Here we assume that one of hardcode_direct or hardcode_minus_L
29509 +         # is not unsupported.  This is valid on all known static and
29510 +         # shared platforms.
29511 +         if test "$hardcode_direct" != unsupported; then
29512 +           test -n "$old_library" && linklib="$old_library"
29513 +           compile_deplibs="$dir/$linklib $compile_deplibs"
29514 +           finalize_deplibs="$dir/$linklib $finalize_deplibs"
29515 +         else
29516 +           compile_deplibs="-l$name -L$dir $compile_deplibs"
29517 +           finalize_deplibs="-l$name -L$dir $finalize_deplibs"
29518 +         fi
29519 +       elif test "$build_libtool_libs" = yes; then
29520 +         # Not a shared library
29521 +         if test "$deplibs_check_method" != pass_all; then
29522 +           # We're trying link a shared library against a static one
29523 +           # but the system doesn't support it.
29524 +
29525 +           # Just print a warning and add the library to dependency_libs so
29526 +           # that the program can be linked against the static library.
29527 +           $echo
29528 +           $echo "*** Warning: This system can not link to static lib archive $lib."
29529 +           $echo "*** I have the capability to make that library automatically link in when"
29530 +           $echo "*** you link to this library.  But I can only do this if you have a"
29531 +           $echo "*** shared version of the library, which you do not appear to have."
29532 +           if test "$module" = yes; then
29533 +             $echo "*** But as you try to build a module library, libtool will still create "
29534 +             $echo "*** a static module, that should work as long as the dlopening application"
29535 +             $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
29536 +             if test -z "$global_symbol_pipe"; then
29537 +               $echo
29538 +               $echo "*** However, this would only work if libtool was able to extract symbol"
29539 +               $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
29540 +               $echo "*** not find such a program.  So, this module is probably useless."
29541 +               $echo "*** \`nm' from GNU binutils and a full rebuild may help."
29542 +             fi
29543 +             if test "$build_old_libs" = no; then
29544 +               build_libtool_libs=module
29545 +               build_old_libs=yes
29546 +             else
29547 +               build_libtool_libs=no
29548 +             fi
29549 +           fi
29550 +         else
29551 +           deplibs="$dir/$old_library $deplibs"
29552 +           link_static=yes
29553 +         fi
29554 +       fi # link shared/static library?
29555 +
29556 +       if test "$linkmode" = lib; then
29557 +         if test -n "$dependency_libs" &&
29558 +            { test "$hardcode_into_libs" != yes ||
29559 +              test "$build_old_libs" = yes ||
29560 +              test "$link_static" = yes; }; then
29561 +           # Extract -R from dependency_libs
29562 +           temp_deplibs=
29563 +           for libdir in $dependency_libs; do
29564 +             case $libdir in
29565 +             -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
29566 +                  case " $xrpath " in
29567 +                  *" $temp_xrpath "*) ;;
29568 +                  *) xrpath="$xrpath $temp_xrpath";;
29569 +                  esac;;
29570 +             *) temp_deplibs="$temp_deplibs $libdir";;
29571 +             esac
29572 +           done
29573 +           dependency_libs="$temp_deplibs"
29574 +         fi
29575 +
29576 +         newlib_search_path="$newlib_search_path $absdir"
29577 +         # Link against this library
29578 +         test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
29579 +         # ... and its dependency_libs
29580 +         tmp_libs=
29581 +         for deplib in $dependency_libs; do
29582 +           newdependency_libs="$deplib $newdependency_libs"
29583 +           if test "X$duplicate_deps" = "Xyes" ; then
29584 +             case "$tmp_libs " in
29585 +             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
29586 +             esac
29587 +           fi
29588 +           tmp_libs="$tmp_libs $deplib"
29589 +         done
29590 +
29591 +         if test "$link_all_deplibs" != no; then
29592 +           # Add the search paths of all dependency libraries
29593 +           for deplib in $dependency_libs; do
29594 +             case $deplib in
29595 +             -L*) path="$deplib" ;;
29596 +             *.la)
29597 +               dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
29598 +               test "X$dir" = "X$deplib" && dir="."
29599 +               # We need an absolute path.
29600 +               case $dir in
29601 +               [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
29602 +               *)
29603 +                 absdir=`cd "$dir" && pwd`
29604 +                 if test -z "$absdir"; then
29605 +                   $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2
29606 +                   absdir="$dir"
29607 +                 fi
29608 +                 ;;
29609 +               esac
29610 +               if grep "^installed=no" $deplib > /dev/null; then
29611 +                 path="$absdir/$objdir"
29612 +               else
29613 +                 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
29614 +                 if test -z "$libdir"; then
29615 +                   $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
29616 +                   exit $EXIT_FAILURE
29617 +                 fi
29618 +                 if test "$absdir" != "$libdir"; then
29619 +                   $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
29620 +                 fi
29621 +                 path="$absdir"
29622 +               fi
29623 +               depdepl=
29624 +               case $host in
29625 +               *-*-darwin*)
29626 +                 # we do not want to link against static libs,
29627 +                 # but need to link against shared
29628 +                 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
29629 +                 if test -n "$deplibrary_names" ; then
29630 +                   for tmp in $deplibrary_names ; do
29631 +                     depdepl=$tmp
29632 +                   done
29633 +                   if test -f "$path/$depdepl" ; then
29634 +                     depdepl="$path/$depdepl"
29635 +                   fi
29636 +                   # do not add paths which are already there
29637 +                   case " $newlib_search_path " in
29638 +                   *" $path "*) ;;
29639 +                   *) newlib_search_path="$newlib_search_path $path";;
29640 +                   esac
29641 +                 fi
29642 +                 path=""
29643 +                 ;;
29644 +               *)
29645 +                 path="-L$path"
29646 +                 ;;
29647 +               esac
29648 +               ;;
29649 +             -l*)
29650 +               case $host in
29651 +               *-*-darwin*)
29652 +                 # Again, we only want to link against shared libraries
29653 +                 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
29654 +                 for tmp in $newlib_search_path ; do
29655 +                   if test -f "$tmp/lib$tmp_libs.dylib" ; then
29656 +                     eval depdepl="$tmp/lib$tmp_libs.dylib"
29657 +                     break
29658 +                   fi
29659 +                 done
29660 +                 path=""
29661 +                 ;;
29662 +               *) continue ;;
29663 +               esac
29664 +               ;;
29665 +             *) continue ;;
29666 +             esac
29667 +             case " $deplibs " in
29668 +             *" $path "*) ;;
29669 +             *) deplibs="$path $deplibs" ;;
29670 +             esac
29671 +             case " $deplibs " in
29672 +             *" $depdepl "*) ;;
29673 +             *) deplibs="$depdepl $deplibs" ;;
29674 +             esac
29675 +           done
29676 +         fi # link_all_deplibs != no
29677 +       fi # linkmode = lib
29678 +      done # for deplib in $libs
29679 +      dependency_libs="$newdependency_libs"
29680 +      if test "$pass" = dlpreopen; then
29681 +       # Link the dlpreopened libraries before other libraries
29682 +       for deplib in $save_deplibs; do
29683 +         deplibs="$deplib $deplibs"
29684 +       done
29685 +      fi
29686 +      if test "$pass" != dlopen; then
29687 +       if test "$pass" != conv; then
29688 +         # Make sure lib_search_path contains only unique directories.
29689 +         lib_search_path=
29690 +         for dir in $newlib_search_path; do
29691 +           case "$lib_search_path " in
29692 +           *" $dir "*) ;;
29693 +           *) lib_search_path="$lib_search_path $dir" ;;
29694 +           esac
29695 +         done
29696 +         newlib_search_path=
29697 +       fi
29698 +
29699 +       if test "$linkmode,$pass" != "prog,link"; then
29700 +         vars="deplibs"
29701 +       else
29702 +         vars="compile_deplibs finalize_deplibs"
29703 +       fi
29704 +       for var in $vars dependency_libs; do
29705 +         # Add libraries to $var in reverse order
29706 +         eval tmp_libs=\"\$$var\"
29707 +         new_libs=
29708 +         for deplib in $tmp_libs; do
29709 +           # FIXME: Pedantically, this is the right thing to do, so
29710 +           #        that some nasty dependency loop isn't accidentally
29711 +           #        broken:
29712 +           #new_libs="$deplib $new_libs"
29713 +           # Pragmatically, this seems to cause very few problems in
29714 +           # practice:
29715 +           case $deplib in
29716 +           -L*) new_libs="$deplib $new_libs" ;;
29717 +           -R*) ;;
29718 +           *)
29719 +             # And here is the reason: when a library appears more
29720 +             # than once as an explicit dependence of a library, or
29721 +             # is implicitly linked in more than once by the
29722 +             # compiler, it is considered special, and multiple
29723 +             # occurrences thereof are not removed.  Compare this
29724 +             # with having the same library being listed as a
29725 +             # dependency of multiple other libraries: in this case,
29726 +             # we know (pedantically, we assume) the library does not
29727 +             # need to be listed more than once, so we keep only the
29728 +             # last copy.  This is not always right, but it is rare
29729 +             # enough that we require users that really mean to play
29730 +             # such unportable linking tricks to link the library
29731 +             # using -Wl,-lname, so that libtool does not consider it
29732 +             # for duplicate removal.
29733 +             case " $specialdeplibs " in
29734 +             *" $deplib "*) new_libs="$deplib $new_libs" ;;
29735 +             *)
29736 +               case " $new_libs " in
29737 +               *" $deplib "*) ;;
29738 +               *) new_libs="$deplib $new_libs" ;;
29739 +               esac
29740 +               ;;
29741 +             esac
29742 +             ;;
29743 +           esac
29744 +         done
29745 +         tmp_libs=
29746 +         for deplib in $new_libs; do
29747 +           case $deplib in
29748 +           -L*)
29749 +             case " $tmp_libs " in
29750 +             *" $deplib "*) ;;
29751 +             *) tmp_libs="$tmp_libs $deplib" ;;
29752 +             esac
29753 +             ;;
29754 +           *) tmp_libs="$tmp_libs $deplib" ;;
29755 +           esac
29756 +         done
29757 +         eval $var=\"$tmp_libs\"
29758 +       done # for var
29759 +      fi
29760 +      # Last step: remove runtime libs from dependency_libs
29761 +      # (they stay in deplibs)
29762 +      tmp_libs=
29763 +      for i in $dependency_libs ; do
29764 +       case " $predeps $postdeps $compiler_lib_search_path " in
29765 +       *" $i "*)
29766 +         i=""
29767 +         ;;
29768 +       esac
29769 +       if test -n "$i" ; then
29770 +         tmp_libs="$tmp_libs $i"
29771 +       fi
29772 +      done
29773 +      dependency_libs=$tmp_libs
29774 +    done # for pass
29775 +    if test "$linkmode" = prog; then
29776 +      dlfiles="$newdlfiles"
29777 +      dlprefiles="$newdlprefiles"
29778 +    fi
29779 +
29780 +    case $linkmode in
29781 +    oldlib)
29782 +      if test -n "$deplibs"; then
29783 +       $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
29784 +      fi
29785 +
29786 +      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
29787 +       $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
29788 +      fi
29789 +
29790 +      if test -n "$rpath"; then
29791 +       $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
29792 +      fi
29793 +
29794 +      if test -n "$xrpath"; then
29795 +       $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
29796 +      fi
29797 +
29798 +      if test -n "$vinfo"; then
29799 +       $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2
29800 +      fi
29801 +
29802 +      if test -n "$release"; then
29803 +       $echo "$modename: warning: \`-release' is ignored for archives" 1>&2
29804 +      fi
29805 +
29806 +      if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
29807 +       $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
29808 +      fi
29809 +
29810 +      # Now set the variables for building old libraries.
29811 +      build_libtool_libs=no
29812 +      oldlibs="$output"
29813 +      objs="$objs$old_deplibs"
29814 +      ;;
29815 +
29816 +    lib)
29817 +      # Make sure we only generate libraries of the form `libNAME.la'.
29818 +      case $outputname in
29819 +      lib*)
29820 +       name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
29821 +       eval shared_ext=\"$shrext_cmds\"
29822 +       eval libname=\"$libname_spec\"
29823 +       ;;
29824 +      *)
29825 +       if test "$module" = no; then
29826 +         $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
29827 +         $echo "$help" 1>&2
29828 +         exit $EXIT_FAILURE
29829 +       fi
29830 +       if test "$need_lib_prefix" != no; then
29831 +         # Add the "lib" prefix for modules if required
29832 +         name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
29833 +         eval shared_ext=\"$shrext_cmds\"
29834 +         eval libname=\"$libname_spec\"
29835 +       else
29836 +         libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
29837 +       fi
29838 +       ;;
29839 +      esac
29840 +
29841 +      if test -n "$objs"; then
29842 +       if test "$deplibs_check_method" != pass_all; then
29843 +         $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
29844 +         exit $EXIT_FAILURE
29845 +       else
29846 +         $echo
29847 +         $echo "*** Warning: Linking the shared library $output against the non-libtool"
29848 +         $echo "*** objects $objs is not portable!"
29849 +         libobjs="$libobjs $objs"
29850 +       fi
29851 +      fi
29852 +
29853 +      if test "$dlself" != no; then
29854 +       $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2
29855 +      fi
29856 +
29857 +      set dummy $rpath
29858 +      if test "$#" -gt 2; then
29859 +       $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
29860 +      fi
29861 +      install_libdir="$2"
29862 +
29863 +      oldlibs=
29864 +      if test -z "$rpath"; then
29865 +       if test "$build_libtool_libs" = yes; then
29866 +         # Building a libtool convenience library.
29867 +         # Some compilers have problems with a `.al' extension so
29868 +         # convenience libraries should have the same extension an
29869 +         # archive normally would.
29870 +         oldlibs="$output_objdir/$libname.$libext $oldlibs"
29871 +         build_libtool_libs=convenience
29872 +         build_old_libs=yes
29873 +       fi
29874 +
29875 +       if test -n "$vinfo"; then
29876 +         $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2
29877 +       fi
29878 +
29879 +       if test -n "$release"; then
29880 +         $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2
29881 +       fi
29882 +      else
29883 +
29884 +       # Parse the version information argument.
29885 +       save_ifs="$IFS"; IFS=':'
29886 +       set dummy $vinfo 0 0 0
29887 +       IFS="$save_ifs"
29888 +
29889 +       if test -n "$8"; then
29890 +         $echo "$modename: too many parameters to \`-version-info'" 1>&2
29891 +         $echo "$help" 1>&2
29892 +         exit $EXIT_FAILURE
29893 +       fi
29894 +
29895 +       # convert absolute version numbers to libtool ages
29896 +       # this retains compatibility with .la files and attempts
29897 +       # to make the code below a bit more comprehensible
29898 +
29899 +       case $vinfo_number in
29900 +       yes)
29901 +         number_major="$2"
29902 +         number_minor="$3"
29903 +         number_revision="$4"
29904 +         #
29905 +         # There are really only two kinds -- those that
29906 +         # use the current revision as the major version
29907 +         # and those that subtract age and use age as
29908 +         # a minor version.  But, then there is irix
29909 +         # which has an extra 1 added just for fun
29910 +         #
29911 +         case $version_type in
29912 +         darwin|linux|osf|windows)
29913 +           current=`expr $number_major + $number_minor`
29914 +           age="$number_minor"
29915 +           revision="$number_revision"
29916 +           ;;
29917 +         freebsd-aout|freebsd-elf|sunos)
29918 +           current="$number_major"
29919 +           revision="$number_minor"
29920 +           age="0"
29921 +           ;;
29922 +         irix|nonstopux)
29923 +           current=`expr $number_major + $number_minor - 1`
29924 +           age="$number_minor"
29925 +           revision="$number_minor"
29926 +           ;;
29927 +         esac
29928 +         ;;
29929 +       no)
29930 +         current="$2"
29931 +         revision="$3"
29932 +         age="$4"
29933 +         ;;
29934 +       esac
29935 +
29936 +       # Check that each of the things are valid numbers.
29937 +       case $current in
29938 +       0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
29939 +       *)
29940 +         $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2
29941 +         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
29942 +         exit $EXIT_FAILURE
29943 +         ;;
29944 +       esac
29945 +
29946 +       case $revision in
29947 +       0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
29948 +       *)
29949 +         $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2
29950 +         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
29951 +         exit $EXIT_FAILURE
29952 +         ;;
29953 +       esac
29954 +
29955 +       case $age in
29956 +       0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
29957 +       *)
29958 +         $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
29959 +         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
29960 +         exit $EXIT_FAILURE
29961 +         ;;
29962 +       esac
29963 +
29964 +       if test "$age" -gt "$current"; then
29965 +         $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
29966 +         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
29967 +         exit $EXIT_FAILURE
29968 +       fi
29969 +
29970 +       # Calculate the version variables.
29971 +       major=
29972 +       versuffix=
29973 +       verstring=
29974 +       case $version_type in
29975 +       none) ;;
29976 +
29977 +       darwin)
29978 +         # Like Linux, but with the current version available in
29979 +         # verstring for coding it into the library header
29980 +         major=.`expr $current - $age`
29981 +         versuffix="$major.$age.$revision"
29982 +         # Darwin ld doesn't like 0 for these options...
29983 +         minor_current=`expr $current + 1`
29984 +         verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
29985 +         ;;
29986 +
29987 +       freebsd-aout)
29988 +         major=".$current"
29989 +         versuffix=".$current.$revision";
29990 +         ;;
29991 +
29992 +       freebsd-elf)
29993 +         major=".$current"
29994 +         versuffix=".$current";
29995 +         ;;
29996 +
29997 +       irix | nonstopux)
29998 +         major=`expr $current - $age + 1`
29999 +
30000 +         case $version_type in
30001 +           nonstopux) verstring_prefix=nonstopux ;;
30002 +           *)         verstring_prefix=sgi ;;
30003 +         esac
30004 +         verstring="$verstring_prefix$major.$revision"
30005 +
30006 +         # Add in all the interfaces that we are compatible with.
30007 +         loop=$revision
30008 +         while test "$loop" -ne 0; do
30009 +           iface=`expr $revision - $loop`
30010 +           loop=`expr $loop - 1`
30011 +           verstring="$verstring_prefix$major.$iface:$verstring"
30012 +         done
30013 +
30014 +         # Before this point, $major must not contain `.'.
30015 +         major=.$major
30016 +         versuffix="$major.$revision"
30017 +         ;;
30018 +
30019 +       linux)
30020 +         major=.`expr $current - $age`
30021 +         versuffix="$major.$age.$revision"
30022 +         ;;
30023 +
30024 +       osf)
30025 +         major=.`expr $current - $age`
30026 +         versuffix=".$current.$age.$revision"
30027 +         verstring="$current.$age.$revision"
30028 +
30029 +         # Add in all the interfaces that we are compatible with.
30030 +         loop=$age
30031 +         while test "$loop" -ne 0; do
30032 +           iface=`expr $current - $loop`
30033 +           loop=`expr $loop - 1`
30034 +           verstring="$verstring:${iface}.0"
30035 +         done
30036 +
30037 +         # Make executables depend on our current version.
30038 +         verstring="$verstring:${current}.0"
30039 +         ;;
30040 +
30041 +       sunos)
30042 +         major=".$current"
30043 +         versuffix=".$current.$revision"
30044 +         ;;
30045 +
30046 +       windows)
30047 +         # Use '-' rather than '.', since we only want one
30048 +         # extension on DOS 8.3 filesystems.
30049 +         major=`expr $current - $age`
30050 +         versuffix="-$major"
30051 +         ;;
30052 +
30053 +       *)
30054 +         $echo "$modename: unknown library version type \`$version_type'" 1>&2
30055 +         $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
30056 +         exit $EXIT_FAILURE
30057 +         ;;
30058 +       esac
30059 +
30060 +       # Clear the version info if we defaulted, and they specified a release.
30061 +       if test -z "$vinfo" && test -n "$release"; then
30062 +         major=
30063 +         case $version_type in
30064 +         darwin)
30065 +           # we can't check for "0.0" in archive_cmds due to quoting
30066 +           # problems, so we reset it completely
30067 +           verstring=
30068 +           ;;
30069 +         *)
30070 +           verstring="0.0"
30071 +           ;;
30072 +         esac
30073 +         if test "$need_version" = no; then
30074 +           versuffix=
30075 +         else
30076 +           versuffix=".0.0"
30077 +         fi
30078 +       fi
30079 +
30080 +       # Remove version info from name if versioning should be avoided
30081 +       if test "$avoid_version" = yes && test "$need_version" = no; then
30082 +         major=
30083 +         versuffix=
30084 +         verstring=""
30085 +       fi
30086 +
30087 +       # Check to see if the archive will have undefined symbols.
30088 +       if test "$allow_undefined" = yes; then
30089 +         if test "$allow_undefined_flag" = unsupported; then
30090 +           $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
30091 +           build_libtool_libs=no
30092 +           build_old_libs=yes
30093 +         fi
30094 +       else
30095 +         # Don't allow undefined symbols.
30096 +         allow_undefined_flag="$no_undefined_flag"
30097 +       fi
30098 +      fi
30099 +
30100 +      if test "$mode" != relink; then
30101 +       # Remove our outputs, but don't remove object files since they
30102 +       # may have been created when compiling PIC objects.
30103 +       removelist=
30104 +       tempremovelist=`$echo "$output_objdir/*"`
30105 +       for p in $tempremovelist; do
30106 +         case $p in
30107 +           *.$objext)
30108 +              ;;
30109 +           $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
30110 +              if test "X$precious_files_regex" != "X"; then
30111 +                if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
30112 +                then
30113 +                  continue
30114 +                fi
30115 +              fi
30116 +              removelist="$removelist $p"
30117 +              ;;
30118 +           *) ;;
30119 +         esac
30120 +       done
30121 +       if test -n "$removelist"; then
30122 +         $show "${rm}r $removelist"
30123 +         $run ${rm}r $removelist
30124 +       fi
30125 +      fi
30126 +
30127 +      # Now set the variables for building old libraries.
30128 +      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
30129 +       oldlibs="$oldlibs $output_objdir/$libname.$libext"
30130 +
30131 +       # Transform .lo files to .o files.
30132 +       oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
30133 +      fi
30134 +
30135 +      # Eliminate all temporary directories.
30136 +      for path in $notinst_path; do
30137 +       lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
30138 +       deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
30139 +       dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
30140 +      done
30141 +
30142 +      if test -n "$xrpath"; then
30143 +       # If the user specified any rpath flags, then add them.
30144 +       temp_xrpath=
30145 +       for libdir in $xrpath; do
30146 +         temp_xrpath="$temp_xrpath -R$libdir"
30147 +         case "$finalize_rpath " in
30148 +         *" $libdir "*) ;;
30149 +         *) finalize_rpath="$finalize_rpath $libdir" ;;
30150 +         esac
30151 +       done
30152 +       if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
30153 +         dependency_libs="$temp_xrpath $dependency_libs"
30154 +       fi
30155 +      fi
30156 +
30157 +      # Make sure dlfiles contains only unique files that won't be dlpreopened
30158 +      old_dlfiles="$dlfiles"
30159 +      dlfiles=
30160 +      for lib in $old_dlfiles; do
30161 +       case " $dlprefiles $dlfiles " in
30162 +       *" $lib "*) ;;
30163 +       *) dlfiles="$dlfiles $lib" ;;
30164 +       esac
30165 +      done
30166 +
30167 +      # Make sure dlprefiles contains only unique files
30168 +      old_dlprefiles="$dlprefiles"
30169 +      dlprefiles=
30170 +      for lib in $old_dlprefiles; do
30171 +       case "$dlprefiles " in
30172 +       *" $lib "*) ;;
30173 +       *) dlprefiles="$dlprefiles $lib" ;;
30174 +       esac
30175 +      done
30176 +
30177 +      if test "$build_libtool_libs" = yes; then
30178 +       if test -n "$rpath"; then
30179 +         case $host in
30180 +         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
30181 +           # these systems don't actually have a c library (as such)!
30182 +           ;;
30183 +         *-*-rhapsody* | *-*-darwin1.[012])
30184 +           # Rhapsody C library is in the System framework
30185 +           deplibs="$deplibs -framework System"
30186 +           ;;
30187 +         *-*-netbsd*)
30188 +           # Don't link with libc until the a.out ld.so is fixed.
30189 +           ;;
30190 +         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
30191 +           # Do not include libc due to us having libc/libc_r.
30192 +           test "X$arg" = "X-lc" && continue
30193 +           ;;
30194 +         *)
30195 +           # Add libc to deplibs on all other systems if necessary.
30196 +           if test "$build_libtool_need_lc" = "yes"; then
30197 +             deplibs="$deplibs -lc"
30198 +           fi
30199 +           ;;
30200 +         esac
30201 +       fi
30202 +
30203 +       # Transform deplibs into only deplibs that can be linked in shared.
30204 +       name_save=$name
30205 +       libname_save=$libname
30206 +       release_save=$release
30207 +       versuffix_save=$versuffix
30208 +       major_save=$major
30209 +       # I'm not sure if I'm treating the release correctly.  I think
30210 +       # release should show up in the -l (ie -lgmp5) so we don't want to
30211 +       # add it in twice.  Is that correct?
30212 +       release=""
30213 +       versuffix=""
30214 +       major=""
30215 +       newdeplibs=
30216 +       droppeddeps=no
30217 +       case $deplibs_check_method in
30218 +       pass_all)
30219 +         # Don't check for shared/static.  Everything works.
30220 +         # This might be a little naive.  We might want to check
30221 +         # whether the library exists or not.  But this is on
30222 +         # osf3 & osf4 and I'm not really sure... Just
30223 +         # implementing what was already the behavior.
30224 +         newdeplibs=$deplibs
30225 +         ;;
30226 +       test_compile)
30227 +         # This code stresses the "libraries are programs" paradigm to its
30228 +         # limits. Maybe even breaks it.  We compile a program, linking it
30229 +         # against the deplibs as a proxy for the library.  Then we can check
30230 +         # whether they linked in statically or dynamically with ldd.
30231 +         $rm conftest.c
30232 +         cat > conftest.c <<EOF
30233 +         int main() { return 0; }
30234 +EOF
30235 +         $rm conftest
30236 +         $LTCC -o conftest conftest.c $deplibs
30237 +         if test "$?" -eq 0 ; then
30238 +           ldd_output=`ldd conftest`
30239 +           for i in $deplibs; do
30240 +             name=`expr $i : '-l\(.*\)'`
30241 +             # If $name is empty we are operating on a -L argument.
30242 +              if test "$name" != "" && test "$name" -ne "0"; then
30243 +               if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
30244 +                 case " $predeps $postdeps " in
30245 +                 *" $i "*)
30246 +                   newdeplibs="$newdeplibs $i"
30247 +                   i=""
30248 +                   ;;
30249 +                 esac
30250 +               fi
30251 +               if test -n "$i" ; then
30252 +                 libname=`eval \\$echo \"$libname_spec\"`
30253 +                 deplib_matches=`eval \\$echo \"$library_names_spec\"`
30254 +                 set dummy $deplib_matches
30255 +                 deplib_match=$2
30256 +                 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
30257 +                   newdeplibs="$newdeplibs $i"
30258 +                 else
30259 +                   droppeddeps=yes
30260 +                   $echo
30261 +                   $echo "*** Warning: dynamic linker does not accept needed library $i."
30262 +                   $echo "*** I have the capability to make that library automatically link in when"
30263 +                   $echo "*** you link to this library.  But I can only do this if you have a"
30264 +                   $echo "*** shared version of the library, which I believe you do not have"
30265 +                   $echo "*** because a test_compile did reveal that the linker did not use it for"
30266 +                   $echo "*** its dynamic dependency list that programs get resolved with at runtime."
30267 +                 fi
30268 +               fi
30269 +             else
30270 +               newdeplibs="$newdeplibs $i"
30271 +             fi
30272 +           done
30273 +         else
30274 +           # Error occurred in the first compile.  Let's try to salvage
30275 +           # the situation: Compile a separate program for each library.
30276 +           for i in $deplibs; do
30277 +             name=`expr $i : '-l\(.*\)'`
30278 +             # If $name is empty we are operating on a -L argument.
30279 +              if test "$name" != "" && test "$name" != "0"; then
30280 +               $rm conftest
30281 +               $LTCC -o conftest conftest.c $i
30282 +               # Did it work?
30283 +               if test "$?" -eq 0 ; then
30284 +                 ldd_output=`ldd conftest`
30285 +                 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
30286 +                   case " $predeps $postdeps " in
30287 +                   *" $i "*)
30288 +                     newdeplibs="$newdeplibs $i"
30289 +                     i=""
30290 +                     ;;
30291 +                   esac
30292 +                 fi
30293 +                 if test -n "$i" ; then
30294 +                   libname=`eval \\$echo \"$libname_spec\"`
30295 +                   deplib_matches=`eval \\$echo \"$library_names_spec\"`
30296 +                   set dummy $deplib_matches
30297 +                   deplib_match=$2
30298 +                   if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
30299 +                     newdeplibs="$newdeplibs $i"
30300 +                   else
30301 +                     droppeddeps=yes
30302 +                     $echo
30303 +                     $echo "*** Warning: dynamic linker does not accept needed library $i."
30304 +                     $echo "*** I have the capability to make that library automatically link in when"
30305 +                     $echo "*** you link to this library.  But I can only do this if you have a"
30306 +                     $echo "*** shared version of the library, which you do not appear to have"
30307 +                     $echo "*** because a test_compile did reveal that the linker did not use this one"
30308 +                     $echo "*** as a dynamic dependency that programs can get resolved with at runtime."
30309 +                   fi
30310 +                 fi
30311 +               else
30312 +                 droppeddeps=yes
30313 +                 $echo
30314 +                 $echo "*** Warning!  Library $i is needed by this library but I was not able to"
30315 +                 $echo "***  make it link in!  You will probably need to install it or some"
30316 +                 $echo "*** library that it depends on before this library will be fully"
30317 +                 $echo "*** functional.  Installing it before continuing would be even better."
30318 +               fi
30319 +             else
30320 +               newdeplibs="$newdeplibs $i"
30321 +             fi
30322 +           done
30323 +         fi
30324 +         ;;
30325 +       file_magic*)
30326 +         set dummy $deplibs_check_method
30327 +         file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
30328 +         for a_deplib in $deplibs; do
30329 +           name=`expr $a_deplib : '-l\(.*\)'`
30330 +           # If $name is empty we are operating on a -L argument.
30331 +            if test "$name" != "" && test  "$name" != "0"; then
30332 +             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
30333 +               case " $predeps $postdeps " in
30334 +               *" $a_deplib "*)
30335 +                 newdeplibs="$newdeplibs $a_deplib"
30336 +                 a_deplib=""
30337 +                 ;;
30338 +               esac
30339 +             fi
30340 +             if test -n "$a_deplib" ; then
30341 +               libname=`eval \\$echo \"$libname_spec\"`
30342 +               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
30343 +                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
30344 +                 for potent_lib in $potential_libs; do
30345 +                     # Follow soft links.
30346 +                     if ls -lLd "$potent_lib" 2>/dev/null \
30347 +                        | grep " -> " >/dev/null; then
30348 +                       continue
30349 +                     fi
30350 +                     # The statement above tries to avoid entering an
30351 +                     # endless loop below, in case of cyclic links.
30352 +                     # We might still enter an endless loop, since a link
30353 +                     # loop can be closed while we follow links,
30354 +                     # but so what?
30355 +                     potlib="$potent_lib"
30356 +                     while test -h "$potlib" 2>/dev/null; do
30357 +                       potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
30358 +                       case $potliblink in
30359 +                       [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
30360 +                       *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
30361 +                       esac
30362 +                     done
30363 +                     if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
30364 +                        | ${SED} 10q \
30365 +                        | $EGREP "$file_magic_regex" > /dev/null; then
30366 +                       newdeplibs="$newdeplibs $a_deplib"
30367 +                       a_deplib=""
30368 +                       break 2
30369 +                     fi
30370 +                 done
30371 +               done
30372 +             fi
30373 +             if test -n "$a_deplib" ; then
30374 +               droppeddeps=yes
30375 +               $echo
30376 +               $echo "*** Warning: linker path does not have real file for library $a_deplib."
30377 +               $echo "*** I have the capability to make that library automatically link in when"
30378 +               $echo "*** you link to this library.  But I can only do this if you have a"
30379 +               $echo "*** shared version of the library, which you do not appear to have"
30380 +               $echo "*** because I did check the linker path looking for a file starting"
30381 +               if test -z "$potlib" ; then
30382 +                 $echo "*** with $libname but no candidates were found. (...for file magic test)"
30383 +               else
30384 +                 $echo "*** with $libname and none of the candidates passed a file format test"
30385 +                 $echo "*** using a file magic. Last file checked: $potlib"
30386 +               fi
30387 +             fi
30388 +           else
30389 +             # Add a -L argument.
30390 +             newdeplibs="$newdeplibs $a_deplib"
30391 +           fi
30392 +         done # Gone through all deplibs.
30393 +         ;;
30394 +       match_pattern*)
30395 +         set dummy $deplibs_check_method
30396 +         match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
30397 +         for a_deplib in $deplibs; do
30398 +           name=`expr $a_deplib : '-l\(.*\)'`
30399 +           # If $name is empty we are operating on a -L argument.
30400 +           if test -n "$name" && test "$name" != "0"; then
30401 +             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
30402 +               case " $predeps $postdeps " in
30403 +               *" $a_deplib "*)
30404 +                 newdeplibs="$newdeplibs $a_deplib"
30405 +                 a_deplib=""
30406 +                 ;;
30407 +               esac
30408 +             fi
30409 +             if test -n "$a_deplib" ; then
30410 +               libname=`eval \\$echo \"$libname_spec\"`
30411 +               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
30412 +                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
30413 +                 for potent_lib in $potential_libs; do
30414 +                   potlib="$potent_lib" # see symlink-check above in file_magic test
30415 +                   if eval $echo \"$potent_lib\" 2>/dev/null \
30416 +                       | ${SED} 10q \
30417 +                       | $EGREP "$match_pattern_regex" > /dev/null; then
30418 +                     newdeplibs="$newdeplibs $a_deplib"
30419 +                     a_deplib=""
30420 +                     break 2
30421 +                   fi
30422 +                 done
30423 +               done
30424 +             fi
30425 +             if test -n "$a_deplib" ; then
30426 +               droppeddeps=yes
30427 +               $echo
30428 +               $echo "*** Warning: linker path does not have real file for library $a_deplib."
30429 +               $echo "*** I have the capability to make that library automatically link in when"
30430 +               $echo "*** you link to this library.  But I can only do this if you have a"
30431 +               $echo "*** shared version of the library, which you do not appear to have"
30432 +               $echo "*** because I did check the linker path looking for a file starting"
30433 +               if test -z "$potlib" ; then
30434 +                 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
30435 +               else
30436 +                 $echo "*** with $libname and none of the candidates passed a file format test"
30437 +                 $echo "*** using a regex pattern. Last file checked: $potlib"
30438 +               fi
30439 +             fi
30440 +           else
30441 +             # Add a -L argument.
30442 +             newdeplibs="$newdeplibs $a_deplib"
30443 +           fi
30444 +         done # Gone through all deplibs.
30445 +         ;;
30446 +       none | unknown | *)
30447 +         newdeplibs=""
30448 +         tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
30449 +           -e 's/ -[LR][^ ]*//g'`
30450 +         if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
30451 +           for i in $predeps $postdeps ; do
30452 +             # can't use Xsed below, because $i might contain '/'
30453 +             tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
30454 +           done
30455 +         fi
30456 +         if $echo "X $tmp_deplibs" | $Xsed -e 's/[     ]//g' \
30457 +           | grep . >/dev/null; then
30458 +           $echo
30459 +           if test "X$deplibs_check_method" = "Xnone"; then
30460 +             $echo "*** Warning: inter-library dependencies are not supported in this platform."
30461 +           else
30462 +             $echo "*** Warning: inter-library dependencies are not known to be supported."
30463 +           fi
30464 +           $echo "*** All declared inter-library dependencies are being dropped."
30465 +           droppeddeps=yes
30466 +         fi
30467 +         ;;
30468 +       esac
30469 +       versuffix=$versuffix_save
30470 +       major=$major_save
30471 +       release=$release_save
30472 +       libname=$libname_save
30473 +       name=$name_save
30474 +
30475 +       case $host in
30476 +       *-*-rhapsody* | *-*-darwin1.[012])
30477 +         # On Rhapsody replace the C library is the System framework
30478 +         newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
30479 +         ;;
30480 +       esac
30481 +
30482 +       if test "$droppeddeps" = yes; then
30483 +         if test "$module" = yes; then
30484 +           $echo
30485 +           $echo "*** Warning: libtool could not satisfy all declared inter-library"
30486 +           $echo "*** dependencies of module $libname.  Therefore, libtool will create"
30487 +           $echo "*** a static module, that should work as long as the dlopening"
30488 +           $echo "*** application is linked with the -dlopen flag."
30489 +           if test -z "$global_symbol_pipe"; then
30490 +             $echo
30491 +             $echo "*** However, this would only work if libtool was able to extract symbol"
30492 +             $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
30493 +             $echo "*** not find such a program.  So, this module is probably useless."
30494 +             $echo "*** \`nm' from GNU binutils and a full rebuild may help."
30495 +           fi
30496 +           if test "$build_old_libs" = no; then
30497 +             oldlibs="$output_objdir/$libname.$libext"
30498 +             build_libtool_libs=module
30499 +             build_old_libs=yes
30500 +           else
30501 +             build_libtool_libs=no
30502 +           fi
30503 +         else
30504 +           $echo "*** The inter-library dependencies that have been dropped here will be"
30505 +           $echo "*** automatically added whenever a program is linked with this library"
30506 +           $echo "*** or is declared to -dlopen it."
30507 +
30508 +           if test "$allow_undefined" = no; then
30509 +             $echo
30510 +             $echo "*** Since this library must not contain undefined symbols,"
30511 +             $echo "*** because either the platform does not support them or"
30512 +             $echo "*** it was explicitly requested with -no-undefined,"
30513 +             $echo "*** libtool will only create a static version of it."
30514 +             if test "$build_old_libs" = no; then
30515 +               oldlibs="$output_objdir/$libname.$libext"
30516 +               build_libtool_libs=module
30517 +               build_old_libs=yes
30518 +             else
30519 +               build_libtool_libs=no
30520 +             fi
30521 +           fi
30522 +         fi
30523 +       fi
30524 +       # Done checking deplibs!
30525 +       deplibs=$newdeplibs
30526 +      fi
30527 +
30528 +      # All the library-specific variables (install_libdir is set above).
30529 +      library_names=
30530 +      old_library=
30531 +      dlname=
30532 +
30533 +      # Test again, we may have decided not to build it any more
30534 +      if test "$build_libtool_libs" = yes; then
30535 +       if test "$hardcode_into_libs" = yes; then
30536 +         # Hardcode the library paths
30537 +         hardcode_libdirs=
30538 +         dep_rpath=
30539 +         rpath="$finalize_rpath"
30540 +         test "$mode" != relink && rpath="$compile_rpath$rpath"
30541 +         for libdir in $rpath; do
30542 +           if test -n "$hardcode_libdir_flag_spec"; then
30543 +             if test -n "$hardcode_libdir_separator"; then
30544 +               if test -z "$hardcode_libdirs"; then
30545 +                 hardcode_libdirs="$libdir"
30546 +               else
30547 +                 # Just accumulate the unique libdirs.
30548 +                 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
30549 +                 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
30550 +                   ;;
30551 +                 *)
30552 +                   hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
30553 +                   ;;
30554 +                 esac
30555 +               fi
30556 +             else
30557 +               eval flag=\"$hardcode_libdir_flag_spec\"
30558 +               dep_rpath="$dep_rpath $flag"
30559 +             fi
30560 +           elif test -n "$runpath_var"; then
30561 +             case "$perm_rpath " in
30562 +             *" $libdir "*) ;;
30563 +             *) perm_rpath="$perm_rpath $libdir" ;;
30564 +             esac
30565 +           fi
30566 +         done
30567 +         # Substitute the hardcoded libdirs into the rpath.
30568 +         if test -n "$hardcode_libdir_separator" &&
30569 +            test -n "$hardcode_libdirs"; then
30570 +           libdir="$hardcode_libdirs"
30571 +           if test -n "$hardcode_libdir_flag_spec_ld"; then
30572 +             eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
30573 +           else
30574 +             eval dep_rpath=\"$hardcode_libdir_flag_spec\"
30575 +           fi
30576 +         fi
30577 +         if test -n "$runpath_var" && test -n "$perm_rpath"; then
30578 +           # We should set the runpath_var.
30579 +           rpath=
30580 +           for dir in $perm_rpath; do
30581 +             rpath="$rpath$dir:"
30582 +           done
30583 +           eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
30584 +         fi
30585 +         test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
30586 +       fi
30587 +
30588 +       shlibpath="$finalize_shlibpath"
30589 +       test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
30590 +       if test -n "$shlibpath"; then
30591 +         eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
30592 +       fi
30593 +
30594 +       # Get the real and link names of the library.
30595 +       eval shared_ext=\"$shrext_cmds\"
30596 +       eval library_names=\"$library_names_spec\"
30597 +       set dummy $library_names
30598 +       realname="$2"
30599 +       shift; shift
30600 +
30601 +       if test -n "$soname_spec"; then
30602 +         eval soname=\"$soname_spec\"
30603 +       else
30604 +         soname="$realname"
30605 +       fi
30606 +       if test -z "$dlname"; then
30607 +         dlname=$soname
30608 +       fi
30609 +
30610 +       lib="$output_objdir/$realname"
30611 +       for link
30612 +       do
30613 +         linknames="$linknames $link"
30614 +       done
30615 +
30616 +       # Use standard objects if they are pic
30617 +       test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
30618 +
30619 +       # Prepare the list of exported symbols
30620 +       if test -z "$export_symbols"; then
30621 +         if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
30622 +           $show "generating symbol list for \`$libname.la'"
30623 +           export_symbols="$output_objdir/$libname.exp"
30624 +           $run $rm $export_symbols
30625 +           cmds=$export_symbols_cmds
30626 +           save_ifs="$IFS"; IFS='~'
30627 +           for cmd in $cmds; do
30628 +             IFS="$save_ifs"
30629 +             eval cmd=\"$cmd\"
30630 +             if len=`expr "X$cmd" : ".*"` &&
30631 +              test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
30632 +               $show "$cmd"
30633 +               $run eval "$cmd" || exit $?
30634 +               skipped_export=false
30635 +             else
30636 +               # The command line is too long to execute in one step.
30637 +               $show "using reloadable object file for export list..."
30638 +               skipped_export=:
30639 +               # Break out early, otherwise skipped_export may be
30640 +               # set to false by a later but shorter cmd.
30641 +               break
30642 +             fi
30643 +           done
30644 +           IFS="$save_ifs"
30645 +           if test -n "$export_symbols_regex"; then
30646 +             $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
30647 +             $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
30648 +             $show "$mv \"${export_symbols}T\" \"$export_symbols\""
30649 +             $run eval '$mv "${export_symbols}T" "$export_symbols"'
30650 +           fi
30651 +         fi
30652 +       fi
30653 +
30654 +       if test -n "$export_symbols" && test -n "$include_expsyms"; then
30655 +         $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
30656 +       fi
30657 +
30658 +       tmp_deplibs=
30659 +       for test_deplib in $deplibs; do
30660 +               case " $convenience " in
30661 +               *" $test_deplib "*) ;;
30662 +               *)
30663 +                       tmp_deplibs="$tmp_deplibs $test_deplib"
30664 +                       ;;
30665 +               esac
30666 +       done
30667 +       deplibs="$tmp_deplibs"
30668 +
30669 +       if test -n "$convenience"; then
30670 +         if test -n "$whole_archive_flag_spec"; then
30671 +           save_libobjs=$libobjs
30672 +           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
30673 +         else
30674 +           gentop="$output_objdir/${outputname}x"
30675 +           generated="$generated $gentop"
30676 +
30677 +           func_extract_archives $gentop $convenience
30678 +           libobjs="$libobjs $func_extract_archives_result"
30679 +         fi
30680 +       fi
30681 +       
30682 +       if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
30683 +         eval flag=\"$thread_safe_flag_spec\"
30684 +         linker_flags="$linker_flags $flag"
30685 +       fi
30686 +
30687 +       # Make a backup of the uninstalled library when relinking
30688 +       if test "$mode" = relink; then
30689 +         $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
30690 +       fi
30691 +
30692 +       # Do each of the archive commands.
30693 +       if test "$module" = yes && test -n "$module_cmds" ; then
30694 +         if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
30695 +           eval test_cmds=\"$module_expsym_cmds\"
30696 +           cmds=$module_expsym_cmds
30697 +         else
30698 +           eval test_cmds=\"$module_cmds\"
30699 +           cmds=$module_cmds
30700 +         fi
30701 +       else
30702 +       if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
30703 +         eval test_cmds=\"$archive_expsym_cmds\"
30704 +         cmds=$archive_expsym_cmds
30705 +       else
30706 +         eval test_cmds=\"$archive_cmds\"
30707 +         cmds=$archive_cmds
30708 +         fi
30709 +       fi
30710 +
30711 +       if test "X$skipped_export" != "X:" &&
30712 +          len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
30713 +          test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
30714 +         :
30715 +       else
30716 +         # The command line is too long to link in one step, link piecewise.
30717 +         $echo "creating reloadable object files..."
30718 +
30719 +         # Save the value of $output and $libobjs because we want to
30720 +         # use them later.  If we have whole_archive_flag_spec, we
30721 +         # want to use save_libobjs as it was before
30722 +         # whole_archive_flag_spec was expanded, because we can't
30723 +         # assume the linker understands whole_archive_flag_spec.
30724 +         # This may have to be revisited, in case too many
30725 +         # convenience libraries get linked in and end up exceeding
30726 +         # the spec.
30727 +         if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
30728 +           save_libobjs=$libobjs
30729 +         fi
30730 +         save_output=$output
30731 +         output_la=`$echo "X$output" | $Xsed -e "$basename"`
30732 +
30733 +         # Clear the reloadable object creation command queue and
30734 +         # initialize k to one.
30735 +         test_cmds=
30736 +         concat_cmds=
30737 +         objlist=
30738 +         delfiles=
30739 +         last_robj=
30740 +         k=1
30741 +         output=$output_objdir/$output_la-${k}.$objext
30742 +         # Loop over the list of objects to be linked.
30743 +         for obj in $save_libobjs
30744 +         do
30745 +           eval test_cmds=\"$reload_cmds $objlist $last_robj\"
30746 +           if test "X$objlist" = X ||
30747 +              { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
30748 +                test "$len" -le "$max_cmd_len"; }; then
30749 +             objlist="$objlist $obj"
30750 +           else
30751 +             # The command $test_cmds is almost too long, add a
30752 +             # command to the queue.
30753 +             if test "$k" -eq 1 ; then
30754 +               # The first file doesn't have a previous command to add.
30755 +               eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
30756 +             else
30757 +               # All subsequent reloadable object files will link in
30758 +               # the last one created.
30759 +               eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\"
30760 +             fi
30761 +             last_robj=$output_objdir/$output_la-${k}.$objext
30762 +             k=`expr $k + 1`
30763 +             output=$output_objdir/$output_la-${k}.$objext
30764 +             objlist=$obj
30765 +             len=1
30766 +           fi
30767 +         done
30768 +         # Handle the remaining objects by creating one last
30769 +         # reloadable object file.  All subsequent reloadable object
30770 +         # files will link in the last one created.
30771 +         test -z "$concat_cmds" || concat_cmds=$concat_cmds~
30772 +         eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
30773 +
30774 +         if ${skipped_export-false}; then
30775 +           $show "generating symbol list for \`$libname.la'"
30776 +           export_symbols="$output_objdir/$libname.exp"
30777 +           $run $rm $export_symbols
30778 +           libobjs=$output
30779 +           # Append the command to create the export file.
30780 +           eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
30781 +          fi
30782 +
30783 +         # Set up a command to remove the reloadable object files
30784 +         # after they are used.
30785 +         i=0
30786 +         while test "$i" -lt "$k"
30787 +         do
30788 +           i=`expr $i + 1`
30789 +           delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
30790 +         done
30791 +
30792 +         $echo "creating a temporary reloadable object file: $output"
30793 +
30794 +         # Loop through the commands generated above and execute them.
30795 +         save_ifs="$IFS"; IFS='~'
30796 +         for cmd in $concat_cmds; do
30797 +           IFS="$save_ifs"
30798 +           $show "$cmd"
30799 +           $run eval "$cmd" || exit $?
30800 +         done
30801 +         IFS="$save_ifs"
30802 +
30803 +         libobjs=$output
30804 +         # Restore the value of output.
30805 +         output=$save_output
30806 +
30807 +         if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
30808 +           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
30809 +         fi
30810 +         # Expand the library linking commands again to reset the
30811 +         # value of $libobjs for piecewise linking.
30812 +
30813 +         # Do each of the archive commands.
30814 +         if test "$module" = yes && test -n "$module_cmds" ; then
30815 +           if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
30816 +             cmds=$module_expsym_cmds
30817 +           else
30818 +             cmds=$module_cmds
30819 +           fi
30820 +         else
30821 +         if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
30822 +           cmds=$archive_expsym_cmds
30823 +         else
30824 +           cmds=$archive_cmds
30825 +           fi
30826 +         fi
30827 +
30828 +         # Append the command to remove the reloadable object files
30829 +         # to the just-reset $cmds.
30830 +         eval cmds=\"\$cmds~\$rm $delfiles\"
30831 +       fi
30832 +       save_ifs="$IFS"; IFS='~'
30833 +       for cmd in $cmds; do
30834 +         IFS="$save_ifs"
30835 +         eval cmd=\"$cmd\"
30836 +         $show "$cmd"
30837 +         $run eval "$cmd" || {
30838 +           lt_exit=$?
30839 +
30840 +           # Restore the uninstalled library and exit
30841 +           if test "$mode" = relink; then
30842 +             $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
30843 +           fi
30844 +
30845 +           exit $lt_exit
30846 +         }
30847 +       done
30848 +       IFS="$save_ifs"
30849 +
30850 +       # Restore the uninstalled library and exit
30851 +       if test "$mode" = relink; then
30852 +         $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
30853 +
30854 +         if test -n "$convenience"; then
30855 +           if test -z "$whole_archive_flag_spec"; then
30856 +             $show "${rm}r $gentop"
30857 +             $run ${rm}r "$gentop"
30858 +           fi
30859 +         fi
30860 +
30861 +         exit $EXIT_SUCCESS
30862 +       fi
30863 +
30864 +       # Create links to the real library.
30865 +       for linkname in $linknames; do
30866 +         if test "$realname" != "$linkname"; then
30867 +           $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)"
30868 +           $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?
30869 +         fi
30870 +       done
30871 +
30872 +       # If -module or -export-dynamic was specified, set the dlname.
30873 +       if test "$module" = yes || test "$export_dynamic" = yes; then
30874 +         # On all known operating systems, these are identical.
30875 +         dlname="$soname"
30876 +       fi
30877 +      fi
30878 +      ;;
30879 +
30880 +    obj)
30881 +      if test -n "$deplibs"; then
30882 +       $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
30883 +      fi
30884 +
30885 +      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
30886 +       $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
30887 +      fi
30888 +
30889 +      if test -n "$rpath"; then
30890 +       $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
30891 +      fi
30892 +
30893 +      if test -n "$xrpath"; then
30894 +       $echo "$modename: warning: \`-R' is ignored for objects" 1>&2
30895 +      fi
30896 +
30897 +      if test -n "$vinfo"; then
30898 +       $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
30899 +      fi
30900 +
30901 +      if test -n "$release"; then
30902 +       $echo "$modename: warning: \`-release' is ignored for objects" 1>&2
30903 +      fi
30904 +
30905 +      case $output in
30906 +      *.lo)
30907 +       if test -n "$objs$old_deplibs"; then
30908 +         $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
30909 +         exit $EXIT_FAILURE
30910 +       fi
30911 +       libobj="$output"
30912 +       obj=`$echo "X$output" | $Xsed -e "$lo2o"`
30913 +       ;;
30914 +      *)
30915 +       libobj=
30916 +       obj="$output"
30917 +       ;;
30918 +      esac
30919 +
30920 +      # Delete the old objects.
30921 +      $run $rm $obj $libobj
30922 +
30923 +      # Objects from convenience libraries.  This assumes
30924 +      # single-version convenience libraries.  Whenever we create
30925 +      # different ones for PIC/non-PIC, this we'll have to duplicate
30926 +      # the extraction.
30927 +      reload_conv_objs=
30928 +      gentop=
30929 +      # reload_cmds runs $LD directly, so let us get rid of
30930 +      # -Wl from whole_archive_flag_spec
30931 +      wl=
30932 +
30933 +      if test -n "$convenience"; then
30934 +       if test -n "$whole_archive_flag_spec"; then
30935 +         eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\"
30936 +       else
30937 +         gentop="$output_objdir/${obj}x"
30938 +         generated="$generated $gentop"
30939 +
30940 +         func_extract_archives $gentop $convenience
30941 +         reload_conv_objs="$reload_objs $func_extract_archives_result"
30942 +       fi
30943 +      fi
30944 +
30945 +      # Create the old-style object.
30946 +      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
30947 +
30948 +      output="$obj"
30949 +      cmds=$reload_cmds
30950 +      save_ifs="$IFS"; IFS='~'
30951 +      for cmd in $cmds; do
30952 +       IFS="$save_ifs"
30953 +       eval cmd=\"$cmd\"
30954 +       $show "$cmd"
30955 +       $run eval "$cmd" || exit $?
30956 +      done
30957 +      IFS="$save_ifs"
30958 +
30959 +      # Exit if we aren't doing a library object file.
30960 +      if test -z "$libobj"; then
30961 +       if test -n "$gentop"; then
30962 +         $show "${rm}r $gentop"
30963 +         $run ${rm}r $gentop
30964 +       fi
30965 +
30966 +       exit $EXIT_SUCCESS
30967 +      fi
30968 +
30969 +      if test "$build_libtool_libs" != yes; then
30970 +       if test -n "$gentop"; then
30971 +         $show "${rm}r $gentop"
30972 +         $run ${rm}r $gentop
30973 +       fi
30974 +
30975 +       # Create an invalid libtool object if no PIC, so that we don't
30976 +       # accidentally link it into a program.
30977 +       # $show "echo timestamp > $libobj"
30978 +       # $run eval "echo timestamp > $libobj" || exit $?
30979 +       exit $EXIT_SUCCESS
30980 +      fi
30981 +
30982 +      if test -n "$pic_flag" || test "$pic_mode" != default; then
30983 +       # Only do commands if we really have different PIC objects.
30984 +       reload_objs="$libobjs $reload_conv_objs"
30985 +       output="$libobj"
30986 +       cmds=$reload_cmds
30987 +       save_ifs="$IFS"; IFS='~'
30988 +       for cmd in $cmds; do
30989 +         IFS="$save_ifs"
30990 +         eval cmd=\"$cmd\"
30991 +         $show "$cmd"
30992 +         $run eval "$cmd" || exit $?
30993 +       done
30994 +       IFS="$save_ifs"
30995 +      fi
30996 +
30997 +      if test -n "$gentop"; then
30998 +       $show "${rm}r $gentop"
30999 +       $run ${rm}r $gentop
31000 +      fi
31001 +
31002 +      exit $EXIT_SUCCESS
31003 +      ;;
31004 +
31005 +    prog)
31006 +      case $host in
31007 +       *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
31008 +      esac
31009 +      if test -n "$vinfo"; then
31010 +       $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
31011 +      fi
31012 +
31013 +      if test -n "$release"; then
31014 +       $echo "$modename: warning: \`-release' is ignored for programs" 1>&2
31015 +      fi
31016 +
31017 +      if test "$preload" = yes; then
31018 +       if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown &&
31019 +          test "$dlopen_self_static" = unknown; then
31020 +         $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
31021 +       fi
31022 +      fi
31023 +
31024 +      case $host in
31025 +      *-*-rhapsody* | *-*-darwin1.[012])
31026 +       # On Rhapsody replace the C library is the System framework
31027 +       compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
31028 +       finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
31029 +       ;;
31030 +      esac
31031 +
31032 +      case $host in
31033 +      *darwin*)
31034 +        # Don't allow lazy linking, it breaks C++ global constructors
31035 +        if test "$tagname" = CXX ; then
31036 +        compile_command="$compile_command ${wl}-bind_at_load"
31037 +        finalize_command="$finalize_command ${wl}-bind_at_load"
31038 +        fi
31039 +        ;;
31040 +      esac
31041 +
31042 +      compile_command="$compile_command $compile_deplibs"
31043 +      finalize_command="$finalize_command $finalize_deplibs"
31044 +
31045 +      if test -n "$rpath$xrpath"; then
31046 +       # If the user specified any rpath flags, then add them.
31047 +       for libdir in $rpath $xrpath; do
31048 +         # This is the magic to use -rpath.
31049 +         case "$finalize_rpath " in
31050 +         *" $libdir "*) ;;
31051 +         *) finalize_rpath="$finalize_rpath $libdir" ;;
31052 +         esac
31053 +       done
31054 +      fi
31055 +
31056 +      # Now hardcode the library paths
31057 +      rpath=
31058 +      hardcode_libdirs=
31059 +      for libdir in $compile_rpath $finalize_rpath; do
31060 +       if test -n "$hardcode_libdir_flag_spec"; then
31061 +         if test -n "$hardcode_libdir_separator"; then
31062 +           if test -z "$hardcode_libdirs"; then
31063 +             hardcode_libdirs="$libdir"
31064 +           else
31065 +             # Just accumulate the unique libdirs.
31066 +             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
31067 +             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
31068 +               ;;
31069 +             *)
31070 +               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
31071 +               ;;
31072 +             esac
31073 +           fi
31074 +         else
31075 +           eval flag=\"$hardcode_libdir_flag_spec\"
31076 +           rpath="$rpath $flag"
31077 +         fi
31078 +       elif test -n "$runpath_var"; then
31079 +         case "$perm_rpath " in
31080 +         *" $libdir "*) ;;
31081 +         *) perm_rpath="$perm_rpath $libdir" ;;
31082 +         esac
31083 +       fi
31084 +       case $host in
31085 +       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
31086 +         case :$dllsearchpath: in
31087 +         *":$libdir:"*) ;;
31088 +         *) dllsearchpath="$dllsearchpath:$libdir";;
31089 +         esac
31090 +         ;;
31091 +       esac
31092 +      done
31093 +      # Substitute the hardcoded libdirs into the rpath.
31094 +      if test -n "$hardcode_libdir_separator" &&
31095 +        test -n "$hardcode_libdirs"; then
31096 +       libdir="$hardcode_libdirs"
31097 +       eval rpath=\" $hardcode_libdir_flag_spec\"
31098 +      fi
31099 +      compile_rpath="$rpath"
31100 +
31101 +      rpath=
31102 +      hardcode_libdirs=
31103 +      for libdir in $finalize_rpath; do
31104 +       if test -n "$hardcode_libdir_flag_spec"; then
31105 +         if test -n "$hardcode_libdir_separator"; then
31106 +           if test -z "$hardcode_libdirs"; then
31107 +             hardcode_libdirs="$libdir"
31108 +           else
31109 +             # Just accumulate the unique libdirs.
31110 +             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
31111 +             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
31112 +               ;;
31113 +             *)
31114 +               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
31115 +               ;;
31116 +             esac
31117 +           fi
31118 +         else
31119 +           eval flag=\"$hardcode_libdir_flag_spec\"
31120 +           rpath="$rpath $flag"
31121 +         fi
31122 +       elif test -n "$runpath_var"; then
31123 +         case "$finalize_perm_rpath " in
31124 +         *" $libdir "*) ;;
31125 +         *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
31126 +         esac
31127 +       fi
31128 +      done
31129 +      # Substitute the hardcoded libdirs into the rpath.
31130 +      if test -n "$hardcode_libdir_separator" &&
31131 +        test -n "$hardcode_libdirs"; then
31132 +       libdir="$hardcode_libdirs"
31133 +       eval rpath=\" $hardcode_libdir_flag_spec\"
31134 +      fi
31135 +      finalize_rpath="$rpath"
31136 +
31137 +      if test -n "$libobjs" && test "$build_old_libs" = yes; then
31138 +       # Transform all the library objects into standard objects.
31139 +       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
31140 +       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
31141 +      fi
31142 +
31143 +      dlsyms=
31144 +      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
31145 +       if test -n "$NM" && test -n "$global_symbol_pipe"; then
31146 +         dlsyms="${outputname}S.c"
31147 +       else
31148 +         $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
31149 +       fi
31150 +      fi
31151 +
31152 +      if test -n "$dlsyms"; then
31153 +       case $dlsyms in
31154 +       "") ;;
31155 +       *.c)
31156 +         # Discover the nlist of each of the dlfiles.
31157 +         nlist="$output_objdir/${outputname}.nm"
31158 +
31159 +         $show "$rm $nlist ${nlist}S ${nlist}T"
31160 +         $run $rm "$nlist" "${nlist}S" "${nlist}T"
31161 +
31162 +         # Parse the name list into a source file.
31163 +         $show "creating $output_objdir/$dlsyms"
31164 +
31165 +         test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
31166 +/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
31167 +/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
31168 +
31169 +#ifdef __cplusplus
31170 +extern \"C\" {
31171 +#endif
31172 +
31173 +/* Prevent the only kind of declaration conflicts we can make. */
31174 +#define lt_preloaded_symbols some_other_symbol
31175 +
31176 +/* External symbol declarations for the compiler. */\
31177 +"
31178 +
31179 +         if test "$dlself" = yes; then
31180 +           $show "generating symbol list for \`$output'"
31181 +
31182 +           test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
31183 +
31184 +           # Add our own program objects to the symbol list.
31185 +           progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
31186 +           for arg in $progfiles; do
31187 +             $show "extracting global C symbols from \`$arg'"
31188 +             $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
31189 +           done
31190 +
31191 +           if test -n "$exclude_expsyms"; then
31192 +             $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
31193 +             $run eval '$mv "$nlist"T "$nlist"'
31194 +           fi
31195 +
31196 +           if test -n "$export_symbols_regex"; then
31197 +             $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
31198 +             $run eval '$mv "$nlist"T "$nlist"'
31199 +           fi
31200 +
31201 +           # Prepare the list of exported symbols
31202 +           if test -z "$export_symbols"; then
31203 +             export_symbols="$output_objdir/$outputname.exp"
31204 +             $run $rm $export_symbols
31205 +             $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
31206 +           else
31207 +             $run eval "${SED} -e 's/\([ ][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
31208 +             $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
31209 +             $run eval 'mv "$nlist"T "$nlist"'
31210 +           fi
31211 +         fi
31212 +
31213 +         for arg in $dlprefiles; do
31214 +           $show "extracting global C symbols from \`$arg'"
31215 +           name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
31216 +           $run eval '$echo ": $name " >> "$nlist"'
31217 +           $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
31218 +         done
31219 +
31220 +         if test -z "$run"; then
31221 +           # Make sure we have at least an empty file.
31222 +           test -f "$nlist" || : > "$nlist"
31223 +
31224 +           if test -n "$exclude_expsyms"; then
31225 +             $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
31226 +             $mv "$nlist"T "$nlist"
31227 +           fi
31228 +
31229 +           # Try sorting and uniquifying the output.
31230 +           if grep -v "^: " < "$nlist" |
31231 +               if sort -k 3 </dev/null >/dev/null 2>&1; then
31232 +                 sort -k 3
31233 +               else
31234 +                 sort +2
31235 +               fi |
31236 +               uniq > "$nlist"S; then
31237 +             :
31238 +           else
31239 +             grep -v "^: " < "$nlist" > "$nlist"S
31240 +           fi
31241 +
31242 +           if test -f "$nlist"S; then
31243 +             eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
31244 +           else
31245 +             $echo '/* NONE */' >> "$output_objdir/$dlsyms"
31246 +           fi
31247 +
31248 +           $echo >> "$output_objdir/$dlsyms" "\
31249 +
31250 +#undef lt_preloaded_symbols
31251 +
31252 +#if defined (__STDC__) && __STDC__
31253 +# define lt_ptr void *
31254 +#else
31255 +# define lt_ptr char *
31256 +# define const
31257 +#endif
31258 +
31259 +/* The mapping between symbol names and symbols. */
31260 +"
31261 +
31262 +           case $host in
31263 +           *cygwin* | *mingw* )
31264 +         $echo >> "$output_objdir/$dlsyms" "\
31265 +/* DATA imports from DLLs on WIN32 can't be const, because
31266 +   runtime relocations are performed -- see ld's documentation
31267 +   on pseudo-relocs */
31268 +struct {
31269 +"
31270 +             ;;
31271 +           * )
31272 +         $echo >> "$output_objdir/$dlsyms" "\
31273 +const struct {
31274 +"
31275 +             ;;
31276 +           esac
31277 +
31278 +
31279 +         $echo >> "$output_objdir/$dlsyms" "\
31280 +  const char *name;
31281 +  lt_ptr address;
31282 +}
31283 +lt_preloaded_symbols[] =
31284 +{\
31285 +"
31286 +
31287 +           eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
31288 +
31289 +           $echo >> "$output_objdir/$dlsyms" "\
31290 +  {0, (lt_ptr) 0}
31291 +};
31292 +
31293 +/* This works around a problem in FreeBSD linker */
31294 +#ifdef FREEBSD_WORKAROUND
31295 +static const void *lt_preloaded_setup() {
31296 +  return lt_preloaded_symbols;
31297 +}
31298 +#endif
31299 +
31300 +#ifdef __cplusplus
31301 +}
31302 +#endif\
31303 +"
31304 +         fi
31305 +
31306 +         pic_flag_for_symtable=
31307 +         case $host in
31308 +         # compiling the symbol table file with pic_flag works around
31309 +         # a FreeBSD bug that causes programs to crash when -lm is
31310 +         # linked before any other PIC object.  But we must not use
31311 +         # pic_flag when linking with -static.  The problem exists in
31312 +         # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
31313 +         *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
31314 +           case "$compile_command " in
31315 +           *" -static "*) ;;
31316 +           *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;
31317 +           esac;;
31318 +         *-*-hpux*)
31319 +           case "$compile_command " in
31320 +           *" -static "*) ;;
31321 +           *) pic_flag_for_symtable=" $pic_flag";;
31322 +           esac
31323 +         esac
31324 +
31325 +         # Now compile the dynamic symbol file.
31326 +         $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
31327 +         $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
31328 +
31329 +         # Clean up the generated files.
31330 +         $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
31331 +         $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
31332 +
31333 +         # Transform the symbol file into the correct name.
31334 +         compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
31335 +         finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
31336 +         ;;
31337 +       *)
31338 +         $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
31339 +         exit $EXIT_FAILURE
31340 +         ;;
31341 +       esac
31342 +      else
31343 +       # We keep going just in case the user didn't refer to
31344 +       # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
31345 +       # really was required.
31346 +
31347 +       # Nullify the symbol file.
31348 +       compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
31349 +       finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
31350 +      fi
31351 +
31352 +      if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
31353 +       # Replace the output file specification.
31354 +       compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
31355 +       link_command="$compile_command$compile_rpath"
31356 +
31357 +       # We have no uninstalled library dependencies, so finalize right now.
31358 +       $show "$link_command"
31359 +       $run eval "$link_command"
31360 +       status=$?
31361 +
31362 +       # Delete the generated files.
31363 +       if test -n "$dlsyms"; then
31364 +         $show "$rm $output_objdir/${outputname}S.${objext}"
31365 +         $run $rm "$output_objdir/${outputname}S.${objext}"
31366 +       fi
31367 +
31368 +       exit $status
31369 +      fi
31370 +
31371 +      if test -n "$shlibpath_var"; then
31372 +       # We should set the shlibpath_var
31373 +       rpath=
31374 +       for dir in $temp_rpath; do
31375 +         case $dir in
31376 +         [\\/]* | [A-Za-z]:[\\/]*)
31377 +           # Absolute path.
31378 +           rpath="$rpath$dir:"
31379 +           ;;
31380 +         *)
31381 +           # Relative path: add a thisdir entry.
31382 +           rpath="$rpath\$thisdir/$dir:"
31383 +           ;;
31384 +         esac
31385 +       done
31386 +       temp_rpath="$rpath"
31387 +      fi
31388 +
31389 +      if test -n "$compile_shlibpath$finalize_shlibpath"; then
31390 +       compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
31391 +      fi
31392 +      if test -n "$finalize_shlibpath"; then
31393 +       finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
31394 +      fi
31395 +
31396 +      compile_var=
31397 +      finalize_var=
31398 +      if test -n "$runpath_var"; then
31399 +       if test -n "$perm_rpath"; then
31400 +         # We should set the runpath_var.
31401 +         rpath=
31402 +         for dir in $perm_rpath; do
31403 +           rpath="$rpath$dir:"
31404 +         done
31405 +         compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
31406 +       fi
31407 +       if test -n "$finalize_perm_rpath"; then
31408 +         # We should set the runpath_var.
31409 +         rpath=
31410 +         for dir in $finalize_perm_rpath; do
31411 +           rpath="$rpath$dir:"
31412 +         done
31413 +         finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
31414 +       fi
31415 +      fi
31416 +
31417 +      if test "$no_install" = yes; then
31418 +       # We don't need to create a wrapper script.
31419 +       link_command="$compile_var$compile_command$compile_rpath"
31420 +       # Replace the output file specification.
31421 +       link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
31422 +       # Delete the old output file.
31423 +       $run $rm $output
31424 +       # Link the executable and exit
31425 +       $show "$link_command"
31426 +       $run eval "$link_command" || exit $?
31427 +       exit $EXIT_SUCCESS
31428 +      fi
31429 +
31430 +      if test "$hardcode_action" = relink; then
31431 +       # Fast installation is not supported
31432 +       link_command="$compile_var$compile_command$compile_rpath"
31433 +       relink_command="$finalize_var$finalize_command$finalize_rpath"
31434 +
31435 +       $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
31436 +       $echo "$modename: \`$output' will be relinked during installation" 1>&2
31437 +      else
31438 +       if test "$fast_install" != no; then
31439 +         link_command="$finalize_var$compile_command$finalize_rpath"
31440 +         if test "$fast_install" = yes; then
31441 +           relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
31442 +         else
31443 +           # fast_install is set to needless
31444 +           relink_command=
31445 +         fi
31446 +       else
31447 +         link_command="$compile_var$compile_command$compile_rpath"
31448 +         relink_command="$finalize_var$finalize_command$finalize_rpath"
31449 +       fi
31450 +      fi
31451 +
31452 +      # Replace the output file specification.
31453 +      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
31454 +
31455 +      # Delete the old output files.
31456 +      $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
31457 +
31458 +      $show "$link_command"
31459 +      $run eval "$link_command" || exit $?
31460 +
31461 +      # Now create the wrapper script.
31462 +      $show "creating $output"
31463 +
31464 +      # Quote the relink command for shipping.
31465 +      if test -n "$relink_command"; then
31466 +       # Preserve any variables that may affect compiler behavior
31467 +       for var in $variables_saved_for_relink; do
31468 +         if eval test -z \"\${$var+set}\"; then
31469 +           relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
31470 +         elif eval var_value=\$$var; test -z "$var_value"; then
31471 +           relink_command="$var=; export $var; $relink_command"
31472 +         else
31473 +           var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
31474 +           relink_command="$var=\"$var_value\"; export $var; $relink_command"
31475 +         fi
31476 +       done
31477 +       relink_command="(cd `pwd`; $relink_command)"
31478 +       relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
31479 +      fi
31480 +
31481 +      # Quote $echo for shipping.
31482 +      if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then
31483 +       case $progpath in
31484 +       [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
31485 +       *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
31486 +       esac
31487 +       qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
31488 +      else
31489 +       qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
31490 +      fi
31491 +
31492 +      # Only actually do things if our run command is non-null.
31493 +      if test -z "$run"; then
31494 +       # win32 will think the script is a binary if it has
31495 +       # a .exe suffix, so we strip it off here.
31496 +       case $output in
31497 +         *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
31498 +       esac
31499 +       # test for cygwin because mv fails w/o .exe extensions
31500 +       case $host in
31501 +         *cygwin*)
31502 +           exeext=.exe
31503 +           outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
31504 +         *) exeext= ;;
31505 +       esac
31506 +       case $host in
31507 +         *cygwin* | *mingw* )
31508 +           cwrappersource=`$echo ${objdir}/lt-${outputname}.c`
31509 +           cwrapper=`$echo ${output}.exe`
31510 +           $rm $cwrappersource $cwrapper
31511 +           trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
31512 +
31513 +           cat > $cwrappersource <<EOF
31514 +
31515 +/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
31516 +   Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
31517 +
31518 +   The $output program cannot be directly executed until all the libtool
31519 +   libraries that it depends on are installed.
31520 +
31521 +   This wrapper executable should never be moved out of the build directory.
31522 +   If it is, it will not operate correctly.
31523 +
31524 +   Currently, it simply execs the wrapper *script* "/bin/sh $output",
31525 +   but could eventually absorb all of the scripts functionality and
31526 +   exec $objdir/$outputname directly.
31527 +*/
31528 +EOF
31529 +           cat >> $cwrappersource<<"EOF"
31530 +#include <stdio.h>
31531 +#include <stdlib.h>
31532 +#include <unistd.h>
31533 +#include <malloc.h>
31534 +#include <stdarg.h>
31535 +#include <assert.h>
31536 +
31537 +#if defined(PATH_MAX)
31538 +# define LT_PATHMAX PATH_MAX
31539 +#elif defined(MAXPATHLEN)
31540 +# define LT_PATHMAX MAXPATHLEN
31541 +#else
31542 +# define LT_PATHMAX 1024
31543 +#endif
31544 +
31545 +#ifndef DIR_SEPARATOR
31546 +#define DIR_SEPARATOR '/'
31547 +#endif
31548 +
31549 +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
31550 +  defined (__OS2__)
31551 +#define HAVE_DOS_BASED_FILE_SYSTEM
31552 +#ifndef DIR_SEPARATOR_2
31553 +#define DIR_SEPARATOR_2 '\\'
31554 +#endif
31555 +#endif
31556 +
31557 +#ifndef DIR_SEPARATOR_2
31558 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
31559 +#else /* DIR_SEPARATOR_2 */
31560 +# define IS_DIR_SEPARATOR(ch) \
31561 +        (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
31562 +#endif /* DIR_SEPARATOR_2 */
31563 +
31564 +#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
31565 +#define XFREE(stale) do { \
31566 +  if (stale) { free ((void *) stale); stale = 0; } \
31567 +} while (0)
31568 +
31569 +const char *program_name = NULL;
31570 +
31571 +void * xmalloc (size_t num);
31572 +char * xstrdup (const char *string);
31573 +char * basename (const char *name);
31574 +char * fnqualify(const char *path);
31575 +char * strendzap(char *str, const char *pat);
31576 +void lt_fatal (const char *message, ...);
31577 +
31578 +int
31579 +main (int argc, char *argv[])
31580 +{
31581 +  char **newargz;
31582 +  int i;
31583 +
31584 +  program_name = (char *) xstrdup ((char *) basename (argv[0]));
31585 +  newargz = XMALLOC(char *, argc+2);
31586 +EOF
31587 +
31588 +           cat >> $cwrappersource <<EOF
31589 +  newargz[0] = "$SHELL";
31590 +EOF
31591 +
31592 +           cat >> $cwrappersource <<"EOF"
31593 +  newargz[1] = fnqualify(argv[0]);
31594 +  /* we know the script has the same name, without the .exe */
31595 +  /* so make sure newargz[1] doesn't end in .exe */
31596 +  strendzap(newargz[1],".exe");
31597 +  for (i = 1; i < argc; i++)
31598 +    newargz[i+1] = xstrdup(argv[i]);
31599 +  newargz[argc+1] = NULL;
31600 +EOF
31601 +
31602 +           cat >> $cwrappersource <<EOF
31603 +  execv("$SHELL",newargz);
31604 +EOF
31605 +
31606 +           cat >> $cwrappersource <<"EOF"
31607 +  return 127;
31608 +}
31609 +
31610 +void *
31611 +xmalloc (size_t num)
31612 +{
31613 +  void * p = (void *) malloc (num);
31614 +  if (!p)
31615 +    lt_fatal ("Memory exhausted");
31616 +
31617 +  return p;
31618 +}
31619 +
31620 +char *
31621 +xstrdup (const char *string)
31622 +{
31623 +  return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
31624 +;
31625 +}
31626 +
31627 +char *
31628 +basename (const char *name)
31629 +{
31630 +  const char *base;
31631 +
31632 +#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
31633 +  /* Skip over the disk name in MSDOS pathnames. */
31634 +  if (isalpha (name[0]) && name[1] == ':')
31635 +    name += 2;
31636 +#endif
31637 +
31638 +  for (base = name; *name; name++)
31639 +    if (IS_DIR_SEPARATOR (*name))
31640 +      base = name + 1;
31641 +  return (char *) base;
31642 +}
31643 +
31644 +char *
31645 +fnqualify(const char *path)
31646 +{
31647 +  size_t size;
31648 +  char *p;
31649 +  char tmp[LT_PATHMAX + 1];
31650 +
31651 +  assert(path != NULL);
31652 +
31653 +  /* Is it qualified already? */
31654 +#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
31655 +  if (isalpha (path[0]) && path[1] == ':')
31656 +    return xstrdup (path);
31657 +#endif
31658 +  if (IS_DIR_SEPARATOR (path[0]))
31659 +    return xstrdup (path);
31660 +
31661 +  /* prepend the current directory */
31662 +  /* doesn't handle '~' */
31663 +  if (getcwd (tmp, LT_PATHMAX) == NULL)
31664 +    lt_fatal ("getcwd failed");
31665 +  size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */
31666 +  p = XMALLOC(char, size);
31667 +  sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path);
31668 +  return p;
31669 +}
31670 +
31671 +char *
31672 +strendzap(char *str, const char *pat)
31673 +{
31674 +  size_t len, patlen;
31675 +
31676 +  assert(str != NULL);
31677 +  assert(pat != NULL);
31678 +
31679 +  len = strlen(str);
31680 +  patlen = strlen(pat);
31681 +
31682 +  if (patlen <= len)
31683 +  {
31684 +    str += len - patlen;
31685 +    if (strcmp(str, pat) == 0)
31686 +      *str = '\0';
31687 +  }
31688 +  return str;
31689 +}
31690 +
31691 +static void
31692 +lt_error_core (int exit_status, const char * mode,
31693 +          const char * message, va_list ap)
31694 +{
31695 +  fprintf (stderr, "%s: %s: ", program_name, mode);
31696 +  vfprintf (stderr, message, ap);
31697 +  fprintf (stderr, ".\n");
31698 +
31699 +  if (exit_status >= 0)
31700 +    exit (exit_status);
31701 +}
31702 +
31703 +void
31704 +lt_fatal (const char *message, ...)
31705 +{
31706 +  va_list ap;
31707 +  va_start (ap, message);
31708 +  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
31709 +  va_end (ap);
31710 +}
31711 +EOF
31712 +         # we should really use a build-platform specific compiler
31713 +         # here, but OTOH, the wrappers (shell script and this C one)
31714 +         # are only useful if you want to execute the "real" binary.
31715 +         # Since the "real" binary is built for $host, then this
31716 +         # wrapper might as well be built for $host, too.
31717 +         $run $LTCC -s -o $cwrapper $cwrappersource
31718 +         ;;
31719 +       esac
31720 +       $rm $output
31721 +       trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
31722 +
31723 +       $echo > $output "\
31724 +#! $SHELL
31725 +
31726 +# $output - temporary wrapper script for $objdir/$outputname
31727 +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
31728 +#
31729 +# The $output program cannot be directly executed until all the libtool
31730 +# libraries that it depends on are installed.
31731 +#
31732 +# This wrapper script should never be moved out of the build directory.
31733 +# If it is, it will not operate correctly.
31734 +
31735 +# Sed substitution that helps us do robust quoting.  It backslashifies
31736 +# metacharacters that are still active within double-quoted strings.
31737 +Xsed='${SED} -e 1s/^X//'
31738 +sed_quote_subst='$sed_quote_subst'
31739 +
31740 +# The HP-UX ksh and POSIX shell print the target directory to stdout
31741 +# if CDPATH is set.
31742 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
31743 +
31744 +relink_command=\"$relink_command\"
31745 +
31746 +# This environment variable determines our operation mode.
31747 +if test \"\$libtool_install_magic\" = \"$magic\"; then
31748 +  # install mode needs the following variable:
31749 +  notinst_deplibs='$notinst_deplibs'
31750 +else
31751 +  # When we are sourced in execute mode, \$file and \$echo are already set.
31752 +  if test \"\$libtool_execute_magic\" != \"$magic\"; then
31753 +    echo=\"$qecho\"
31754 +    file=\"\$0\"
31755 +    # Make sure echo works.
31756 +    if test \"X\$1\" = X--no-reexec; then
31757 +      # Discard the --no-reexec flag, and continue.
31758 +      shift
31759 +    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
31760 +      # Yippee, \$echo works!
31761 +      :
31762 +    else
31763 +      # Restart under the correct shell, and then maybe \$echo will work.
31764 +      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
31765 +    fi
31766 +  fi\
31767 +"
31768 +       $echo >> $output "\
31769 +
31770 +  # Find the directory that this script lives in.
31771 +  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
31772 +  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
31773 +
31774 +  # Follow symbolic links until we get to the real thisdir.
31775 +  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
31776 +  while test -n \"\$file\"; do
31777 +    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
31778 +
31779 +    # If there was a directory component, then change thisdir.
31780 +    if test \"x\$destdir\" != \"x\$file\"; then
31781 +      case \"\$destdir\" in
31782 +      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
31783 +      *) thisdir=\"\$thisdir/\$destdir\" ;;
31784 +      esac
31785 +    fi
31786 +
31787 +    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
31788 +    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
31789 +  done
31790 +
31791 +  # Try to get the absolute directory name.
31792 +  absdir=\`cd \"\$thisdir\" && pwd\`
31793 +  test -n \"\$absdir\" && thisdir=\"\$absdir\"
31794 +"
31795 +
31796 +       if test "$fast_install" = yes; then
31797 +         $echo >> $output "\
31798 +  program=lt-'$outputname'$exeext
31799 +  progdir=\"\$thisdir/$objdir\"
31800 +
31801 +  if test ! -f \"\$progdir/\$program\" || \\
31802 +     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
31803 +       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
31804 +
31805 +    file=\"\$\$-\$program\"
31806 +
31807 +    if test ! -d \"\$progdir\"; then
31808 +      $mkdir \"\$progdir\"
31809 +    else
31810 +      $rm \"\$progdir/\$file\"
31811 +    fi"
31812 +
31813 +         $echo >> $output "\
31814 +
31815 +    # relink executable if necessary
31816 +    if test -n \"\$relink_command\"; then
31817 +      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
31818 +      else
31819 +       $echo \"\$relink_command_output\" >&2
31820 +       $rm \"\$progdir/\$file\"
31821 +       exit $EXIT_FAILURE
31822 +      fi
31823 +    fi
31824 +
31825 +    $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
31826 +    { $rm \"\$progdir/\$program\";
31827 +      $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
31828 +    $rm \"\$progdir/\$file\"
31829 +  fi"
31830 +       else
31831 +         $echo >> $output "\
31832 +  program='$outputname'
31833 +  progdir=\"\$thisdir/$objdir\"
31834 +"
31835 +       fi
31836 +
31837 +       $echo >> $output "\
31838 +
31839 +  if test -f \"\$progdir/\$program\"; then"
31840 +
31841 +       # Export our shlibpath_var if we have one.
31842 +       if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
31843 +         $echo >> $output "\
31844 +    # Add our own library path to $shlibpath_var
31845 +    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
31846 +
31847 +    # Some systems cannot cope with colon-terminated $shlibpath_var
31848 +    # The second colon is a workaround for a bug in BeOS R4 sed
31849 +    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
31850 +
31851 +    export $shlibpath_var
31852 +"
31853 +       fi
31854 +
31855 +       # fixup the dll searchpath if we need to.
31856 +       if test -n "$dllsearchpath"; then
31857 +         $echo >> $output "\
31858 +    # Add the dll search path components to the executable PATH
31859 +    PATH=$dllsearchpath:\$PATH
31860 +"
31861 +       fi
31862 +
31863 +       $echo >> $output "\
31864 +    if test \"\$libtool_execute_magic\" != \"$magic\"; then
31865 +      # Run the actual program with our arguments.
31866 +"
31867 +       case $host in
31868 +       # Backslashes separate directories on plain windows
31869 +       *-*-mingw | *-*-os2*)
31870 +         $echo >> $output "\
31871 +      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
31872 +"
31873 +         ;;
31874 +
31875 +       *)
31876 +         $echo >> $output "\
31877 +      exec \"\$progdir/\$program\" \${1+\"\$@\"}
31878 +"
31879 +         ;;
31880 +       esac
31881 +       $echo >> $output "\
31882 +      \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\"
31883 +      exit $EXIT_FAILURE
31884 +    fi
31885 +  else
31886 +    # The program doesn't exist.
31887 +    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
31888 +    \$echo \"This script is just a wrapper for \$program.\" 1>&2
31889 +    $echo \"See the $PACKAGE documentation for more information.\" 1>&2
31890 +    exit $EXIT_FAILURE
31891 +  fi
31892 +fi\
31893 +"
31894 +       chmod +x $output
31895 +      fi
31896 +      exit $EXIT_SUCCESS
31897 +      ;;
31898 +    esac
31899 +
31900 +    # See if we need to build an old-fashioned archive.
31901 +    for oldlib in $oldlibs; do
31902 +
31903 +      if test "$build_libtool_libs" = convenience; then
31904 +       oldobjs="$libobjs_save"
31905 +       addlibs="$convenience"
31906 +       build_libtool_libs=no
31907 +      else
31908 +       if test "$build_libtool_libs" = module; then
31909 +         oldobjs="$libobjs_save"
31910 +         build_libtool_libs=no
31911 +       else
31912 +         oldobjs="$old_deplibs $non_pic_objects"
31913 +       fi
31914 +       addlibs="$old_convenience"
31915 +      fi
31916 +
31917 +      if test -n "$addlibs"; then
31918 +       gentop="$output_objdir/${outputname}x"
31919 +       generated="$generated $gentop"
31920 +
31921 +       func_extract_archives $gentop $addlibs
31922 +       oldobjs="$oldobjs $func_extract_archives_result"
31923 +      fi
31924 +
31925 +      # Do each command in the archive commands.
31926 +      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
31927 +       cmds=$old_archive_from_new_cmds
31928 +      else
31929 +       # POSIX demands no paths to be encoded in archives.  We have
31930 +       # to avoid creating archives with duplicate basenames if we
31931 +       # might have to extract them afterwards, e.g., when creating a
31932 +       # static archive out of a convenience library, or when linking
31933 +       # the entirety of a libtool archive into another (currently
31934 +       # not supported by libtool).
31935 +       if (for obj in $oldobjs
31936 +           do
31937 +             $echo "X$obj" | $Xsed -e 's%^.*/%%'
31938 +           done | sort | sort -uc >/dev/null 2>&1); then
31939 +         :
31940 +       else
31941 +         $echo "copying selected object files to avoid basename conflicts..."
31942 +
31943 +         if test -z "$gentop"; then
31944 +           gentop="$output_objdir/${outputname}x"
31945 +           generated="$generated $gentop"
31946 +
31947 +           $show "${rm}r $gentop"
31948 +           $run ${rm}r "$gentop"
31949 +           $show "$mkdir $gentop"
31950 +           $run $mkdir "$gentop"
31951 +           status=$?
31952 +           if test "$status" -ne 0 && test ! -d "$gentop"; then
31953 +             exit $status
31954 +           fi
31955 +         fi
31956 +
31957 +         save_oldobjs=$oldobjs
31958 +         oldobjs=
31959 +         counter=1
31960 +         for obj in $save_oldobjs
31961 +         do
31962 +           objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
31963 +           case " $oldobjs " in
31964 +           " ") oldobjs=$obj ;;
31965 +           *[\ /]"$objbase "*)
31966 +             while :; do
31967 +               # Make sure we don't pick an alternate name that also
31968 +               # overlaps.
31969 +               newobj=lt$counter-$objbase
31970 +               counter=`expr $counter + 1`
31971 +               case " $oldobjs " in
31972 +               *[\ /]"$newobj "*) ;;
31973 +               *) if test ! -f "$gentop/$newobj"; then break; fi ;;
31974 +               esac
31975 +             done
31976 +             $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
31977 +             $run ln "$obj" "$gentop/$newobj" ||
31978 +             $run cp "$obj" "$gentop/$newobj"
31979 +             oldobjs="$oldobjs $gentop/$newobj"
31980 +             ;;
31981 +           *) oldobjs="$oldobjs $obj" ;;
31982 +           esac
31983 +         done
31984 +       fi
31985 +
31986 +       eval cmds=\"$old_archive_cmds\"
31987 +
31988 +       if len=`expr "X$cmds" : ".*"` &&
31989 +            test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
31990 +         cmds=$old_archive_cmds
31991 +       else
31992 +         # the command line is too long to link in one step, link in parts
31993 +         $echo "using piecewise archive linking..."
31994 +         save_RANLIB=$RANLIB
31995 +         RANLIB=:
31996 +         objlist=
31997 +         concat_cmds=
31998 +         save_oldobjs=$oldobjs
31999 +
32000 +         # Is there a better way of finding the last object in the list?
32001 +         for obj in $save_oldobjs
32002 +         do
32003 +           last_oldobj=$obj
32004 +         done
32005 +         for obj in $save_oldobjs
32006 +         do
32007 +           oldobjs="$objlist $obj"
32008 +           objlist="$objlist $obj"
32009 +           eval test_cmds=\"$old_archive_cmds\"
32010 +           if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
32011 +              test "$len" -le "$max_cmd_len"; then
32012 +             :
32013 +           else
32014 +             # the above command should be used before it gets too long
32015 +             oldobjs=$objlist
32016 +             if test "$obj" = "$last_oldobj" ; then
32017 +               RANLIB=$save_RANLIB
32018 +             fi
32019 +             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
32020 +             eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
32021 +             objlist=
32022 +           fi
32023 +         done
32024 +         RANLIB=$save_RANLIB
32025 +         oldobjs=$objlist
32026 +         if test "X$oldobjs" = "X" ; then
32027 +           eval cmds=\"\$concat_cmds\"
32028 +         else
32029 +           eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
32030 +         fi
32031 +       fi
32032 +      fi
32033 +      save_ifs="$IFS"; IFS='~'
32034 +      for cmd in $cmds; do
32035 +        eval cmd=\"$cmd\"
32036 +       IFS="$save_ifs"
32037 +       $show "$cmd"
32038 +       $run eval "$cmd" || exit $?
32039 +      done
32040 +      IFS="$save_ifs"
32041 +    done
32042 +
32043 +    if test -n "$generated"; then
32044 +      $show "${rm}r$generated"
32045 +      $run ${rm}r$generated
32046 +    fi
32047 +
32048 +    # Now create the libtool archive.
32049 +    case $output in
32050 +    *.la)
32051 +      old_library=
32052 +      test "$build_old_libs" = yes && old_library="$libname.$libext"
32053 +      $show "creating $output"
32054 +
32055 +      # Preserve any variables that may affect compiler behavior
32056 +      for var in $variables_saved_for_relink; do
32057 +       if eval test -z \"\${$var+set}\"; then
32058 +         relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
32059 +       elif eval var_value=\$$var; test -z "$var_value"; then
32060 +         relink_command="$var=; export $var; $relink_command"
32061 +       else
32062 +         var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
32063 +         relink_command="$var=\"$var_value\"; export $var; $relink_command"
32064 +       fi
32065 +      done
32066 +      # Quote the link command for shipping.
32067 +      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
32068 +      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
32069 +      if test "$hardcode_automatic" = yes ; then
32070 +       relink_command=
32071 +      fi
32072 +
32073 +
32074 +      # Only create the output if not a dry run.
32075 +      if test -z "$run"; then
32076 +       for installed in no yes; do
32077 +         if test "$installed" = yes; then
32078 +           if test -z "$install_libdir"; then
32079 +             break
32080 +           fi
32081 +           output="$output_objdir/$outputname"i
32082 +           # Replace all uninstalled libtool libraries with the installed ones
32083 +           newdependency_libs=
32084 +           for deplib in $dependency_libs; do
32085 +             case $deplib in
32086 +             *.la)
32087 +               name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
32088 +               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
32089 +               if test -z "$libdir"; then
32090 +                 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
32091 +                 exit $EXIT_FAILURE
32092 +               fi
32093 +               newdependency_libs="$newdependency_libs $libdir/$name"
32094 +               ;;
32095 +             *) newdependency_libs="$newdependency_libs $deplib" ;;
32096 +             esac
32097 +           done
32098 +           dependency_libs="$newdependency_libs"
32099 +           newdlfiles=
32100 +           for lib in $dlfiles; do
32101 +             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
32102 +             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
32103 +             if test -z "$libdir"; then
32104 +               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
32105 +               exit $EXIT_FAILURE
32106 +             fi
32107 +             newdlfiles="$newdlfiles $libdir/$name"
32108 +           done
32109 +           dlfiles="$newdlfiles"
32110 +           newdlprefiles=
32111 +           for lib in $dlprefiles; do
32112 +             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
32113 +             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
32114 +             if test -z "$libdir"; then
32115 +               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
32116 +               exit $EXIT_FAILURE
32117 +             fi
32118 +             newdlprefiles="$newdlprefiles $libdir/$name"
32119 +           done
32120 +           dlprefiles="$newdlprefiles"
32121 +         else
32122 +           newdlfiles=
32123 +           for lib in $dlfiles; do
32124 +             case $lib in
32125 +               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
32126 +               *) abs=`pwd`"/$lib" ;;
32127 +             esac
32128 +             newdlfiles="$newdlfiles $abs"
32129 +           done
32130 +           dlfiles="$newdlfiles"
32131 +           newdlprefiles=
32132 +           for lib in $dlprefiles; do
32133 +             case $lib in
32134 +               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
32135 +               *) abs=`pwd`"/$lib" ;;
32136 +             esac
32137 +             newdlprefiles="$newdlprefiles $abs"
32138 +           done
32139 +           dlprefiles="$newdlprefiles"
32140 +         fi
32141 +         $rm $output
32142 +         # place dlname in correct position for cygwin
32143 +         tdlname=$dlname
32144 +         case $host,$output,$installed,$module,$dlname in
32145 +           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
32146 +         esac
32147 +         $echo > $output "\
32148 +# $outputname - a libtool library file
32149 +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
32150 +#
32151 +# Please DO NOT delete this file!
32152 +# It is necessary for linking the library.
32153 +
32154 +# The name that we can dlopen(3).
32155 +dlname='$tdlname'
32156 +
32157 +# Names of this library.
32158 +library_names='$library_names'
32159 +
32160 +# The name of the static archive.
32161 +old_library='$old_library'
32162 +
32163 +# Libraries that this one depends upon.
32164 +dependency_libs='$dependency_libs'
32165 +
32166 +# Version information for $libname.
32167 +current=$current
32168 +age=$age
32169 +revision=$revision
32170 +
32171 +# Is this an already installed library?
32172 +installed=$installed
32173 +
32174 +# Should we warn about portability when linking against -modules?
32175 +shouldnotlink=$module
32176 +
32177 +# Files to dlopen/dlpreopen
32178 +dlopen='$dlfiles'
32179 +dlpreopen='$dlprefiles'
32180 +
32181 +# Directory that this library needs to be installed in:
32182 +libdir='$install_libdir'"
32183 +         if test "$installed" = no && test "$need_relink" = yes; then
32184 +           $echo >> $output "\
32185 +relink_command=\"$relink_command\""
32186 +         fi
32187 +       done
32188 +      fi
32189 +
32190 +      # Do a symbolic link so that the libtool archive can be found in
32191 +      # LD_LIBRARY_PATH before the program is installed.
32192 +      $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)"
32193 +      $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $?
32194 +      ;;
32195 +    esac
32196 +    exit $EXIT_SUCCESS
32197 +    ;;
32198 +
32199 +  # libtool install mode
32200 +  install)
32201 +    modename="$modename: install"
32202 +
32203 +    # There may be an optional sh(1) argument at the beginning of
32204 +    # install_prog (especially on Windows NT).
32205 +    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
32206 +       # Allow the use of GNU shtool's install command.
32207 +       $echo "X$nonopt" | grep shtool > /dev/null; then
32208 +      # Aesthetically quote it.
32209 +      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
32210 +      case $arg in
32211 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
32212 +       arg="\"$arg\""
32213 +       ;;
32214 +      esac
32215 +      install_prog="$arg "
32216 +      arg="$1"
32217 +      shift
32218 +    else
32219 +      install_prog=
32220 +      arg=$nonopt
32221 +    fi
32222 +
32223 +    # The real first argument should be the name of the installation program.
32224 +    # Aesthetically quote it.
32225 +    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
32226 +    case $arg in
32227 +    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \      ]*|*]*|"")
32228 +      arg="\"$arg\""
32229 +      ;;
32230 +    esac
32231 +    install_prog="$install_prog$arg"
32232 +
32233 +    # We need to accept at least all the BSD install flags.
32234 +    dest=
32235 +    files=
32236 +    opts=
32237 +    prev=
32238 +    install_type=
32239 +    isdir=no
32240 +    stripme=
32241 +    for arg
32242 +    do
32243 +      if test -n "$dest"; then
32244 +       files="$files $dest"
32245 +       dest=$arg
32246 +       continue
32247 +      fi
32248 +
32249 +      case $arg in
32250 +      -d) isdir=yes ;;
32251 +      -f) 
32252 +       case " $install_prog " in
32253 +       *[\\\ /]cp\ *) ;;
32254 +       *) prev=$arg ;;
32255 +       esac
32256 +       ;;
32257 +      -g | -m | -o) prev=$arg ;;
32258 +      -s)
32259 +       stripme=" -s"
32260 +       continue
32261 +       ;;
32262 +      -*)
32263 +       ;;
32264 +      *)
32265 +       # If the previous option needed an argument, then skip it.
32266 +       if test -n "$prev"; then
32267 +         prev=
32268 +       else
32269 +         dest=$arg
32270 +         continue
32271 +       fi
32272 +       ;;
32273 +      esac
32274 +
32275 +      # Aesthetically quote the argument.
32276 +      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
32277 +      case $arg in
32278 +      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
32279 +       arg="\"$arg\""
32280 +       ;;
32281 +      esac
32282 +      install_prog="$install_prog $arg"
32283 +    done
32284 +
32285 +    if test -z "$install_prog"; then
32286 +      $echo "$modename: you must specify an install program" 1>&2
32287 +      $echo "$help" 1>&2
32288 +      exit $EXIT_FAILURE
32289 +    fi
32290 +
32291 +    if test -n "$prev"; then
32292 +      $echo "$modename: the \`$prev' option requires an argument" 1>&2
32293 +      $echo "$help" 1>&2
32294 +      exit $EXIT_FAILURE
32295 +    fi
32296 +
32297 +    if test -z "$files"; then
32298 +      if test -z "$dest"; then
32299 +       $echo "$modename: no file or destination specified" 1>&2
32300 +      else
32301 +       $echo "$modename: you must specify a destination" 1>&2
32302 +      fi
32303 +      $echo "$help" 1>&2
32304 +      exit $EXIT_FAILURE
32305 +    fi
32306 +
32307 +    # Strip any trailing slash from the destination.
32308 +    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
32309 +
32310 +    # Check to see that the destination is a directory.
32311 +    test -d "$dest" && isdir=yes
32312 +    if test "$isdir" = yes; then
32313 +      destdir="$dest"
32314 +      destname=
32315 +    else
32316 +      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
32317 +      test "X$destdir" = "X$dest" && destdir=.
32318 +      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
32319 +
32320 +      # Not a directory, so check to see that there is only one file specified.
32321 +      set dummy $files
32322 +      if test "$#" -gt 2; then
32323 +       $echo "$modename: \`$dest' is not a directory" 1>&2
32324 +       $echo "$help" 1>&2
32325 +       exit $EXIT_FAILURE
32326 +      fi
32327 +    fi
32328 +    case $destdir in
32329 +    [\\/]* | [A-Za-z]:[\\/]*) ;;
32330 +    *)
32331 +      for file in $files; do
32332 +       case $file in
32333 +       *.lo) ;;
32334 +       *)
32335 +         $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
32336 +         $echo "$help" 1>&2
32337 +         exit $EXIT_FAILURE
32338 +         ;;
32339 +       esac
32340 +      done
32341 +      ;;
32342 +    esac
32343 +
32344 +    # This variable tells wrapper scripts just to set variables rather
32345 +    # than running their programs.
32346 +    libtool_install_magic="$magic"
32347 +
32348 +    staticlibs=
32349 +    future_libdirs=
32350 +    current_libdirs=
32351 +    for file in $files; do
32352 +
32353 +      # Do each installation.
32354 +      case $file in
32355 +      *.$libext)
32356 +       # Do the static libraries later.
32357 +       staticlibs="$staticlibs $file"
32358 +       ;;
32359 +
32360 +      *.la)
32361 +       # Check to see that this really is a libtool archive.
32362 +       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
32363 +       else
32364 +         $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
32365 +         $echo "$help" 1>&2
32366 +         exit $EXIT_FAILURE
32367 +       fi
32368 +
32369 +       library_names=
32370 +       old_library=
32371 +       relink_command=
32372 +       # If there is no directory component, then add one.
32373 +       case $file in
32374 +       */* | *\\*) . $file ;;
32375 +       *) . ./$file ;;
32376 +       esac
32377 +
32378 +       # Add the libdir to current_libdirs if it is the destination.
32379 +       if test "X$destdir" = "X$libdir"; then
32380 +         case "$current_libdirs " in
32381 +         *" $libdir "*) ;;
32382 +         *) current_libdirs="$current_libdirs $libdir" ;;
32383 +         esac
32384 +       else
32385 +         # Note the libdir as a future libdir.
32386 +         case "$future_libdirs " in
32387 +         *" $libdir "*) ;;
32388 +         *) future_libdirs="$future_libdirs $libdir" ;;
32389 +         esac
32390 +       fi
32391 +
32392 +       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
32393 +       test "X$dir" = "X$file/" && dir=
32394 +       dir="$dir$objdir"
32395 +
32396 +       if test -n "$relink_command"; then
32397 +         # Determine the prefix the user has applied to our future dir.
32398 +         inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
32399 +
32400 +         # Don't allow the user to place us outside of our expected
32401 +         # location b/c this prevents finding dependent libraries that
32402 +         # are installed to the same prefix.
32403 +         # At present, this check doesn't affect windows .dll's that
32404 +         # are installed into $libdir/../bin (currently, that works fine)
32405 +         # but it's something to keep an eye on.
32406 +         if test "$inst_prefix_dir" = "$destdir"; then
32407 +           $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
32408 +           exit $EXIT_FAILURE
32409 +         fi
32410 +
32411 +         if test -n "$inst_prefix_dir"; then
32412 +           # Stick the inst_prefix_dir data into the link command.
32413 +           relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
32414 +         else
32415 +           relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
32416 +         fi
32417 +
32418 +         $echo "$modename: warning: relinking \`$file'" 1>&2
32419 +         $show "$relink_command"
32420 +         if $run eval "$relink_command"; then :
32421 +         else
32422 +           $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
32423 +           exit $EXIT_FAILURE
32424 +         fi
32425 +       fi
32426 +
32427 +       # See the names of the shared library.
32428 +       set dummy $library_names
32429 +       if test -n "$2"; then
32430 +         realname="$2"
32431 +         shift
32432 +         shift
32433 +
32434 +         srcname="$realname"
32435 +         test -n "$relink_command" && srcname="$realname"T
32436 +
32437 +         # Install the shared library and build the symlinks.
32438 +         $show "$install_prog $dir/$srcname $destdir/$realname"
32439 +         $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
32440 +         if test -n "$stripme" && test -n "$striplib"; then
32441 +           $show "$striplib $destdir/$realname"
32442 +           $run eval "$striplib $destdir/$realname" || exit $?
32443 +         fi
32444 +
32445 +         if test "$#" -gt 0; then
32446 +           # Delete the old symlinks, and create new ones.
32447 +           # Try `ln -sf' first, because the `ln' binary might depend on
32448 +           # the symlink we replace!  Solaris /bin/ln does not understand -f,
32449 +           # so we also need to try rm && ln -s.
32450 +           for linkname
32451 +           do
32452 +             if test "$linkname" != "$realname"; then
32453 +                $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
32454 +                $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
32455 +             fi
32456 +           done
32457 +         fi
32458 +
32459 +         # Do each command in the postinstall commands.
32460 +         lib="$destdir/$realname"
32461 +         cmds=$postinstall_cmds
32462 +         save_ifs="$IFS"; IFS='~'
32463 +         for cmd in $cmds; do
32464 +           IFS="$save_ifs"
32465 +           eval cmd=\"$cmd\"
32466 +           $show "$cmd"
32467 +           $run eval "$cmd" || {
32468 +             lt_exit=$?
32469 +
32470 +             # Restore the uninstalled library and exit
32471 +             if test "$mode" = relink; then
32472 +               $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
32473 +             fi
32474 +
32475 +             exit $lt_exit
32476 +           }
32477 +         done
32478 +         IFS="$save_ifs"
32479 +       fi
32480 +
32481 +       # Install the pseudo-library for information purposes.
32482 +       name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
32483 +       instname="$dir/$name"i
32484 +       $show "$install_prog $instname $destdir/$name"
32485 +       $run eval "$install_prog $instname $destdir/$name" || exit $?
32486 +
32487 +       # Maybe install the static library, too.
32488 +       test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
32489 +       ;;
32490 +
32491 +      *.lo)
32492 +       # Install (i.e. copy) a libtool object.
32493 +
32494 +       # Figure out destination file name, if it wasn't already specified.
32495 +       if test -n "$destname"; then
32496 +         destfile="$destdir/$destname"
32497 +       else
32498 +         destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
32499 +         destfile="$destdir/$destfile"
32500 +       fi
32501 +
32502 +       # Deduce the name of the destination old-style object file.
32503 +       case $destfile in
32504 +       *.lo)
32505 +         staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
32506 +         ;;
32507 +       *.$objext)
32508 +         staticdest="$destfile"
32509 +         destfile=
32510 +         ;;
32511 +       *)
32512 +         $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
32513 +         $echo "$help" 1>&2
32514 +         exit $EXIT_FAILURE
32515 +         ;;
32516 +       esac
32517 +
32518 +       # Install the libtool object if requested.
32519 +       if test -n "$destfile"; then
32520 +         $show "$install_prog $file $destfile"
32521 +         $run eval "$install_prog $file $destfile" || exit $?
32522 +       fi
32523 +
32524 +       # Install the old object if enabled.
32525 +       if test "$build_old_libs" = yes; then
32526 +         # Deduce the name of the old-style object file.
32527 +         staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
32528 +
32529 +         $show "$install_prog $staticobj $staticdest"
32530 +         $run eval "$install_prog \$staticobj \$staticdest" || exit $?
32531 +       fi
32532 +       exit $EXIT_SUCCESS
32533 +       ;;
32534 +
32535 +      *)
32536 +       # Figure out destination file name, if it wasn't already specified.
32537 +       if test -n "$destname"; then
32538 +         destfile="$destdir/$destname"
32539 +       else
32540 +         destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
32541 +         destfile="$destdir/$destfile"
32542 +       fi
32543 +
32544 +       # If the file is missing, and there is a .exe on the end, strip it
32545 +       # because it is most likely a libtool script we actually want to
32546 +       # install
32547 +       stripped_ext=""
32548 +       case $file in
32549 +         *.exe)
32550 +           if test ! -f "$file"; then
32551 +             file=`$echo $file|${SED} 's,.exe$,,'`
32552 +             stripped_ext=".exe"
32553 +           fi
32554 +           ;;
32555 +       esac
32556 +
32557 +       # Do a test to see if this is really a libtool program.
32558 +       case $host in
32559 +       *cygwin*|*mingw*)
32560 +           wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
32561 +           ;;
32562 +       *)
32563 +           wrapper=$file
32564 +           ;;
32565 +       esac
32566 +       if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
32567 +         notinst_deplibs=
32568 +         relink_command=
32569 +
32570 +         # Note that it is not necessary on cygwin/mingw to append a dot to
32571 +         # foo even if both foo and FILE.exe exist: automatic-append-.exe
32572 +         # behavior happens only for exec(3), not for open(2)!  Also, sourcing
32573 +         # `FILE.' does not work on cygwin managed mounts.
32574 +         #
32575 +         # If there is no directory component, then add one.
32576 +         case $wrapper in
32577 +         */* | *\\*) . ${wrapper} ;;
32578 +         *) . ./${wrapper} ;;
32579 +         esac
32580 +
32581 +         # Check the variables that should have been set.
32582 +         if test -z "$notinst_deplibs"; then
32583 +           $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
32584 +           exit $EXIT_FAILURE
32585 +         fi
32586 +
32587 +         finalize=yes
32588 +         for lib in $notinst_deplibs; do
32589 +           # Check to see that each library is installed.
32590 +           libdir=
32591 +           if test -f "$lib"; then
32592 +             # If there is no directory component, then add one.
32593 +             case $lib in
32594 +             */* | *\\*) . $lib ;;
32595 +             *) . ./$lib ;;
32596 +             esac
32597 +           fi
32598 +           libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
32599 +           if test -n "$libdir" && test ! -f "$libfile"; then
32600 +             $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
32601 +             finalize=no
32602 +           fi
32603 +         done
32604 +
32605 +         relink_command=
32606 +         # Note that it is not necessary on cygwin/mingw to append a dot to
32607 +         # foo even if both foo and FILE.exe exist: automatic-append-.exe
32608 +         # behavior happens only for exec(3), not for open(2)!  Also, sourcing
32609 +         # `FILE.' does not work on cygwin managed mounts.
32610 +         #
32611 +         # If there is no directory component, then add one.
32612 +         case $wrapper in
32613 +         */* | *\\*) . ${wrapper} ;;
32614 +         *) . ./${wrapper} ;;
32615 +         esac
32616 +
32617 +         outputname=
32618 +         if test "$fast_install" = no && test -n "$relink_command"; then
32619 +           if test "$finalize" = yes && test -z "$run"; then
32620 +             tmpdir="/tmp"
32621 +             test -n "$TMPDIR" && tmpdir="$TMPDIR"
32622 +             tmpdir="$tmpdir/libtool-$$"
32623 +             save_umask=`umask`
32624 +             umask 0077
32625 +             if $mkdir "$tmpdir"; then
32626 +               umask $save_umask
32627 +             else
32628 +               umask $save_umask
32629 +               $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
32630 +               continue
32631 +             fi
32632 +             file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
32633 +             outputname="$tmpdir/$file"
32634 +             # Replace the output file specification.
32635 +             relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
32636 +
32637 +             $show "$relink_command"
32638 +             if $run eval "$relink_command"; then :
32639 +             else
32640 +               $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
32641 +               ${rm}r "$tmpdir"
32642 +               continue
32643 +             fi
32644 +             file="$outputname"
32645 +           else
32646 +             $echo "$modename: warning: cannot relink \`$file'" 1>&2
32647 +           fi
32648 +         else
32649 +           # Install the binary that we compiled earlier.
32650 +           file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
32651 +         fi
32652 +       fi
32653 +
32654 +       # remove .exe since cygwin /usr/bin/install will append another
32655 +       # one anyway 
32656 +       case $install_prog,$host in
32657 +       */usr/bin/install*,*cygwin*)
32658 +         case $file:$destfile in
32659 +         *.exe:*.exe)
32660 +           # this is ok
32661 +           ;;
32662 +         *.exe:*)
32663 +           destfile=$destfile.exe
32664 +           ;;
32665 +         *:*.exe)
32666 +           destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
32667 +           ;;
32668 +         esac
32669 +         ;;
32670 +       esac
32671 +       $show "$install_prog$stripme $file $destfile"
32672 +       $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
32673 +       test -n "$outputname" && ${rm}r "$tmpdir"
32674 +       ;;
32675 +      esac
32676 +    done
32677 +
32678 +    for file in $staticlibs; do
32679 +      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
32680 +
32681 +      # Set up the ranlib parameters.
32682 +      oldlib="$destdir/$name"
32683 +
32684 +      $show "$install_prog $file $oldlib"
32685 +      $run eval "$install_prog \$file \$oldlib" || exit $?
32686 +
32687 +      if test -n "$stripme" && test -n "$old_striplib"; then
32688 +       $show "$old_striplib $oldlib"
32689 +       $run eval "$old_striplib $oldlib" || exit $?
32690 +      fi
32691 +
32692 +      # Do each command in the postinstall commands.
32693 +      cmds=$old_postinstall_cmds
32694 +      save_ifs="$IFS"; IFS='~'
32695 +      for cmd in $cmds; do
32696 +       IFS="$save_ifs"
32697 +       eval cmd=\"$cmd\"
32698 +       $show "$cmd"
32699 +       $run eval "$cmd" || exit $?
32700 +      done
32701 +      IFS="$save_ifs"
32702 +    done
32703 +
32704 +    if test -n "$future_libdirs"; then
32705 +      $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
32706 +    fi
32707 +
32708 +    if test -n "$current_libdirs"; then
32709 +      # Maybe just do a dry run.
32710 +      test -n "$run" && current_libdirs=" -n$current_libdirs"
32711 +      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
32712 +    else
32713 +      exit $EXIT_SUCCESS
32714 +    fi
32715 +    ;;
32716 +
32717 +  # libtool finish mode
32718 +  finish)
32719 +    modename="$modename: finish"
32720 +    libdirs="$nonopt"
32721 +    admincmds=
32722 +
32723 +    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
32724 +      for dir
32725 +      do
32726 +       libdirs="$libdirs $dir"
32727 +      done
32728 +
32729 +      for libdir in $libdirs; do
32730 +       if test -n "$finish_cmds"; then
32731 +         # Do each command in the finish commands.
32732 +         cmds=$finish_cmds
32733 +         save_ifs="$IFS"; IFS='~'
32734 +         for cmd in $cmds; do
32735 +           IFS="$save_ifs"
32736 +           eval cmd=\"$cmd\"
32737 +           $show "$cmd"
32738 +           $run eval "$cmd" || admincmds="$admincmds
32739 +       $cmd"
32740 +         done
32741 +         IFS="$save_ifs"
32742 +       fi
32743 +       if test -n "$finish_eval"; then
32744 +         # Do the single finish_eval.
32745 +         eval cmds=\"$finish_eval\"
32746 +         $run eval "$cmds" || admincmds="$admincmds
32747 +       $cmds"
32748 +       fi
32749 +      done
32750 +    fi
32751 +
32752 +    # Exit here if they wanted silent mode.
32753 +    test "$show" = : && exit $EXIT_SUCCESS
32754 +
32755 +    $echo "----------------------------------------------------------------------"
32756 +    $echo "Libraries have been installed in:"
32757 +    for libdir in $libdirs; do
32758 +      $echo "   $libdir"
32759 +    done
32760 +    $echo
32761 +    $echo "If you ever happen to want to link against installed libraries"
32762 +    $echo "in a given directory, LIBDIR, you must either use libtool, and"
32763 +    $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
32764 +    $echo "flag during linking and do at least one of the following:"
32765 +    if test -n "$shlibpath_var"; then
32766 +      $echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
32767 +      $echo "     during execution"
32768 +    fi
32769 +    if test -n "$runpath_var"; then
32770 +      $echo "   - add LIBDIR to the \`$runpath_var' environment variable"
32771 +      $echo "     during linking"
32772 +    fi
32773 +    if test -n "$hardcode_libdir_flag_spec"; then
32774 +      libdir=LIBDIR
32775 +      eval flag=\"$hardcode_libdir_flag_spec\"
32776 +
32777 +      $echo "   - use the \`$flag' linker flag"
32778 +    fi
32779 +    if test -n "$admincmds"; then
32780 +      $echo "   - have your system administrator run these commands:$admincmds"
32781 +    fi
32782 +    if test -f /etc/ld.so.conf; then
32783 +      $echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
32784 +    fi
32785 +    $echo
32786 +    $echo "See any operating system documentation about shared libraries for"
32787 +    $echo "more information, such as the ld(1) and ld.so(8) manual pages."
32788 +    $echo "----------------------------------------------------------------------"
32789 +    exit $EXIT_SUCCESS
32790 +    ;;
32791 +
32792 +  # libtool execute mode
32793 +  execute)
32794 +    modename="$modename: execute"
32795 +
32796 +    # The first argument is the command name.
32797 +    cmd="$nonopt"
32798 +    if test -z "$cmd"; then
32799 +      $echo "$modename: you must specify a COMMAND" 1>&2
32800 +      $echo "$help"
32801 +      exit $EXIT_FAILURE
32802 +    fi
32803 +
32804 +    # Handle -dlopen flags immediately.
32805 +    for file in $execute_dlfiles; do
32806 +      if test ! -f "$file"; then
32807 +       $echo "$modename: \`$file' is not a file" 1>&2
32808 +       $echo "$help" 1>&2
32809 +       exit $EXIT_FAILURE
32810 +      fi
32811 +
32812 +      dir=
32813 +      case $file in
32814 +      *.la)
32815 +       # Check to see that this really is a libtool archive.
32816 +       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
32817 +       else
32818 +         $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
32819 +         $echo "$help" 1>&2
32820 +         exit $EXIT_FAILURE
32821 +       fi
32822 +
32823 +       # Read the libtool library.
32824 +       dlname=
32825 +       library_names=
32826 +
32827 +       # If there is no directory component, then add one.
32828 +       case $file in
32829 +       */* | *\\*) . $file ;;
32830 +       *) . ./$file ;;
32831 +       esac
32832 +
32833 +       # Skip this library if it cannot be dlopened.
32834 +       if test -z "$dlname"; then
32835 +         # Warn if it was a shared library.
32836 +         test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
32837 +         continue
32838 +       fi
32839 +
32840 +       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
32841 +       test "X$dir" = "X$file" && dir=.
32842 +
32843 +       if test -f "$dir/$objdir/$dlname"; then
32844 +         dir="$dir/$objdir"
32845 +       else
32846 +         $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
32847 +         exit $EXIT_FAILURE
32848 +       fi
32849 +       ;;
32850 +
32851 +      *.lo)
32852 +       # Just add the directory containing the .lo file.
32853 +       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
32854 +       test "X$dir" = "X$file" && dir=.
32855 +       ;;
32856 +
32857 +      *)
32858 +       $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2
32859 +       continue
32860 +       ;;
32861 +      esac
32862 +
32863 +      # Get the absolute pathname.
32864 +      absdir=`cd "$dir" && pwd`
32865 +      test -n "$absdir" && dir="$absdir"
32866 +
32867 +      # Now add the directory to shlibpath_var.
32868 +      if eval "test -z \"\$$shlibpath_var\""; then
32869 +       eval "$shlibpath_var=\"\$dir\""
32870 +      else
32871 +       eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
32872 +      fi
32873 +    done
32874 +
32875 +    # This variable tells wrapper scripts just to set shlibpath_var
32876 +    # rather than running their programs.
32877 +    libtool_execute_magic="$magic"
32878 +
32879 +    # Check if any of the arguments is a wrapper script.
32880 +    args=
32881 +    for file
32882 +    do
32883 +      case $file in
32884 +      -*) ;;
32885 +      *)
32886 +       # Do a test to see if this is really a libtool program.
32887 +       if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
32888 +         # If there is no directory component, then add one.
32889 +         case $file in
32890 +         */* | *\\*) . $file ;;
32891 +         *) . ./$file ;;
32892 +         esac
32893 +
32894 +         # Transform arg to wrapped name.
32895 +         file="$progdir/$program"
32896 +       fi
32897 +       ;;
32898 +      esac
32899 +      # Quote arguments (to preserve shell metacharacters).
32900 +      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
32901 +      args="$args \"$file\""
32902 +    done
32903 +
32904 +    if test -z "$run"; then
32905 +      if test -n "$shlibpath_var"; then
32906 +       # Export the shlibpath_var.
32907 +       eval "export $shlibpath_var"
32908 +      fi
32909 +
32910 +      # Restore saved environment variables
32911 +      if test "${save_LC_ALL+set}" = set; then
32912 +       LC_ALL="$save_LC_ALL"; export LC_ALL
32913 +      fi
32914 +      if test "${save_LANG+set}" = set; then
32915 +       LANG="$save_LANG"; export LANG
32916 +      fi
32917 +
32918 +      # Now prepare to actually exec the command.
32919 +      exec_cmd="\$cmd$args"
32920 +    else
32921 +      # Display what would be done.
32922 +      if test -n "$shlibpath_var"; then
32923 +       eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
32924 +       $echo "export $shlibpath_var"
32925 +      fi
32926 +      $echo "$cmd$args"
32927 +      exit $EXIT_SUCCESS
32928 +    fi
32929 +    ;;
32930 +
32931 +  # libtool clean and uninstall mode
32932 +  clean | uninstall)
32933 +    modename="$modename: $mode"
32934 +    rm="$nonopt"
32935 +    files=
32936 +    rmforce=
32937 +    exit_status=0
32938 +
32939 +    # This variable tells wrapper scripts just to set variables rather
32940 +    # than running their programs.
32941 +    libtool_install_magic="$magic"
32942 +
32943 +    for arg
32944 +    do
32945 +      case $arg in
32946 +      -f) rm="$rm $arg"; rmforce=yes ;;
32947 +      -*) rm="$rm $arg" ;;
32948 +      *) files="$files $arg" ;;
32949 +      esac
32950 +    done
32951 +
32952 +    if test -z "$rm"; then
32953 +      $echo "$modename: you must specify an RM program" 1>&2
32954 +      $echo "$help" 1>&2
32955 +      exit $EXIT_FAILURE
32956 +    fi
32957 +
32958 +    rmdirs=
32959 +
32960 +    origobjdir="$objdir"
32961 +    for file in $files; do
32962 +      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
32963 +      if test "X$dir" = "X$file"; then
32964 +       dir=.
32965 +       objdir="$origobjdir"
32966 +      else
32967 +       objdir="$dir/$origobjdir"
32968 +      fi
32969 +      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
32970 +      test "$mode" = uninstall && objdir="$dir"
32971 +
32972 +      # Remember objdir for removal later, being careful to avoid duplicates
32973 +      if test "$mode" = clean; then
32974 +       case " $rmdirs " in
32975 +         *" $objdir "*) ;;
32976 +         *) rmdirs="$rmdirs $objdir" ;;
32977 +       esac
32978 +      fi
32979 +
32980 +      # Don't error if the file doesn't exist and rm -f was used.
32981 +      if (test -L "$file") >/dev/null 2>&1 \
32982 +       || (test -h "$file") >/dev/null 2>&1 \
32983 +       || test -f "$file"; then
32984 +       :
32985 +      elif test -d "$file"; then
32986 +       exit_status=1
32987 +       continue
32988 +      elif test "$rmforce" = yes; then
32989 +       continue
32990 +      fi
32991 +
32992 +      rmfiles="$file"
32993 +
32994 +      case $name in
32995 +      *.la)
32996 +       # Possibly a libtool archive, so verify it.
32997 +       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
32998 +         . $dir/$name
32999 +
33000 +         # Delete the libtool libraries and symlinks.
33001 +         for n in $library_names; do
33002 +           rmfiles="$rmfiles $objdir/$n"
33003 +         done
33004 +         test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
33005 +         test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
33006 +
33007 +         if test "$mode" = uninstall; then
33008 +           if test -n "$library_names"; then
33009 +             # Do each command in the postuninstall commands.
33010 +             cmds=$postuninstall_cmds
33011 +             save_ifs="$IFS"; IFS='~'
33012 +             for cmd in $cmds; do
33013 +               IFS="$save_ifs"
33014 +               eval cmd=\"$cmd\"
33015 +               $show "$cmd"
33016 +               $run eval "$cmd"
33017 +               if test "$?" -ne 0 && test "$rmforce" != yes; then
33018 +                 exit_status=1
33019 +               fi
33020 +             done
33021 +             IFS="$save_ifs"
33022 +           fi
33023 +
33024 +           if test -n "$old_library"; then
33025 +             # Do each command in the old_postuninstall commands.
33026 +             cmds=$old_postuninstall_cmds
33027 +             save_ifs="$IFS"; IFS='~'
33028 +             for cmd in $cmds; do
33029 +               IFS="$save_ifs"
33030 +               eval cmd=\"$cmd\"
33031 +               $show "$cmd"
33032 +               $run eval "$cmd"
33033 +               if test "$?" -ne 0 && test "$rmforce" != yes; then
33034 +                 exit_status=1
33035 +               fi
33036 +             done
33037 +             IFS="$save_ifs"
33038 +           fi
33039 +           # FIXME: should reinstall the best remaining shared library.
33040 +         fi
33041 +       fi
33042 +       ;;
33043 +
33044 +      *.lo)
33045 +       # Possibly a libtool object, so verify it.
33046 +       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
33047 +
33048 +         # Read the .lo file
33049 +         . $dir/$name
33050 +
33051 +         # Add PIC object to the list of files to remove.
33052 +         if test -n "$pic_object" \
33053 +            && test "$pic_object" != none; then
33054 +           rmfiles="$rmfiles $dir/$pic_object"
33055 +         fi
33056 +
33057 +         # Add non-PIC object to the list of files to remove.
33058 +         if test -n "$non_pic_object" \
33059 +            && test "$non_pic_object" != none; then
33060 +           rmfiles="$rmfiles $dir/$non_pic_object"
33061 +         fi
33062 +       fi
33063 +       ;;
33064 +
33065 +      *)
33066 +       if test "$mode" = clean ; then
33067 +         noexename=$name
33068 +         case $file in
33069 +         *.exe)
33070 +           file=`$echo $file|${SED} 's,.exe$,,'`
33071 +           noexename=`$echo $name|${SED} 's,.exe$,,'`
33072 +           # $file with .exe has already been added to rmfiles,
33073 +           # add $file without .exe
33074 +           rmfiles="$rmfiles $file"
33075 +           ;;
33076 +         esac
33077 +         # Do a test to see if this is a libtool program.
33078 +         if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
33079 +           relink_command=
33080 +           . $dir/$noexename
33081 +
33082 +           # note $name still contains .exe if it was in $file originally
33083 +           # as does the version of $file that was added into $rmfiles
33084 +           rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
33085 +           if test "$fast_install" = yes && test -n "$relink_command"; then
33086 +             rmfiles="$rmfiles $objdir/lt-$name"
33087 +           fi
33088 +           if test "X$noexename" != "X$name" ; then
33089 +             rmfiles="$rmfiles $objdir/lt-${noexename}.c"
33090 +           fi
33091 +         fi
33092 +       fi
33093 +       ;;
33094 +      esac
33095 +      $show "$rm $rmfiles"
33096 +      $run $rm $rmfiles || exit_status=1
33097 +    done
33098 +    objdir="$origobjdir"
33099 +
33100 +    # Try to remove the ${objdir}s in the directories where we deleted files
33101 +    for dir in $rmdirs; do
33102 +      if test -d "$dir"; then
33103 +       $show "rmdir $dir"
33104 +       $run rmdir $dir >/dev/null 2>&1
33105 +      fi
33106 +    done
33107 +
33108 +    exit $exit_status
33109 +    ;;
33110 +
33111 +  "")
33112 +    $echo "$modename: you must specify a MODE" 1>&2
33113 +    $echo "$generic_help" 1>&2
33114 +    exit $EXIT_FAILURE
33115 +    ;;
33116 +  esac
33117 +
33118 +  if test -z "$exec_cmd"; then
33119 +    $echo "$modename: invalid operation mode \`$mode'" 1>&2
33120 +    $echo "$generic_help" 1>&2
33121 +    exit $EXIT_FAILURE
33122 +  fi
33123 +fi # test -z "$show_help"
33124 +
33125 +if test -n "$exec_cmd"; then
33126 +  eval exec $exec_cmd
33127 +  exit $EXIT_FAILURE
33128 +fi
33129 +
33130 +# We need to display help for each of the modes.
33131 +case $mode in
33132 +"") $echo \
33133 +"Usage: $modename [OPTION]... [MODE-ARG]...
33134 +
33135 +Provide generalized library-building support services.
33136 +
33137 +    --config          show all configuration variables
33138 +    --debug           enable verbose shell tracing
33139 +-n, --dry-run         display commands without modifying any files
33140 +    --features        display basic configuration information and exit
33141 +    --finish          same as \`--mode=finish'
33142 +    --help            display this help message and exit
33143 +    --mode=MODE       use operation mode MODE [default=inferred from MODE-ARGS]
33144 +    --quiet           same as \`--silent'
33145 +    --silent          don't print informational messages
33146 +    --tag=TAG         use configuration variables from tag TAG
33147 +    --version         print version information
33148 +
33149 +MODE must be one of the following:
33150 +
33151 +      clean           remove files from the build directory
33152 +      compile         compile a source file into a libtool object
33153 +      execute         automatically set library path, then run a program
33154 +      finish          complete the installation of libtool libraries
33155 +      install         install libraries or executables
33156 +      link            create a library or an executable
33157 +      uninstall       remove libraries from an installed directory
33158 +
33159 +MODE-ARGS vary depending on the MODE.  Try \`$modename --help --mode=MODE' for
33160 +a more detailed description of MODE.
33161 +
33162 +Report bugs to <bug-libtool@gnu.org>."
33163 +  exit $EXIT_SUCCESS
33164 +  ;;
33165 +
33166 +clean)
33167 +  $echo \
33168 +"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
33169 +
33170 +Remove files from the build directory.
33171 +
33172 +RM is the name of the program to use to delete files associated with each FILE
33173 +(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
33174 +to RM.
33175 +
33176 +If FILE is a libtool library, object or program, all the files associated
33177 +with it are deleted. Otherwise, only FILE itself is deleted using RM."
33178 +  ;;
33179 +
33180 +compile)
33181 +  $echo \
33182 +"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
33183 +
33184 +Compile a source file into a libtool library object.
33185 +
33186 +This mode accepts the following additional options:
33187 +
33188 +  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
33189 +  -prefer-pic       try to building PIC objects only
33190 +  -prefer-non-pic   try to building non-PIC objects only
33191 +  -static           always build a \`.o' file suitable for static linking
33192 +
33193 +COMPILE-COMMAND is a command to be used in creating a \`standard' object file
33194 +from the given SOURCEFILE.
33195 +
33196 +The output file name is determined by removing the directory component from
33197 +SOURCEFILE, then substituting the C source code suffix \`.c' with the
33198 +library object suffix, \`.lo'."
33199 +  ;;
33200 +
33201 +execute)
33202 +  $echo \
33203 +"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
33204 +
33205 +Automatically set library path, then run a program.
33206 +
33207 +This mode accepts the following additional options:
33208 +
33209 +  -dlopen FILE      add the directory containing FILE to the library path
33210 +
33211 +This mode sets the library path environment variable according to \`-dlopen'
33212 +flags.
33213 +
33214 +If any of the ARGS are libtool executable wrappers, then they are translated
33215 +into their corresponding uninstalled binary, and any of their required library
33216 +directories are added to the library path.
33217 +
33218 +Then, COMMAND is executed, with ARGS as arguments."
33219 +  ;;
33220 +
33221 +finish)
33222 +  $echo \
33223 +"Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
33224 +
33225 +Complete the installation of libtool libraries.
33226 +
33227 +Each LIBDIR is a directory that contains libtool libraries.
33228 +
33229 +The commands that this mode executes may require superuser privileges.  Use
33230 +the \`--dry-run' option if you just want to see what would be executed."
33231 +  ;;
33232 +
33233 +install)
33234 +  $echo \
33235 +"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
33236 +
33237 +Install executables or libraries.
33238 +
33239 +INSTALL-COMMAND is the installation command.  The first component should be
33240 +either the \`install' or \`cp' program.
33241 +
33242 +The rest of the components are interpreted as arguments to that command (only
33243 +BSD-compatible install options are recognized)."
33244 +  ;;
33245 +
33246 +link)
33247 +  $echo \
33248 +"Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
33249 +
33250 +Link object files or libraries together to form another library, or to
33251 +create an executable program.
33252 +
33253 +LINK-COMMAND is a command using the C compiler that you would use to create
33254 +a program from several object files.
33255 +
33256 +The following components of LINK-COMMAND are treated specially:
33257 +
33258 +  -all-static       do not do any dynamic linking at all
33259 +  -avoid-version    do not add a version suffix if possible
33260 +  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
33261 +  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
33262 +  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
33263 +  -export-symbols SYMFILE
33264 +                   try to export only the symbols listed in SYMFILE
33265 +  -export-symbols-regex REGEX
33266 +                   try to export only the symbols matching REGEX
33267 +  -LLIBDIR          search LIBDIR for required installed libraries
33268 +  -lNAME            OUTPUT-FILE requires the installed library libNAME
33269 +  -module           build a library that can dlopened
33270 +  -no-fast-install  disable the fast-install mode
33271 +  -no-install       link a not-installable executable
33272 +  -no-undefined     declare that a library does not refer to external symbols
33273 +  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
33274 +  -objectlist FILE  Use a list of object files found in FILE to specify objects
33275 +  -precious-files-regex REGEX
33276 +                    don't remove output files matching REGEX
33277 +  -release RELEASE  specify package release information
33278 +  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
33279 +  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
33280 +  -static           do not do any dynamic linking of libtool libraries
33281 +  -version-info CURRENT[:REVISION[:AGE]]
33282 +                   specify library version info [each variable defaults to 0]
33283 +
33284 +All other options (arguments beginning with \`-') are ignored.
33285 +
33286 +Every other argument is treated as a filename.  Files ending in \`.la' are
33287 +treated as uninstalled libtool libraries, other files are standard or library
33288 +object files.
33289 +
33290 +If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
33291 +only library objects (\`.lo' files) may be specified, and \`-rpath' is
33292 +required, except when creating a convenience library.
33293 +
33294 +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
33295 +using \`ar' and \`ranlib', or on Windows using \`lib'.
33296 +
33297 +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
33298 +is created, otherwise an executable program is created."
33299 +  ;;
33300 +
33301 +uninstall)
33302 +  $echo \
33303 +"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
33304 +
33305 +Remove libraries from an installation directory.
33306 +
33307 +RM is the name of the program to use to delete files associated with each FILE
33308 +(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
33309 +to RM.
33310 +
33311 +If FILE is a libtool library, all the files associated with it are deleted.
33312 +Otherwise, only FILE itself is deleted using RM."
33313 +  ;;
33314 +
33315 +*)
33316 +  $echo "$modename: invalid operation mode \`$mode'" 1>&2
33317 +  $echo "$help" 1>&2
33318 +  exit $EXIT_FAILURE
33319 +  ;;
33320 +esac
33321 +
33322 +$echo
33323 +$echo "Try \`$modename --help' for more information about other modes."
33324 +
33325 +exit $?
33326 +
33327 +# The TAGs below are defined such that we never get into a situation
33328 +# in which we disable both kinds of libraries.  Given conflicting
33329 +# choices, we go for a static library, that is the most portable,
33330 +# since we can't tell whether shared libraries were disabled because
33331 +# the user asked for that or because the platform doesn't support
33332 +# them.  This is particularly important on AIX, because we don't
33333 +# support having both static and shared libraries enabled at the same
33334 +# time on that platform, so we default to a shared-only configuration.
33335 +# If a disable-shared tag is given, we'll fallback to a static-only
33336 +# configuration.  But we'll never go from static-only to shared-only.
33337 +
33338 +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
33339 +build_libtool_libs=no
33340 +build_old_libs=yes
33341 +# ### END LIBTOOL TAG CONFIG: disable-shared
33342 +
33343 +# ### BEGIN LIBTOOL TAG CONFIG: disable-static
33344 +build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
33345 +# ### END LIBTOOL TAG CONFIG: disable-static
33346 +
33347 +# Local Variables:
33348 +# mode:shell-script
33349 +# sh-indentation:2
33350 +# End:
33351 --- config/missing
33352 +++ config/missing
33353 @@ -0,0 +1,360 @@
33354 +#! /bin/sh
33355 +# Common stub for a few missing GNU programs while installing.
33356 +
33357 +scriptversion=2003-09-02.23
33358 +
33359 +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 
33360 +#   Free Software Foundation, Inc.
33361 +# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
33362 +
33363 +# This program is free software; you can redistribute it and/or modify
33364 +# it under the terms of the GNU General Public License as published by
33365 +# the Free Software Foundation; either version 2, or (at your option)
33366 +# any later version.
33367 +
33368 +# This program is distributed in the hope that it will be useful,
33369 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
33370 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33371 +# GNU General Public License for more details.
33372 +
33373 +# You should have received a copy of the GNU General Public License
33374 +# along with this program; if not, write to the Free Software
33375 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
33376 +# 02111-1307, USA.
33377 +
33378 +# As a special exception to the GNU General Public License, if you
33379 +# distribute this file as part of a program that contains a
33380 +# configuration script generated by Autoconf, you may include it under
33381 +# the same distribution terms that you use for the rest of that program.
33382 +
33383 +if test $# -eq 0; then
33384 +  echo 1>&2 "Try \`$0 --help' for more information"
33385 +  exit 1
33386 +fi
33387 +
33388 +run=:
33389 +
33390 +# In the cases where this matters, `missing' is being run in the
33391 +# srcdir already.
33392 +if test -f configure.ac; then
33393 +  configure_ac=configure.ac
33394 +else
33395 +  configure_ac=configure.in
33396 +fi
33397 +
33398 +msg="missing on your system"
33399 +
33400 +case "$1" in
33401 +--run)
33402 +  # Try to run requested program, and just exit if it succeeds.
33403 +  run=
33404 +  shift
33405 +  "$@" && exit 0
33406 +  # Exit code 63 means version mismatch.  This often happens
33407 +  # when the user try to use an ancient version of a tool on
33408 +  # a file that requires a minimum version.  In this case we
33409 +  # we should proceed has if the program had been absent, or
33410 +  # if --run hadn't been passed.
33411 +  if test $? = 63; then
33412 +    run=:
33413 +    msg="probably too old"
33414 +  fi
33415 +  ;;
33416 +esac
33417 +
33418 +# If it does not exist, or fails to run (possibly an outdated version),
33419 +# try to emulate it.
33420 +case "$1" in
33421 +
33422 +  -h|--h|--he|--hel|--help)
33423 +    echo "\
33424 +$0 [OPTION]... PROGRAM [ARGUMENT]...
33425 +
33426 +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
33427 +error status if there is no known handling for PROGRAM.
33428 +
33429 +Options:
33430 +  -h, --help      display this help and exit
33431 +  -v, --version   output version information and exit
33432 +  --run           try to run the given command, and emulate it if it fails
33433 +
33434 +Supported PROGRAM values:
33435 +  aclocal      touch file \`aclocal.m4'
33436 +  autoconf     touch file \`configure'
33437 +  autoheader   touch file \`config.h.in'
33438 +  automake     touch all \`Makefile.in' files
33439 +  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
33440 +  flex         create \`lex.yy.c', if possible, from existing .c
33441 +  help2man     touch the output file
33442 +  lex          create \`lex.yy.c', if possible, from existing .c
33443 +  makeinfo     touch the output file
33444 +  tar          try tar, gnutar, gtar, then tar without non-portable flags
33445 +  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
33446 +
33447 +Send bug reports to <bug-automake@gnu.org>."
33448 +    ;;
33449 +
33450 +  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
33451 +    echo "missing $scriptversion (GNU Automake)"
33452 +    ;;
33453 +
33454 +  -*)
33455 +    echo 1>&2 "$0: Unknown \`$1' option"
33456 +    echo 1>&2 "Try \`$0 --help' for more information"
33457 +    exit 1
33458 +    ;;
33459 +
33460 +  aclocal*)
33461 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33462 +       # We have it, but it failed.
33463 +       exit 1
33464 +    fi
33465 +
33466 +    echo 1>&2 "\
33467 +WARNING: \`$1' is $msg.  You should only need it if
33468 +         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
33469 +         to install the \`Automake' and \`Perl' packages.  Grab them from
33470 +         any GNU archive site."
33471 +    touch aclocal.m4
33472 +    ;;
33473 +
33474 +  autoconf)
33475 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33476 +       # We have it, but it failed.
33477 +       exit 1
33478 +    fi
33479 +
33480 +    echo 1>&2 "\
33481 +WARNING: \`$1' is $msg.  You should only need it if
33482 +         you modified \`${configure_ac}'.  You might want to install the
33483 +         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
33484 +         archive site."
33485 +    touch configure
33486 +    ;;
33487 +
33488 +  autoheader)
33489 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33490 +       # We have it, but it failed.
33491 +       exit 1
33492 +    fi
33493 +
33494 +    echo 1>&2 "\
33495 +WARNING: \`$1' is $msg.  You should only need it if
33496 +         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
33497 +         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
33498 +         from any GNU archive site."
33499 +    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
33500 +    test -z "$files" && files="config.h"
33501 +    touch_files=
33502 +    for f in $files; do
33503 +      case "$f" in
33504 +      *:*) touch_files="$touch_files "`echo "$f" |
33505 +                                      sed -e 's/^[^:]*://' -e 's/:.*//'`;;
33506 +      *) touch_files="$touch_files $f.in";;
33507 +      esac
33508 +    done
33509 +    touch $touch_files
33510 +    ;;
33511 +
33512 +  automake*)
33513 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33514 +       # We have it, but it failed.
33515 +       exit 1
33516 +    fi
33517 +
33518 +    echo 1>&2 "\
33519 +WARNING: \`$1' is $msg.  You should only need it if
33520 +         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
33521 +         You might want to install the \`Automake' and \`Perl' packages.
33522 +         Grab them from any GNU archive site."
33523 +    find . -type f -name Makefile.am -print |
33524 +          sed 's/\.am$/.in/' |
33525 +          while read f; do touch "$f"; done
33526 +    ;;
33527 +
33528 +  autom4te)
33529 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33530 +       # We have it, but it failed.
33531 +       exit 1
33532 +    fi
33533 +
33534 +    echo 1>&2 "\
33535 +WARNING: \`$1' is needed, but is $msg.
33536 +         You might have modified some files without having the
33537 +         proper tools for further handling them.
33538 +         You can get \`$1' as part of \`Autoconf' from any GNU
33539 +         archive site."
33540 +
33541 +    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
33542 +    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
33543 +    if test -f "$file"; then
33544 +       touch $file
33545 +    else
33546 +       test -z "$file" || exec >$file
33547 +       echo "#! /bin/sh"
33548 +       echo "# Created by GNU Automake missing as a replacement of"
33549 +       echo "#  $ $@"
33550 +       echo "exit 0"
33551 +       chmod +x $file
33552 +       exit 1
33553 +    fi
33554 +    ;;
33555 +
33556 +  bison|yacc)
33557 +    echo 1>&2 "\
33558 +WARNING: \`$1' $msg.  You should only need it if
33559 +         you modified a \`.y' file.  You may need the \`Bison' package
33560 +         in order for those modifications to take effect.  You can get
33561 +         \`Bison' from any GNU archive site."
33562 +    rm -f y.tab.c y.tab.h
33563 +    if [ $# -ne 1 ]; then
33564 +        eval LASTARG="\${$#}"
33565 +       case "$LASTARG" in
33566 +       *.y)
33567 +           SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
33568 +           if [ -f "$SRCFILE" ]; then
33569 +                cp "$SRCFILE" y.tab.c
33570 +           fi
33571 +           SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
33572 +           if [ -f "$SRCFILE" ]; then
33573 +                cp "$SRCFILE" y.tab.h
33574 +           fi
33575 +         ;;
33576 +       esac
33577 +    fi
33578 +    if [ ! -f y.tab.h ]; then
33579 +       echo >y.tab.h
33580 +    fi
33581 +    if [ ! -f y.tab.c ]; then
33582 +       echo 'main() { return 0; }' >y.tab.c
33583 +    fi
33584 +    ;;
33585 +
33586 +  lex|flex)
33587 +    echo 1>&2 "\
33588 +WARNING: \`$1' is $msg.  You should only need it if
33589 +         you modified a \`.l' file.  You may need the \`Flex' package
33590 +         in order for those modifications to take effect.  You can get
33591 +         \`Flex' from any GNU archive site."
33592 +    rm -f lex.yy.c
33593 +    if [ $# -ne 1 ]; then
33594 +        eval LASTARG="\${$#}"
33595 +       case "$LASTARG" in
33596 +       *.l)
33597 +           SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
33598 +           if [ -f "$SRCFILE" ]; then
33599 +                cp "$SRCFILE" lex.yy.c
33600 +           fi
33601 +         ;;
33602 +       esac
33603 +    fi
33604 +    if [ ! -f lex.yy.c ]; then
33605 +       echo 'main() { return 0; }' >lex.yy.c
33606 +    fi
33607 +    ;;
33608 +
33609 +  help2man)
33610 +    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
33611 +       # We have it, but it failed.
33612 +       exit 1
33613 +    fi
33614 +
33615 +    echo 1>&2 "\
33616 +WARNING: \`$1' is $msg.  You should only need it if
33617 +        you modified a dependency of a manual page.  You may need the
33618 +        \`Help2man' package in order for those modifications to take
33619 +        effect.  You can get \`Help2man' from any GNU archive site."
33620 +
33621 +    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
33622 +    if test -z "$file"; then
33623 +       file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
33624 +    fi
33625 +    if [ -f "$file" ]; then
33626 +       touch $file
33627 +    else
33628 +       test -z "$file" || exec >$file
33629 +       echo ".ab help2man is required to generate this page"
33630 +       exit 1
33631 +    fi
33632 +    ;;
33633 +
33634 +  makeinfo)
33635 +    if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
33636 +       # We have makeinfo, but it failed.
33637 +       exit 1
33638 +    fi
33639 +
33640 +    echo 1>&2 "\
33641 +WARNING: \`$1' is $msg.  You should only need it if
33642 +         you modified a \`.texi' or \`.texinfo' file, or any other file
33643 +         indirectly affecting the aspect of the manual.  The spurious
33644 +         call might also be the consequence of using a buggy \`make' (AIX,
33645 +         DU, IRIX).  You might want to install the \`Texinfo' package or
33646 +         the \`GNU make' package.  Grab either from any GNU archive site."
33647 +    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
33648 +    if test -z "$file"; then
33649 +      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
33650 +      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
33651 +    fi
33652 +    touch $file
33653 +    ;;
33654 +
33655 +  tar)
33656 +    shift
33657 +    if test -n "$run"; then
33658 +      echo 1>&2 "ERROR: \`tar' requires --run"
33659 +      exit 1
33660 +    fi
33661 +
33662 +    # We have already tried tar in the generic part.
33663 +    # Look for gnutar/gtar before invocation to avoid ugly error
33664 +    # messages.
33665 +    if (gnutar --version > /dev/null 2>&1); then
33666 +       gnutar "$@" && exit 0
33667 +    fi
33668 +    if (gtar --version > /dev/null 2>&1); then
33669 +       gtar "$@" && exit 0
33670 +    fi
33671 +    firstarg="$1"
33672 +    if shift; then
33673 +       case "$firstarg" in
33674 +       *o*)
33675 +           firstarg=`echo "$firstarg" | sed s/o//`
33676 +           tar "$firstarg" "$@" && exit 0
33677 +           ;;
33678 +       esac
33679 +       case "$firstarg" in
33680 +       *h*)
33681 +           firstarg=`echo "$firstarg" | sed s/h//`
33682 +           tar "$firstarg" "$@" && exit 0
33683 +           ;;
33684 +       esac
33685 +    fi
33686 +
33687 +    echo 1>&2 "\
33688 +WARNING: I can't seem to be able to run \`tar' with the given arguments.
33689 +         You may want to install GNU tar or Free paxutils, or check the
33690 +         command line arguments."
33691 +    exit 1
33692 +    ;;
33693 +
33694 +  *)
33695 +    echo 1>&2 "\
33696 +WARNING: \`$1' is needed, and is $msg.
33697 +         You might have modified some files without having the
33698 +         proper tools for further handling them.  Check the \`README' file,
33699 +         it often tells you about the needed prerequisites for installing
33700 +         this package.  You may also peek at any GNU archive site, in case
33701 +         some other package would contain this missing \`$1' program."
33702 +    exit 1
33703 +    ;;
33704 +esac
33705 +
33706 +exit 0
33707 +
33708 +# Local variables:
33709 +# eval: (add-hook 'write-file-hooks 'time-stamp)
33710 +# time-stamp-start: "scriptversion="
33711 +# time-stamp-format: "%:y-%02m-%02d.%02H"
33712 +# time-stamp-end: "$"
33713 +# End:
33714 --- tests/Makefile.am
33715 +++ tests/Makefile.am
33716 @@ -0,0 +1,2 @@
33717 +SUBDIRS = eventapp multipleembedded multipleroot multiplecp XMLdescription regression
33718 +EXTRA_DIST = test_data/* test_data/*/* test_data/*/*/*
33719 --- tests/Makefile.in
33720 +++ tests/Makefile.in
33721 @@ -0,0 +1,458 @@
33722 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
33723 +# @configure_input@
33724 +
33725 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33726 +# 2003, 2004  Free Software Foundation, Inc.
33727 +# This Makefile.in is free software; the Free Software Foundation
33728 +# gives unlimited permission to copy and/or distribute it,
33729 +# with or without modifications, as long as this notice is preserved.
33730 +
33731 +# This program is distributed in the hope that it will be useful,
33732 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
33733 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
33734 +# PARTICULAR PURPOSE.
33735 +
33736 +@SET_MAKE@
33737 +srcdir = @srcdir@
33738 +top_srcdir = @top_srcdir@
33739 +VPATH = @srcdir@
33740 +pkgdatadir = $(datadir)/@PACKAGE@
33741 +pkglibdir = $(libdir)/@PACKAGE@
33742 +pkgincludedir = $(includedir)/@PACKAGE@
33743 +top_builddir = ..
33744 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33745 +INSTALL = @INSTALL@
33746 +install_sh_DATA = $(install_sh) -c -m 644
33747 +install_sh_PROGRAM = $(install_sh) -c
33748 +install_sh_SCRIPT = $(install_sh) -c
33749 +INSTALL_HEADER = $(INSTALL_DATA)
33750 +transform = $(program_transform_name)
33751 +NORMAL_INSTALL = :
33752 +PRE_INSTALL = :
33753 +POST_INSTALL = :
33754 +NORMAL_UNINSTALL = :
33755 +PRE_UNINSTALL = :
33756 +POST_UNINSTALL = :
33757 +host_triplet = @host@
33758 +subdir = tests
33759 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
33760 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
33761 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
33762 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
33763 +       $(ACLOCAL_M4)
33764 +mkinstalldirs = $(mkdir_p)
33765 +CONFIG_HEADER = $(top_builddir)/config.h
33766 +CONFIG_CLEAN_FILES =
33767 +SOURCES =
33768 +DIST_SOURCES =
33769 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
33770 +       html-recursive info-recursive install-data-recursive \
33771 +       install-exec-recursive install-info-recursive \
33772 +       install-recursive installcheck-recursive installdirs-recursive \
33773 +       pdf-recursive ps-recursive uninstall-info-recursive \
33774 +       uninstall-recursive
33775 +ETAGS = etags
33776 +CTAGS = ctags
33777 +DIST_SUBDIRS = $(SUBDIRS)
33778 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
33779 +ACLOCAL = @ACLOCAL@
33780 +AMDEP_FALSE = @AMDEP_FALSE@
33781 +AMDEP_TRUE = @AMDEP_TRUE@
33782 +AMTAR = @AMTAR@
33783 +AR = @AR@
33784 +AUTOCONF = @AUTOCONF@
33785 +AUTOHEADER = @AUTOHEADER@
33786 +AUTOMAKE = @AUTOMAKE@
33787 +AWK = @AWK@
33788 +CC = @CC@
33789 +CCDEPMODE = @CCDEPMODE@
33790 +CFLAGS = @CFLAGS@
33791 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
33792 +CPP = @CPP@
33793 +CPPFLAGS = @CPPFLAGS@
33794 +CXX = @CXX@
33795 +CXXCPP = @CXXCPP@
33796 +CXXDEPMODE = @CXXDEPMODE@
33797 +CXXFLAGS = @CXXFLAGS@
33798 +CYGPATH_W = @CYGPATH_W@
33799 +DEFS = @DEFS@
33800 +DEPDIR = @DEPDIR@
33801 +ECHO = @ECHO@
33802 +ECHO_C = @ECHO_C@
33803 +ECHO_N = @ECHO_N@
33804 +ECHO_T = @ECHO_T@
33805 +EGREP = @EGREP@
33806 +EXEEXT = @EXEEXT@
33807 +F77 = @F77@
33808 +FFLAGS = @FFLAGS@
33809 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
33810 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
33811 +HTTP_CFLAGS = @HTTP_CFLAGS@
33812 +HTTP_LIBS = @HTTP_LIBS@
33813 +INSTALL_DATA = @INSTALL_DATA@
33814 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
33815 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
33816 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
33817 +LDFLAGS = @LDFLAGS@
33818 +LIBOBJS = @LIBOBJS@
33819 +LIBS = @LIBS@
33820 +LIBTOOL = @LIBTOOL@
33821 +LN_S = @LN_S@
33822 +LTLIBOBJS = @LTLIBOBJS@
33823 +MAKEINFO = @MAKEINFO@
33824 +OBJEXT = @OBJEXT@
33825 +PACKAGE = @PACKAGE@
33826 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
33827 +PACKAGE_NAME = @PACKAGE_NAME@
33828 +PACKAGE_STRING = @PACKAGE_STRING@
33829 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
33830 +PACKAGE_VERSION = @PACKAGE_VERSION@
33831 +PATH_SEPARATOR = @PATH_SEPARATOR@
33832 +RANLIB = @RANLIB@
33833 +SET_MAKE = @SET_MAKE@
33834 +SHELL = @SHELL@
33835 +STRIP = @STRIP@
33836 +VERSION = @VERSION@
33837 +XML_CFLAGS = @XML_CFLAGS@
33838 +XML_LIBS = @XML_LIBS@
33839 +ac_ct_AR = @ac_ct_AR@
33840 +ac_ct_CC = @ac_ct_CC@
33841 +ac_ct_CXX = @ac_ct_CXX@
33842 +ac_ct_F77 = @ac_ct_F77@
33843 +ac_ct_RANLIB = @ac_ct_RANLIB@
33844 +ac_ct_STRIP = @ac_ct_STRIP@
33845 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
33846 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
33847 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
33848 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
33849 +am__include = @am__include@
33850 +am__leading_dot = @am__leading_dot@
33851 +am__quote = @am__quote@
33852 +bindir = @bindir@
33853 +build = @build@
33854 +build_alias = @build_alias@
33855 +build_cpu = @build_cpu@
33856 +build_os = @build_os@
33857 +build_vendor = @build_vendor@
33858 +datadir = @datadir@
33859 +exec_prefix = @exec_prefix@
33860 +host = @host@
33861 +host_alias = @host_alias@
33862 +host_cpu = @host_cpu@
33863 +host_os = @host_os@
33864 +host_vendor = @host_vendor@
33865 +includedir = @includedir@
33866 +infodir = @infodir@
33867 +install_sh = @install_sh@
33868 +libdir = @libdir@
33869 +libexecdir = @libexecdir@
33870 +localstatedir = @localstatedir@
33871 +mandir = @mandir@
33872 +mkdir_p = @mkdir_p@
33873 +oldincludedir = @oldincludedir@
33874 +prefix = @prefix@
33875 +program_transform_name = @program_transform_name@
33876 +sbindir = @sbindir@
33877 +sharedstatedir = @sharedstatedir@
33878 +sysconfdir = @sysconfdir@
33879 +target_alias = @target_alias@
33880 +SUBDIRS = eventapp multipleembedded multipleroot multiplecp XMLdescription regression
33881 +EXTRA_DIST = test_data/* test_data/*/* test_data/*/*/*
33882 +all: all-recursive
33883 +
33884 +.SUFFIXES:
33885 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
33886 +       @for dep in $?; do \
33887 +         case '$(am__configure_deps)' in \
33888 +           *$$dep*) \
33889 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
33890 +               && exit 0; \
33891 +             exit 1;; \
33892 +         esac; \
33893 +       done; \
33894 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
33895 +       cd $(top_srcdir) && \
33896 +         $(AUTOMAKE) --foreign  tests/Makefile
33897 +.PRECIOUS: Makefile
33898 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
33899 +       @case '$?' in \
33900 +         *config.status*) \
33901 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
33902 +         *) \
33903 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
33904 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
33905 +       esac;
33906 +
33907 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
33908 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33909 +
33910 +$(top_srcdir)/configure:  $(am__configure_deps)
33911 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33912 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
33913 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33914 +
33915 +mostlyclean-libtool:
33916 +       -rm -f *.lo
33917 +
33918 +clean-libtool:
33919 +       -rm -rf .libs _libs
33920 +
33921 +distclean-libtool:
33922 +       -rm -f libtool
33923 +uninstall-info-am:
33924 +
33925 +# This directory's subdirectories are mostly independent; you can cd
33926 +# into them and run `make' without going through this Makefile.
33927 +# To change the values of `make' variables: instead of editing Makefiles,
33928 +# (1) if the variable is set in `config.status', edit `config.status'
33929 +#     (which will cause the Makefiles to be regenerated when you run `make');
33930 +# (2) otherwise, pass the desired values on the `make' command line.
33931 +$(RECURSIVE_TARGETS):
33932 +       @set fnord $$MAKEFLAGS; amf=$$2; \
33933 +       dot_seen=no; \
33934 +       target=`echo $@ | sed s/-recursive//`; \
33935 +       list='$(SUBDIRS)'; for subdir in $$list; do \
33936 +         echo "Making $$target in $$subdir"; \
33937 +         if test "$$subdir" = "."; then \
33938 +           dot_seen=yes; \
33939 +           local_target="$$target-am"; \
33940 +         else \
33941 +           local_target="$$target"; \
33942 +         fi; \
33943 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
33944 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
33945 +       done; \
33946 +       if test "$$dot_seen" = "no"; then \
33947 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
33948 +       fi; test -z "$$fail"
33949 +
33950 +mostlyclean-recursive clean-recursive distclean-recursive \
33951 +maintainer-clean-recursive:
33952 +       @set fnord $$MAKEFLAGS; amf=$$2; \
33953 +       dot_seen=no; \
33954 +       case "$@" in \
33955 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
33956 +         *) list='$(SUBDIRS)' ;; \
33957 +       esac; \
33958 +       rev=''; for subdir in $$list; do \
33959 +         if test "$$subdir" = "."; then :; else \
33960 +           rev="$$subdir $$rev"; \
33961 +         fi; \
33962 +       done; \
33963 +       rev="$$rev ."; \
33964 +       target=`echo $@ | sed s/-recursive//`; \
33965 +       for subdir in $$rev; do \
33966 +         echo "Making $$target in $$subdir"; \
33967 +         if test "$$subdir" = "."; then \
33968 +           local_target="$$target-am"; \
33969 +         else \
33970 +           local_target="$$target"; \
33971 +         fi; \
33972 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
33973 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
33974 +       done && test -z "$$fail"
33975 +tags-recursive:
33976 +       list='$(SUBDIRS)'; for subdir in $$list; do \
33977 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
33978 +       done
33979 +ctags-recursive:
33980 +       list='$(SUBDIRS)'; for subdir in $$list; do \
33981 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
33982 +       done
33983 +
33984 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
33985 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33986 +       unique=`for i in $$list; do \
33987 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33988 +         done | \
33989 +         $(AWK) '    { files[$$0] = 1; } \
33990 +              END { for (i in files) print i; }'`; \
33991 +       mkid -fID $$unique
33992 +tags: TAGS
33993 +
33994 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
33995 +               $(TAGS_FILES) $(LISP)
33996 +       tags=; \
33997 +       here=`pwd`; \
33998 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
33999 +         include_option=--etags-include; \
34000 +         empty_fix=.; \
34001 +       else \
34002 +         include_option=--include; \
34003 +         empty_fix=; \
34004 +       fi; \
34005 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34006 +         if test "$$subdir" = .; then :; else \
34007 +           test ! -f $$subdir/TAGS || \
34008 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
34009 +         fi; \
34010 +       done; \
34011 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
34012 +       unique=`for i in $$list; do \
34013 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34014 +         done | \
34015 +         $(AWK) '    { files[$$0] = 1; } \
34016 +              END { for (i in files) print i; }'`; \
34017 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
34018 +         test -n "$$unique" || unique=$$empty_fix; \
34019 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
34020 +           $$tags $$unique; \
34021 +       fi
34022 +ctags: CTAGS
34023 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
34024 +               $(TAGS_FILES) $(LISP)
34025 +       tags=; \
34026 +       here=`pwd`; \
34027 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
34028 +       unique=`for i in $$list; do \
34029 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34030 +         done | \
34031 +         $(AWK) '    { files[$$0] = 1; } \
34032 +              END { for (i in files) print i; }'`; \
34033 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
34034 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
34035 +            $$tags $$unique
34036 +
34037 +GTAGS:
34038 +       here=`$(am__cd) $(top_builddir) && pwd` \
34039 +         && cd $(top_srcdir) \
34040 +         && gtags -i $(GTAGS_ARGS) $$here
34041 +
34042 +distclean-tags:
34043 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
34044 +
34045 +distdir: $(DISTFILES)
34046 +       $(mkdir_p) $(distdir)/test_data $(distdir)/test_data/* $(distdir)/test_data/*/*
34047 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
34048 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
34049 +       list='$(DISTFILES)'; for file in $$list; do \
34050 +         case $$file in \
34051 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
34052 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
34053 +         esac; \
34054 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
34055 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
34056 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
34057 +           dir="/$$dir"; \
34058 +           $(mkdir_p) "$(distdir)$$dir"; \
34059 +         else \
34060 +           dir=''; \
34061 +         fi; \
34062 +         if test -d $$d/$$file; then \
34063 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
34064 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
34065 +           fi; \
34066 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
34067 +         else \
34068 +           test -f $(distdir)/$$file \
34069 +           || cp -p $$d/$$file $(distdir)/$$file \
34070 +           || exit 1; \
34071 +         fi; \
34072 +       done
34073 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34074 +         if test "$$subdir" = .; then :; else \
34075 +           test -d "$(distdir)/$$subdir" \
34076 +           || mkdir "$(distdir)/$$subdir" \
34077 +           || exit 1; \
34078 +           (cd $$subdir && \
34079 +             $(MAKE) $(AM_MAKEFLAGS) \
34080 +               top_distdir="../$(top_distdir)" \
34081 +               distdir="../$(distdir)/$$subdir" \
34082 +               distdir) \
34083 +             || exit 1; \
34084 +         fi; \
34085 +       done
34086 +check-am: all-am
34087 +check: check-recursive
34088 +all-am: Makefile
34089 +installdirs: installdirs-recursive
34090 +installdirs-am:
34091 +install: install-recursive
34092 +install-exec: install-exec-recursive
34093 +install-data: install-data-recursive
34094 +uninstall: uninstall-recursive
34095 +
34096 +install-am: all-am
34097 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
34098 +
34099 +installcheck: installcheck-recursive
34100 +install-strip:
34101 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
34102 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
34103 +         `test -z '$(STRIP)' || \
34104 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
34105 +mostlyclean-generic:
34106 +
34107 +clean-generic:
34108 +
34109 +distclean-generic:
34110 +       -rm -f $(CONFIG_CLEAN_FILES)
34111 +
34112 +maintainer-clean-generic:
34113 +       @echo "This command is intended for maintainers to use"
34114 +       @echo "it deletes files that may require special tools to rebuild."
34115 +clean: clean-recursive
34116 +
34117 +clean-am: clean-generic clean-libtool mostlyclean-am
34118 +
34119 +distclean: distclean-recursive
34120 +       -rm -f Makefile
34121 +distclean-am: clean-am distclean-generic distclean-libtool \
34122 +       distclean-tags
34123 +
34124 +dvi: dvi-recursive
34125 +
34126 +dvi-am:
34127 +
34128 +html: html-recursive
34129 +
34130 +info: info-recursive
34131 +
34132 +info-am:
34133 +
34134 +install-data-am:
34135 +
34136 +install-exec-am:
34137 +
34138 +install-info: install-info-recursive
34139 +
34140 +install-man:
34141 +
34142 +installcheck-am:
34143 +
34144 +maintainer-clean: maintainer-clean-recursive
34145 +       -rm -f Makefile
34146 +maintainer-clean-am: distclean-am maintainer-clean-generic
34147 +
34148 +mostlyclean: mostlyclean-recursive
34149 +
34150 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
34151 +
34152 +pdf: pdf-recursive
34153 +
34154 +pdf-am:
34155 +
34156 +ps: ps-recursive
34157 +
34158 +ps-am:
34159 +
34160 +uninstall-am: uninstall-info-am
34161 +
34162 +uninstall-info: uninstall-info-recursive
34163 +
34164 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
34165 +       clean clean-generic clean-libtool clean-recursive ctags \
34166 +       ctags-recursive distclean distclean-generic distclean-libtool \
34167 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
34168 +       html-am info info-am install install-am install-data \
34169 +       install-data-am install-exec install-exec-am install-info \
34170 +       install-info-am install-man install-strip installcheck \
34171 +       installcheck-am installdirs installdirs-am maintainer-clean \
34172 +       maintainer-clean-generic maintainer-clean-recursive \
34173 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
34174 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
34175 +       uninstall uninstall-am uninstall-info-am
34176 +
34177 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
34178 +# Otherwise a system limit (for SysV at least) may be exceeded.
34179 +.NOEXPORT:
34180 --- tests/XMLdescription/Makefile.am
34181 +++ tests/XMLdescription/Makefile.am
34182 @@ -0,0 +1 @@
34183 +SUBDIRS = unix 
34184 --- tests/XMLdescription/Makefile.in
34185 +++ tests/XMLdescription/Makefile.in
34186 @@ -0,0 +1,456 @@
34187 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
34188 +# @configure_input@
34189 +
34190 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
34191 +# 2003, 2004  Free Software Foundation, Inc.
34192 +# This Makefile.in is free software; the Free Software Foundation
34193 +# gives unlimited permission to copy and/or distribute it,
34194 +# with or without modifications, as long as this notice is preserved.
34195 +
34196 +# This program is distributed in the hope that it will be useful,
34197 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
34198 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
34199 +# PARTICULAR PURPOSE.
34200 +
34201 +@SET_MAKE@
34202 +srcdir = @srcdir@
34203 +top_srcdir = @top_srcdir@
34204 +VPATH = @srcdir@
34205 +pkgdatadir = $(datadir)/@PACKAGE@
34206 +pkglibdir = $(libdir)/@PACKAGE@
34207 +pkgincludedir = $(includedir)/@PACKAGE@
34208 +top_builddir = ../..
34209 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34210 +INSTALL = @INSTALL@
34211 +install_sh_DATA = $(install_sh) -c -m 644
34212 +install_sh_PROGRAM = $(install_sh) -c
34213 +install_sh_SCRIPT = $(install_sh) -c
34214 +INSTALL_HEADER = $(INSTALL_DATA)
34215 +transform = $(program_transform_name)
34216 +NORMAL_INSTALL = :
34217 +PRE_INSTALL = :
34218 +POST_INSTALL = :
34219 +NORMAL_UNINSTALL = :
34220 +PRE_UNINSTALL = :
34221 +POST_UNINSTALL = :
34222 +host_triplet = @host@
34223 +subdir = tests/XMLdescription
34224 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
34225 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34226 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
34227 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34228 +       $(ACLOCAL_M4)
34229 +mkinstalldirs = $(mkdir_p)
34230 +CONFIG_HEADER = $(top_builddir)/config.h
34231 +CONFIG_CLEAN_FILES =
34232 +SOURCES =
34233 +DIST_SOURCES =
34234 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
34235 +       html-recursive info-recursive install-data-recursive \
34236 +       install-exec-recursive install-info-recursive \
34237 +       install-recursive installcheck-recursive installdirs-recursive \
34238 +       pdf-recursive ps-recursive uninstall-info-recursive \
34239 +       uninstall-recursive
34240 +ETAGS = etags
34241 +CTAGS = ctags
34242 +DIST_SUBDIRS = $(SUBDIRS)
34243 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
34244 +ACLOCAL = @ACLOCAL@
34245 +AMDEP_FALSE = @AMDEP_FALSE@
34246 +AMDEP_TRUE = @AMDEP_TRUE@
34247 +AMTAR = @AMTAR@
34248 +AR = @AR@
34249 +AUTOCONF = @AUTOCONF@
34250 +AUTOHEADER = @AUTOHEADER@
34251 +AUTOMAKE = @AUTOMAKE@
34252 +AWK = @AWK@
34253 +CC = @CC@
34254 +CCDEPMODE = @CCDEPMODE@
34255 +CFLAGS = @CFLAGS@
34256 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
34257 +CPP = @CPP@
34258 +CPPFLAGS = @CPPFLAGS@
34259 +CXX = @CXX@
34260 +CXXCPP = @CXXCPP@
34261 +CXXDEPMODE = @CXXDEPMODE@
34262 +CXXFLAGS = @CXXFLAGS@
34263 +CYGPATH_W = @CYGPATH_W@
34264 +DEFS = @DEFS@
34265 +DEPDIR = @DEPDIR@
34266 +ECHO = @ECHO@
34267 +ECHO_C = @ECHO_C@
34268 +ECHO_N = @ECHO_N@
34269 +ECHO_T = @ECHO_T@
34270 +EGREP = @EGREP@
34271 +EXEEXT = @EXEEXT@
34272 +F77 = @F77@
34273 +FFLAGS = @FFLAGS@
34274 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
34275 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
34276 +HTTP_CFLAGS = @HTTP_CFLAGS@
34277 +HTTP_LIBS = @HTTP_LIBS@
34278 +INSTALL_DATA = @INSTALL_DATA@
34279 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
34280 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
34281 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
34282 +LDFLAGS = @LDFLAGS@
34283 +LIBOBJS = @LIBOBJS@
34284 +LIBS = @LIBS@
34285 +LIBTOOL = @LIBTOOL@
34286 +LN_S = @LN_S@
34287 +LTLIBOBJS = @LTLIBOBJS@
34288 +MAKEINFO = @MAKEINFO@
34289 +OBJEXT = @OBJEXT@
34290 +PACKAGE = @PACKAGE@
34291 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
34292 +PACKAGE_NAME = @PACKAGE_NAME@
34293 +PACKAGE_STRING = @PACKAGE_STRING@
34294 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
34295 +PACKAGE_VERSION = @PACKAGE_VERSION@
34296 +PATH_SEPARATOR = @PATH_SEPARATOR@
34297 +RANLIB = @RANLIB@
34298 +SET_MAKE = @SET_MAKE@
34299 +SHELL = @SHELL@
34300 +STRIP = @STRIP@
34301 +VERSION = @VERSION@
34302 +XML_CFLAGS = @XML_CFLAGS@
34303 +XML_LIBS = @XML_LIBS@
34304 +ac_ct_AR = @ac_ct_AR@
34305 +ac_ct_CC = @ac_ct_CC@
34306 +ac_ct_CXX = @ac_ct_CXX@
34307 +ac_ct_F77 = @ac_ct_F77@
34308 +ac_ct_RANLIB = @ac_ct_RANLIB@
34309 +ac_ct_STRIP = @ac_ct_STRIP@
34310 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
34311 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
34312 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
34313 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
34314 +am__include = @am__include@
34315 +am__leading_dot = @am__leading_dot@
34316 +am__quote = @am__quote@
34317 +bindir = @bindir@
34318 +build = @build@
34319 +build_alias = @build_alias@
34320 +build_cpu = @build_cpu@
34321 +build_os = @build_os@
34322 +build_vendor = @build_vendor@
34323 +datadir = @datadir@
34324 +exec_prefix = @exec_prefix@
34325 +host = @host@
34326 +host_alias = @host_alias@
34327 +host_cpu = @host_cpu@
34328 +host_os = @host_os@
34329 +host_vendor = @host_vendor@
34330 +includedir = @includedir@
34331 +infodir = @infodir@
34332 +install_sh = @install_sh@
34333 +libdir = @libdir@
34334 +libexecdir = @libexecdir@
34335 +localstatedir = @localstatedir@
34336 +mandir = @mandir@
34337 +mkdir_p = @mkdir_p@
34338 +oldincludedir = @oldincludedir@
34339 +prefix = @prefix@
34340 +program_transform_name = @program_transform_name@
34341 +sbindir = @sbindir@
34342 +sharedstatedir = @sharedstatedir@
34343 +sysconfdir = @sysconfdir@
34344 +target_alias = @target_alias@
34345 +SUBDIRS = unix 
34346 +all: all-recursive
34347 +
34348 +.SUFFIXES:
34349 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
34350 +       @for dep in $?; do \
34351 +         case '$(am__configure_deps)' in \
34352 +           *$$dep*) \
34353 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
34354 +               && exit 0; \
34355 +             exit 1;; \
34356 +         esac; \
34357 +       done; \
34358 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/XMLdescription/Makefile'; \
34359 +       cd $(top_srcdir) && \
34360 +         $(AUTOMAKE) --foreign  tests/XMLdescription/Makefile
34361 +.PRECIOUS: Makefile
34362 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
34363 +       @case '$?' in \
34364 +         *config.status*) \
34365 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
34366 +         *) \
34367 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
34368 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
34369 +       esac;
34370 +
34371 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
34372 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34373 +
34374 +$(top_srcdir)/configure:  $(am__configure_deps)
34375 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34376 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
34377 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34378 +
34379 +mostlyclean-libtool:
34380 +       -rm -f *.lo
34381 +
34382 +clean-libtool:
34383 +       -rm -rf .libs _libs
34384 +
34385 +distclean-libtool:
34386 +       -rm -f libtool
34387 +uninstall-info-am:
34388 +
34389 +# This directory's subdirectories are mostly independent; you can cd
34390 +# into them and run `make' without going through this Makefile.
34391 +# To change the values of `make' variables: instead of editing Makefiles,
34392 +# (1) if the variable is set in `config.status', edit `config.status'
34393 +#     (which will cause the Makefiles to be regenerated when you run `make');
34394 +# (2) otherwise, pass the desired values on the `make' command line.
34395 +$(RECURSIVE_TARGETS):
34396 +       @set fnord $$MAKEFLAGS; amf=$$2; \
34397 +       dot_seen=no; \
34398 +       target=`echo $@ | sed s/-recursive//`; \
34399 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34400 +         echo "Making $$target in $$subdir"; \
34401 +         if test "$$subdir" = "."; then \
34402 +           dot_seen=yes; \
34403 +           local_target="$$target-am"; \
34404 +         else \
34405 +           local_target="$$target"; \
34406 +         fi; \
34407 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
34408 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
34409 +       done; \
34410 +       if test "$$dot_seen" = "no"; then \
34411 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
34412 +       fi; test -z "$$fail"
34413 +
34414 +mostlyclean-recursive clean-recursive distclean-recursive \
34415 +maintainer-clean-recursive:
34416 +       @set fnord $$MAKEFLAGS; amf=$$2; \
34417 +       dot_seen=no; \
34418 +       case "$@" in \
34419 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
34420 +         *) list='$(SUBDIRS)' ;; \
34421 +       esac; \
34422 +       rev=''; for subdir in $$list; do \
34423 +         if test "$$subdir" = "."; then :; else \
34424 +           rev="$$subdir $$rev"; \
34425 +         fi; \
34426 +       done; \
34427 +       rev="$$rev ."; \
34428 +       target=`echo $@ | sed s/-recursive//`; \
34429 +       for subdir in $$rev; do \
34430 +         echo "Making $$target in $$subdir"; \
34431 +         if test "$$subdir" = "."; then \
34432 +           local_target="$$target-am"; \
34433 +         else \
34434 +           local_target="$$target"; \
34435 +         fi; \
34436 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
34437 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
34438 +       done && test -z "$$fail"
34439 +tags-recursive:
34440 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34441 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
34442 +       done
34443 +ctags-recursive:
34444 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34445 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
34446 +       done
34447 +
34448 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
34449 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
34450 +       unique=`for i in $$list; do \
34451 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34452 +         done | \
34453 +         $(AWK) '    { files[$$0] = 1; } \
34454 +              END { for (i in files) print i; }'`; \
34455 +       mkid -fID $$unique
34456 +tags: TAGS
34457 +
34458 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
34459 +               $(TAGS_FILES) $(LISP)
34460 +       tags=; \
34461 +       here=`pwd`; \
34462 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
34463 +         include_option=--etags-include; \
34464 +         empty_fix=.; \
34465 +       else \
34466 +         include_option=--include; \
34467 +         empty_fix=; \
34468 +       fi; \
34469 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34470 +         if test "$$subdir" = .; then :; else \
34471 +           test ! -f $$subdir/TAGS || \
34472 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
34473 +         fi; \
34474 +       done; \
34475 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
34476 +       unique=`for i in $$list; do \
34477 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34478 +         done | \
34479 +         $(AWK) '    { files[$$0] = 1; } \
34480 +              END { for (i in files) print i; }'`; \
34481 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
34482 +         test -n "$$unique" || unique=$$empty_fix; \
34483 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
34484 +           $$tags $$unique; \
34485 +       fi
34486 +ctags: CTAGS
34487 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
34488 +               $(TAGS_FILES) $(LISP)
34489 +       tags=; \
34490 +       here=`pwd`; \
34491 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
34492 +       unique=`for i in $$list; do \
34493 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34494 +         done | \
34495 +         $(AWK) '    { files[$$0] = 1; } \
34496 +              END { for (i in files) print i; }'`; \
34497 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
34498 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
34499 +            $$tags $$unique
34500 +
34501 +GTAGS:
34502 +       here=`$(am__cd) $(top_builddir) && pwd` \
34503 +         && cd $(top_srcdir) \
34504 +         && gtags -i $(GTAGS_ARGS) $$here
34505 +
34506 +distclean-tags:
34507 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
34508 +
34509 +distdir: $(DISTFILES)
34510 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
34511 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
34512 +       list='$(DISTFILES)'; for file in $$list; do \
34513 +         case $$file in \
34514 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
34515 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
34516 +         esac; \
34517 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
34518 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
34519 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
34520 +           dir="/$$dir"; \
34521 +           $(mkdir_p) "$(distdir)$$dir"; \
34522 +         else \
34523 +           dir=''; \
34524 +         fi; \
34525 +         if test -d $$d/$$file; then \
34526 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
34527 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
34528 +           fi; \
34529 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
34530 +         else \
34531 +           test -f $(distdir)/$$file \
34532 +           || cp -p $$d/$$file $(distdir)/$$file \
34533 +           || exit 1; \
34534 +         fi; \
34535 +       done
34536 +       list='$(SUBDIRS)'; for subdir in $$list; do \
34537 +         if test "$$subdir" = .; then :; else \
34538 +           test -d "$(distdir)/$$subdir" \
34539 +           || mkdir "$(distdir)/$$subdir" \
34540 +           || exit 1; \
34541 +           (cd $$subdir && \
34542 +             $(MAKE) $(AM_MAKEFLAGS) \
34543 +               top_distdir="../$(top_distdir)" \
34544 +               distdir="../$(distdir)/$$subdir" \
34545 +               distdir) \
34546 +             || exit 1; \
34547 +         fi; \
34548 +       done
34549 +check-am: all-am
34550 +check: check-recursive
34551 +all-am: Makefile
34552 +installdirs: installdirs-recursive
34553 +installdirs-am:
34554 +install: install-recursive
34555 +install-exec: install-exec-recursive
34556 +install-data: install-data-recursive
34557 +uninstall: uninstall-recursive
34558 +
34559 +install-am: all-am
34560 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
34561 +
34562 +installcheck: installcheck-recursive
34563 +install-strip:
34564 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
34565 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
34566 +         `test -z '$(STRIP)' || \
34567 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
34568 +mostlyclean-generic:
34569 +
34570 +clean-generic:
34571 +
34572 +distclean-generic:
34573 +       -rm -f $(CONFIG_CLEAN_FILES)
34574 +
34575 +maintainer-clean-generic:
34576 +       @echo "This command is intended for maintainers to use"
34577 +       @echo "it deletes files that may require special tools to rebuild."
34578 +clean: clean-recursive
34579 +
34580 +clean-am: clean-generic clean-libtool mostlyclean-am
34581 +
34582 +distclean: distclean-recursive
34583 +       -rm -f Makefile
34584 +distclean-am: clean-am distclean-generic distclean-libtool \
34585 +       distclean-tags
34586 +
34587 +dvi: dvi-recursive
34588 +
34589 +dvi-am:
34590 +
34591 +html: html-recursive
34592 +
34593 +info: info-recursive
34594 +
34595 +info-am:
34596 +
34597 +install-data-am:
34598 +
34599 +install-exec-am:
34600 +
34601 +install-info: install-info-recursive
34602 +
34603 +install-man:
34604 +
34605 +installcheck-am:
34606 +
34607 +maintainer-clean: maintainer-clean-recursive
34608 +       -rm -f Makefile
34609 +maintainer-clean-am: distclean-am maintainer-clean-generic
34610 +
34611 +mostlyclean: mostlyclean-recursive
34612 +
34613 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
34614 +
34615 +pdf: pdf-recursive
34616 +
34617 +pdf-am:
34618 +
34619 +ps: ps-recursive
34620 +
34621 +ps-am:
34622 +
34623 +uninstall-am: uninstall-info-am
34624 +
34625 +uninstall-info: uninstall-info-recursive
34626 +
34627 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
34628 +       clean clean-generic clean-libtool clean-recursive ctags \
34629 +       ctags-recursive distclean distclean-generic distclean-libtool \
34630 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
34631 +       html-am info info-am install install-am install-data \
34632 +       install-data-am install-exec install-exec-am install-info \
34633 +       install-info-am install-man install-strip installcheck \
34634 +       installcheck-am installdirs installdirs-am maintainer-clean \
34635 +       maintainer-clean-generic maintainer-clean-recursive \
34636 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
34637 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
34638 +       uninstall uninstall-am uninstall-info-am
34639 +
34640 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
34641 +# Otherwise a system limit (for SysV at least) may be exceeded.
34642 +.NOEXPORT:
34643 --- tests/XMLdescription/clock.c
34644 +++ tests/XMLdescription/clock.c
34645 @@ -0,0 +1,136 @@
34646 +/************************************************************
34647 +*
34648 +*      CyberLink for C
34649 +*
34650 +*      Copyright (C) Satoshi Konno 2005
34651 +*
34652 +*      File: clock.c
34653 +*
34654 +*      Revision:
34655 +*       06/07/05
34656 +*               - first release.
34657 +*
34658 +************************************************************/
34659 +
34660 +#include "clock.h"
34661 +
34662 +#include <stdio.h>\r
34663 +#include <time.h>
34664 +
34665 +/****************************************
34666 +* toMonthString
34667 +****************************************/
34668 +
34669 +static char *MONTH_STRING[] = {
34670 +       "Jan",
34671 +       "Feb",
34672 +       "Mar",
34673 +       "Apr",
34674 +       "May",
34675 +       "Jun",
34676 +       "Jul",
34677 +       "Aug",
34678 +       "Sep",
34679 +       "Oct",
34680 +       "Nov",
34681 +       "Dec",
34682 +};
34683 +
34684 +static char *toMonthString(int value)
34685 +{
34686 +       if (0 <= value && value < 12)
34687 +               return MONTH_STRING[value];
34688 +       return "";
34689 +}
34690 +       
34691 +/****************************************
34692 +* toWeekString
34693 +****************************************/
34694 +
34695 +static char *WEEK_STRING[] = {
34696 +       "Sun",
34697 +       "Mon",
34698 +       "Tue",
34699 +       "Wed",
34700 +       "Thu",
34701 +       "Fri",
34702 +       "Sat",
34703 +};
34704 +
34705 +static char *toWeekString(int value)
34706 +{
34707 +       if (0 <= value && value < 7)
34708 +               return WEEK_STRING[value];
34709 +       return "";
34710 +}
34711 +
34712 +/****************************************
34713 +* GetSystemTimeString
34714 +****************************************/
34715 +\r
34716 +char *GetSystemTimeString(CgSysTime currTime, char *buf)
34717 +{
34718 +       struct tm *localTime;
34719 +                       
34720 +       localTime = localtime(&currTime);
34721 +       sprintf(buf, "%s, %s %d, %02d, %02d:%02d:%02d",
34722 +               toWeekString(localTime->tm_wday),
34723 +               toMonthString(localTime->tm_mon),
34724 +               localTime->tm_mday,
34725 +               localTime->tm_year + 1900,
34726 +               localTime->tm_hour,
34727 +               localTime->tm_min,
34728 +               localTime->tm_sec);
34729 +       
34730 +       return buf;
34731 +}
34732 +\r
34733 +/****************************************\r
34734 +* GetDateString\r
34735 +****************************************/\r
34736 +\r
34737 +char *GetDateString(CgSysTime currTime, char *buf)\r
34738 +{\r
34739 +       struct tm *localTime;\r
34740 +                       \r
34741 +       localTime = localtime(&currTime);\r
34742 +\r
34743 +       sprintf(buf, "%s, %s %d, %02d",\r
34744 +               toWeekString(localTime->tm_wday),\r
34745 +               toMonthString(localTime->tm_mon),\r
34746 +               localTime->tm_mday,\r
34747 +               localTime->tm_year + 1900);\r
34748 +\r
34749 +       return buf;\r
34750 +}\r
34751 +\r
34752 +/****************************************\r
34753 +* GetTimeString\r
34754 +****************************************/\r
34755 +\r
34756 +char *GetTimeString(CgSysTime currTime, char *buf)\r
34757 +{\r
34758 +       struct tm *localTime;\r
34759 +                       \r
34760 +       localTime = localtime(&currTime);\r
34761 +\r
34762 +       sprintf(buf, "%02d%s%02d",\r
34763 +               localTime->tm_hour,\r
34764 +               ((localTime->tm_sec % 2) == 0) ? ":" : " ",\r
34765 +               localTime->tm_min);\r
34766 +\r
34767 +       return buf;\r
34768 +}\r
34769 +\r
34770 +/****************************************\r
34771 +* GetSecond\r
34772 +****************************************/\r
34773 +\r
34774 +int GetSecond(CgSysTime currTime)\r
34775 +{\r
34776 +       struct tm *localTime;\r
34777 +                       \r
34778 +       localTime = localtime(&currTime);\r
34779 +\r
34780 +       return localTime->tm_sec;\r
34781 +}\r
34782 --- tests/XMLdescription/clock.h
34783 +++ tests/XMLdescription/clock.h
34784 @@ -0,0 +1,43 @@
34785 +/************************************************************
34786 +*
34787 +*      CyberLink for C
34788 +*
34789 +*      Copyright (C) Satoshi Konno 2005
34790 +*
34791 +*      File: clock.h
34792 +*
34793 +*      Revision:
34794 +*       06/07/05
34795 +*               - first release.
34796 +*
34797 +************************************************************/
34798 +
34799 +#ifndef _CG_CLOCK_H_
34800 +#define _CG_CLOCK_H_
34801 +\r
34802 +#include <cybergarage/util/ctime.h>\r
34803 +
34804 +#ifdef  __cplusplus
34805 +extern "C" {
34806 +#endif
34807 +
34808 +/****************************************
34809 +* Define
34810 +****************************************/
34811 +
34812 +#define SYSTEM_TIME_BUF_LEN 128
34813 +
34814 +/****************************************
34815 +* Function
34816 +****************************************/
34817 +
34818 +char *GetSystemTimeString(CgSysTime currTime, char *buf);
34819 +char *GetDateString(CgSysTime currTime, char *buf);\r
34820 +char *GetTimeString(CgSysTime currTime, char *buf);\r
34821 +int GetSecond(CgSysTime currTime);\r
34822 +
34823 +#ifdef  __cplusplus
34824 +}
34825 +#endif
34826 +
34827 +#endif
34828 --- tests/XMLdescription/clock_device.c
34829 +++ tests/XMLdescription/clock_device.c
34830 @@ -0,0 +1,226 @@
34831 +/************************************************************
34832 +*
34833 +*      CyberLink for C
34834 +*
34835 +*      Copyright (C) Satoshi Konno 2005
34836 +*
34837 +*      File: clock_device.c
34838 +*
34839 +*      Revision:
34840 +*       05/11/05
34841 +*               - first release.
34842 +*
34843 +*      10/31/05
34844 +*              - Removed :schemas: from clock service description
34845 +*
34846 +************************************************************/
34847 +
34848 +#ifdef HAVE_CONFIG_H
34849 +#  include "config.h"
34850 +#endif
34851 +
34852 +#include "clock_device.h"
34853 +#include "clock.h"
34854 +
34855 +#include <string.h>
34856 +
34857 +
34858 +/****************************************
34859 +* upnp_clock_actionreceived
34860 +****************************************/
34861 +
34862 +BOOL upnp_clock_actionreceived(CgUpnpAction *action)
34863 +{
34864 +       CgSysTime currTime;
34865 +       char *actionName;
34866 +       CgUpnpArgument *currTimeArg;
34867 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
34868 +       CgUpnpArgument *newTimeArg, *resultArg;
34869 +
34870 +       currTime = cg_getcurrentsystemtime();
34871 +       
34872 +       actionName = cg_upnp_action_getname(action);
34873 +       if (strcmp("GetTime", actionName) == 0) {
34874 +               GetSystemTimeString(currTime, sysTimeStr);
34875 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "CurrentTime");
34876 +               cg_upnp_argument_setvalue(currTimeArg, sysTimeStr);
34877 +               return TRUE;
34878 +       }
34879 +       if (strcmp("SomeActionWhichGeneratesAnError", actionName) == 0) {
34880 +               cg_upnp_action_setstatuscode(action, 854);
34881 +               cg_upnp_action_setstatusdescription(action, "A non-standard error");
34882 +               return FALSE;
34883 +       }
34884 +       if (strcmp(actionName, "SetTime") == 0) {
34885 +               newTimeArg = cg_upnp_action_getargumentbyname(action, "NewTime");
34886 +               resultArg = cg_upnp_action_getargumentbyname(action, "Result");
34887 +               cg_upnp_argument_setvalue(resultArg, "Not implemented");
34888 +               return TRUE;
34889 +       }
34890 +
34891 +       return FALSE;
34892 +}
34893 +
34894 +/****************************************
34895 +* upnp_clock_queryreceived
34896 +****************************************/
34897 +
34898 +BOOL upnp_clock_queryreceived(CgUpnpStateVariable *statVar)
34899 +{
34900 +       char *varName;
34901 +       CgSysTime currTime;
34902 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
34903 +       
34904 +       varName = cg_upnp_statevariable_getname(statVar);
34905 +       if (strcmp("Time", varName) == 0) {
34906 +               currTime = cg_getcurrentsystemtime();
34907 +               GetSystemTimeString(currTime, sysTimeStr);
34908 +               cg_upnp_statevariable_setvalue(statVar, sysTimeStr);
34909 +               return TRUE;
34910 +       }
34911 +       
34912 +       return FALSE;
34913 +}
34914 +
34915 +/****************************************
34916 +* upnp_clock_device_httprequestrecieved
34917 +****************************************/
34918 +
34919 +void upnp_clock_device_httprequestrecieved(CgHttpRequest *httpReq)
34920 +{
34921 +       CgSysTime currTime;
34922 +       CgUpnpDevice *dev;
34923 +       char *uri;
34924 +       char content[2048];
34925 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
34926 +       char serverName[CG_UPNP_SEVERNAME_MAXLEN];
34927 +       CgHttpResponse *httpRes;
34928 +       BOOL postRet;
34929 +       
34930 +       dev = (CgUpnpDevice *)cg_http_request_getuserdata(httpReq);
34931 +
34932 +       uri = cg_http_request_geturi(httpReq);
34933 +       if (strcmp(uri, "/presentation") != 0) {
34934 +               cg_upnp_device_httprequestrecieved(httpReq);
34935 +               return;
34936 +       }
34937 +
34938 +       currTime = cg_getcurrentsystemtime();
34939 +
34940 +#if defined(HAVE_SNPRINTF)
34941 +       snprintf(content, sizeof(content),
34942 +#else
34943 +       sprintf(content,
34944 +#endif
34945 +               "<HTML>"
34946 +               "<HEAD>"
34947 +               "<TITLE>UPnP Clock Sample</TITLE>"
34948 +               "</HEAD>"
34949 +               "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=/presentation\">"
34950 +               "<BODY><CENTER>"
34951 +               "<H1>UPnP Clock Sample</H1>"
34952 +               "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
34953 +               "<TR>"
34954 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34955 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
34956 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34957 +               "</TR>"
34958 +               "<TR>"
34959 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34960 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H1>"
34961 +               "%s"
34962 +               "</H1></TD>"
34963 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34964 +               "</TR>"
34965 +               "<TR>"
34966 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34967 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H3>"
34968 +               "Server : %s"
34969 +               "</H3></TD>"
34970 +               "<TD style=\"height: 30px; background-color: rgb(176, 176, 176);\"></TD>"
34971 +               "</TR>"
34972 +               "<TR>"
34973 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34974 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
34975 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
34976 +               "</TR>"
34977 +               "</TABLE>"
34978 +               "<CENTER></BODY>"
34979 +               "</HTML>",
34980 +               GetSystemTimeString(currTime, sysTimeStr),
34981 +               cg_upnp_getservername(serverName, sizeof(serverName)));
34982 +
34983 +       httpRes = cg_http_response_new();
34984 +       cg_http_response_setstatuscode(httpRes, CG_HTTP_STATUS_OK);
34985 +       cg_http_response_setcontent(httpRes, content);
34986 +       cg_http_response_setcontenttype(httpRes, "text/html");
34987 +       cg_http_response_setcontentlength(httpRes, strlen(content));
34988 +       postRet = cg_http_request_postresponse(httpReq, httpRes);
34989 +       cg_http_response_delete(httpRes);
34990 +}
34991 +
34992 +/****************************************
34993 +* upnp_clock_device_new
34994 +****************************************/
34995 +
34996 +CgUpnpDevice *upnp_clock_device_new( char *descrFileName, char *srvName, char *srvDescr )
34997 +{
34998 +       CgUpnpDevice *clockDev;
34999 +       CgUpnpService *timeService;
35000 +        
35001 +       clockDev = cg_upnp_device_new();
35002 +
35003 +       if ( cg_upnp_device_loaddescriptionfile(clockDev, descrFileName) == FALSE ) {
35004 +                printf( "cg_upnp_device_loaddescriptionfile() failed\n" );
35005 +               cg_upnp_device_delete(clockDev);
35006 +               return NULL;
35007 +       }
35008 +
35009 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, srvName);
35010 +       if (timeService == NULL) {
35011 +                printf( "cg_upnp_device_getservicebyexacttype(clockDev, %s) failed\n", srvName );
35012 +               cg_upnp_device_delete(clockDev);
35013 +               return NULL;
35014 +       }
35015 +       
35016 +       printf("Service description:\n");
35017 +       printf("%s\n", srvDescr);
35018 +       if (cg_upnp_service_parsedescription(timeService, srvDescr, strlen(srvDescr)) == FALSE) {
35019 +               cg_upnp_device_delete(clockDev);
35020 +                printf( "Failed to parse this:\n%s\n", srvDescr );
35021 +               return NULL;
35022 +       }
35023 +
35024 +       cg_upnp_device_setactionlistener(clockDev, upnp_clock_actionreceived);
35025 +       cg_upnp_device_setquerylistener(clockDev, upnp_clock_queryreceived);
35026 +       cg_upnp_device_sethttplistener(clockDev, upnp_clock_device_httprequestrecieved);
35027 +
35028 +       return clockDev;
35029 +}
35030 +
35031 +/****************************************
35032 +* upnp_clock_device_update
35033 +****************************************/
35034 +
35035 +void upnp_clock_device_update(CgUpnpDevice *clockDev)
35036 +{
35037 +       CgSysTime currTime;
35038 +       CgUpnpService *timeService;
35039 +       CgUpnpStateVariable *timeState;
35040 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
35041 +       
35042 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
35043 +       if (timeService == NULL)
35044 +               return;
35045 +
35046 +       timeState = cg_upnp_service_getstatevariablebyname(timeService, "Time");
35047 +       if (timeState == NULL)
35048 +               return;
35049 +       
35050 +       currTime = cg_getcurrentsystemtime();
35051 +       GetSystemTimeString(currTime, sysTimeStr);
35052 +       cg_upnp_statevariable_setvalue(timeState, sysTimeStr);
35053 +
35054 +        printf("%s\n", sysTimeStr);
35055 +}
35056 +
35057 --- tests/XMLdescription/clock_device.h
35058 +++ tests/XMLdescription/clock_device.h
35059 @@ -0,0 +1,35 @@
35060 +/************************************************************
35061 +*
35062 +*      CyberLink for C
35063 +*
35064 +*      Copyright (C) Satoshi Konno 2005
35065 +*
35066 +*      File: clock_device.h
35067 +*
35068 +*      Revision:
35069 +*       05/11/05
35070 +*               - first release.
35071 +*
35072 +************************************************************/
35073 +
35074 +#ifndef _CG_CLOCK_DEVICE_H_
35075 +#define _CG_CLOCK_DEVICE_H_
35076 +
35077 +#include <cybergarage/upnp/cupnp.h>
35078 +
35079 +#ifdef  __cplusplus
35080 +extern "C" {
35081 +#endif
35082 +
35083 +/****************************************
35084 +* Function
35085 +****************************************/
35086 +
35087 +CgUpnpDevice *upnp_clock_device_new();
35088 +void upnp_clock_device_update(CgUpnpDevice *dev);
35089 +
35090 +#ifdef  __cplusplus
35091 +}
35092 +#endif
35093 +
35094 +#endif
35095 --- tests/XMLdescription/unix/Makefile.am
35096 +++ tests/XMLdescription/unix/Makefile.am
35097 @@ -0,0 +1,20 @@
35098 +bin_PROGRAMS = clinkcdescriptionXML
35099 +
35100 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
35101 +
35102 +noinst_HEADERS = \
35103 +       ../clock.h \
35104 +       ../clock_device.h \
35105 +       ../../../sample/common/kb_util.h
35106 +
35107 +clinkcdescriptionXML_SOURCES = \
35108 +       ./clock_main.c \
35109 +       ../clock.c \
35110 +       ../clock_device.c \
35111 +       ../../../sample/common/kb_util.c
35112 +
35113 +if HAVE_LIBTOOL
35114 +clinkcdescriptionXML_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
35115 +else
35116 +clinkcdescriptionXML_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
35117 +endif
35118 --- tests/XMLdescription/unix/Makefile.in
35119 +++ tests/XMLdescription/unix/Makefile.in
35120 @@ -0,0 +1,574 @@
35121 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
35122 +# @configure_input@
35123 +
35124 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
35125 +# 2003, 2004  Free Software Foundation, Inc.
35126 +# This Makefile.in is free software; the Free Software Foundation
35127 +# gives unlimited permission to copy and/or distribute it,
35128 +# with or without modifications, as long as this notice is preserved.
35129 +
35130 +# This program is distributed in the hope that it will be useful,
35131 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
35132 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
35133 +# PARTICULAR PURPOSE.
35134 +
35135 +@SET_MAKE@
35136 +
35137 +
35138 +SOURCES = $(clinkcdescriptionXML_SOURCES)
35139 +
35140 +srcdir = @srcdir@
35141 +top_srcdir = @top_srcdir@
35142 +VPATH = @srcdir@
35143 +pkgdatadir = $(datadir)/@PACKAGE@
35144 +pkglibdir = $(libdir)/@PACKAGE@
35145 +pkgincludedir = $(includedir)/@PACKAGE@
35146 +top_builddir = ../../..
35147 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35148 +INSTALL = @INSTALL@
35149 +install_sh_DATA = $(install_sh) -c -m 644
35150 +install_sh_PROGRAM = $(install_sh) -c
35151 +install_sh_SCRIPT = $(install_sh) -c
35152 +INSTALL_HEADER = $(INSTALL_DATA)
35153 +transform = $(program_transform_name)
35154 +NORMAL_INSTALL = :
35155 +PRE_INSTALL = :
35156 +POST_INSTALL = :
35157 +NORMAL_UNINSTALL = :
35158 +PRE_UNINSTALL = :
35159 +POST_UNINSTALL = :
35160 +host_triplet = @host@
35161 +bin_PROGRAMS = clinkcdescriptionXML$(EXEEXT)
35162 +subdir = tests/XMLdescription/unix
35163 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
35164 +       $(srcdir)/Makefile.in
35165 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35166 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
35167 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
35168 +       $(ACLOCAL_M4)
35169 +mkinstalldirs = $(mkdir_p)
35170 +CONFIG_HEADER = $(top_builddir)/config.h
35171 +CONFIG_CLEAN_FILES =
35172 +am__installdirs = "$(DESTDIR)$(bindir)"
35173 +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
35174 +PROGRAMS = $(bin_PROGRAMS)
35175 +am_clinkcdescriptionXML_OBJECTS = clock_main.$(OBJEXT) clock.$(OBJEXT) \
35176 +       clock_device.$(OBJEXT) kb_util.$(OBJEXT)
35177 +clinkcdescriptionXML_OBJECTS = $(am_clinkcdescriptionXML_OBJECTS)
35178 +@HAVE_LIBTOOL_FALSE@clinkcdescriptionXML_DEPENDENCIES =  \
35179 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
35180 +@HAVE_LIBTOOL_TRUE@clinkcdescriptionXML_DEPENDENCIES =  \
35181 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
35182 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
35183 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
35184 +am__depfiles_maybe = depfiles
35185 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/clock.Po \
35186 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_device.Po \
35187 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_main.Po ./$(DEPDIR)/kb_util.Po
35188 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
35189 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
35190 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
35191 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
35192 +       $(AM_CFLAGS) $(CFLAGS)
35193 +CCLD = $(CC)
35194 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
35195 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
35196 +SOURCES = $(clinkcdescriptionXML_SOURCES)
35197 +DIST_SOURCES = $(clinkcdescriptionXML_SOURCES)
35198 +HEADERS = $(noinst_HEADERS)
35199 +ETAGS = etags
35200 +CTAGS = ctags
35201 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
35202 +ACLOCAL = @ACLOCAL@
35203 +AMDEP_FALSE = @AMDEP_FALSE@
35204 +AMDEP_TRUE = @AMDEP_TRUE@
35205 +AMTAR = @AMTAR@
35206 +AR = @AR@
35207 +AUTOCONF = @AUTOCONF@
35208 +AUTOHEADER = @AUTOHEADER@
35209 +AUTOMAKE = @AUTOMAKE@
35210 +AWK = @AWK@
35211 +CC = @CC@
35212 +CCDEPMODE = @CCDEPMODE@
35213 +CFLAGS = @CFLAGS@
35214 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
35215 +CPP = @CPP@
35216 +CPPFLAGS = @CPPFLAGS@
35217 +CXX = @CXX@
35218 +CXXCPP = @CXXCPP@
35219 +CXXDEPMODE = @CXXDEPMODE@
35220 +CXXFLAGS = @CXXFLAGS@
35221 +CYGPATH_W = @CYGPATH_W@
35222 +DEFS = @DEFS@
35223 +DEPDIR = @DEPDIR@
35224 +ECHO = @ECHO@
35225 +ECHO_C = @ECHO_C@
35226 +ECHO_N = @ECHO_N@
35227 +ECHO_T = @ECHO_T@
35228 +EGREP = @EGREP@
35229 +EXEEXT = @EXEEXT@
35230 +F77 = @F77@
35231 +FFLAGS = @FFLAGS@
35232 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
35233 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
35234 +HTTP_CFLAGS = @HTTP_CFLAGS@
35235 +HTTP_LIBS = @HTTP_LIBS@
35236 +INSTALL_DATA = @INSTALL_DATA@
35237 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
35238 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
35239 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
35240 +LDFLAGS = @LDFLAGS@
35241 +LIBOBJS = @LIBOBJS@
35242 +LIBS = @LIBS@
35243 +LIBTOOL = @LIBTOOL@
35244 +LN_S = @LN_S@
35245 +LTLIBOBJS = @LTLIBOBJS@
35246 +MAKEINFO = @MAKEINFO@
35247 +OBJEXT = @OBJEXT@
35248 +PACKAGE = @PACKAGE@
35249 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
35250 +PACKAGE_NAME = @PACKAGE_NAME@
35251 +PACKAGE_STRING = @PACKAGE_STRING@
35252 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
35253 +PACKAGE_VERSION = @PACKAGE_VERSION@
35254 +PATH_SEPARATOR = @PATH_SEPARATOR@
35255 +RANLIB = @RANLIB@
35256 +SET_MAKE = @SET_MAKE@
35257 +SHELL = @SHELL@
35258 +STRIP = @STRIP@
35259 +VERSION = @VERSION@
35260 +XML_CFLAGS = @XML_CFLAGS@
35261 +XML_LIBS = @XML_LIBS@
35262 +ac_ct_AR = @ac_ct_AR@
35263 +ac_ct_CC = @ac_ct_CC@
35264 +ac_ct_CXX = @ac_ct_CXX@
35265 +ac_ct_F77 = @ac_ct_F77@
35266 +ac_ct_RANLIB = @ac_ct_RANLIB@
35267 +ac_ct_STRIP = @ac_ct_STRIP@
35268 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
35269 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
35270 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
35271 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
35272 +am__include = @am__include@
35273 +am__leading_dot = @am__leading_dot@
35274 +am__quote = @am__quote@
35275 +bindir = @bindir@
35276 +build = @build@
35277 +build_alias = @build_alias@
35278 +build_cpu = @build_cpu@
35279 +build_os = @build_os@
35280 +build_vendor = @build_vendor@
35281 +datadir = @datadir@
35282 +exec_prefix = @exec_prefix@
35283 +host = @host@
35284 +host_alias = @host_alias@
35285 +host_cpu = @host_cpu@
35286 +host_os = @host_os@
35287 +host_vendor = @host_vendor@
35288 +includedir = @includedir@
35289 +infodir = @infodir@
35290 +install_sh = @install_sh@
35291 +libdir = @libdir@
35292 +libexecdir = @libexecdir@
35293 +localstatedir = @localstatedir@
35294 +mandir = @mandir@
35295 +mkdir_p = @mkdir_p@
35296 +oldincludedir = @oldincludedir@
35297 +prefix = @prefix@
35298 +program_transform_name = @program_transform_name@
35299 +sbindir = @sbindir@
35300 +sharedstatedir = @sharedstatedir@
35301 +sysconfdir = @sysconfdir@
35302 +target_alias = @target_alias@
35303 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
35304 +noinst_HEADERS = \
35305 +       ../clock.h \
35306 +       ../clock_device.h \
35307 +       ../../../sample/common/kb_util.h
35308 +
35309 +clinkcdescriptionXML_SOURCES = \
35310 +       ./clock_main.c \
35311 +       ../clock.c \
35312 +       ../clock_device.c \
35313 +       ../../../sample/common/kb_util.c
35314 +
35315 +@HAVE_LIBTOOL_FALSE@clinkcdescriptionXML_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
35316 +@HAVE_LIBTOOL_TRUE@clinkcdescriptionXML_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
35317 +all: all-am
35318 +
35319 +.SUFFIXES:
35320 +.SUFFIXES: .c .lo .o .obj
35321 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
35322 +       @for dep in $?; do \
35323 +         case '$(am__configure_deps)' in \
35324 +           *$$dep*) \
35325 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
35326 +               && exit 0; \
35327 +             exit 1;; \
35328 +         esac; \
35329 +       done; \
35330 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/XMLdescription/unix/Makefile'; \
35331 +       cd $(top_srcdir) && \
35332 +         $(AUTOMAKE) --foreign  tests/XMLdescription/unix/Makefile
35333 +.PRECIOUS: Makefile
35334 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35335 +       @case '$?' in \
35336 +         *config.status*) \
35337 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
35338 +         *) \
35339 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
35340 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
35341 +       esac;
35342 +
35343 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
35344 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35345 +
35346 +$(top_srcdir)/configure:  $(am__configure_deps)
35347 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35348 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
35349 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35350 +install-binPROGRAMS: $(bin_PROGRAMS)
35351 +       @$(NORMAL_INSTALL)
35352 +       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
35353 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
35354 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
35355 +         if test -f $$p \
35356 +            || test -f $$p1 \
35357 +         ; then \
35358 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
35359 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
35360 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
35361 +         else :; fi; \
35362 +       done
35363 +
35364 +uninstall-binPROGRAMS:
35365 +       @$(NORMAL_UNINSTALL)
35366 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
35367 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
35368 +         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
35369 +         rm -f "$(DESTDIR)$(bindir)/$$f"; \
35370 +       done
35371 +
35372 +clean-binPROGRAMS:
35373 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
35374 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
35375 +         echo " rm -f $$p $$f"; \
35376 +         rm -f $$p $$f ; \
35377 +       done
35378 +clinkcdescriptionXML$(EXEEXT): $(clinkcdescriptionXML_OBJECTS) $(clinkcdescriptionXML_DEPENDENCIES) 
35379 +       @rm -f clinkcdescriptionXML$(EXEEXT)
35380 +       $(LINK) $(clinkcdescriptionXML_LDFLAGS) $(clinkcdescriptionXML_OBJECTS) $(clinkcdescriptionXML_LDADD) $(LIBS)
35381 +
35382 +mostlyclean-compile:
35383 +       -rm -f *.$(OBJEXT)
35384 +
35385 +distclean-compile:
35386 +       -rm -f *.tab.c
35387 +
35388 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
35389 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_device.Po@am__quote@
35390 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_main.Po@am__quote@
35391 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
35392 +
35393 +.c.o:
35394 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
35395 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
35396 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35397 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
35398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35399 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
35400 +
35401 +.c.obj:
35402 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
35403 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
35404 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35405 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
35406 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35407 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
35408 +
35409 +.c.lo:
35410 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
35411 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
35412 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
35413 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
35414 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35415 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
35416 +
35417 +clock_main.o: ./clock_main.c
35418 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.o -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
35419 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
35420 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.o' libtool=no @AMDEPBACKSLASH@
35421 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
35422 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35423 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
35424 +
35425 +clock_main.obj: ./clock_main.c
35426 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.obj -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`; \
35427 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
35428 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.obj' libtool=no @AMDEPBACKSLASH@
35429 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
35430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35431 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`
35432 +
35433 +clock_main.lo: ./clock_main.c
35434 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.lo -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
35435 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Plo"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
35436 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.lo' libtool=yes @AMDEPBACKSLASH@
35437 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Plo' tmpdepfile='$(DEPDIR)/clock_main.TPlo' @AMDEPBACKSLASH@
35438 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35439 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
35440 +
35441 +clock.o: ../clock.c
35442 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.o -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
35443 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
35444 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.o' libtool=no @AMDEPBACKSLASH@
35445 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
35446 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35447 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
35448 +
35449 +clock.obj: ../clock.c
35450 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.obj -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`; \
35451 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
35452 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.obj' libtool=no @AMDEPBACKSLASH@
35453 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
35454 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35455 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`
35456 +
35457 +clock.lo: ../clock.c
35458 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.lo -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
35459 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Plo"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
35460 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.lo' libtool=yes @AMDEPBACKSLASH@
35461 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Plo' tmpdepfile='$(DEPDIR)/clock.TPlo' @AMDEPBACKSLASH@
35462 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35463 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
35464 +
35465 +clock_device.o: ../clock_device.c
35466 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.o -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
35467 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
35468 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.o' libtool=no @AMDEPBACKSLASH@
35469 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
35470 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35471 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
35472 +
35473 +clock_device.obj: ../clock_device.c
35474 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.obj -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`; \
35475 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
35476 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.obj' libtool=no @AMDEPBACKSLASH@
35477 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
35478 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35479 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`
35480 +
35481 +clock_device.lo: ../clock_device.c
35482 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.lo -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
35483 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Plo"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
35484 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.lo' libtool=yes @AMDEPBACKSLASH@
35485 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Plo' tmpdepfile='$(DEPDIR)/clock_device.TPlo' @AMDEPBACKSLASH@
35486 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35487 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
35488 +
35489 +kb_util.o: ../../../sample/common/kb_util.c
35490 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
35491 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
35492 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
35493 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
35494 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35495 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
35496 +
35497 +kb_util.obj: ../../../sample/common/kb_util.c
35498 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`; \
35499 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
35500 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
35501 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
35502 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35503 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`
35504 +
35505 +kb_util.lo: ../../../sample/common/kb_util.c
35506 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
35507 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
35508 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
35509 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
35510 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35511 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
35512 +
35513 +mostlyclean-libtool:
35514 +       -rm -f *.lo
35515 +
35516 +clean-libtool:
35517 +       -rm -rf .libs _libs
35518 +
35519 +distclean-libtool:
35520 +       -rm -f libtool
35521 +uninstall-info-am:
35522 +
35523 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
35524 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
35525 +       unique=`for i in $$list; do \
35526 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35527 +         done | \
35528 +         $(AWK) '    { files[$$0] = 1; } \
35529 +              END { for (i in files) print i; }'`; \
35530 +       mkid -fID $$unique
35531 +tags: TAGS
35532 +
35533 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
35534 +               $(TAGS_FILES) $(LISP)
35535 +       tags=; \
35536 +       here=`pwd`; \
35537 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
35538 +       unique=`for i in $$list; do \
35539 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35540 +         done | \
35541 +         $(AWK) '    { files[$$0] = 1; } \
35542 +              END { for (i in files) print i; }'`; \
35543 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
35544 +         test -n "$$unique" || unique=$$empty_fix; \
35545 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
35546 +           $$tags $$unique; \
35547 +       fi
35548 +ctags: CTAGS
35549 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
35550 +               $(TAGS_FILES) $(LISP)
35551 +       tags=; \
35552 +       here=`pwd`; \
35553 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
35554 +       unique=`for i in $$list; do \
35555 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35556 +         done | \
35557 +         $(AWK) '    { files[$$0] = 1; } \
35558 +              END { for (i in files) print i; }'`; \
35559 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
35560 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
35561 +            $$tags $$unique
35562 +
35563 +GTAGS:
35564 +       here=`$(am__cd) $(top_builddir) && pwd` \
35565 +         && cd $(top_srcdir) \
35566 +         && gtags -i $(GTAGS_ARGS) $$here
35567 +
35568 +distclean-tags:
35569 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
35570 +
35571 +distdir: $(DISTFILES)
35572 +       $(mkdir_p) $(distdir)/.. $(distdir)/../../../sample/common
35573 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
35574 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
35575 +       list='$(DISTFILES)'; for file in $$list; do \
35576 +         case $$file in \
35577 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
35578 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
35579 +         esac; \
35580 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
35581 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
35582 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
35583 +           dir="/$$dir"; \
35584 +           $(mkdir_p) "$(distdir)$$dir"; \
35585 +         else \
35586 +           dir=''; \
35587 +         fi; \
35588 +         if test -d $$d/$$file; then \
35589 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
35590 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
35591 +           fi; \
35592 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
35593 +         else \
35594 +           test -f $(distdir)/$$file \
35595 +           || cp -p $$d/$$file $(distdir)/$$file \
35596 +           || exit 1; \
35597 +         fi; \
35598 +       done
35599 +check-am: all-am
35600 +check: check-am
35601 +all-am: Makefile $(PROGRAMS) $(HEADERS)
35602 +installdirs:
35603 +       for dir in "$(DESTDIR)$(bindir)"; do \
35604 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
35605 +       done
35606 +install: install-am
35607 +install-exec: install-exec-am
35608 +install-data: install-data-am
35609 +uninstall: uninstall-am
35610 +
35611 +install-am: all-am
35612 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
35613 +
35614 +installcheck: installcheck-am
35615 +install-strip:
35616 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
35617 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
35618 +         `test -z '$(STRIP)' || \
35619 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
35620 +mostlyclean-generic:
35621 +
35622 +clean-generic:
35623 +
35624 +distclean-generic:
35625 +       -rm -f $(CONFIG_CLEAN_FILES)
35626 +
35627 +maintainer-clean-generic:
35628 +       @echo "This command is intended for maintainers to use"
35629 +       @echo "it deletes files that may require special tools to rebuild."
35630 +clean: clean-am
35631 +
35632 +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
35633 +
35634 +distclean: distclean-am
35635 +       -rm -rf ./$(DEPDIR)
35636 +       -rm -f Makefile
35637 +distclean-am: clean-am distclean-compile distclean-generic \
35638 +       distclean-libtool distclean-tags
35639 +
35640 +dvi: dvi-am
35641 +
35642 +dvi-am:
35643 +
35644 +html: html-am
35645 +
35646 +info: info-am
35647 +
35648 +info-am:
35649 +
35650 +install-data-am:
35651 +
35652 +install-exec-am: install-binPROGRAMS
35653 +
35654 +install-info: install-info-am
35655 +
35656 +install-man:
35657 +
35658 +installcheck-am:
35659 +
35660 +maintainer-clean: maintainer-clean-am
35661 +       -rm -rf ./$(DEPDIR)
35662 +       -rm -f Makefile
35663 +maintainer-clean-am: distclean-am maintainer-clean-generic
35664 +
35665 +mostlyclean: mostlyclean-am
35666 +
35667 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
35668 +       mostlyclean-libtool
35669 +
35670 +pdf: pdf-am
35671 +
35672 +pdf-am:
35673 +
35674 +ps: ps-am
35675 +
35676 +ps-am:
35677 +
35678 +uninstall-am: uninstall-binPROGRAMS uninstall-info-am
35679 +
35680 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
35681 +       clean-generic clean-libtool ctags distclean distclean-compile \
35682 +       distclean-generic distclean-libtool distclean-tags distdir dvi \
35683 +       dvi-am html html-am info info-am install install-am \
35684 +       install-binPROGRAMS install-data install-data-am install-exec \
35685 +       install-exec-am install-info install-info-am install-man \
35686 +       install-strip installcheck installcheck-am installdirs \
35687 +       maintainer-clean maintainer-clean-generic mostlyclean \
35688 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
35689 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
35690 +       uninstall-binPROGRAMS uninstall-info-am
35691 +
35692 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
35693 +# Otherwise a system limit (for SysV at least) may be exceeded.
35694 +.NOEXPORT:
35695 --- tests/XMLdescription/unix/clock_main.c
35696 +++ tests/XMLdescription/unix/clock_main.c
35697 @@ -0,0 +1,172 @@
35698 +/************************************************************
35699 +*
35700 +*      CyberLink for C
35701 +*
35702 +*      Copyright (C) Satoshi Konno 2005
35703 +*
35704 +*      File: clock_main.c
35705 +*
35706 +*      Revision:
35707 +*       05/11/05
35708 +*               - first release.
35709 +*
35710 +************************************************************/
35711 +
35712 +#include <cybergarage/upnp/cupnp.h>
35713 +
35714 +#include "clock_device.h"
35715 +
35716 +#include <sys/types.h>
35717 +#include <sys/stat.h>
35718 +#include <fcntl.h>
35719 +#include <argp.h>
35720 +#include <unistd.h>
35721 +
35722 +#if defined(TENGINE)
35723 +#if defined(PROCESS_BASE) /* Process based */
35724 +#include <basic.h>
35725 +#define MBEG   int main( W ac, TC *av[] )
35726 +#define MEND   0
35727 +#define DIR    "/SYS/bin/"
35728 +#else /* T-Kernel based */
35729 +#include <basic.h>
35730 +#include <tk/tkernel.h>
35731 +#include <sys/pinfo.h>
35732 +#define MBEG   ER main( INT ac, UB *av[] )
35733 +#define MEND   E_SYS
35734 +#define DIR    "/SYS/bin/"
35735 +#endif
35736 +#endif
35737 +
35738 +#define MAX_DESCR_SIZE 20480
35739 +CgUpnpDevice *clockDev;
35740 +
35741 +const char *argp_program_version = "descriptionXML 2";
35742 +const char *argp_program_bug_address = "<ms@invalid>";
35743 +
35744 +struct arguments
35745 +{
35746 +       char *s_description, *description;
35747 +       int cache_control;
35748 +};
35749 +
35750 +static struct argp_option options[] =
35751 +{
35752 +       { "description-xml", 'd', "FILE", 0, "Description XML file" },
35753 +       { "service-description-xml", 's', "FILE", 0, "Service description XML file" },
35754 +       { "cache-control", 'c', "INT", 0, "Cache control value in seconds" },
35755 +       {0}
35756 +};
35757 +
35758 +static error_t parse_opt(int key, char *arg, struct argp_state *state)
35759 +{
35760 +         struct arguments *arguments = state->input; 
35761 +         
35762 +         switch (key) 
35763 +         { 
35764 +                 case 'd': 
35765 +                         arguments->description = arg;
35766 +                         break; 
35767 +                 
35768 +                 case 's': 
35769 +                         arguments->s_description = arg;
35770 +                         break; 
35771 +                 
35772 +                 case 'c': 
35773 +                         arguments->cache_control = atoi(arg);
35774 +                         break; 
35775 +                 
35776 +                 default: 
35777 +                         return ARGP_ERR_UNKNOWN; 
35778 +         } 
35779 +         
35780 +         return 0;
35781 +}
35782 +
35783 +static char args_doc[] = "";
35784 +static char doc[] = "descriptionXML -- A program to execute tests against Upnp stack.";
35785 +
35786 +static struct argp argp = {options, parse_opt, args_doc, doc};
35787 +
35788 +
35789 +
35790 +////////////////////////////////////////////////////////// 
35791 +//  InitApp
35792 +////////////////////////////////////////////////////////// 
35793 +
35794 +BOOL InitApp( struct arguments arguments )
35795 +{
35796 +        int fd;
35797 +        char *buf;
35798 +        int bytesRead;
35799 +
35800 +        fd = open( arguments.s_description, O_RDONLY );
35801 +        if ( fd == -1 ) {
35802 +                printf( "Service description file open failed.\n" );
35803 +                return FALSE;
35804 +        }
35805 +        
35806 +        buf = (char*) calloc( MAX_DESCR_SIZE, 1 );
35807 +        bytesRead = read( fd, buf, MAX_DESCR_SIZE );
35808 +        buf[bytesRead] = '\0';
35809 +        close( fd );
35810 +       clockDev = upnp_clock_device_new( arguments.description, 
35811 +                                          "urn:schemas-upnp-org:service:timer:1", 
35812 +                                          buf );
35813 +        if ( clockDev == NULL ) {
35814 +                printf( "upnp_clock_device_new() failed\n" );
35815 +                free( buf );
35816 +                return FALSE;
35817 +        }
35818 +        cg_upnp_device_setleasetime( clockDev, arguments.cache_control );
35819 +        free( buf );
35820 +       return cg_upnp_device_start(clockDev);
35821 +}
35822 +
35823 +void ExitApp()
35824 +{
35825 +       cg_upnp_device_stop(clockDev);
35826 +       cg_upnp_device_delete(clockDev);
35827 +}
35828 +
35829 +////////////////////////////////////////////////////////// 
35830 +//  main
35831 +////////////////////////////////////////////////////////// 
35832 +
35833 +#if defined(TENGINE)
35834 +MBEG
35835 +#else
35836 +int main( int argc, char* argv[] )
35837 +#endif
35838 +{
35839 +       struct arguments arguments;
35840 +
35841 +       arguments.description = NULL;
35842 +       arguments.s_description = NULL;
35843 +       arguments.cache_control = 1800;
35844 +       
35845 +       argp_parse (&argp, argc, argv, 0, 0, &arguments);
35846 +
35847 +        printf( "Using CACHE-CONTROL value: %d sec\n", arguments.cache_control );
35848 +
35849 +       if (InitApp( arguments ) == FALSE) {
35850 +               fprintf(stderr, "Couldn't create this device !!\n");
35851 +               exit(0);
35852 +       }
35853 +                               
35854 +       int ch = 0;
35855 +
35856 +        printf( "Press Enter to generate an event, q to quit.\n" );
35857 +
35858 +        upnp_clock_device_update(clockDev);
35859 +
35860 +        ch = getchar();
35861 +        while ( ch != 'q' ) {
35862 +                upnp_clock_device_update(clockDev);
35863 +                ch = getchar();
35864 +       };
35865 +
35866 +       ExitApp();
35867 +       
35868 +       return(0);
35869 +}
35870 --- tests/eventapp/Makefile.am
35871 +++ tests/eventapp/Makefile.am
35872 @@ -0,0 +1 @@
35873 +SUBDIRS = unix 
35874 --- tests/eventapp/Makefile.in
35875 +++ tests/eventapp/Makefile.in
35876 @@ -0,0 +1,456 @@
35877 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
35878 +# @configure_input@
35879 +
35880 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
35881 +# 2003, 2004  Free Software Foundation, Inc.
35882 +# This Makefile.in is free software; the Free Software Foundation
35883 +# gives unlimited permission to copy and/or distribute it,
35884 +# with or without modifications, as long as this notice is preserved.
35885 +
35886 +# This program is distributed in the hope that it will be useful,
35887 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
35888 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
35889 +# PARTICULAR PURPOSE.
35890 +
35891 +@SET_MAKE@
35892 +srcdir = @srcdir@
35893 +top_srcdir = @top_srcdir@
35894 +VPATH = @srcdir@
35895 +pkgdatadir = $(datadir)/@PACKAGE@
35896 +pkglibdir = $(libdir)/@PACKAGE@
35897 +pkgincludedir = $(includedir)/@PACKAGE@
35898 +top_builddir = ../..
35899 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35900 +INSTALL = @INSTALL@
35901 +install_sh_DATA = $(install_sh) -c -m 644
35902 +install_sh_PROGRAM = $(install_sh) -c
35903 +install_sh_SCRIPT = $(install_sh) -c
35904 +INSTALL_HEADER = $(INSTALL_DATA)
35905 +transform = $(program_transform_name)
35906 +NORMAL_INSTALL = :
35907 +PRE_INSTALL = :
35908 +POST_INSTALL = :
35909 +NORMAL_UNINSTALL = :
35910 +PRE_UNINSTALL = :
35911 +POST_UNINSTALL = :
35912 +host_triplet = @host@
35913 +subdir = tests/eventapp
35914 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
35915 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35916 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
35917 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
35918 +       $(ACLOCAL_M4)
35919 +mkinstalldirs = $(mkdir_p)
35920 +CONFIG_HEADER = $(top_builddir)/config.h
35921 +CONFIG_CLEAN_FILES =
35922 +SOURCES =
35923 +DIST_SOURCES =
35924 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
35925 +       html-recursive info-recursive install-data-recursive \
35926 +       install-exec-recursive install-info-recursive \
35927 +       install-recursive installcheck-recursive installdirs-recursive \
35928 +       pdf-recursive ps-recursive uninstall-info-recursive \
35929 +       uninstall-recursive
35930 +ETAGS = etags
35931 +CTAGS = ctags
35932 +DIST_SUBDIRS = $(SUBDIRS)
35933 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
35934 +ACLOCAL = @ACLOCAL@
35935 +AMDEP_FALSE = @AMDEP_FALSE@
35936 +AMDEP_TRUE = @AMDEP_TRUE@
35937 +AMTAR = @AMTAR@
35938 +AR = @AR@
35939 +AUTOCONF = @AUTOCONF@
35940 +AUTOHEADER = @AUTOHEADER@
35941 +AUTOMAKE = @AUTOMAKE@
35942 +AWK = @AWK@
35943 +CC = @CC@
35944 +CCDEPMODE = @CCDEPMODE@
35945 +CFLAGS = @CFLAGS@
35946 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
35947 +CPP = @CPP@
35948 +CPPFLAGS = @CPPFLAGS@
35949 +CXX = @CXX@
35950 +CXXCPP = @CXXCPP@
35951 +CXXDEPMODE = @CXXDEPMODE@
35952 +CXXFLAGS = @CXXFLAGS@
35953 +CYGPATH_W = @CYGPATH_W@
35954 +DEFS = @DEFS@
35955 +DEPDIR = @DEPDIR@
35956 +ECHO = @ECHO@
35957 +ECHO_C = @ECHO_C@
35958 +ECHO_N = @ECHO_N@
35959 +ECHO_T = @ECHO_T@
35960 +EGREP = @EGREP@
35961 +EXEEXT = @EXEEXT@
35962 +F77 = @F77@
35963 +FFLAGS = @FFLAGS@
35964 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
35965 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
35966 +HTTP_CFLAGS = @HTTP_CFLAGS@
35967 +HTTP_LIBS = @HTTP_LIBS@
35968 +INSTALL_DATA = @INSTALL_DATA@
35969 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
35970 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
35971 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
35972 +LDFLAGS = @LDFLAGS@
35973 +LIBOBJS = @LIBOBJS@
35974 +LIBS = @LIBS@
35975 +LIBTOOL = @LIBTOOL@
35976 +LN_S = @LN_S@
35977 +LTLIBOBJS = @LTLIBOBJS@
35978 +MAKEINFO = @MAKEINFO@
35979 +OBJEXT = @OBJEXT@
35980 +PACKAGE = @PACKAGE@
35981 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
35982 +PACKAGE_NAME = @PACKAGE_NAME@
35983 +PACKAGE_STRING = @PACKAGE_STRING@
35984 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
35985 +PACKAGE_VERSION = @PACKAGE_VERSION@
35986 +PATH_SEPARATOR = @PATH_SEPARATOR@
35987 +RANLIB = @RANLIB@
35988 +SET_MAKE = @SET_MAKE@
35989 +SHELL = @SHELL@
35990 +STRIP = @STRIP@
35991 +VERSION = @VERSION@
35992 +XML_CFLAGS = @XML_CFLAGS@
35993 +XML_LIBS = @XML_LIBS@
35994 +ac_ct_AR = @ac_ct_AR@
35995 +ac_ct_CC = @ac_ct_CC@
35996 +ac_ct_CXX = @ac_ct_CXX@
35997 +ac_ct_F77 = @ac_ct_F77@
35998 +ac_ct_RANLIB = @ac_ct_RANLIB@
35999 +ac_ct_STRIP = @ac_ct_STRIP@
36000 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
36001 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
36002 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
36003 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
36004 +am__include = @am__include@
36005 +am__leading_dot = @am__leading_dot@
36006 +am__quote = @am__quote@
36007 +bindir = @bindir@
36008 +build = @build@
36009 +build_alias = @build_alias@
36010 +build_cpu = @build_cpu@
36011 +build_os = @build_os@
36012 +build_vendor = @build_vendor@
36013 +datadir = @datadir@
36014 +exec_prefix = @exec_prefix@
36015 +host = @host@
36016 +host_alias = @host_alias@
36017 +host_cpu = @host_cpu@
36018 +host_os = @host_os@
36019 +host_vendor = @host_vendor@
36020 +includedir = @includedir@
36021 +infodir = @infodir@
36022 +install_sh = @install_sh@
36023 +libdir = @libdir@
36024 +libexecdir = @libexecdir@
36025 +localstatedir = @localstatedir@
36026 +mandir = @mandir@
36027 +mkdir_p = @mkdir_p@
36028 +oldincludedir = @oldincludedir@
36029 +prefix = @prefix@
36030 +program_transform_name = @program_transform_name@
36031 +sbindir = @sbindir@
36032 +sharedstatedir = @sharedstatedir@
36033 +sysconfdir = @sysconfdir@
36034 +target_alias = @target_alias@
36035 +SUBDIRS = unix 
36036 +all: all-recursive
36037 +
36038 +.SUFFIXES:
36039 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
36040 +       @for dep in $?; do \
36041 +         case '$(am__configure_deps)' in \
36042 +           *$$dep*) \
36043 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
36044 +               && exit 0; \
36045 +             exit 1;; \
36046 +         esac; \
36047 +       done; \
36048 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/eventapp/Makefile'; \
36049 +       cd $(top_srcdir) && \
36050 +         $(AUTOMAKE) --foreign  tests/eventapp/Makefile
36051 +.PRECIOUS: Makefile
36052 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36053 +       @case '$?' in \
36054 +         *config.status*) \
36055 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
36056 +         *) \
36057 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
36058 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
36059 +       esac;
36060 +
36061 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
36062 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36063 +
36064 +$(top_srcdir)/configure:  $(am__configure_deps)
36065 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36066 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
36067 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36068 +
36069 +mostlyclean-libtool:
36070 +       -rm -f *.lo
36071 +
36072 +clean-libtool:
36073 +       -rm -rf .libs _libs
36074 +
36075 +distclean-libtool:
36076 +       -rm -f libtool
36077 +uninstall-info-am:
36078 +
36079 +# This directory's subdirectories are mostly independent; you can cd
36080 +# into them and run `make' without going through this Makefile.
36081 +# To change the values of `make' variables: instead of editing Makefiles,
36082 +# (1) if the variable is set in `config.status', edit `config.status'
36083 +#     (which will cause the Makefiles to be regenerated when you run `make');
36084 +# (2) otherwise, pass the desired values on the `make' command line.
36085 +$(RECURSIVE_TARGETS):
36086 +       @set fnord $$MAKEFLAGS; amf=$$2; \
36087 +       dot_seen=no; \
36088 +       target=`echo $@ | sed s/-recursive//`; \
36089 +       list='$(SUBDIRS)'; for subdir in $$list; do \
36090 +         echo "Making $$target in $$subdir"; \
36091 +         if test "$$subdir" = "."; then \
36092 +           dot_seen=yes; \
36093 +           local_target="$$target-am"; \
36094 +         else \
36095 +           local_target="$$target"; \
36096 +         fi; \
36097 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36098 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
36099 +       done; \
36100 +       if test "$$dot_seen" = "no"; then \
36101 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
36102 +       fi; test -z "$$fail"
36103 +
36104 +mostlyclean-recursive clean-recursive distclean-recursive \
36105 +maintainer-clean-recursive:
36106 +       @set fnord $$MAKEFLAGS; amf=$$2; \
36107 +       dot_seen=no; \
36108 +       case "$@" in \
36109 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
36110 +         *) list='$(SUBDIRS)' ;; \
36111 +       esac; \
36112 +       rev=''; for subdir in $$list; do \
36113 +         if test "$$subdir" = "."; then :; else \
36114 +           rev="$$subdir $$rev"; \
36115 +         fi; \
36116 +       done; \
36117 +       rev="$$rev ."; \
36118 +       target=`echo $@ | sed s/-recursive//`; \
36119 +       for subdir in $$rev; do \
36120 +         echo "Making $$target in $$subdir"; \
36121 +         if test "$$subdir" = "."; then \
36122 +           local_target="$$target-am"; \
36123 +         else \
36124 +           local_target="$$target"; \
36125 +         fi; \
36126 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36127 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
36128 +       done && test -z "$$fail"
36129 +tags-recursive:
36130 +       list='$(SUBDIRS)'; for subdir in $$list; do \
36131 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
36132 +       done
36133 +ctags-recursive:
36134 +       list='$(SUBDIRS)'; for subdir in $$list; do \
36135 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
36136 +       done
36137 +
36138 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
36139 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
36140 +       unique=`for i in $$list; do \
36141 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36142 +         done | \
36143 +         $(AWK) '    { files[$$0] = 1; } \
36144 +              END { for (i in files) print i; }'`; \
36145 +       mkid -fID $$unique
36146 +tags: TAGS
36147 +
36148 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
36149 +               $(TAGS_FILES) $(LISP)
36150 +       tags=; \
36151 +       here=`pwd`; \
36152 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
36153 +         include_option=--etags-include; \
36154 +         empty_fix=.; \
36155 +       else \
36156 +         include_option=--include; \
36157 +         empty_fix=; \
36158 +       fi; \
36159 +       list='$(SUBDIRS)'; for subdir in $$list; do \
36160 +         if test "$$subdir" = .; then :; else \
36161 +           test ! -f $$subdir/TAGS || \
36162 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
36163 +         fi; \
36164 +       done; \
36165 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
36166 +       unique=`for i in $$list; do \
36167 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36168 +         done | \
36169 +         $(AWK) '    { files[$$0] = 1; } \
36170 +              END { for (i in files) print i; }'`; \
36171 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
36172 +         test -n "$$unique" || unique=$$empty_fix; \
36173 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
36174 +           $$tags $$unique; \
36175 +       fi
36176 +ctags: CTAGS
36177 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
36178 +               $(TAGS_FILES) $(LISP)
36179 +       tags=; \
36180 +       here=`pwd`; \
36181 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
36182 +       unique=`for i in $$list; do \
36183 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36184 +         done | \
36185 +         $(AWK) '    { files[$$0] = 1; } \
36186 +              END { for (i in files) print i; }'`; \
36187 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
36188 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
36189 +            $$tags $$unique
36190 +
36191 +GTAGS:
36192 +       here=`$(am__cd) $(top_builddir) && pwd` \
36193 +         && cd $(top_srcdir) \
36194 +         && gtags -i $(GTAGS_ARGS) $$here
36195 +
36196 +distclean-tags:
36197 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
36198 +
36199 +distdir: $(DISTFILES)
36200 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
36201 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
36202 +       list='$(DISTFILES)'; for file in $$list; do \
36203 +         case $$file in \
36204 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
36205 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
36206 +         esac; \
36207 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
36208 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
36209 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
36210 +           dir="/$$dir"; \
36211 +           $(mkdir_p) "$(distdir)$$dir"; \
36212 +         else \
36213 +           dir=''; \
36214 +         fi; \
36215 +         if test -d $$d/$$file; then \
36216 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
36217 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
36218 +           fi; \
36219 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
36220 +         else \
36221 +           test -f $(distdir)/$$file \
36222 +           || cp -p $$d/$$file $(distdir)/$$file \
36223 +           || exit 1; \
36224 +         fi; \
36225 +       done
36226 +       list='$(SUBDIRS)'; for subdir in $$list; do \
36227 +         if test "$$subdir" = .; then :; else \
36228 +           test -d "$(distdir)/$$subdir" \
36229 +           || mkdir "$(distdir)/$$subdir" \
36230 +           || exit 1; \
36231 +           (cd $$subdir && \
36232 +             $(MAKE) $(AM_MAKEFLAGS) \
36233 +               top_distdir="../$(top_distdir)" \
36234 +               distdir="../$(distdir)/$$subdir" \
36235 +               distdir) \
36236 +             || exit 1; \
36237 +         fi; \
36238 +       done
36239 +check-am: all-am
36240 +check: check-recursive
36241 +all-am: Makefile
36242 +installdirs: installdirs-recursive
36243 +installdirs-am:
36244 +install: install-recursive
36245 +install-exec: install-exec-recursive
36246 +install-data: install-data-recursive
36247 +uninstall: uninstall-recursive
36248 +
36249 +install-am: all-am
36250 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
36251 +
36252 +installcheck: installcheck-recursive
36253 +install-strip:
36254 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
36255 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
36256 +         `test -z '$(STRIP)' || \
36257 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
36258 +mostlyclean-generic:
36259 +
36260 +clean-generic:
36261 +
36262 +distclean-generic:
36263 +       -rm -f $(CONFIG_CLEAN_FILES)
36264 +
36265 +maintainer-clean-generic:
36266 +       @echo "This command is intended for maintainers to use"
36267 +       @echo "it deletes files that may require special tools to rebuild."
36268 +clean: clean-recursive
36269 +
36270 +clean-am: clean-generic clean-libtool mostlyclean-am
36271 +
36272 +distclean: distclean-recursive
36273 +       -rm -f Makefile
36274 +distclean-am: clean-am distclean-generic distclean-libtool \
36275 +       distclean-tags
36276 +
36277 +dvi: dvi-recursive
36278 +
36279 +dvi-am:
36280 +
36281 +html: html-recursive
36282 +
36283 +info: info-recursive
36284 +
36285 +info-am:
36286 +
36287 +install-data-am:
36288 +
36289 +install-exec-am:
36290 +
36291 +install-info: install-info-recursive
36292 +
36293 +install-man:
36294 +
36295 +installcheck-am:
36296 +
36297 +maintainer-clean: maintainer-clean-recursive
36298 +       -rm -f Makefile
36299 +maintainer-clean-am: distclean-am maintainer-clean-generic
36300 +
36301 +mostlyclean: mostlyclean-recursive
36302 +
36303 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
36304 +
36305 +pdf: pdf-recursive
36306 +
36307 +pdf-am:
36308 +
36309 +ps: ps-recursive
36310 +
36311 +ps-am:
36312 +
36313 +uninstall-am: uninstall-info-am
36314 +
36315 +uninstall-info: uninstall-info-recursive
36316 +
36317 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
36318 +       clean clean-generic clean-libtool clean-recursive ctags \
36319 +       ctags-recursive distclean distclean-generic distclean-libtool \
36320 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
36321 +       html-am info info-am install install-am install-data \
36322 +       install-data-am install-exec install-exec-am install-info \
36323 +       install-info-am install-man install-strip installcheck \
36324 +       installcheck-am installdirs installdirs-am maintainer-clean \
36325 +       maintainer-clean-generic maintainer-clean-recursive \
36326 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
36327 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
36328 +       uninstall uninstall-am uninstall-info-am
36329 +
36330 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
36331 +# Otherwise a system limit (for SysV at least) may be exceeded.
36332 +.NOEXPORT:
36333 --- tests/eventapp/clock.c
36334 +++ tests/eventapp/clock.c
36335 @@ -0,0 +1,136 @@
36336 +/************************************************************
36337 +*
36338 +*      CyberLink for C
36339 +*
36340 +*      Copyright (C) Satoshi Konno 2005
36341 +*
36342 +*      File: clock.c
36343 +*
36344 +*      Revision:
36345 +*       06/07/05
36346 +*               - first release.
36347 +*
36348 +************************************************************/
36349 +
36350 +#include "clock.h"
36351 +
36352 +#include <stdio.h>\r
36353 +#include <time.h>
36354 +
36355 +/****************************************
36356 +* toMonthString
36357 +****************************************/
36358 +
36359 +static char *MONTH_STRING[] = {
36360 +       "Jan",
36361 +       "Feb",
36362 +       "Mar",
36363 +       "Apr",
36364 +       "May",
36365 +       "Jun",
36366 +       "Jul",
36367 +       "Aug",
36368 +       "Sep",
36369 +       "Oct",
36370 +       "Nov",
36371 +       "Dec",
36372 +};
36373 +
36374 +static char *toMonthString(int value)
36375 +{
36376 +       if (0 <= value && value < 12)
36377 +               return MONTH_STRING[value];
36378 +       return "";
36379 +}
36380 +       
36381 +/****************************************
36382 +* toWeekString
36383 +****************************************/
36384 +
36385 +static char *WEEK_STRING[] = {
36386 +       "Sun",
36387 +       "Mon",
36388 +       "Tue",
36389 +       "Wed",
36390 +       "Thu",
36391 +       "Fri",
36392 +       "Sat",
36393 +};
36394 +
36395 +static char *toWeekString(int value)
36396 +{
36397 +       if (0 <= value && value < 7)
36398 +               return WEEK_STRING[value];
36399 +       return "";
36400 +}
36401 +
36402 +/****************************************
36403 +* GetSystemTimeString
36404 +****************************************/
36405 +\r
36406 +char *GetSystemTimeString(CgSysTime currTime, char *buf)
36407 +{
36408 +       struct tm *localTime;
36409 +                       
36410 +       localTime = localtime(&currTime);
36411 +       sprintf(buf, "%s, %s %d, %02d, %02d:%02d:%02d",
36412 +               toWeekString(localTime->tm_wday),
36413 +               toMonthString(localTime->tm_mon),
36414 +               localTime->tm_mday,
36415 +               localTime->tm_year + 1900,
36416 +               localTime->tm_hour,
36417 +               localTime->tm_min,
36418 +               localTime->tm_sec);
36419 +       
36420 +       return buf;
36421 +}
36422 +\r
36423 +/****************************************\r
36424 +* GetDateString\r
36425 +****************************************/\r
36426 +\r
36427 +char *GetDateString(CgSysTime currTime, char *buf)\r
36428 +{\r
36429 +       struct tm *localTime;\r
36430 +                       \r
36431 +       localTime = localtime(&currTime);\r
36432 +\r
36433 +       sprintf(buf, "%s, %s %d, %02d",\r
36434 +               toWeekString(localTime->tm_wday),\r
36435 +               toMonthString(localTime->tm_mon),\r
36436 +               localTime->tm_mday,\r
36437 +               localTime->tm_year + 1900);\r
36438 +\r
36439 +       return buf;\r
36440 +}\r
36441 +\r
36442 +/****************************************\r
36443 +* GetTimeString\r
36444 +****************************************/\r
36445 +\r
36446 +char *GetTimeString(CgSysTime currTime, char *buf)\r
36447 +{\r
36448 +       struct tm *localTime;\r
36449 +                       \r
36450 +       localTime = localtime(&currTime);\r
36451 +\r
36452 +       sprintf(buf, "%02d%s%02d",\r
36453 +               localTime->tm_hour,\r
36454 +               ((localTime->tm_sec % 2) == 0) ? ":" : " ",\r
36455 +               localTime->tm_min);\r
36456 +\r
36457 +       return buf;\r
36458 +}\r
36459 +\r
36460 +/****************************************\r
36461 +* GetSecond\r
36462 +****************************************/\r
36463 +\r
36464 +int GetSecond(CgSysTime currTime)\r
36465 +{\r
36466 +       struct tm *localTime;\r
36467 +                       \r
36468 +       localTime = localtime(&currTime);\r
36469 +\r
36470 +       return localTime->tm_sec;\r
36471 +}\r
36472 --- tests/eventapp/clock.h
36473 +++ tests/eventapp/clock.h
36474 @@ -0,0 +1,43 @@
36475 +/************************************************************
36476 +*
36477 +*      CyberLink for C
36478 +*
36479 +*      Copyright (C) Satoshi Konno 2005
36480 +*
36481 +*      File: clock.h
36482 +*
36483 +*      Revision:
36484 +*       06/07/05
36485 +*               - first release.
36486 +*
36487 +************************************************************/
36488 +
36489 +#ifndef _CG_CLOCK_H_
36490 +#define _CG_CLOCK_H_
36491 +\r
36492 +#include <cybergarage/util/ctime.h>\r
36493 +
36494 +#ifdef  __cplusplus
36495 +extern "C" {
36496 +#endif
36497 +
36498 +/****************************************
36499 +* Define
36500 +****************************************/
36501 +
36502 +#define SYSTEM_TIME_BUF_LEN 128
36503 +
36504 +/****************************************
36505 +* Function
36506 +****************************************/
36507 +
36508 +char *GetSystemTimeString(CgSysTime currTime, char *buf);
36509 +char *GetDateString(CgSysTime currTime, char *buf);\r
36510 +char *GetTimeString(CgSysTime currTime, char *buf);\r
36511 +int GetSecond(CgSysTime currTime);\r
36512 +
36513 +#ifdef  __cplusplus
36514 +}
36515 +#endif
36516 +
36517 +#endif
36518 --- tests/eventapp/clock_device.c
36519 +++ tests/eventapp/clock_device.c
36520 @@ -0,0 +1,432 @@
36521 +/************************************************************
36522 +*
36523 +*      CyberLink for C
36524 +*
36525 +*      Copyright (C) Satoshi Konno 2005
36526 +*
36527 +*      File: clock_device.c
36528 +*
36529 +*      Revision:
36530 +*       05/11/05
36531 +*               - first release.
36532 +*
36533 +*      10/31/05
36534 +*              - Removed :schemas: from clock service description
36535 +*
36536 +*      11-Jan-06 Heikki Junnila
36537 +*              - Renamed *_getservicebyname's to *_getservicebyexacttype
36538 +*
36539 +************************************************************/
36540 +
36541 +#ifdef HAVE_CONFIG_H
36542 +#  include "config.h"
36543 +#endif
36544 +
36545 +#include "clock_device.h"
36546 +#include "clock.h"
36547 +
36548 +#include <string.h>
36549 +#include <sys/time.h>
36550 +#include <time.h>
36551 +
36552 +static CgString *getBigString(int length);
36553 +
36554 +/****************************************
36555 +* Descriptions
36556 +****************************************/
36557 +
36558 +char *CLOCK_DEVICE_DESCRIPTION =
36559 +"<?xml version=\"1.0\" ?>\n"
36560 +"<root xmlns=\"urn:schemas-upnp-org:device-1-0\">\n"
36561 +"      <specVersion>\n"
36562 +"              <major>1</major>\n"
36563 +"              <minor>0</minor>\n"
36564 +"      </specVersion>\n"
36565 +"      <device>\n"
36566 +"              <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>\n"
36567 +"              <friendlyName>CyberGarage Clock Device</friendlyName>\n"
36568 +"              <manufacturer>CyberGarage</manufacturer>\n"
36569 +"              <manufacturerURL>http://www.cybergarage.org</manufacturerURL>\n"
36570 +"              <modelDescription>CyberUPnP Clock Device</modelDescription>\n"
36571 +"              <modelName>Clock</modelName>\n"
36572 +"              <modelNumber>1.0</modelNumber>\n"
36573 +"              <modelURL>http://www.cybergarage.org</modelURL>\n"
36574 +"              <serialNumber>1234567890</serialNumber>\n"
36575 +"              <UDN>uuid:cybergarageClockDevice</UDN>\n"
36576 +"              <UPC>123456789012</UPC>\n"
36577 +"              <iconList>\n"
36578 +"                      <icon>\n"
36579 +"                              <mimetype>image/gif</mimetype>\n"
36580 +"                              <width>48</width>\n"
36581 +"                              <height>32</height>\n"
36582 +"                              <depth>8</depth>\n"
36583 +"                              <url>icon.gif</url>\n"
36584 +"                      </icon>\n"
36585 +"              </iconList>\n"
36586 +"              <serviceList>\n"
36587 +"                      <service>\n"
36588 +"                              <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>\n"
36589 +"                              <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>\n"
36590 +"                              <SCPDURL>/service/timer/description.xml</SCPDURL>\n"
36591 +"                              <controlURL>/service/timer/control</controlURL>\n"
36592 +"                              <eventSubURL>/service/timer/eventSub</eventSubURL>\n"
36593 +"                      </service>\n"
36594 +"              </serviceList>\n"
36595 +"              <presentationURL>/presentation</presentationURL>\n"
36596 +"      </device>\n"
36597 +"</root>\n";
36598 +
36599 +char *CLOCK_SERVICE_DESCRIPTION =
36600 +"<?xml version=\"1.0\"?>\n"
36601 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
36602 +"      <specVersion>\n"
36603 +"              <major>1</major>\n"
36604 +"              <minor>0</minor>\n"
36605 +"      </specVersion>\n"
36606 +"      <actionList>\n"
36607 +"              <action>\n"
36608 +"                      <name>SetTime</name>\n"
36609 +"                      <argumentList>\n"
36610 +"                              <argument>\n"
36611 +"                                      <name>NewTime</name>\n"
36612 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
36613 +"                                      <direction>in</direction>\n"
36614 +"                              </argument>\n"
36615 +"                              <argument>\n"
36616 +"                                      <name>Result</name>\n"
36617 +"                                      <relatedStateVariable>Result</relatedStateVariable>\n"
36618 +"                                      <direction>out</direction>\n"
36619 +"                              </argument>\n"
36620 +"                      </argumentList>\n"
36621 +"              </action>\n"
36622 +"              <action>\n"
36623 +"                      <name>GetTime</name>\n"
36624 +"                      <argumentList>\n"
36625 +"                              <argument>\n"
36626 +"                                      <name>CurrentTime</name>\n"
36627 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
36628 +"                                      <direction>out</direction>\n"
36629 +"                              </argument>\n"
36630 +"                      </argumentList>\n"
36631 +"              </action>\n"
36632 +"              <action>\n"
36633 +"                      <name>SomeActionWhichGeneratesAnError</name>\n"
36634 +"                      <argumentList>\n"
36635 +"                              <argument>\n"
36636 +"                                      <name>CurrentTime</name>\n"
36637 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
36638 +"                                      <direction>out</direction>\n"
36639 +"                              </argument>\n"
36640 +"                      </argumentList>\n"
36641 +"              </action>\n"
36642 +"              <action>\n"
36643 +"                      <name>ActionWithBigParamAndResponse</name>\n"
36644 +"                      <argumentList>\n"
36645 +"                              <argument>\n"
36646 +"                                      <name>NewTime</name>\n"
36647 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
36648 +"                                      <direction>in</direction>\n"
36649 +"                              </argument>\n"
36650 +"                              <argument>\n"
36651 +"                                      <name>Result</name>\n"
36652 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
36653 +"                                      <direction>out</direction>\n"
36654 +"                              </argument>\n"
36655 +"                      </argumentList>\n"
36656 +"              </action>\n"
36657 +"      </actionList>\n"
36658 +"      <serviceStateTable>\n"
36659 +"              <stateVariable sendEvents=\"yes\">\n"
36660 +"                      <name>Time</name>\n"
36661 +"                      <dataType>string</dataType>\n"
36662 +"              </stateVariable>\n"
36663 +"              <stateVariable sendEvents=\"no\">\n"
36664 +"                      <name>Result</name>\n"
36665 +"                      <dataType>string</dataType>\n"
36666 +"              </stateVariable>\n"
36667 +"      </serviceStateTable>\n"
36668 +"</scpd>\n";
36669 +
36670 +/****************************************
36671 +* upnp_clock_actionreceived
36672 +****************************************/
36673 +
36674 +BOOL upnp_clock_actionreceived(CgUpnpAction *action)
36675 +{
36676 +       CgSysTime currTime;
36677 +       char *actionName;
36678 +       CgUpnpArgument *currTimeArg;
36679 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
36680 +       CgUpnpArgument *newTimeArg, *resultArg;
36681 +
36682 +       currTime = cg_getcurrentsystemtime();
36683 +       
36684 +       actionName = cg_upnp_action_getname(action);
36685 +       if (strcmp("GetTime", actionName) == 0) {
36686 +               GetSystemTimeString(currTime, sysTimeStr);
36687 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "CurrentTime");
36688 +               
36689 +               cg_upnp_argument_setvalue(currTimeArg, sysTimeStr);
36690 +               return TRUE;
36691 +       }
36692 +       if (strcmp("SomeActionWhichGeneratesAnError", actionName) == 0) {
36693 +               cg_upnp_action_setstatuscode(action, 854);
36694 +               cg_upnp_action_setstatusdescription(action, "A non-standard error");
36695 +               return FALSE;
36696 +       }
36697 +       if (strcmp(actionName, "SetTime") == 0) {
36698 +               newTimeArg = cg_upnp_action_getargumentbyname(action, "NewTime");
36699 +               resultArg = cg_upnp_action_getargumentbyname(action, "Result");
36700 +               /* cg_upnp_argument_setvalue(resultArg, "Not implemented"); */
36701 +               cg_upnp_argument_setvalue(resultArg, cg_string_getvalue(getBigString(204398)));
36702 +               return TRUE;
36703 +       }
36704 +
36705 +       if ( 0 == strcmp(actionName, "ActionWithBigParamAndResponse") )
36706 +       {
36707 +               newTimeArg = cg_upnp_action_getargumentbyname(action, "NewTime");
36708 +               printf("NewTime argument size (should be 204800-(protocol overhead)) is %d\n", strlen(cg_string_getvalue(newTimeArg->value)) );
36709 +               resultArg = cg_upnp_action_getargumentbyname(action, "Result");
36710 +
36711 +               /* Assumed 402 bytes of protocol overhead... */
36712 +               cg_upnp_argument_setvalue(resultArg, cg_string_getvalue(getBigString(204398)));
36713 +
36714 +               return TRUE;
36715 +       }
36716 +
36717 +       return FALSE;
36718 +}
36719 +
36720 +/****************************************
36721 +* upnp_clock_queryreceived
36722 +****************************************/
36723 +
36724 +BOOL upnp_clock_queryreceived(CgUpnpStateVariable *statVar)
36725 +{
36726 +       char *varName;
36727 +       CgSysTime currTime;
36728 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
36729 +       
36730 +       varName = cg_upnp_statevariable_getname(statVar);
36731 +       if (strcmp("Time", varName) == 0) {
36732 +               currTime = cg_getcurrentsystemtime();
36733 +               GetSystemTimeString(currTime, sysTimeStr);
36734 +               cg_upnp_statevariable_setvalue(statVar, sysTimeStr);
36735 +               return TRUE;
36736 +       }
36737 +       
36738 +       return FALSE;
36739 +}
36740 +
36741 +/****************************************
36742 +* upnp_clock_device_httprequestrecieved
36743 +****************************************/
36744 +
36745 +void upnp_clock_device_httprequestrecieved(CgHttpRequest *httpReq)
36746 +{
36747 +       CgSysTime currTime;
36748 +       CgUpnpDevice *dev;
36749 +       char *uri;
36750 +       char content[2048];
36751 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
36752 +       char serverName[CG_UPNP_SEVERNAME_MAXLEN];
36753 +       CgHttpResponse *httpRes;
36754 +       BOOL postRet;
36755 +       
36756 +       dev = (CgUpnpDevice *)cg_http_request_getuserdata(httpReq);
36757 +
36758 +       uri = cg_http_request_geturi(httpReq);
36759 +       if (strcmp(uri, "/presentation") != 0) {
36760 +               cg_upnp_device_httprequestrecieved(httpReq);
36761 +               return;
36762 +       }
36763 +
36764 +       currTime = cg_getcurrentsystemtime();
36765 +
36766 +#if defined(HAVE_SNPRINTF)
36767 +       snprintf(content, sizeof(content),
36768 +#else
36769 +       sprintf(content,
36770 +#endif
36771 +               "<HTML>"
36772 +               "<HEAD>"
36773 +               "<TITLE>UPnP Clock Sample</TITLE>"
36774 +               "</HEAD>"
36775 +               "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=/presentation\">"
36776 +               "<BODY><CENTER>"
36777 +               "<H1>UPnP Clock Sample</H1>"
36778 +               "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
36779 +               "<TR>"
36780 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36781 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
36782 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36783 +               "</TR>"
36784 +               "<TR>"
36785 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36786 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H1>"
36787 +               "%s"
36788 +               "</H1></TD>"
36789 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36790 +               "</TR>"
36791 +               "<TR>"
36792 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36793 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H3>"
36794 +               "Server : %s"
36795 +               "</H3></TD>"
36796 +               "<TD style=\"height: 30px; background-color: rgb(176, 176, 176);\"></TD>"
36797 +               "</TR>"
36798 +               "<TR>"
36799 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36800 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
36801 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
36802 +               "</TR>"
36803 +               "</TABLE>"
36804 +               "<CENTER></BODY>"
36805 +               "</HTML>",
36806 +               GetSystemTimeString(currTime, sysTimeStr),
36807 +               cg_upnp_getservername(serverName, sizeof(serverName)));
36808 +
36809 +       httpRes = cg_http_response_new();
36810 +       cg_http_response_setstatuscode(httpRes, CG_HTTP_STATUS_OK);
36811 +       cg_http_response_setcontent(httpRes, content);
36812 +       cg_http_response_setcontenttype(httpRes, "text/html");
36813 +       cg_http_response_setcontentlength(httpRes, strlen(content));
36814 +       postRet = cg_http_request_postresponse(httpReq, httpRes);
36815 +       cg_http_response_delete(httpRes);
36816 +}
36817 +
36818 +/****************************************
36819 +* upnp_clock_device_new
36820 +****************************************/
36821 +
36822 +CgUpnpDevice *upnp_clock_device_new()
36823 +{
36824 +       CgUpnpDevice *clockDev;
36825 +       CgUpnpService *timeService;
36826 +        
36827 +       clockDev = cg_upnp_device_new();
36828 +       
36829 +       if (cg_upnp_device_parsedescription(clockDev, CLOCK_DEVICE_DESCRIPTION, strlen(CLOCK_DEVICE_DESCRIPTION)) == FALSE) {
36830 +               cg_upnp_device_delete(clockDev);
36831 +               return NULL;
36832 +       }
36833 +
36834 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
36835 +       if (timeService == NULL) {
36836 +               cg_upnp_device_delete(clockDev);
36837 +               return NULL;
36838 +       }
36839 +       
36840 +       if (cg_upnp_service_parsedescription(timeService, CLOCK_SERVICE_DESCRIPTION, strlen(CLOCK_SERVICE_DESCRIPTION)) == FALSE) {
36841 +               cg_upnp_device_delete(clockDev);
36842 +               return NULL;
36843 +       }
36844 +
36845 +       cg_upnp_device_setactionlistener(clockDev, upnp_clock_actionreceived);
36846 +       cg_upnp_device_setquerylistener(clockDev, upnp_clock_queryreceived);
36847 +       cg_upnp_device_sethttplistener(clockDev, upnp_clock_device_httprequestrecieved);
36848 +
36849 +       return clockDev;
36850 +}
36851 +
36852 +/****************************************
36853 +* upnp_clock_device_update
36854 +****************************************/
36855 +
36856 +void upnp_clock_device_update(CgUpnpDevice *clockDev)
36857 +{
36858 +       CgSysTime currTime;
36859 +       CgUpnpService *timeService;
36860 +       CgUpnpStateVariable *timeState;
36861 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
36862 +       
36863 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
36864 +       if (timeService == NULL)
36865 +               return;
36866 +
36867 +       timeState = cg_upnp_service_getstatevariablebyname(timeService, "Time");
36868 +       if (timeState == NULL)
36869 +               return;
36870 +       
36871 +       currTime = cg_getcurrentsystemtime();
36872 +       GetSystemTimeString(currTime, sysTimeStr);
36873 +       cg_upnp_statevariable_setvalue(timeState, sysTimeStr);
36874 +       
36875 +       printf("(%ld) %s\n", currTime, sysTimeStr);
36876 +}
36877 +
36878 +/* Updates state variable with a user defined (or maximum)  message size */
36879 +
36880 +void upnp_clock_device_update_max(CgUpnpDevice *clockDev, int m_length )
36881 +{
36882 +       //CgSysTime currTime;
36883 +       CgUpnpService *timeService;
36884 +       CgUpnpStateVariable *timeState;
36885 +       CgString *message;
36886 +
36887 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
36888 +       if (timeService == NULL)
36889 +               return;
36890 +
36891 +       timeState = cg_upnp_service_getstatevariablebyname(timeService, "Time");
36892 +       if (timeState == NULL)
36893 +               return;
36894 +       /*
36895 +       currTime = cg_getcurrentsystemtime();
36896 +       GetSystemTimeString(currTime, sysTimeStr);
36897 +       cg_upnp_statevariable_setvalue(timeState, sysTimeStr);
36898 +       */
36899 +
36900 +       printf("Filling up message with %d characters... ", m_length);
36901 +
36902 +       message = (CgString *)getBigString(m_length);
36903 +
36904 +       puts("Done.\n");
36905 +       
36906 +       cg_upnp_statevariable_setvalue(timeState, cg_string_getvalue(message));
36907 +}
36908 +
36909 +/*
36910 + * Local utility functions
36911 + */
36912 +
36913 +static CgString *getBigString(int length)
36914 +{
36915 +       CgString *p_string;
36916 +       char *message, *end_tag = "message end";
36917 +       int i, c, new_length;
36918 +
36919 +       p_string = cg_string_new();
36920 +       message = malloc(length);
36921 +       i = 0;
36922 +       c = 0;
36923 +       
36924 +       if ( NULL == message )
36925 +               return p_string;
36926 +
36927 +       new_length = length - ( strlen(end_tag) + 1 );
36928 +
36929 +#if NOK
36930 +       /*OOOOMG MAGIC !!!!*/
36931 +       while ( i < new_length )
36932 +       {
36933 +               c = 65 + c++%25; 
36934 +               *(message + i++) = c;
36935 +       }
36936 +#endif /* NOK */
36937 +        /* supposedly this should be: */
36938 +       while ( i < new_length )
36939 +       {
36940 +               c = 65 + (c%25);
36941 +               c++;
36942 +               *(message + i) = c;
36943 +               i++;
36944 +       }
36945 +       /* Why would we want to do this anyway? (Except for debugging) */
36946 +
36947 +       strcpy(message + i, end_tag);
36948 +
36949 +       cg_string_setpointervalue(p_string, message);
36950 +       
36951 +       return p_string;
36952 +}
36953 --- tests/eventapp/clock_device.h
36954 +++ tests/eventapp/clock_device.h
36955 @@ -0,0 +1,38 @@
36956 +/************************************************************
36957 +*
36958 +*      CyberLink for C
36959 +*
36960 +*      Copyright (C) Satoshi Konno 2005
36961 +*
36962 +*      File: clock_device.h
36963 +*
36964 +*      Revision:
36965 +*       05/11/05
36966 +*               - first release.
36967 +*
36968 +************************************************************/
36969 +
36970 +#ifndef _CG_CLOCK_DEVICE_H_
36971 +#define _CG_CLOCK_DEVICE_H_
36972 +
36973 +#include <cybergarage/upnp/cupnp.h>
36974 +
36975 +#ifdef  __cplusplus
36976 +extern "C" {
36977 +#endif
36978 +
36979 +#define MAX_MESSAGE_LENGTH 204800
36980 +
36981 +/****************************************
36982 +* Function
36983 +****************************************/
36984 +
36985 +CgUpnpDevice *upnp_clock_device_new();
36986 +void upnp_clock_device_update(CgUpnpDevice *dev);
36987 +void upnp_clock_device_update_max(CgUpnpDevice *dev, int m_length);
36988 +
36989 +#ifdef  __cplusplus
36990 +}
36991 +#endif
36992 +
36993 +#endif
36994 --- tests/eventapp/unix/Makefile.am
36995 +++ tests/eventapp/unix/Makefile.am
36996 @@ -0,0 +1,20 @@
36997 +bin_PROGRAMS = clinkceventapp
36998 +
36999 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
37000 +
37001 +noinst_HEADERS = \
37002 +       ../clock.h \
37003 +       ../clock_device.h \
37004 +       ../../../sample/common/kb_util.h
37005 +
37006 +clinkceventapp_SOURCES = \
37007 +       ./clock_main.c \
37008 +       ../clock.c \
37009 +       ../clock_device.c \
37010 +       ../../../sample/common/kb_util.c
37011 +
37012 +if HAVE_LIBTOOL
37013 +clinkceventapp_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
37014 +else
37015 +clinkceventapp_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
37016 +endif
37017 --- tests/eventapp/unix/Makefile.in
37018 +++ tests/eventapp/unix/Makefile.in
37019 @@ -0,0 +1,574 @@
37020 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
37021 +# @configure_input@
37022 +
37023 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37024 +# 2003, 2004  Free Software Foundation, Inc.
37025 +# This Makefile.in is free software; the Free Software Foundation
37026 +# gives unlimited permission to copy and/or distribute it,
37027 +# with or without modifications, as long as this notice is preserved.
37028 +
37029 +# This program is distributed in the hope that it will be useful,
37030 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
37031 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
37032 +# PARTICULAR PURPOSE.
37033 +
37034 +@SET_MAKE@
37035 +
37036 +
37037 +SOURCES = $(clinkceventapp_SOURCES)
37038 +
37039 +srcdir = @srcdir@
37040 +top_srcdir = @top_srcdir@
37041 +VPATH = @srcdir@
37042 +pkgdatadir = $(datadir)/@PACKAGE@
37043 +pkglibdir = $(libdir)/@PACKAGE@
37044 +pkgincludedir = $(includedir)/@PACKAGE@
37045 +top_builddir = ../../..
37046 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37047 +INSTALL = @INSTALL@
37048 +install_sh_DATA = $(install_sh) -c -m 644
37049 +install_sh_PROGRAM = $(install_sh) -c
37050 +install_sh_SCRIPT = $(install_sh) -c
37051 +INSTALL_HEADER = $(INSTALL_DATA)
37052 +transform = $(program_transform_name)
37053 +NORMAL_INSTALL = :
37054 +PRE_INSTALL = :
37055 +POST_INSTALL = :
37056 +NORMAL_UNINSTALL = :
37057 +PRE_UNINSTALL = :
37058 +POST_UNINSTALL = :
37059 +host_triplet = @host@
37060 +bin_PROGRAMS = clinkceventapp$(EXEEXT)
37061 +subdir = tests/eventapp/unix
37062 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
37063 +       $(srcdir)/Makefile.in
37064 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37065 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
37066 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
37067 +       $(ACLOCAL_M4)
37068 +mkinstalldirs = $(mkdir_p)
37069 +CONFIG_HEADER = $(top_builddir)/config.h
37070 +CONFIG_CLEAN_FILES =
37071 +am__installdirs = "$(DESTDIR)$(bindir)"
37072 +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
37073 +PROGRAMS = $(bin_PROGRAMS)
37074 +am_clinkceventapp_OBJECTS = clock_main.$(OBJEXT) clock.$(OBJEXT) \
37075 +       clock_device.$(OBJEXT) kb_util.$(OBJEXT)
37076 +clinkceventapp_OBJECTS = $(am_clinkceventapp_OBJECTS)
37077 +@HAVE_LIBTOOL_FALSE@clinkceventapp_DEPENDENCIES =  \
37078 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
37079 +@HAVE_LIBTOOL_TRUE@clinkceventapp_DEPENDENCIES =  \
37080 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
37081 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
37082 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
37083 +am__depfiles_maybe = depfiles
37084 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/clock.Po \
37085 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_device.Po \
37086 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_main.Po ./$(DEPDIR)/kb_util.Po
37087 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
37088 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
37089 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
37090 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
37091 +       $(AM_CFLAGS) $(CFLAGS)
37092 +CCLD = $(CC)
37093 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
37094 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
37095 +SOURCES = $(clinkceventapp_SOURCES)
37096 +DIST_SOURCES = $(clinkceventapp_SOURCES)
37097 +HEADERS = $(noinst_HEADERS)
37098 +ETAGS = etags
37099 +CTAGS = ctags
37100 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
37101 +ACLOCAL = @ACLOCAL@
37102 +AMDEP_FALSE = @AMDEP_FALSE@
37103 +AMDEP_TRUE = @AMDEP_TRUE@
37104 +AMTAR = @AMTAR@
37105 +AR = @AR@
37106 +AUTOCONF = @AUTOCONF@
37107 +AUTOHEADER = @AUTOHEADER@
37108 +AUTOMAKE = @AUTOMAKE@
37109 +AWK = @AWK@
37110 +CC = @CC@
37111 +CCDEPMODE = @CCDEPMODE@
37112 +CFLAGS = @CFLAGS@
37113 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
37114 +CPP = @CPP@
37115 +CPPFLAGS = @CPPFLAGS@
37116 +CXX = @CXX@
37117 +CXXCPP = @CXXCPP@
37118 +CXXDEPMODE = @CXXDEPMODE@
37119 +CXXFLAGS = @CXXFLAGS@
37120 +CYGPATH_W = @CYGPATH_W@
37121 +DEFS = @DEFS@
37122 +DEPDIR = @DEPDIR@
37123 +ECHO = @ECHO@
37124 +ECHO_C = @ECHO_C@
37125 +ECHO_N = @ECHO_N@
37126 +ECHO_T = @ECHO_T@
37127 +EGREP = @EGREP@
37128 +EXEEXT = @EXEEXT@
37129 +F77 = @F77@
37130 +FFLAGS = @FFLAGS@
37131 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
37132 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
37133 +HTTP_CFLAGS = @HTTP_CFLAGS@
37134 +HTTP_LIBS = @HTTP_LIBS@
37135 +INSTALL_DATA = @INSTALL_DATA@
37136 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
37137 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
37138 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
37139 +LDFLAGS = @LDFLAGS@
37140 +LIBOBJS = @LIBOBJS@
37141 +LIBS = @LIBS@
37142 +LIBTOOL = @LIBTOOL@
37143 +LN_S = @LN_S@
37144 +LTLIBOBJS = @LTLIBOBJS@
37145 +MAKEINFO = @MAKEINFO@
37146 +OBJEXT = @OBJEXT@
37147 +PACKAGE = @PACKAGE@
37148 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
37149 +PACKAGE_NAME = @PACKAGE_NAME@
37150 +PACKAGE_STRING = @PACKAGE_STRING@
37151 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
37152 +PACKAGE_VERSION = @PACKAGE_VERSION@
37153 +PATH_SEPARATOR = @PATH_SEPARATOR@
37154 +RANLIB = @RANLIB@
37155 +SET_MAKE = @SET_MAKE@
37156 +SHELL = @SHELL@
37157 +STRIP = @STRIP@
37158 +VERSION = @VERSION@
37159 +XML_CFLAGS = @XML_CFLAGS@
37160 +XML_LIBS = @XML_LIBS@
37161 +ac_ct_AR = @ac_ct_AR@
37162 +ac_ct_CC = @ac_ct_CC@
37163 +ac_ct_CXX = @ac_ct_CXX@
37164 +ac_ct_F77 = @ac_ct_F77@
37165 +ac_ct_RANLIB = @ac_ct_RANLIB@
37166 +ac_ct_STRIP = @ac_ct_STRIP@
37167 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
37168 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
37169 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
37170 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
37171 +am__include = @am__include@
37172 +am__leading_dot = @am__leading_dot@
37173 +am__quote = @am__quote@
37174 +bindir = @bindir@
37175 +build = @build@
37176 +build_alias = @build_alias@
37177 +build_cpu = @build_cpu@
37178 +build_os = @build_os@
37179 +build_vendor = @build_vendor@
37180 +datadir = @datadir@
37181 +exec_prefix = @exec_prefix@
37182 +host = @host@
37183 +host_alias = @host_alias@
37184 +host_cpu = @host_cpu@
37185 +host_os = @host_os@
37186 +host_vendor = @host_vendor@
37187 +includedir = @includedir@
37188 +infodir = @infodir@
37189 +install_sh = @install_sh@
37190 +libdir = @libdir@
37191 +libexecdir = @libexecdir@
37192 +localstatedir = @localstatedir@
37193 +mandir = @mandir@
37194 +mkdir_p = @mkdir_p@
37195 +oldincludedir = @oldincludedir@
37196 +prefix = @prefix@
37197 +program_transform_name = @program_transform_name@
37198 +sbindir = @sbindir@
37199 +sharedstatedir = @sharedstatedir@
37200 +sysconfdir = @sysconfdir@
37201 +target_alias = @target_alias@
37202 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
37203 +noinst_HEADERS = \
37204 +       ../clock.h \
37205 +       ../clock_device.h \
37206 +       ../../../sample/common/kb_util.h
37207 +
37208 +clinkceventapp_SOURCES = \
37209 +       ./clock_main.c \
37210 +       ../clock.c \
37211 +       ../clock_device.c \
37212 +       ../../../sample/common/kb_util.c
37213 +
37214 +@HAVE_LIBTOOL_FALSE@clinkceventapp_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
37215 +@HAVE_LIBTOOL_TRUE@clinkceventapp_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
37216 +all: all-am
37217 +
37218 +.SUFFIXES:
37219 +.SUFFIXES: .c .lo .o .obj
37220 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
37221 +       @for dep in $?; do \
37222 +         case '$(am__configure_deps)' in \
37223 +           *$$dep*) \
37224 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
37225 +               && exit 0; \
37226 +             exit 1;; \
37227 +         esac; \
37228 +       done; \
37229 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/eventapp/unix/Makefile'; \
37230 +       cd $(top_srcdir) && \
37231 +         $(AUTOMAKE) --foreign  tests/eventapp/unix/Makefile
37232 +.PRECIOUS: Makefile
37233 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
37234 +       @case '$?' in \
37235 +         *config.status*) \
37236 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
37237 +         *) \
37238 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
37239 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
37240 +       esac;
37241 +
37242 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
37243 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37244 +
37245 +$(top_srcdir)/configure:  $(am__configure_deps)
37246 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37247 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
37248 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37249 +install-binPROGRAMS: $(bin_PROGRAMS)
37250 +       @$(NORMAL_INSTALL)
37251 +       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
37252 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
37253 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
37254 +         if test -f $$p \
37255 +            || test -f $$p1 \
37256 +         ; then \
37257 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
37258 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
37259 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
37260 +         else :; fi; \
37261 +       done
37262 +
37263 +uninstall-binPROGRAMS:
37264 +       @$(NORMAL_UNINSTALL)
37265 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
37266 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
37267 +         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
37268 +         rm -f "$(DESTDIR)$(bindir)/$$f"; \
37269 +       done
37270 +
37271 +clean-binPROGRAMS:
37272 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
37273 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
37274 +         echo " rm -f $$p $$f"; \
37275 +         rm -f $$p $$f ; \
37276 +       done
37277 +clinkceventapp$(EXEEXT): $(clinkceventapp_OBJECTS) $(clinkceventapp_DEPENDENCIES) 
37278 +       @rm -f clinkceventapp$(EXEEXT)
37279 +       $(LINK) $(clinkceventapp_LDFLAGS) $(clinkceventapp_OBJECTS) $(clinkceventapp_LDADD) $(LIBS)
37280 +
37281 +mostlyclean-compile:
37282 +       -rm -f *.$(OBJEXT)
37283 +
37284 +distclean-compile:
37285 +       -rm -f *.tab.c
37286 +
37287 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
37288 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_device.Po@am__quote@
37289 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_main.Po@am__quote@
37290 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
37291 +
37292 +.c.o:
37293 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
37294 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
37295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
37296 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
37297 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37298 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
37299 +
37300 +.c.obj:
37301 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
37302 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
37303 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
37304 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
37305 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37306 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
37307 +
37308 +.c.lo:
37309 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
37310 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
37311 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
37312 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
37313 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37314 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
37315 +
37316 +clock_main.o: ./clock_main.c
37317 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.o -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
37318 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
37319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.o' libtool=no @AMDEPBACKSLASH@
37320 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
37321 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37322 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
37323 +
37324 +clock_main.obj: ./clock_main.c
37325 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.obj -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`; \
37326 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
37327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.obj' libtool=no @AMDEPBACKSLASH@
37328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
37329 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37330 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`
37331 +
37332 +clock_main.lo: ./clock_main.c
37333 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.lo -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
37334 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Plo"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
37335 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.lo' libtool=yes @AMDEPBACKSLASH@
37336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Plo' tmpdepfile='$(DEPDIR)/clock_main.TPlo' @AMDEPBACKSLASH@
37337 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37338 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
37339 +
37340 +clock.o: ../clock.c
37341 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.o -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
37342 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
37343 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.o' libtool=no @AMDEPBACKSLASH@
37344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
37345 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37346 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
37347 +
37348 +clock.obj: ../clock.c
37349 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.obj -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`; \
37350 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
37351 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.obj' libtool=no @AMDEPBACKSLASH@
37352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
37353 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37354 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`
37355 +
37356 +clock.lo: ../clock.c
37357 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.lo -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
37358 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Plo"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
37359 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.lo' libtool=yes @AMDEPBACKSLASH@
37360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Plo' tmpdepfile='$(DEPDIR)/clock.TPlo' @AMDEPBACKSLASH@
37361 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37362 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
37363 +
37364 +clock_device.o: ../clock_device.c
37365 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.o -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
37366 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
37367 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.o' libtool=no @AMDEPBACKSLASH@
37368 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
37369 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37370 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
37371 +
37372 +clock_device.obj: ../clock_device.c
37373 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.obj -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`; \
37374 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
37375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.obj' libtool=no @AMDEPBACKSLASH@
37376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
37377 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37378 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`
37379 +
37380 +clock_device.lo: ../clock_device.c
37381 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.lo -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
37382 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Plo"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
37383 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.lo' libtool=yes @AMDEPBACKSLASH@
37384 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Plo' tmpdepfile='$(DEPDIR)/clock_device.TPlo' @AMDEPBACKSLASH@
37385 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37386 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
37387 +
37388 +kb_util.o: ../../../sample/common/kb_util.c
37389 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
37390 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
37391 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
37392 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
37393 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37394 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
37395 +
37396 +kb_util.obj: ../../../sample/common/kb_util.c
37397 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`; \
37398 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
37399 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
37400 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
37401 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37402 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`
37403 +
37404 +kb_util.lo: ../../../sample/common/kb_util.c
37405 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
37406 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
37407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
37408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
37409 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
37410 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
37411 +
37412 +mostlyclean-libtool:
37413 +       -rm -f *.lo
37414 +
37415 +clean-libtool:
37416 +       -rm -rf .libs _libs
37417 +
37418 +distclean-libtool:
37419 +       -rm -f libtool
37420 +uninstall-info-am:
37421 +
37422 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
37423 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
37424 +       unique=`for i in $$list; do \
37425 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
37426 +         done | \
37427 +         $(AWK) '    { files[$$0] = 1; } \
37428 +              END { for (i in files) print i; }'`; \
37429 +       mkid -fID $$unique
37430 +tags: TAGS
37431 +
37432 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
37433 +               $(TAGS_FILES) $(LISP)
37434 +       tags=; \
37435 +       here=`pwd`; \
37436 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
37437 +       unique=`for i in $$list; do \
37438 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
37439 +         done | \
37440 +         $(AWK) '    { files[$$0] = 1; } \
37441 +              END { for (i in files) print i; }'`; \
37442 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
37443 +         test -n "$$unique" || unique=$$empty_fix; \
37444 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
37445 +           $$tags $$unique; \
37446 +       fi
37447 +ctags: CTAGS
37448 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
37449 +               $(TAGS_FILES) $(LISP)
37450 +       tags=; \
37451 +       here=`pwd`; \
37452 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
37453 +       unique=`for i in $$list; do \
37454 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
37455 +         done | \
37456 +         $(AWK) '    { files[$$0] = 1; } \
37457 +              END { for (i in files) print i; }'`; \
37458 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
37459 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
37460 +            $$tags $$unique
37461 +
37462 +GTAGS:
37463 +       here=`$(am__cd) $(top_builddir) && pwd` \
37464 +         && cd $(top_srcdir) \
37465 +         && gtags -i $(GTAGS_ARGS) $$here
37466 +
37467 +distclean-tags:
37468 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
37469 +
37470 +distdir: $(DISTFILES)
37471 +       $(mkdir_p) $(distdir)/.. $(distdir)/../../../sample/common
37472 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
37473 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
37474 +       list='$(DISTFILES)'; for file in $$list; do \
37475 +         case $$file in \
37476 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
37477 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
37478 +         esac; \
37479 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
37480 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
37481 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
37482 +           dir="/$$dir"; \
37483 +           $(mkdir_p) "$(distdir)$$dir"; \
37484 +         else \
37485 +           dir=''; \
37486 +         fi; \
37487 +         if test -d $$d/$$file; then \
37488 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
37489 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
37490 +           fi; \
37491 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
37492 +         else \
37493 +           test -f $(distdir)/$$file \
37494 +           || cp -p $$d/$$file $(distdir)/$$file \
37495 +           || exit 1; \
37496 +         fi; \
37497 +       done
37498 +check-am: all-am
37499 +check: check-am
37500 +all-am: Makefile $(PROGRAMS) $(HEADERS)
37501 +installdirs:
37502 +       for dir in "$(DESTDIR)$(bindir)"; do \
37503 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
37504 +       done
37505 +install: install-am
37506 +install-exec: install-exec-am
37507 +install-data: install-data-am
37508 +uninstall: uninstall-am
37509 +
37510 +install-am: all-am
37511 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
37512 +
37513 +installcheck: installcheck-am
37514 +install-strip:
37515 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
37516 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
37517 +         `test -z '$(STRIP)' || \
37518 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
37519 +mostlyclean-generic:
37520 +
37521 +clean-generic:
37522 +
37523 +distclean-generic:
37524 +       -rm -f $(CONFIG_CLEAN_FILES)
37525 +
37526 +maintainer-clean-generic:
37527 +       @echo "This command is intended for maintainers to use"
37528 +       @echo "it deletes files that may require special tools to rebuild."
37529 +clean: clean-am
37530 +
37531 +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
37532 +
37533 +distclean: distclean-am
37534 +       -rm -rf ./$(DEPDIR)
37535 +       -rm -f Makefile
37536 +distclean-am: clean-am distclean-compile distclean-generic \
37537 +       distclean-libtool distclean-tags
37538 +
37539 +dvi: dvi-am
37540 +
37541 +dvi-am:
37542 +
37543 +html: html-am
37544 +
37545 +info: info-am
37546 +
37547 +info-am:
37548 +
37549 +install-data-am:
37550 +
37551 +install-exec-am: install-binPROGRAMS
37552 +
37553 +install-info: install-info-am
37554 +
37555 +install-man:
37556 +
37557 +installcheck-am:
37558 +
37559 +maintainer-clean: maintainer-clean-am
37560 +       -rm -rf ./$(DEPDIR)
37561 +       -rm -f Makefile
37562 +maintainer-clean-am: distclean-am maintainer-clean-generic
37563 +
37564 +mostlyclean: mostlyclean-am
37565 +
37566 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
37567 +       mostlyclean-libtool
37568 +
37569 +pdf: pdf-am
37570 +
37571 +pdf-am:
37572 +
37573 +ps: ps-am
37574 +
37575 +ps-am:
37576 +
37577 +uninstall-am: uninstall-binPROGRAMS uninstall-info-am
37578 +
37579 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
37580 +       clean-generic clean-libtool ctags distclean distclean-compile \
37581 +       distclean-generic distclean-libtool distclean-tags distdir dvi \
37582 +       dvi-am html html-am info info-am install install-am \
37583 +       install-binPROGRAMS install-data install-data-am install-exec \
37584 +       install-exec-am install-info install-info-am install-man \
37585 +       install-strip installcheck installcheck-am installdirs \
37586 +       maintainer-clean maintainer-clean-generic mostlyclean \
37587 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
37588 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
37589 +       uninstall-binPROGRAMS uninstall-info-am
37590 +
37591 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
37592 +# Otherwise a system limit (for SysV at least) may be exceeded.
37593 +.NOEXPORT:
37594 --- tests/eventapp/unix/clock_main.c
37595 +++ tests/eventapp/unix/clock_main.c
37596 @@ -0,0 +1,270 @@
37597 +/************************************************************
37598 +*
37599 +*      CyberLink for C
37600 +*
37601 +*      Copyright (C) Satoshi Konno 2005
37602 +*
37603 +*      File: clock_main.c
37604 +*
37605 +*      Revision:
37606 +*       05/11/05
37607 +*               - first release.
37608 +*
37609 +************************************************************/
37610 +
37611 +#include <cybergarage/upnp/cupnp.h>
37612 +
37613 +#include <termios.h>
37614 +#include <unistd.h>
37615 +#include <argp.h>
37616 +#include <cybergarage/util/clog.h>
37617 +#include "clock_device.h"
37618 +
37619 +#include <sys/time.h>
37620 +#include <time.h>
37621 +
37622 +#if defined(TENGINE)
37623 +#if defined(PROCESS_BASE) /* Process based */
37624 +#include <basic.h>
37625 +#define MBEG   int main( W ac, TC *av[] )
37626 +#define MEND   0
37627 +#define DIR    "/SYS/bin/"
37628 +#else /* T-Kernel based */
37629 +#include <basic.h>
37630 +#include <tk/tkernel.h>
37631 +#include <sys/pinfo.h>
37632 +#define MBEG   ER main( INT ac, UB *av[] )
37633 +#define MEND   E_SYS
37634 +#define DIR    "/SYS/bin/"
37635 +#endif
37636 +#endif
37637 +
37638 +const char *argp_program_version = "Eventapp (upnp clock fork)";
37639 +const char *argp_program_bug_address = "<mikael.saarenpaa@invalid>";
37640 +
37641 +struct arguments
37642 +{
37643 +        int cache_control;
37644 +};
37645 +
37646 +static struct argp_option options[] =
37647 +{
37648 +        { "log-defaults", 'l', 0, 0, "Add default outputs: -e stderr -w stderr-i stdout -d stdout" },
37649 +        { "log-error", 'e', "stdout|stderr|FILE", 0, "Add error output" },
37650 +        { "log-warning", 'w', "stdout|stderr|FILE", 0, "Add warning output" },
37651 +        { "log-info", 'i', "stdout|stderr|FILE", 0, "Add info output" },
37652 +        { "log-debug", 'd', "stdout|stderr|FILE", 0, "Add all debug output" },
37653 +        { "log-debug-1", 'f', "stdout|stderr|FILE", 0, "Add level 1 (basic) debug output" },
37654 +        { "log-debug-2", 'g', "stdout|stderr|FILE", 0, "Add level 2 (stack) debug output" },
37655 +        { "log-debug-3", 'h', "stdout|stderr|FILE", 0, "Add level 3 (testing) debug output" },
37656 +        { "log-debug-4", 'j', "stdout|stderr|FILE", 0, "Add level 4 (low level) debug output" },
37657 +        { "log-debug-5", 'k', "stdout|stderr|FILE", 0, "Add level 5 (low level) debug output" },
37658 +       { "cache-control", 'c', "INTEGER", 0, "Set cache control value" },
37659 +        {0}
37660 +};
37661 +
37662 +static error_t parse_opt(int key, char *arg, struct argp_state *state)
37663 +{
37664 +       struct arguments *arguments = state->input;
37665 +
37666 +        switch (key)
37667 +        {
37668 +                case 'l':
37669 +                        cg_log_add_target("stdout", ( SEV_INFO | SEV_DEBUG_L1 | SEV_DEBUG_L2 | SEV_DEBUG_L3 ) );
37670 +                        cg_log_add_target("stderr", ( SEV_ERROR | SEV_WARNING ) );
37671 +                        break;
37672 +                case 'e':
37673 +                        cg_log_add_target(arg, SEV_ERROR );
37674 +                        break;
37675 +                case 'w':
37676 +                        cg_log_add_target(arg, SEV_WARNING );
37677 +                        break;
37678 +                case 'i':
37679 +                        cg_log_add_target(arg, SEV_INFO );
37680 +                        break;
37681 +                case 'd':
37682 +                        cg_log_add_target(arg, ( SEV_DEBUG_L1 | SEV_DEBUG_L2 |SEV_DEBUG_L3 ) );
37683 +                        break;
37684 +                case 'f':
37685 +                        cg_log_add_target(arg, SEV_DEBUG_L1 );
37686 +                        break;
37687 +                case 'g':
37688 +                        cg_log_add_target(arg, SEV_DEBUG_L2 );
37689 +                        break;
37690 +                case 'h':
37691 +                        cg_log_add_target(arg, SEV_DEBUG_L3 );
37692 +                        break;
37693 +                case 'j':
37694 +                        cg_log_add_target(arg, SEV_DEBUG_L4 );
37695 +                        break;
37696 +                case 'k':
37697 +                        cg_log_add_target(arg, SEV_DEBUG_L5 );
37698 +                        break;
37699 +               case 'c':
37700 +                       arguments->cache_control = atoi(arg);
37701 +                       break;
37702 +                default:
37703 +                        return ARGP_ERR_UNKNOWN;
37704 +        }
37705 +
37706 +        return 0;
37707 +}
37708 +
37709 +static char args_doc[] = "";
37710 +static char doc[] = "eventapp -- A program to test ClinkC Upnp stack.";
37711 +
37712 +static struct argp argp = {options, parse_opt, args_doc, doc};
37713 +
37714 +#define USAGE_STRING "Press:\v\t\
37715 +                       Space\tto generate an event,\n\t\
37716 +                       m\tto specify messages size,\n\t\
37717 +                       e\tto specify event count to execute in bysy loop,\n\t\
37718 +                       i\tto indicate IP address change to stack,\n\t\
37719 +                       q\tto quit.\n"
37720 +
37721 +CgUpnpDevice *clockDev;
37722 +
37723 +////////////////////////////////////////////////////////// 
37724 +//  InitApp
37725 +////////////////////////////////////////////////////////// 
37726 +
37727 +BOOL InitApp( int cacheControl )
37728 +{
37729 +       clockDev = upnp_clock_device_new();
37730 +        if ( clockDev == NULL ) {
37731 +                printf( "upnp_clock_device_new() failed\n" );
37732 +                return FALSE;
37733 +        }
37734 +        cg_upnp_device_setleasetime( clockDev, cacheControl );
37735 +       return cg_upnp_device_start(clockDev);
37736 +}
37737 +
37738 +void ExitApp()
37739 +{
37740 +       cg_upnp_device_stop(clockDev);
37741 +       cg_upnp_device_delete(clockDev);
37742 +}
37743 +
37744 +////////////////////////////////////////////////////////// 
37745 +//  main
37746 +////////////////////////////////////////////////////////// 
37747 +
37748 +#if defined(TENGINE)
37749 +MBEG
37750 +#else
37751 +int main( int argc, char* argv[] )
37752 +#endif
37753 +{
37754 +       struct termios old_tio, new_tio;
37755 +        int m_length, event_count, stop = 0;
37756 +       struct arguments arguments;
37757 +
37758 +       arguments.cache_control = 1800;
37759 +
37760 +       argp_parse(&argp, argc, argv, 0, 0, &arguments);        
37761 +
37762 +        printf( "Using CACHE-CONTROL value: %d sec\n", arguments.cache_control );
37763 +
37764 +       if (InitApp( arguments.cache_control ) == FALSE) {
37765 +               fprintf(stderr, "Couldn't create this clock device !!\n");
37766 +               exit(0);
37767 +       }
37768 +                               
37769 +       int ch = 0;
37770 +
37771 +       tcgetattr(STDIN_FILENO ,&old_tio);
37772 +       new_tio=old_tio;
37773 +       new_tio.c_lflag &=(~ICANON & ~ECHO);
37774 +       tcsetattr(STDIN_FILENO ,TCSANOW,&new_tio);
37775 +
37776 +       puts(USAGE_STRING);     
37777 +
37778 +        /* upnp_clock_device_update(clockDev); */
37779 +
37780 +       while (!stop)
37781 +       {
37782 +               ch = getchar();
37783 +
37784 +               switch (ch)
37785 +               {
37786 +                       case 'q':
37787 +                               stop = 1;
37788 +                               break;
37789 +                               
37790 +                       case 'm':
37791 +                               printf("Give message length (Use -1 for default (%d)): ", MAX_MESSAGE_LENGTH);
37792 +                               
37793 +                               tcsetattr(STDIN_FILENO ,TCSANOW,&old_tio);
37794 +                               if ( 1 == scanf("%i", &m_length) )
37795 +                               {
37796 +                                       if ( -1 == m_length ) m_length = MAX_MESSAGE_LENGTH;
37797 +                                       upnp_clock_device_update_max( clockDev, m_length );
37798 +                                       tcsetattr(STDIN_FILENO ,TCSANOW,&new_tio);
37799 +
37800 +                                       break;
37801 +                               }
37802 +                               tcsetattr(STDIN_FILENO ,TCSANOW,&new_tio);                              
37803 +
37804 +                               puts("Parse error, using default message length");
37805 +                               upnp_clock_device_update_max( clockDev, MAX_MESSAGE_LENGTH );
37806 +                               break;
37807 +                               
37808 +                       case 'e':
37809 +                               printf("Give event count to send in busy loop: ", MAX_MESSAGE_LENGTH);
37810 +                               
37811 +                               tcsetattr(STDIN_FILENO ,TCSANOW,&old_tio);
37812 +                               if ( 1 == scanf("%i", &event_count) )
37813 +                               {
37814 +                                       int i;
37815 +                                       struct timeval start_time, end_time, elapsed_time;
37816 +                                       
37817 +                                       puts("Updating clock device:");
37818 +                                       gettimeofday(&start_time, NULL);
37819 +                                       for (i=0; i<event_count; i++) {
37820 +                                               upnp_clock_device_update( clockDev );
37821 +                                       }
37822 +                                       gettimeofday(&end_time, NULL);
37823 +                                       elapsed_time.tv_usec = 
37824 +                                               (start_time.tv_usec < end_time.tv_usec)?
37825 +                                               end_time.tv_usec-start_time.tv_usec:
37826 +                                               end_time.tv_sec--, (10000+end_time.tv_usec) - start_time.tv_usec;
37827 +                                       elapsed_time.tv_sec = end_time.tv_sec - start_time.tv_sec;
37828 +                                       
37829 +                                       printf("Done in %d seconds and %d micro seconds.\n", 
37830 +                                                       (int)elapsed_time.tv_sec,
37831 +                                                       (int)elapsed_time.tv_usec );
37832 +                                       
37833 +                                       tcsetattr(STDIN_FILENO ,TCSANOW,&new_tio);
37834 +                                                                               
37835 +                                       break;
37836 +                               }
37837 +                               tcsetattr(STDIN_FILENO ,TCSANOW,&new_tio);                              
37838 +
37839 +                               puts("Parse error, no updates this time...");
37840 +                               
37841 +                               break;
37842 +
37843 +                       case 'i':
37844 +                                printf("Indicating IP address change to stack...\n");
37845 +                               cg_upnp_device_ipchanged(clockDev);
37846 +                                printf("Done (Indicating IP address change to stack.)\n");
37847 +                               break;
37848 +
37849 +                       case 32:
37850 +                               upnp_clock_device_update(clockDev);
37851 +                               break;
37852 +
37853 +                       case 10:
37854 +                               /* Just bypassing new lines... */
37855 +                               break;
37856 +                       
37857 +                       default:
37858 +                               puts( "Unknown command!" );
37859 +                               puts( USAGE_STRING );
37860 +               }
37861 +       }
37862 +
37863 +       tcsetattr(STDIN_FILENO ,TCSANOW,&old_tio);
37864 +       ExitApp();
37865 +       return(0);
37866 +}
37867 --- tests/multiplecp/Makefile.am
37868 +++ tests/multiplecp/Makefile.am
37869 @@ -0,0 +1 @@
37870 +SUBDIRS = unix 
37871 --- tests/multiplecp/Makefile.in
37872 +++ tests/multiplecp/Makefile.in
37873 @@ -0,0 +1,456 @@
37874 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
37875 +# @configure_input@
37876 +
37877 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37878 +# 2003, 2004  Free Software Foundation, Inc.
37879 +# This Makefile.in is free software; the Free Software Foundation
37880 +# gives unlimited permission to copy and/or distribute it,
37881 +# with or without modifications, as long as this notice is preserved.
37882 +
37883 +# This program is distributed in the hope that it will be useful,
37884 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
37885 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
37886 +# PARTICULAR PURPOSE.
37887 +
37888 +@SET_MAKE@
37889 +srcdir = @srcdir@
37890 +top_srcdir = @top_srcdir@
37891 +VPATH = @srcdir@
37892 +pkgdatadir = $(datadir)/@PACKAGE@
37893 +pkglibdir = $(libdir)/@PACKAGE@
37894 +pkgincludedir = $(includedir)/@PACKAGE@
37895 +top_builddir = ../..
37896 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37897 +INSTALL = @INSTALL@
37898 +install_sh_DATA = $(install_sh) -c -m 644
37899 +install_sh_PROGRAM = $(install_sh) -c
37900 +install_sh_SCRIPT = $(install_sh) -c
37901 +INSTALL_HEADER = $(INSTALL_DATA)
37902 +transform = $(program_transform_name)
37903 +NORMAL_INSTALL = :
37904 +PRE_INSTALL = :
37905 +POST_INSTALL = :
37906 +NORMAL_UNINSTALL = :
37907 +PRE_UNINSTALL = :
37908 +POST_UNINSTALL = :
37909 +host_triplet = @host@
37910 +subdir = tests/multiplecp
37911 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37912 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37913 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
37914 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
37915 +       $(ACLOCAL_M4)
37916 +mkinstalldirs = $(mkdir_p)
37917 +CONFIG_HEADER = $(top_builddir)/config.h
37918 +CONFIG_CLEAN_FILES =
37919 +SOURCES =
37920 +DIST_SOURCES =
37921 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
37922 +       html-recursive info-recursive install-data-recursive \
37923 +       install-exec-recursive install-info-recursive \
37924 +       install-recursive installcheck-recursive installdirs-recursive \
37925 +       pdf-recursive ps-recursive uninstall-info-recursive \
37926 +       uninstall-recursive
37927 +ETAGS = etags
37928 +CTAGS = ctags
37929 +DIST_SUBDIRS = $(SUBDIRS)
37930 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
37931 +ACLOCAL = @ACLOCAL@
37932 +AMDEP_FALSE = @AMDEP_FALSE@
37933 +AMDEP_TRUE = @AMDEP_TRUE@
37934 +AMTAR = @AMTAR@
37935 +AR = @AR@
37936 +AUTOCONF = @AUTOCONF@
37937 +AUTOHEADER = @AUTOHEADER@
37938 +AUTOMAKE = @AUTOMAKE@
37939 +AWK = @AWK@
37940 +CC = @CC@
37941 +CCDEPMODE = @CCDEPMODE@
37942 +CFLAGS = @CFLAGS@
37943 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
37944 +CPP = @CPP@
37945 +CPPFLAGS = @CPPFLAGS@
37946 +CXX = @CXX@
37947 +CXXCPP = @CXXCPP@
37948 +CXXDEPMODE = @CXXDEPMODE@
37949 +CXXFLAGS = @CXXFLAGS@
37950 +CYGPATH_W = @CYGPATH_W@
37951 +DEFS = @DEFS@
37952 +DEPDIR = @DEPDIR@
37953 +ECHO = @ECHO@
37954 +ECHO_C = @ECHO_C@
37955 +ECHO_N = @ECHO_N@
37956 +ECHO_T = @ECHO_T@
37957 +EGREP = @EGREP@
37958 +EXEEXT = @EXEEXT@
37959 +F77 = @F77@
37960 +FFLAGS = @FFLAGS@
37961 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
37962 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
37963 +HTTP_CFLAGS = @HTTP_CFLAGS@
37964 +HTTP_LIBS = @HTTP_LIBS@
37965 +INSTALL_DATA = @INSTALL_DATA@
37966 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
37967 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
37968 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
37969 +LDFLAGS = @LDFLAGS@
37970 +LIBOBJS = @LIBOBJS@
37971 +LIBS = @LIBS@
37972 +LIBTOOL = @LIBTOOL@
37973 +LN_S = @LN_S@
37974 +LTLIBOBJS = @LTLIBOBJS@
37975 +MAKEINFO = @MAKEINFO@
37976 +OBJEXT = @OBJEXT@
37977 +PACKAGE = @PACKAGE@
37978 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
37979 +PACKAGE_NAME = @PACKAGE_NAME@
37980 +PACKAGE_STRING = @PACKAGE_STRING@
37981 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
37982 +PACKAGE_VERSION = @PACKAGE_VERSION@
37983 +PATH_SEPARATOR = @PATH_SEPARATOR@
37984 +RANLIB = @RANLIB@
37985 +SET_MAKE = @SET_MAKE@
37986 +SHELL = @SHELL@
37987 +STRIP = @STRIP@
37988 +VERSION = @VERSION@
37989 +XML_CFLAGS = @XML_CFLAGS@
37990 +XML_LIBS = @XML_LIBS@
37991 +ac_ct_AR = @ac_ct_AR@
37992 +ac_ct_CC = @ac_ct_CC@
37993 +ac_ct_CXX = @ac_ct_CXX@
37994 +ac_ct_F77 = @ac_ct_F77@
37995 +ac_ct_RANLIB = @ac_ct_RANLIB@
37996 +ac_ct_STRIP = @ac_ct_STRIP@
37997 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
37998 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
37999 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
38000 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
38001 +am__include = @am__include@
38002 +am__leading_dot = @am__leading_dot@
38003 +am__quote = @am__quote@
38004 +bindir = @bindir@
38005 +build = @build@
38006 +build_alias = @build_alias@
38007 +build_cpu = @build_cpu@
38008 +build_os = @build_os@
38009 +build_vendor = @build_vendor@
38010 +datadir = @datadir@
38011 +exec_prefix = @exec_prefix@
38012 +host = @host@
38013 +host_alias = @host_alias@
38014 +host_cpu = @host_cpu@
38015 +host_os = @host_os@
38016 +host_vendor = @host_vendor@
38017 +includedir = @includedir@
38018 +infodir = @infodir@
38019 +install_sh = @install_sh@
38020 +libdir = @libdir@
38021 +libexecdir = @libexecdir@
38022 +localstatedir = @localstatedir@
38023 +mandir = @mandir@
38024 +mkdir_p = @mkdir_p@
38025 +oldincludedir = @oldincludedir@
38026 +prefix = @prefix@
38027 +program_transform_name = @program_transform_name@
38028 +sbindir = @sbindir@
38029 +sharedstatedir = @sharedstatedir@
38030 +sysconfdir = @sysconfdir@
38031 +target_alias = @target_alias@
38032 +SUBDIRS = unix 
38033 +all: all-recursive
38034 +
38035 +.SUFFIXES:
38036 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
38037 +       @for dep in $?; do \
38038 +         case '$(am__configure_deps)' in \
38039 +           *$$dep*) \
38040 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
38041 +               && exit 0; \
38042 +             exit 1;; \
38043 +         esac; \
38044 +       done; \
38045 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multiplecp/Makefile'; \
38046 +       cd $(top_srcdir) && \
38047 +         $(AUTOMAKE) --foreign  tests/multiplecp/Makefile
38048 +.PRECIOUS: Makefile
38049 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
38050 +       @case '$?' in \
38051 +         *config.status*) \
38052 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
38053 +         *) \
38054 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
38055 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
38056 +       esac;
38057 +
38058 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
38059 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
38060 +
38061 +$(top_srcdir)/configure:  $(am__configure_deps)
38062 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
38063 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
38064 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
38065 +
38066 +mostlyclean-libtool:
38067 +       -rm -f *.lo
38068 +
38069 +clean-libtool:
38070 +       -rm -rf .libs _libs
38071 +
38072 +distclean-libtool:
38073 +       -rm -f libtool
38074 +uninstall-info-am:
38075 +
38076 +# This directory's subdirectories are mostly independent; you can cd
38077 +# into them and run `make' without going through this Makefile.
38078 +# To change the values of `make' variables: instead of editing Makefiles,
38079 +# (1) if the variable is set in `config.status', edit `config.status'
38080 +#     (which will cause the Makefiles to be regenerated when you run `make');
38081 +# (2) otherwise, pass the desired values on the `make' command line.
38082 +$(RECURSIVE_TARGETS):
38083 +       @set fnord $$MAKEFLAGS; amf=$$2; \
38084 +       dot_seen=no; \
38085 +       target=`echo $@ | sed s/-recursive//`; \
38086 +       list='$(SUBDIRS)'; for subdir in $$list; do \
38087 +         echo "Making $$target in $$subdir"; \
38088 +         if test "$$subdir" = "."; then \
38089 +           dot_seen=yes; \
38090 +           local_target="$$target-am"; \
38091 +         else \
38092 +           local_target="$$target"; \
38093 +         fi; \
38094 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
38095 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
38096 +       done; \
38097 +       if test "$$dot_seen" = "no"; then \
38098 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
38099 +       fi; test -z "$$fail"
38100 +
38101 +mostlyclean-recursive clean-recursive distclean-recursive \
38102 +maintainer-clean-recursive:
38103 +       @set fnord $$MAKEFLAGS; amf=$$2; \
38104 +       dot_seen=no; \
38105 +       case "$@" in \
38106 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
38107 +         *) list='$(SUBDIRS)' ;; \
38108 +       esac; \
38109 +       rev=''; for subdir in $$list; do \
38110 +         if test "$$subdir" = "."; then :; else \
38111 +           rev="$$subdir $$rev"; \
38112 +         fi; \
38113 +       done; \
38114 +       rev="$$rev ."; \
38115 +       target=`echo $@ | sed s/-recursive//`; \
38116 +       for subdir in $$rev; do \
38117 +         echo "Making $$target in $$subdir"; \
38118 +         if test "$$subdir" = "."; then \
38119 +           local_target="$$target-am"; \
38120 +         else \
38121 +           local_target="$$target"; \
38122 +         fi; \
38123 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
38124 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
38125 +       done && test -z "$$fail"
38126 +tags-recursive:
38127 +       list='$(SUBDIRS)'; for subdir in $$list; do \
38128 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
38129 +       done
38130 +ctags-recursive:
38131 +       list='$(SUBDIRS)'; for subdir in $$list; do \
38132 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
38133 +       done
38134 +
38135 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
38136 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
38137 +       unique=`for i in $$list; do \
38138 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
38139 +         done | \
38140 +         $(AWK) '    { files[$$0] = 1; } \
38141 +              END { for (i in files) print i; }'`; \
38142 +       mkid -fID $$unique
38143 +tags: TAGS
38144 +
38145 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
38146 +               $(TAGS_FILES) $(LISP)
38147 +       tags=; \
38148 +       here=`pwd`; \
38149 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
38150 +         include_option=--etags-include; \
38151 +         empty_fix=.; \
38152 +       else \
38153 +         include_option=--include; \
38154 +         empty_fix=; \
38155 +       fi; \
38156 +       list='$(SUBDIRS)'; for subdir in $$list; do \
38157 +         if test "$$subdir" = .; then :; else \
38158 +           test ! -f $$subdir/TAGS || \
38159 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
38160 +         fi; \
38161 +       done; \
38162 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
38163 +       unique=`for i in $$list; do \
38164 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
38165 +         done | \
38166 +         $(AWK) '    { files[$$0] = 1; } \
38167 +              END { for (i in files) print i; }'`; \
38168 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
38169 +         test -n "$$unique" || unique=$$empty_fix; \
38170 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
38171 +           $$tags $$unique; \
38172 +       fi
38173 +ctags: CTAGS
38174 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
38175 +               $(TAGS_FILES) $(LISP)
38176 +       tags=; \
38177 +       here=`pwd`; \
38178 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
38179 +       unique=`for i in $$list; do \
38180 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
38181 +         done | \
38182 +         $(AWK) '    { files[$$0] = 1; } \
38183 +              END { for (i in files) print i; }'`; \
38184 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
38185 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
38186 +            $$tags $$unique
38187 +
38188 +GTAGS:
38189 +       here=`$(am__cd) $(top_builddir) && pwd` \
38190 +         && cd $(top_srcdir) \
38191 +         && gtags -i $(GTAGS_ARGS) $$here
38192 +
38193 +distclean-tags:
38194 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
38195 +
38196 +distdir: $(DISTFILES)
38197 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
38198 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
38199 +       list='$(DISTFILES)'; for file in $$list; do \
38200 +         case $$file in \
38201 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
38202 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
38203 +         esac; \
38204 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
38205 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
38206 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
38207 +           dir="/$$dir"; \
38208 +           $(mkdir_p) "$(distdir)$$dir"; \
38209 +         else \
38210 +           dir=''; \
38211 +         fi; \
38212 +         if test -d $$d/$$file; then \
38213 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
38214 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
38215 +           fi; \
38216 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
38217 +         else \
38218 +           test -f $(distdir)/$$file \
38219 +           || cp -p $$d/$$file $(distdir)/$$file \
38220 +           || exit 1; \
38221 +         fi; \
38222 +       done
38223 +       list='$(SUBDIRS)'; for subdir in $$list; do \
38224 +         if test "$$subdir" = .; then :; else \
38225 +           test -d "$(distdir)/$$subdir" \
38226 +           || mkdir "$(distdir)/$$subdir" \
38227 +           || exit 1; \
38228 +           (cd $$subdir && \
38229 +             $(MAKE) $(AM_MAKEFLAGS) \
38230 +               top_distdir="../$(top_distdir)" \
38231 +               distdir="../$(distdir)/$$subdir" \
38232 +               distdir) \
38233 +             || exit 1; \
38234 +         fi; \
38235 +       done
38236 +check-am: all-am
38237 +check: check-recursive
38238 +all-am: Makefile
38239 +installdirs: installdirs-recursive
38240 +installdirs-am:
38241 +install: install-recursive
38242 +install-exec: install-exec-recursive
38243 +install-data: install-data-recursive
38244 +uninstall: uninstall-recursive
38245 +
38246 +install-am: all-am
38247 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
38248 +
38249 +installcheck: installcheck-recursive
38250 +install-strip:
38251 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
38252 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
38253 +         `test -z '$(STRIP)' || \
38254 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
38255 +mostlyclean-generic:
38256 +
38257 +clean-generic:
38258 +
38259 +distclean-generic:
38260 +       -rm -f $(CONFIG_CLEAN_FILES)
38261 +
38262 +maintainer-clean-generic:
38263 +       @echo "This command is intended for maintainers to use"
38264 +       @echo "it deletes files that may require special tools to rebuild."
38265 +clean: clean-recursive
38266 +
38267 +clean-am: clean-generic clean-libtool mostlyclean-am
38268 +
38269 +distclean: distclean-recursive
38270 +       -rm -f Makefile
38271 +distclean-am: clean-am distclean-generic distclean-libtool \
38272 +       distclean-tags
38273 +
38274 +dvi: dvi-recursive
38275 +
38276 +dvi-am:
38277 +
38278 +html: html-recursive
38279 +
38280 +info: info-recursive
38281 +
38282 +info-am:
38283 +
38284 +install-data-am:
38285 +
38286 +install-exec-am:
38287 +
38288 +install-info: install-info-recursive
38289 +
38290 +install-man:
38291 +
38292 +installcheck-am:
38293 +
38294 +maintainer-clean: maintainer-clean-recursive
38295 +       -rm -f Makefile
38296 +maintainer-clean-am: distclean-am maintainer-clean-generic
38297 +
38298 +mostlyclean: mostlyclean-recursive
38299 +
38300 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
38301 +
38302 +pdf: pdf-recursive
38303 +
38304 +pdf-am:
38305 +
38306 +ps: ps-recursive
38307 +
38308 +ps-am:
38309 +
38310 +uninstall-am: uninstall-info-am
38311 +
38312 +uninstall-info: uninstall-info-recursive
38313 +
38314 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
38315 +       clean clean-generic clean-libtool clean-recursive ctags \
38316 +       ctags-recursive distclean distclean-generic distclean-libtool \
38317 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
38318 +       html-am info info-am install install-am install-data \
38319 +       install-data-am install-exec install-exec-am install-info \
38320 +       install-info-am install-man install-strip installcheck \
38321 +       installcheck-am installdirs installdirs-am maintainer-clean \
38322 +       maintainer-clean-generic maintainer-clean-recursive \
38323 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
38324 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
38325 +       uninstall uninstall-am uninstall-info-am
38326 +
38327 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
38328 +# Otherwise a system limit (for SysV at least) may be exceeded.
38329 +.NOEXPORT:
38330 --- tests/multiplecp/upnpdump.c
38331 +++ tests/multiplecp/upnpdump.c
38332 @@ -0,0 +1,867 @@
38333 +/************************************************************
38334 +*
38335 +*      CyberLink for C
38336 +*
38337 +*      Copyright (C) Satoshi Konno 2005
38338 +*
38339 +*      File: upnpdump.c
38340 +*
38341 +*      Revision:
38342 +*       05/11/05
38343 +*               - first release.
38344 +*
38345 +*      10/31/05
38346 +*              - Added some M-SEARCH sending actions
38347 +*
38348 +************************************************************/
38349 +
38350 +#include <cybergarage/upnp/cupnp.h>
38351 +#include "sample/common/kb_util.h"
38352 +/* Logging interface */
38353 +#include <cybergarage/util/clog.h>
38354 +/* Command line parsing */
38355 +#include <argp.h>
38356 +#include <unistd.h>
38357 +
38358 +#if defined(WIN32) && !defined(__CYGWIN__)
38359 +#include <conio.h>
38360 +#endif
38361 +
38362 +#if defined(TENGINE)
38363 +#if defined(PROCESS_BASE) /* Process based */
38364 +#include <basic.h>
38365 +#define MBEG   int main( W ac, TC *av[] )
38366 +#define MEND   0
38367 +#define DIR    "/SYS/bin/"
38368 +#else /* T-Kernel based */
38369 +#include <basic.h>
38370 +#include <tk/tkernel.h>
38371 +#include <sys/pinfo.h>
38372 +#define MBEG   ER main( INT ac, UB *av[] )
38373 +#define MEND   E_SYS
38374 +#define DIR    "/SYS/bin/"
38375 +#endif
38376 +#endif
38377 +
38378 +#if defined(WIN32) && !defined(__CYGWIN__)
38379 +#define kbgetkey getch
38380 +#else
38381 +#define kbgetkey getchar
38382 +#endif
38383 +
38384 +/* Additional control commands */
38385 +
38386 +#define CMD_NO_ALTERATIONS 1
38387 +#define CMD_LOOP_ACTION_CALLS 2
38388 +
38389 +/* Global flag for controlling CP instantiation */
38390 +int single_cp=0;
38391 +
38392 +void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask);
38393 +static void SSDPNotifyListner(CgUpnpSSDPPacket *ssdpPkt);
38394 +static void EventListener(CgUpnpProperty *prop);
38395 +static void DeviceListener(char* udn, CgUpnpDeviceStatus status);
38396 +
38397 +const char *argp_program_version = "Multiple Controlpoint (upnpdump fork)";
38398 +const char *argp_program_bug_address = "<mikael.saarenpaa@invalid>";
38399 +
38400 +static struct argp_option options[] =
38401 +{
38402 +       { "log-defaults", 'l', 0, 0, "Add default outputs: -e stderr -w stderr -i stdout -d stdout" },
38403 +       { "log-error", 'e', "stdout|stderr|FILE", 0, "Add error output" },
38404 +       { "log-warning", 'w', "stdout|stderr|FILE", 0, "Add warning output" },
38405 +       { "log-info", 'i', "stdout|stderr|FILE", 0, "Add info output" },
38406 +       { "log-debug", 'd', "stdout|stderr|FILE", 0, "Add all debug output" },
38407 +       { "log-debug-1", 'f', "stdout|stderr|FILE", 0, "Add level 1 (basic) debug output" },
38408 +       { "log-debug-2", 'g', "stdout|stderr|FILE", 0, "Add level 2 (stack) debug output" },
38409 +       { "log-debug-3", 'h', "stdout|stderr|FILE", 0, "Add level 3 (testing) debug output" },
38410 +       { "log-debug-4", 'j', "stdout|stderr|FILE", 0, "Add level 4 (low level) debug output" },
38411 +       { "log-debug-5", 'k', "stdout|stderr|FILE", 0, "Add level 5 (low level) debug output" },
38412 +       { "single-cp", 's', 0, 0, "Instantiate only single CP for this session"},
38413 +       {0}
38414 +};
38415 +
38416 +static error_t parse_opt(int key, char *arg, struct argp_state *state)
38417 +{
38418 +       switch (key)
38419 +       {
38420 +               case 'l':
38421 +                       cg_log_add_target("stdout", ( SEV_INFO | SEV_DEBUG_L1 | SEV_DEBUG_L2 | SEV_DEBUG_L3 ) );
38422 +                       cg_log_add_target("stderr", ( SEV_ERROR | SEV_WARNING ) );
38423 +                       break;
38424 +               case 'e':
38425 +                       cg_log_add_target(arg, SEV_ERROR );
38426 +                       break;
38427 +               case 'w':
38428 +                       cg_log_add_target(arg, SEV_WARNING );
38429 +                       break;
38430 +               case 'i':
38431 +                       cg_log_add_target(arg, SEV_INFO );
38432 +                       break;
38433 +               case 'd':
38434 +                       cg_log_add_target(arg, ( SEV_DEBUG_L1 | SEV_DEBUG_L2 | SEV_DEBUG_L3 ) );
38435 +                       break;
38436 +               case 'f':
38437 +                       cg_log_add_target(arg, SEV_DEBUG_L1 );
38438 +                       break;
38439 +               case 'g':
38440 +                       cg_log_add_target(arg, SEV_DEBUG_L2 );
38441 +                       break;
38442 +               case 'h':
38443 +                       cg_log_add_target(arg, SEV_DEBUG_L3 );
38444 +                       break;
38445 +               case 'j':
38446 +                       cg_log_add_target(arg, SEV_DEBUG_L4 );
38447 +                       break;
38448 +               case 'k':
38449 +                       cg_log_add_target(arg, SEV_DEBUG_L5 );
38450 +                       break;
38451 +               case 's':
38452 +                       single_cp=1;
38453 +                       break;
38454 +               default:
38455 +                       return ARGP_ERR_UNKNOWN;
38456 +       }
38457 +
38458 +       return 0;
38459 +}
38460 +
38461 +static char args_doc[] = "";
38462 +static char doc[] = "multiplecp -- A program to test ClinkC Upnp stack.";
38463 +
38464 +static struct argp argp = {options, parse_opt, args_doc, doc};
38465 +
38466 +/////////////////////////////////////////////////////////////////////////////////
38467 +// PrintKeyMessage
38468 +/////////////////////////////////////////////////////////////////////////////////
38469 +
38470 +void PrintKeyMessage()
38471 +{
38472 +       printf("'p' : Print\n");
38473 +#if !defined(CG_UPNP_NOUSE_ACTIONCTRL)
38474 +       printf("'c' : Control\n");
38475 +       printf("'o' : Control (multiple actions)\n");
38476 +#endif
38477 +#if !defined(CG_UPNP_NOUSE_QUERYCTRL)
38478 +       printf("'q' : Query\n");
38479 +#endif
38480 +#if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
38481 +       printf("'s' : Subscribe\n");
38482 +       printf("'u' : Unsubscribe\n");
38483 +#endif
38484 +       printf("'i' : Host IP address changed\n");
38485 +       printf("'l' : Add device listeners\n");
38486 +       printf("'m' : Change MX value for M-Search\n");
38487 +       printf("'r' : M-Search (rootdevice)\n");
38488 +       printf("'h' : M-Search (ssdp:all)\n");
38489 +       printf("'v' : M-Search (urn:schemas-upnp-org:device:clock:1)\n");
38490 +       printf("'t' : M-Search (urn:schemas-upnp-org:service:timer:1)\n");
38491 +       printf("'a' : Do all searches four times in a loop.\n");
38492 +       printf("'x' : eXit\n");
38493 +}
38494 +
38495 +/////////////////////////////////////////////////////////////////////////////////
38496 +// Notify Listener
38497 +/////////////////////////////////////////////////////////////////////////////////
38498 +
38499 +void SSDPNotifyListener1(CgUpnpSSDPPacket *ssdpPkt)
38500 +{
38501 +       cg_log_debug("Controlpoint 1 SSDPNotify listener called.\n");
38502 +       SSDPNotifyListner(ssdpPkt);
38503 +}
38504 +
38505 +void SSDPNotifyListener2(CgUpnpSSDPPacket *ssdpPkt)
38506 +{
38507 +       cg_log_debug("Controlpoint 2 SSDPNotify listener called.\n");
38508 +       SSDPNotifyListner(ssdpPkt);
38509 +}
38510 +
38511 +static void SSDPNotifyListner(CgUpnpSSDPPacket *ssdpPkt)
38512 +{
38513 +       if (cg_upnp_ssdp_packet_isdiscover(ssdpPkt) == TRUE) {
38514 +               cg_log_debug_a("ssdp:discover : ST = %s\n",
38515 +                       cg_upnp_ssdp_packet_getst(ssdpPkt)); 
38516 +       }
38517 +       else if (cg_upnp_ssdp_packet_isalive(ssdpPkt) == TRUE) {
38518 +               cg_log_debug_a("ssdp:alive : uuid = %s, NT = %s, location = %s\n",
38519 +                       cg_upnp_ssdp_packet_getusn(ssdpPkt), 
38520 +                       cg_upnp_ssdp_packet_getnt(ssdpPkt), 
38521 +                       cg_upnp_ssdp_packet_getlocation(ssdpPkt)); 
38522 +       }
38523 +       else if (cg_upnp_ssdp_packet_isbyebye(ssdpPkt) == TRUE) {
38524 +               cg_log_debug_a("ssdp:byebye : uuid = %s, NT = %s\n",
38525 +                       cg_upnp_ssdp_packet_getusn(ssdpPkt), 
38526 +                       cg_upnp_ssdp_packet_getnt(ssdpPkt));
38527 +       }
38528 +       cg_upnp_ssdp_packet_print(ssdpPkt); 
38529 +}
38530 +
38531 +/////////////////////////////////////////////////////////////////////////////////
38532 +// Print Device
38533 +/////////////////////////////////////////////////////////////////////////////////
38534 +
38535 +void PrintDeviceInfo(CgUpnpDevice *dev, int indent)
38536 +{
38537 +       char indentStr[128];
38538 +       int n;
38539 +       CgUpnpService *service;
38540 +       int serviceCnt;
38541 +       CgUpnpAction *action;
38542 +       int actionCnt;
38543 +       CgUpnpArgumentList *arg;
38544 +       int argCnt;
38545 +       CgUpnpStateVariable *stateVar;
38546 +       int stateVarCnt;
38547 +       
38548 +       for (n=0; n<indent && n<(sizeof(indentStr)-1); n++)
38549 +               indentStr[n] = ' ';
38550 +       indentStr[n] = '\0';
38551 +       
38552 +       serviceCnt = 0;
38553 +       for (service = cg_upnp_device_getservices(dev); service != NULL; service = cg_upnp_service_next(service)) {
38554 +               printf("%s service[%d] = %s\n", indentStr, ++serviceCnt, cg_upnp_service_getservicetype(service));
38555 +               actionCnt = 0;
38556 +               for (action = cg_upnp_service_getactions(service); action != NULL; action = cg_upnp_action_next(action)) {
38557 +                       printf("%s  action[%d] = %s\n", indentStr, ++actionCnt, cg_upnp_action_getname(action));
38558 +                       argCnt = 0;
38559 +                       for (arg = cg_upnp_action_getarguments(action); arg != NULL; arg = cg_upnp_argument_next(arg)) {
38560 +                               printf("%s   arg[%d] = %s\n", indentStr, ++argCnt, cg_upnp_argument_getname(arg));
38561 +                       }
38562 +               }
38563 +               stateVarCnt = 0;
38564 +               for (stateVar = cg_upnp_service_getstatevariables(service); stateVar != NULL; stateVar = cg_upnp_statevariable_next(stateVar)) {
38565 +                       printf("%s  stateVar[%d] = %s = %s\n", 
38566 +                              indentStr, 
38567 +                              ++stateVarCnt, 
38568 +                              cg_upnp_statevariable_getname(stateVar),
38569 +                              cg_upnp_statevariable_getvalue(stateVar));
38570 +               }
38571 +       }
38572 +}
38573 +
38574 +void PrintDevice(CgUpnpDevice *dev, int indent)
38575 +{
38576 +       CgUpnpDevice *childDev;
38577 +       
38578 +       PrintDeviceInfo(dev, indent);
38579 +
38580 +       for (childDev = cg_upnp_device_getdevices(dev); childDev != NULL; childDev = cg_upnp_device_next(childDev))
38581 +               PrintDevice(childDev, indent+1);
38582 +}
38583 +
38584 +
38585 +void PrintControlPointDevice(CgUpnpControlPoint *ctrlPoint)
38586 +{
38587 +       CgUpnpDevice *dev;
38588 +       int devCnt;
38589 +
38590 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38591 +               
38592 +       printf("Device Num = %d\n", cg_upnp_controlpoint_getndevices(ctrlPoint));
38593 +       
38594 +       devCnt = 0;
38595 +       for (dev = cg_upnp_controlpoint_getdevices(ctrlPoint); dev != NULL; dev = cg_upnp_device_next(dev)) {
38596 +               printf("[%d] = %s\n", ++devCnt, cg_upnp_device_getfriendlyname(dev));
38597 +               PrintDevice(dev, 1);
38598 +       }
38599 +}
38600 +
38601 +/////////////////////////////////////////////////////////////////////////////////
38602 +// Select*
38603 +/////////////////////////////////////////////////////////////////////////////////
38604 +
38605 +CgUpnpDevice *SelectDevice(CgUpnpControlPoint *ctrlPoint)
38606 +{
38607 +       CgUpnpDevice *dev, *childDev;
38608 +       CgUpnpDevice *devArray['z'-'a']; /* Hmm... */
38609 +       int n;
38610 +       char key;
38611 +       int devNum;
38612 +
38613 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38614 +       
38615 +       n = 0;
38616 +       for (dev = cg_upnp_controlpoint_getdevices(ctrlPoint); dev != NULL; dev = cg_upnp_device_next(dev)) {
38617 +               key = 'a' + n;
38618 +               if ('z' < key) break;
38619 +               printf(" [%c] = %s\n", key, cg_upnp_device_getfriendlyname(dev));
38620 +               devArray[n] = dev;
38621 +               
38622 +               for (childDev = cg_upnp_device_getdevices(dev); ++n, childDev != NULL; childDev = cg_upnp_device_next(childDev)) {
38623 +                       key = 'a' + n;
38624 +                       if ('z' < key) break;
38625 +                       printf("   [%c] = %s\n", key, cg_upnp_device_getfriendlyname(childDev));
38626 +                       devArray[n] = childDev;
38627 +               }
38628 +       }
38629 +       if (n == 0)
38630 +               return NULL;
38631 +       printf("Select Device : ");
38632 +       key = kbgetkey();
38633 +       key = tolower(key);
38634 +       printf("%c\n", key);
38635 +       
38636 +       if (!isalpha(key))
38637 +               return NULL;
38638 +       
38639 +       devNum = key - 'a';
38640 +       if (devNum >= n) return NULL;
38641 +
38642 +       return devArray[devNum];
38643 +}
38644 +
38645 +CgUpnpService *SelectService(CgUpnpDevice *dev)
38646 +{
38647 +       CgUpnpService *service;
38648 +       int n;
38649 +       char key;
38650 +       int serviceNum;
38651 +
38652 +       n = 0;
38653 +       for (service = cg_upnp_device_getservices(dev); service != NULL; service = cg_upnp_service_next(service)) {
38654 +               key = 'a' + n;
38655 +               if ('z' < key)
38656 +                       break;
38657 +               printf(" [%c] = %s\n", key, cg_upnp_service_getservicetype(service));
38658 +               n++;
38659 +       }
38660 +       printf("Select Service : ");
38661 +       key = kbgetkey();
38662 +       key = tolower(key);
38663 +       printf("%c\n", key);
38664 +       
38665 +       if (!isalpha(key))
38666 +               return NULL;
38667 +       
38668 +       serviceNum = key - 'a';
38669 +       service = cg_upnp_device_getservices(dev);
38670 +       for (n=0; n<serviceNum; n++)
38671 +               service = cg_upnp_service_next(service);
38672 +
38673 +       return service;
38674 +}
38675 +
38676 +CgUpnpAction *SelectAction(CgUpnpService *service)
38677 +{
38678 +       CgUpnpAction *action;
38679 +       int n;
38680 +       char key;
38681 +       int actionNum;
38682 +
38683 +       n = 0;
38684 +       for (action = cg_upnp_service_getactions(service); action != NULL; action = cg_upnp_action_next(action)) {
38685 +               key = 'a' + n;
38686 +               if ('z' < key)
38687 +                       break;
38688 +               printf(" [%c] = %s\n", key, cg_upnp_action_getname(action));
38689 +               n++;
38690 +       }
38691 +       printf("Select Action : ");
38692 +       key = kbgetkey();
38693 +       key = tolower(key);
38694 +       printf("%c\n", key);
38695 +       
38696 +       if (!isalpha(key))
38697 +               return NULL;
38698 +       
38699 +       actionNum = key - 'a';
38700 +       action = cg_upnp_service_getactions(service);
38701 +       for (n=0; n<actionNum; n++)
38702 +               action = cg_upnp_action_next(action);
38703 +
38704 +       return action;
38705 +}
38706 +
38707 +CgUpnpStateVariable *SelectStateVariable(CgUpnpService *service)
38708 +{
38709 +       CgUpnpStateVariable *stateVar;
38710 +       int n;
38711 +       char key;
38712 +       int serviceNum;
38713 +
38714 +       n = 0;
38715 +       for (stateVar = cg_upnp_service_getstatevariables(service); stateVar != NULL; stateVar = cg_upnp_statevariable_next(stateVar)) {
38716 +               key = 'a' + n;
38717 +               if ('z' < key)
38718 +                       break;
38719 +               printf(" [%c] = %s\n", key, cg_upnp_statevariable_getname(stateVar));
38720 +               n++;
38721 +       }
38722 +       printf("Select StateVariable : ");
38723 +       key = kbgetkey();
38724 +       key = tolower(key);
38725 +       printf("%c\n", key);
38726 +       
38727 +       if (!isalpha(key))
38728 +               return NULL;
38729 +       
38730 +       serviceNum = key - 'a';
38731 +       stateVar = cg_upnp_service_getstatevariables(service);
38732 +       for (n=1; n<serviceNum; n++)
38733 +               stateVar = cg_upnp_statevariable_next(stateVar);
38734 +
38735 +       return stateVar;
38736 +}
38737 +
38738 +/////////////////////////////////////////////////////////////////////////////////
38739 +// Action
38740 +/////////////////////////////////////////////////////////////////////////////////
38741 +
38742 +#if !defined(CG_UPNP_NOUSE_ACTIONCTRL)
38743 +
38744 +void ControlDevice(CgUpnpControlPoint *ctrlPoint)
38745 +{
38746 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38747 +       ControlDeviceAlter(ctrlPoint, CMD_NO_ALTERATIONS);
38748 +}
38749 +
38750 +void ControlDeviceAlter(CgUpnpControlPoint *ctrlPoint, int alteration_mask)
38751 +{
38752 +       CgUpnpDevice *selDev;
38753 +       CgUpnpService *selService;
38754 +       CgUpnpAction *selAction;
38755 +       BOOL actionSuccess;
38756 +       CgUpnpArgument *arg;
38757 +       char argValue[2048];
38758 +
38759 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38760 +       
38761 +       printf("Control Device\n");
38762 +       
38763 +       selDev = SelectDevice(ctrlPoint);
38764 +       if (selDev == NULL)
38765 +               return;
38766 +       selService = SelectService(selDev);
38767 +       if (selService == NULL)
38768 +               return;
38769 +       selAction = SelectAction(selService);
38770 +       if (selAction == NULL)
38771 +               return;
38772 +       
38773 +       for (arg = cg_upnp_action_getarguments(selAction); arg; arg = cg_upnp_argument_next(arg)) {
38774 +               if (cg_upnp_argument_isindirection(arg) == TRUE) {
38775 +                       printf("%s : ", cg_upnp_argument_getname(arg));
38776 +                       if (scanf("%s", argValue) == 1)
38777 +                               cg_upnp_argument_setvalue(arg, argValue);
38778 +               }
38779 +       }
38780 +
38781 +       /* NOTE: Go through selAction memory management... */
38782 +       if (alteration_mask & CMD_LOOP_ACTION_CALLS)
38783 +       {
38784 +               int loop_count, i;
38785 +
38786 +               printf("\nHow many times action should be sent?");
38787 +               
38788 +               if ( 1 == scanf("%d", &loop_count) )
38789 +               {
38790 +                       printf("\n");
38791 +                       for (i=0; i<loop_count; i++)
38792 +                       {
38793 +                               actionSuccess = cg_upnp_action_post(selAction);
38794 +                               printf("Control Result(%d)\n", (int)actionSuccess);
38795 +
38796 +                               for (   arg = cg_upnp_action_getarguments(selAction); 
38797 +                                       arg; 
38798 +                                       arg = cg_upnp_argument_next(arg)) 
38799 +                               {
38800 +                                       if (cg_upnp_argument_isoutdirection(arg) == TRUE)
38801 +                                               printf(" %s = %s\n", 
38802 +                                                               cg_upnp_argument_getname(arg), 
38803 +                                                               cg_upnp_argument_getvalue(arg));
38804 +                               }
38805 +                       }
38806 +
38807 +                       sleep(2);
38808 +               }
38809 +       }
38810 +
38811 +       if ((alteration_mask & CMD_NO_ALTERATIONS) == CMD_NO_ALTERATIONS)
38812 +       {       
38813 +               actionSuccess = cg_upnp_action_post(selAction);
38814 +               
38815 +               printf("Control Result(%d)\n", (int)actionSuccess);
38816 +               for (arg = cg_upnp_action_getarguments(selAction); arg; arg = cg_upnp_argument_next(arg)) {
38817 +                       if (cg_upnp_argument_isoutdirection(arg) == TRUE)
38818 +                               printf(" %s = %s\n", cg_upnp_argument_getname(arg), cg_upnp_argument_getvalue(arg));
38819 +               }
38820 +       }
38821 +}
38822 +
38823 +#endif
38824 +
38825 +////////////////////////////////////////////////////////////////////////////////
38826 +// Query
38827 +/////////////////////////////////////////////////////////////////////////////////
38828 +
38829 +#if !defined(CG_UPNP_NOUSE_QUERYCTRL)
38830 +
38831 +void QueryDevice(CgUpnpControlPoint *ctrlPoint)
38832 +{
38833 +       CgUpnpDevice *selDev;
38834 +       CgUpnpService *selService;
38835 +       CgUpnpStateVariable *selStateVar;
38836 +       BOOL querySuccess;
38837 +       char *stateValue;
38838 +
38839 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38840 +       
38841 +       printf("Query Device\n");
38842 +       
38843 +       selDev = SelectDevice(ctrlPoint);
38844 +       if (selDev == NULL)
38845 +               return;
38846 +       selService = SelectService(selDev);
38847 +       if (selService == NULL)
38848 +               return;
38849 +       selStateVar = SelectStateVariable(selService);
38850 +       if (selStateVar == NULL)
38851 +               return;
38852 +       
38853 +       querySuccess = cg_upnp_statevariable_post(selStateVar);
38854 +       
38855 +       stateValue = cg_upnp_statevariable_getvalue(selStateVar);
38856 +
38857 +       printf("Query Result(%d) = %s\n",
38858 +               (int)querySuccess, 
38859 +               (stateValue != NULL) ? stateValue : "");
38860 +}
38861 +
38862 +#endif
38863 +
38864 +////////////////////////////////////////////////////////////////////////////////
38865 +// Subscribe
38866 +/////////////////////////////////////////////////////////////////////////////////
38867 +
38868 +#if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
38869 +
38870 +void SubscribeService(CgUpnpControlPoint *ctrlPoint)
38871 +{
38872 +       CgUpnpDevice *selDev;
38873 +       CgUpnpService *selService;
38874 +       BOOL subSuccess;
38875 +
38876 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38877 +       
38878 +       printf("Subscribe Device\n");
38879 +       
38880 +       cg_upnp_controlpoint_lock(ctrlPoint);
38881 +       selDev = SelectDevice(ctrlPoint);
38882 +       if (selDev == NULL)
38883 +       {
38884 +               cg_upnp_controlpoint_unlock(ctrlPoint);
38885 +               return;
38886 +       }
38887 +       selService = SelectService(selDev);
38888 +       if (selService == NULL)
38889 +       {
38890 +               cg_upnp_controlpoint_unlock(ctrlPoint);
38891 +               return;
38892 +       }
38893 +       subSuccess = cg_upnp_controlpoint_subscribe(ctrlPoint, selService, 300);
38894 +       
38895 +       printf("Subscribe Result(%d) = %s\n",
38896 +               (int)subSuccess, 
38897 +               (subSuccess == TRUE) ? cg_upnp_service_getsubscriptionsid(selService) : "");
38898 +       cg_upnp_controlpoint_unlock(ctrlPoint);
38899 +       
38900 +}
38901 +
38902 +#endif
38903 +
38904 +////////////////////////////////////////////////////////////////////////////////
38905 +// Unsubscribe
38906 +/////////////////////////////////////////////////////////////////////////////////
38907 +
38908 +#if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
38909 +
38910 +void UnsubscribeService(CgUpnpControlPoint *ctrlPoint)
38911 +{
38912 +       CgUpnpDevice *selDev;
38913 +       CgUpnpService *selService;
38914 +       BOOL subSuccess;
38915 +
38916 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38917 +       
38918 +       printf("Query Device\n");
38919 +       
38920 +       selDev = SelectDevice(ctrlPoint);
38921 +       if (selDev == NULL)
38922 +               return;
38923 +       selService = SelectService(selDev);
38924 +       if (selService == NULL)
38925 +               return;
38926 +
38927 +       subSuccess = cg_upnp_controlpoint_unsubscribe(ctrlPoint, selService);
38928 +
38929 +       printf("Unsubscribe Result(%d)\n",
38930 +               (int)subSuccess);
38931 +}
38932 +
38933 +#endif
38934 +
38935 +/////////////////////////////////////////////////////////////////////////////////
38936 +// Set MX value
38937 +/////////////////////////////////////////////////////////////////////////////////
38938 +
38939 +void SetMXValue(CgUpnpControlPoint *ctrlPoint)
38940 +{
38941 +        unsigned int mxValue;
38942 +
38943 +       printf("CP name: %s\n", (char *)ctrlPoint->userData);
38944 +
38945 +        printf("Give new MX value: ");
38946 +        if (scanf("%u", &mxValue) == 1) {
38947 +                printf( "%d", mxValue );
38948 +                cg_upnp_controlpoint_setssdpsearchmx(ctrlPoint, mxValue);
38949 +        }
38950 +        printf( "\n" );
38951 +}
38952 +
38953 +/* Device listeners */
38954 +
38955 +void DeviceListener1(char* udn, CgUpnpDeviceStatus status)
38956 +{
38957 +       printf("Controlpoint 1 Device listener called.\n");
38958 +       DeviceListener(udn, status);
38959 +}
38960 +
38961 +void DeviceListener2(char* udn, CgUpnpDeviceStatus status)
38962 +{
38963 +       printf("Controlpoint 2 Device listener called.\n");
38964 +       DeviceListener(udn, status);
38965 +}
38966 +
38967 +static void DeviceListener(char* udn, CgUpnpDeviceStatus status)
38968 +{
38969 +       puts(udn);
38970 +
38971 +       switch (status)
38972 +       {
38973 +               case CgUpnpDeviceStatusAdded:
38974 +                       printf("Device was added.\n");
38975 +                       break;
38976 +
38977 +               case CgUpnpDeviceStatusUpdated:
38978 +                       printf("Device was updated.\n");
38979 +                       break;
38980 +
38981 +               case CgUpnpDeviceStatusInvalid:
38982 +                       printf("Device status is invalid.\n");
38983 +                       break;
38984 +
38985 +               case CgUpnpDeviceStatusRemoved:
38986 +                       printf("Device was removed.\n");
38987 +                       break;
38988 +
38989 +               default:
38990 +                       printf("Unknown device state!\n");
38991 +                       break;
38992 +       }
38993 +}
38994 +
38995 +/////////////////////////////////////////////////////////////////////////////////
38996 +// Event
38997 +/////////////////////////////////////////////////////////////////////////////////
38998 +
38999 +void EventListener1(CgUpnpProperty *prop)
39000 +{
39001 +       printf("Controlpoint 1 Event listener called.\n");
39002 +       EventListener(prop);
39003 +}
39004 +
39005 +void EventListener2(CgUpnpProperty *prop)
39006 +{
39007 +       printf("Controlpoint 2 Event listener called.\n");
39008 +       EventListener(prop);
39009 +}
39010 +
39011 +static void EventListener(CgUpnpProperty *prop)
39012 +{
39013 +       printf("Property Changed (%s) = %s\n",
39014 +               cg_upnp_property_getname(prop),
39015 +               cg_upnp_property_getvalue(prop));
39016 +}
39017 +
39018 +static CgUpnpControlPoint *selectControlPoint(CgUpnpControlPoint *ctrlPoint[], int cp_count)
39019 +{
39020 +       int i, selected_cp=0;
39021 +
39022 +       if ( single_cp )
39023 +               return ctrlPoint[0];
39024 +       
39025 +       printf("Available control points:\n");
39026 +
39027 +       for ( i=0; i<cp_count; i++)
39028 +       {
39029 +               printf("%d: %s\n", i, (char *)ctrlPoint[i]->userData);
39030 +       }
39031 +
39032 +       do
39033 +       {
39034 +               printf("Select control point (give first number from the list): ");
39035 +
39036 +               selected_cp = (int)kbgetkey() - 48;
39037 +               printf("%d\n", selected_cp);
39038 +       }
39039 +       while (selected_cp >= cp_count);
39040 +
39041 +       printf("\n");
39042 +
39043 +       return ctrlPoint[selected_cp];
39044 +}
39045 +
39046 +/////////////////////////////////////////////////////////////////////////////////
39047 +// main
39048 +/////////////////////////////////////////////////////////////////////////////////
39049 +
39050 +#if defined(TENGINE)
39051 +MBEG
39052 +#else
39053 +int main( int argc, char* argv[] )
39054 +#endif
39055 +{
39056 +       CgUpnpControlPoint *ctrlPoint[2];
39057 +       int key, ctrlPointCount;
39058 +
39059 +       argp_parse(&argp, argc, argv, 0, 0, NULL);
39060 +
39061 +       cg_log_error("Test error\n");
39062 +       cg_log_warning("Test warning\n");
39063 +       cg_log_info("Test info\n");
39064 +       cg_log_debug("Test debug\n");
39065 +       cg_log_debug_a("Low level debug\n");
39066 +       
39067 +       ctrlPoint[0] = cg_upnp_controlpoint_new();
39068 +       ctrlPoint[0]->userData = (void *)"Control point 1";
39069 +       
39070 +       ctrlPoint[1] = cg_upnp_controlpoint_new();
39071 +       ctrlPoint[1]->userData = (void *)"Control point 2";
39072 +
39073 +       ctrlPointCount = 2;
39074 +       
39075 +       cg_upnp_controlpoint_setssdplistener(ctrlPoint[0], SSDPNotifyListener1);
39076 +       cg_upnp_controlpoint_setssdplistener(ctrlPoint[1], SSDPNotifyListener2);
39077 +       cg_upnp_controlpoint_seteventlistener(ctrlPoint[0], EventListener1);
39078 +       cg_upnp_controlpoint_seteventlistener(ctrlPoint[1], EventListener2);
39079 +
39080 +       if (cg_upnp_controlpoint_start(ctrlPoint[0]) == FALSE) {
39081 +               cg_log_error("Couldn't start control point 1 !!");
39082 +               exit(1);
39083 +       }
39084 +
39085 +       if (cg_upnp_controlpoint_start(ctrlPoint[1]) == FALSE) {
39086 +               cg_log_error("Couldn't start control point 2 !!");
39087 +               exit(1);
39088 +       }
39089 +       
39090 +       PrintKeyMessage();
39091 +
39092 +#if (!defined(WIN32) || defined(__CYGWIN__)) && !defined(TENGINE)
39093 +       kbinit();
39094 +#endif
39095 +       
39096 +       key = 0;
39097 +       do
39098 +       {
39099 +#if !defined(TENGINE)
39100 +               key = kbgetkey();
39101 +               key = toupper(key);
39102 +               switch (key) {
39103 +               case 'P':
39104 +                       PrintControlPointDevice(selectControlPoint(ctrlPoint, ctrlPointCount));
39105 +                       break;
39106 +#if !defined(CG_UPNP_NOUSE_ACTIONCTRL)
39107 +               case 'C':
39108 +                       ControlDeviceAlter(selectControlPoint(ctrlPoint, ctrlPointCount), CMD_NO_ALTERATIONS);
39109 +                       break;
39110 +
39111 +               case 'O':
39112 +                       ControlDeviceAlter(selectControlPoint(ctrlPoint, ctrlPointCount), CMD_LOOP_ACTION_CALLS);
39113 +                       break;
39114 +#endif
39115 +#if !defined(CG_UPNP_NOUSE_QUERYCTRL)
39116 +               case 'Q':
39117 +                       QueryDevice(selectControlPoint(ctrlPoint, ctrlPointCount));
39118 +                       break;
39119 +#endif
39120 +#if !defined(CG_UPNP_NOUSE_SUBSCRIPTION)
39121 +               case 'S':
39122 +                       SubscribeService(selectControlPoint(ctrlPoint, ctrlPointCount));
39123 +                       break;
39124 +               case 'U':
39125 +                       UnsubscribeService(selectControlPoint(ctrlPoint, ctrlPointCount));
39126 +                       break;
39127 +#endif
39128 +               case 'I':
39129 +                       printf("Indicating IP address change to the stack\n");
39130 +                       cg_upnp_controlpoint_ipchanged(selectControlPoint(ctrlPoint, ctrlPointCount));
39131 +                       printf("Done (Indicating IP address change to the stack)\n");
39132 +                       break;
39133 +               case 'L':
39134 +                       printf("Adding device listeners... ");
39135 +                       cg_upnp_controlpoint_setdevicelistener(ctrlPoint[0], DeviceListener1);
39136 +                       cg_upnp_controlpoint_setdevicelistener(ctrlPoint[1], DeviceListener2);
39137 +                       printf("Done (Adding device listeners).\n");
39138 +                       break;
39139 +                       
39140 +                case 'M':
39141 +                        SetMXValue(selectControlPoint(ctrlPoint, ctrlPointCount));
39142 +                        break;
39143 +               case 'R':
39144 +                 printf("M-Search upnp::rootdevice\n");
39145 +                 cg_upnp_controlpoint_search(selectControlPoint(ctrlPoint, ctrlPointCount), CG_UPNP_ST_ROOT_DEVICE);
39146 +                 break;
39147 +               case 'H':
39148 +                 printf("M-Search ssdp:all\n");
39149 +                 cg_upnp_controlpoint_search(selectControlPoint(ctrlPoint, ctrlPointCount), "ssdp:all");
39150 +                 break;
39151 +               case 'V':
39152 +                 printf("M-Search device type\n");
39153 +                 cg_upnp_controlpoint_search(selectControlPoint(ctrlPoint, ctrlPointCount), "urn:schemas-upnp-org:device:clock:1");
39154 +                 break;
39155 +               case 'T':
39156 +                 printf("M-Search service type\n");
39157 +                 cg_upnp_controlpoint_search(selectControlPoint(ctrlPoint, ctrlPointCount), "urn:schemas-upnp-org:service:timer:1");
39158 +                 break;
39159 +               case 'A':
39160 +                 {
39161 +                         int i;
39162 +                         CgUpnpControlPoint *ctrlTemp = selectControlPoint(ctrlPoint, ctrlPointCount);
39163 +
39164 +                         printf("Doing all searches four times...\n");
39165 +                         
39166 +                         for (i=0; i<4; i++)
39167 +                         {
39168 +                                 cg_upnp_controlpoint_search(ctrlTemp, CG_UPNP_ST_ROOT_DEVICE);
39169 +                                 cg_upnp_controlpoint_search(ctrlTemp, "ssdp:all");
39170 +                                 cg_upnp_controlpoint_search(ctrlTemp, "urn:schemas-upnp-org:device:clock:1");
39171 +                                 cg_upnp_controlpoint_search(ctrlTemp, "urn:schemas-upnp-org:service:timer:1");
39172 +                         }
39173 +                         
39174 +                         printf("Done (doing all searches four times).\n");
39175 +                 }
39176 +                 break;
39177 +               case 'X':
39178 +                       break;
39179 +               default:
39180 +                       PrintKeyMessage();
39181 +               }
39182 +#else
39183 +               cg_wait(1000);
39184 +#endif
39185 +       } while( key != 'X');
39186 +
39187 +#if (!defined(WIN32) || defined(__CYGWIN__)) && !defined(TENGINE)
39188 +       kbexit();
39189 +#endif
39190 +       
39191 +       cg_upnp_controlpoint_stop(ctrlPoint[0]);
39192 +       cg_upnp_controlpoint_delete(ctrlPoint[0]);
39193 +
39194 +       cg_upnp_controlpoint_stop(ctrlPoint[1]);
39195 +       cg_upnp_controlpoint_delete(ctrlPoint[1]);
39196 +       
39197 +       return(0);
39198 +}
39199 +
39200 --- tests/multiplecp/unix/Makefile.am
39201 +++ tests/multiplecp/unix/Makefile.am
39202 @@ -0,0 +1,16 @@
39203 +bin_PROGRAMS = clinkcmultiplecp
39204 +
39205 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../../sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
39206 +
39207 +noinst_HEADERS = \
39208 +       ../../../sample/common/kb_util.h
39209 +
39210 +clinkcmultiplecp_SOURCES = \
39211 +       ../upnpdump.c \
39212 +       ../../../sample/common/kb_util.c
39213 +
39214 +if HAVE_LIBTOOL
39215 +clinkcmultiplecp_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@ 
39216 +else
39217 +clinkcmultiplecp_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@ 
39218 +endif
39219 --- tests/multiplecp/unix/Makefile.in
39220 +++ tests/multiplecp/unix/Makefile.in
39221 @@ -0,0 +1,517 @@
39222 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
39223 +# @configure_input@
39224 +
39225 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39226 +# 2003, 2004  Free Software Foundation, Inc.
39227 +# This Makefile.in is free software; the Free Software Foundation
39228 +# gives unlimited permission to copy and/or distribute it,
39229 +# with or without modifications, as long as this notice is preserved.
39230 +
39231 +# This program is distributed in the hope that it will be useful,
39232 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
39233 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
39234 +# PARTICULAR PURPOSE.
39235 +
39236 +@SET_MAKE@
39237 +
39238 +
39239 +SOURCES = $(clinkcmultiplecp_SOURCES)
39240 +
39241 +srcdir = @srcdir@
39242 +top_srcdir = @top_srcdir@
39243 +VPATH = @srcdir@
39244 +pkgdatadir = $(datadir)/@PACKAGE@
39245 +pkglibdir = $(libdir)/@PACKAGE@
39246 +pkgincludedir = $(includedir)/@PACKAGE@
39247 +top_builddir = ../../..
39248 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39249 +INSTALL = @INSTALL@
39250 +install_sh_DATA = $(install_sh) -c -m 644
39251 +install_sh_PROGRAM = $(install_sh) -c
39252 +install_sh_SCRIPT = $(install_sh) -c
39253 +INSTALL_HEADER = $(INSTALL_DATA)
39254 +transform = $(program_transform_name)
39255 +NORMAL_INSTALL = :
39256 +PRE_INSTALL = :
39257 +POST_INSTALL = :
39258 +NORMAL_UNINSTALL = :
39259 +PRE_UNINSTALL = :
39260 +POST_UNINSTALL = :
39261 +host_triplet = @host@
39262 +bin_PROGRAMS = clinkcmultiplecp$(EXEEXT)
39263 +subdir = tests/multiplecp/unix
39264 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
39265 +       $(srcdir)/Makefile.in
39266 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39267 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
39268 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39269 +       $(ACLOCAL_M4)
39270 +mkinstalldirs = $(mkdir_p)
39271 +CONFIG_HEADER = $(top_builddir)/config.h
39272 +CONFIG_CLEAN_FILES =
39273 +am__installdirs = "$(DESTDIR)$(bindir)"
39274 +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
39275 +PROGRAMS = $(bin_PROGRAMS)
39276 +am_clinkcmultiplecp_OBJECTS = upnpdump.$(OBJEXT) kb_util.$(OBJEXT)
39277 +clinkcmultiplecp_OBJECTS = $(am_clinkcmultiplecp_OBJECTS)
39278 +@HAVE_LIBTOOL_FALSE@clinkcmultiplecp_DEPENDENCIES =  \
39279 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
39280 +@HAVE_LIBTOOL_TRUE@clinkcmultiplecp_DEPENDENCIES =  \
39281 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
39282 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
39283 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
39284 +am__depfiles_maybe = depfiles
39285 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/kb_util.Po ./$(DEPDIR)/upnpdump.Po
39286 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
39287 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
39288 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
39289 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
39290 +       $(AM_CFLAGS) $(CFLAGS)
39291 +CCLD = $(CC)
39292 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
39293 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
39294 +SOURCES = $(clinkcmultiplecp_SOURCES)
39295 +DIST_SOURCES = $(clinkcmultiplecp_SOURCES)
39296 +HEADERS = $(noinst_HEADERS)
39297 +ETAGS = etags
39298 +CTAGS = ctags
39299 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39300 +ACLOCAL = @ACLOCAL@
39301 +AMDEP_FALSE = @AMDEP_FALSE@
39302 +AMDEP_TRUE = @AMDEP_TRUE@
39303 +AMTAR = @AMTAR@
39304 +AR = @AR@
39305 +AUTOCONF = @AUTOCONF@
39306 +AUTOHEADER = @AUTOHEADER@
39307 +AUTOMAKE = @AUTOMAKE@
39308 +AWK = @AWK@
39309 +CC = @CC@
39310 +CCDEPMODE = @CCDEPMODE@
39311 +CFLAGS = @CFLAGS@
39312 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
39313 +CPP = @CPP@
39314 +CPPFLAGS = @CPPFLAGS@
39315 +CXX = @CXX@
39316 +CXXCPP = @CXXCPP@
39317 +CXXDEPMODE = @CXXDEPMODE@
39318 +CXXFLAGS = @CXXFLAGS@
39319 +CYGPATH_W = @CYGPATH_W@
39320 +DEFS = @DEFS@
39321 +DEPDIR = @DEPDIR@
39322 +ECHO = @ECHO@
39323 +ECHO_C = @ECHO_C@
39324 +ECHO_N = @ECHO_N@
39325 +ECHO_T = @ECHO_T@
39326 +EGREP = @EGREP@
39327 +EXEEXT = @EXEEXT@
39328 +F77 = @F77@
39329 +FFLAGS = @FFLAGS@
39330 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
39331 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
39332 +HTTP_CFLAGS = @HTTP_CFLAGS@
39333 +HTTP_LIBS = @HTTP_LIBS@
39334 +INSTALL_DATA = @INSTALL_DATA@
39335 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
39336 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
39337 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
39338 +LDFLAGS = @LDFLAGS@
39339 +LIBOBJS = @LIBOBJS@
39340 +LIBS = @LIBS@
39341 +LIBTOOL = @LIBTOOL@
39342 +LN_S = @LN_S@
39343 +LTLIBOBJS = @LTLIBOBJS@
39344 +MAKEINFO = @MAKEINFO@
39345 +OBJEXT = @OBJEXT@
39346 +PACKAGE = @PACKAGE@
39347 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
39348 +PACKAGE_NAME = @PACKAGE_NAME@
39349 +PACKAGE_STRING = @PACKAGE_STRING@
39350 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
39351 +PACKAGE_VERSION = @PACKAGE_VERSION@
39352 +PATH_SEPARATOR = @PATH_SEPARATOR@
39353 +RANLIB = @RANLIB@
39354 +SET_MAKE = @SET_MAKE@
39355 +SHELL = @SHELL@
39356 +STRIP = @STRIP@
39357 +VERSION = @VERSION@
39358 +XML_CFLAGS = @XML_CFLAGS@
39359 +XML_LIBS = @XML_LIBS@
39360 +ac_ct_AR = @ac_ct_AR@
39361 +ac_ct_CC = @ac_ct_CC@
39362 +ac_ct_CXX = @ac_ct_CXX@
39363 +ac_ct_F77 = @ac_ct_F77@
39364 +ac_ct_RANLIB = @ac_ct_RANLIB@
39365 +ac_ct_STRIP = @ac_ct_STRIP@
39366 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
39367 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
39368 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
39369 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
39370 +am__include = @am__include@
39371 +am__leading_dot = @am__leading_dot@
39372 +am__quote = @am__quote@
39373 +bindir = @bindir@
39374 +build = @build@
39375 +build_alias = @build_alias@
39376 +build_cpu = @build_cpu@
39377 +build_os = @build_os@
39378 +build_vendor = @build_vendor@
39379 +datadir = @datadir@
39380 +exec_prefix = @exec_prefix@
39381 +host = @host@
39382 +host_alias = @host_alias@
39383 +host_cpu = @host_cpu@
39384 +host_os = @host_os@
39385 +host_vendor = @host_vendor@
39386 +includedir = @includedir@
39387 +infodir = @infodir@
39388 +install_sh = @install_sh@
39389 +libdir = @libdir@
39390 +libexecdir = @libexecdir@
39391 +localstatedir = @localstatedir@
39392 +mandir = @mandir@
39393 +mkdir_p = @mkdir_p@
39394 +oldincludedir = @oldincludedir@
39395 +prefix = @prefix@
39396 +program_transform_name = @program_transform_name@
39397 +sbindir = @sbindir@
39398 +sharedstatedir = @sharedstatedir@
39399 +sysconfdir = @sysconfdir@
39400 +target_alias = @target_alias@
39401 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../../sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
39402 +noinst_HEADERS = \
39403 +       ../../../sample/common/kb_util.h
39404 +
39405 +clinkcmultiplecp_SOURCES = \
39406 +       ../upnpdump.c \
39407 +       ../../../sample/common/kb_util.c
39408 +
39409 +@HAVE_LIBTOOL_FALSE@clinkcmultiplecp_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@ 
39410 +@HAVE_LIBTOOL_TRUE@clinkcmultiplecp_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@ 
39411 +all: all-am
39412 +
39413 +.SUFFIXES:
39414 +.SUFFIXES: .c .lo .o .obj
39415 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
39416 +       @for dep in $?; do \
39417 +         case '$(am__configure_deps)' in \
39418 +           *$$dep*) \
39419 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
39420 +               && exit 0; \
39421 +             exit 1;; \
39422 +         esac; \
39423 +       done; \
39424 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multiplecp/unix/Makefile'; \
39425 +       cd $(top_srcdir) && \
39426 +         $(AUTOMAKE) --foreign  tests/multiplecp/unix/Makefile
39427 +.PRECIOUS: Makefile
39428 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
39429 +       @case '$?' in \
39430 +         *config.status*) \
39431 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
39432 +         *) \
39433 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
39434 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
39435 +       esac;
39436 +
39437 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
39438 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39439 +
39440 +$(top_srcdir)/configure:  $(am__configure_deps)
39441 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39442 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
39443 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39444 +install-binPROGRAMS: $(bin_PROGRAMS)
39445 +       @$(NORMAL_INSTALL)
39446 +       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
39447 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
39448 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
39449 +         if test -f $$p \
39450 +            || test -f $$p1 \
39451 +         ; then \
39452 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
39453 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
39454 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
39455 +         else :; fi; \
39456 +       done
39457 +
39458 +uninstall-binPROGRAMS:
39459 +       @$(NORMAL_UNINSTALL)
39460 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
39461 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
39462 +         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
39463 +         rm -f "$(DESTDIR)$(bindir)/$$f"; \
39464 +       done
39465 +
39466 +clean-binPROGRAMS:
39467 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
39468 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
39469 +         echo " rm -f $$p $$f"; \
39470 +         rm -f $$p $$f ; \
39471 +       done
39472 +clinkcmultiplecp$(EXEEXT): $(clinkcmultiplecp_OBJECTS) $(clinkcmultiplecp_DEPENDENCIES) 
39473 +       @rm -f clinkcmultiplecp$(EXEEXT)
39474 +       $(LINK) $(clinkcmultiplecp_LDFLAGS) $(clinkcmultiplecp_OBJECTS) $(clinkcmultiplecp_LDADD) $(LIBS)
39475 +
39476 +mostlyclean-compile:
39477 +       -rm -f *.$(OBJEXT)
39478 +
39479 +distclean-compile:
39480 +       -rm -f *.tab.c
39481 +
39482 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
39483 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnpdump.Po@am__quote@
39484 +
39485 +.c.o:
39486 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
39487 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
39488 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
39489 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
39490 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39491 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
39492 +
39493 +.c.obj:
39494 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
39495 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
39496 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
39497 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
39498 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39499 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
39500 +
39501 +.c.lo:
39502 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
39503 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
39504 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
39505 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
39506 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39507 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
39508 +
39509 +upnpdump.o: ../upnpdump.c
39510 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.o -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.o `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c; \
39511 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Po"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
39512 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.o' libtool=no @AMDEPBACKSLASH@
39513 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Po' tmpdepfile='$(DEPDIR)/upnpdump.TPo' @AMDEPBACKSLASH@
39514 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39515 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.o `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c
39516 +
39517 +upnpdump.obj: ../upnpdump.c
39518 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.obj -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.obj `if test -f '../upnpdump.c'; then $(CYGPATH_W) '../upnpdump.c'; else $(CYGPATH_W) '$(srcdir)/../upnpdump.c'; fi`; \
39519 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Po"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
39520 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.obj' libtool=no @AMDEPBACKSLASH@
39521 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Po' tmpdepfile='$(DEPDIR)/upnpdump.TPo' @AMDEPBACKSLASH@
39522 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39523 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.obj `if test -f '../upnpdump.c'; then $(CYGPATH_W) '../upnpdump.c'; else $(CYGPATH_W) '$(srcdir)/../upnpdump.c'; fi`
39524 +
39525 +upnpdump.lo: ../upnpdump.c
39526 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT upnpdump.lo -MD -MP -MF "$(DEPDIR)/upnpdump.Tpo" -c -o upnpdump.lo `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c; \
39527 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/upnpdump.Tpo" "$(DEPDIR)/upnpdump.Plo"; else rm -f "$(DEPDIR)/upnpdump.Tpo"; exit 1; fi
39528 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../upnpdump.c' object='upnpdump.lo' libtool=yes @AMDEPBACKSLASH@
39529 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/upnpdump.Plo' tmpdepfile='$(DEPDIR)/upnpdump.TPlo' @AMDEPBACKSLASH@
39530 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39531 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o upnpdump.lo `test -f '../upnpdump.c' || echo '$(srcdir)/'`../upnpdump.c
39532 +
39533 +kb_util.o: ../../../sample/common/kb_util.c
39534 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
39535 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
39536 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
39537 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
39538 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39539 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
39540 +
39541 +kb_util.obj: ../../../sample/common/kb_util.c
39542 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`; \
39543 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
39544 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
39545 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
39546 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39547 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`
39548 +
39549 +kb_util.lo: ../../../sample/common/kb_util.c
39550 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
39551 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
39552 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
39553 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
39554 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
39555 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
39556 +
39557 +mostlyclean-libtool:
39558 +       -rm -f *.lo
39559 +
39560 +clean-libtool:
39561 +       -rm -rf .libs _libs
39562 +
39563 +distclean-libtool:
39564 +       -rm -f libtool
39565 +uninstall-info-am:
39566 +
39567 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
39568 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
39569 +       unique=`for i in $$list; do \
39570 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
39571 +         done | \
39572 +         $(AWK) '    { files[$$0] = 1; } \
39573 +              END { for (i in files) print i; }'`; \
39574 +       mkid -fID $$unique
39575 +tags: TAGS
39576 +
39577 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
39578 +               $(TAGS_FILES) $(LISP)
39579 +       tags=; \
39580 +       here=`pwd`; \
39581 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
39582 +       unique=`for i in $$list; do \
39583 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
39584 +         done | \
39585 +         $(AWK) '    { files[$$0] = 1; } \
39586 +              END { for (i in files) print i; }'`; \
39587 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
39588 +         test -n "$$unique" || unique=$$empty_fix; \
39589 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
39590 +           $$tags $$unique; \
39591 +       fi
39592 +ctags: CTAGS
39593 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
39594 +               $(TAGS_FILES) $(LISP)
39595 +       tags=; \
39596 +       here=`pwd`; \
39597 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
39598 +       unique=`for i in $$list; do \
39599 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
39600 +         done | \
39601 +         $(AWK) '    { files[$$0] = 1; } \
39602 +              END { for (i in files) print i; }'`; \
39603 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
39604 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
39605 +            $$tags $$unique
39606 +
39607 +GTAGS:
39608 +       here=`$(am__cd) $(top_builddir) && pwd` \
39609 +         && cd $(top_srcdir) \
39610 +         && gtags -i $(GTAGS_ARGS) $$here
39611 +
39612 +distclean-tags:
39613 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
39614 +
39615 +distdir: $(DISTFILES)
39616 +       $(mkdir_p) $(distdir)/../../../sample/common
39617 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
39618 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
39619 +       list='$(DISTFILES)'; for file in $$list; do \
39620 +         case $$file in \
39621 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
39622 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
39623 +         esac; \
39624 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
39625 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
39626 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
39627 +           dir="/$$dir"; \
39628 +           $(mkdir_p) "$(distdir)$$dir"; \
39629 +         else \
39630 +           dir=''; \
39631 +         fi; \
39632 +         if test -d $$d/$$file; then \
39633 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
39634 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
39635 +           fi; \
39636 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
39637 +         else \
39638 +           test -f $(distdir)/$$file \
39639 +           || cp -p $$d/$$file $(distdir)/$$file \
39640 +           || exit 1; \
39641 +         fi; \
39642 +       done
39643 +check-am: all-am
39644 +check: check-am
39645 +all-am: Makefile $(PROGRAMS) $(HEADERS)
39646 +installdirs:
39647 +       for dir in "$(DESTDIR)$(bindir)"; do \
39648 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
39649 +       done
39650 +install: install-am
39651 +install-exec: install-exec-am
39652 +install-data: install-data-am
39653 +uninstall: uninstall-am
39654 +
39655 +install-am: all-am
39656 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
39657 +
39658 +installcheck: installcheck-am
39659 +install-strip:
39660 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
39661 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
39662 +         `test -z '$(STRIP)' || \
39663 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
39664 +mostlyclean-generic:
39665 +
39666 +clean-generic:
39667 +
39668 +distclean-generic:
39669 +       -rm -f $(CONFIG_CLEAN_FILES)
39670 +
39671 +maintainer-clean-generic:
39672 +       @echo "This command is intended for maintainers to use"
39673 +       @echo "it deletes files that may require special tools to rebuild."
39674 +clean: clean-am
39675 +
39676 +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
39677 +
39678 +distclean: distclean-am
39679 +       -rm -rf ./$(DEPDIR)
39680 +       -rm -f Makefile
39681 +distclean-am: clean-am distclean-compile distclean-generic \
39682 +       distclean-libtool distclean-tags
39683 +
39684 +dvi: dvi-am
39685 +
39686 +dvi-am:
39687 +
39688 +html: html-am
39689 +
39690 +info: info-am
39691 +
39692 +info-am:
39693 +
39694 +install-data-am:
39695 +
39696 +install-exec-am: install-binPROGRAMS
39697 +
39698 +install-info: install-info-am
39699 +
39700 +install-man:
39701 +
39702 +installcheck-am:
39703 +
39704 +maintainer-clean: maintainer-clean-am
39705 +       -rm -rf ./$(DEPDIR)
39706 +       -rm -f Makefile
39707 +maintainer-clean-am: distclean-am maintainer-clean-generic
39708 +
39709 +mostlyclean: mostlyclean-am
39710 +
39711 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
39712 +       mostlyclean-libtool
39713 +
39714 +pdf: pdf-am
39715 +
39716 +pdf-am:
39717 +
39718 +ps: ps-am
39719 +
39720 +ps-am:
39721 +
39722 +uninstall-am: uninstall-binPROGRAMS uninstall-info-am
39723 +
39724 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
39725 +       clean-generic clean-libtool ctags distclean distclean-compile \
39726 +       distclean-generic distclean-libtool distclean-tags distdir dvi \
39727 +       dvi-am html html-am info info-am install install-am \
39728 +       install-binPROGRAMS install-data install-data-am install-exec \
39729 +       install-exec-am install-info install-info-am install-man \
39730 +       install-strip installcheck installcheck-am installdirs \
39731 +       maintainer-clean maintainer-clean-generic mostlyclean \
39732 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
39733 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
39734 +       uninstall-binPROGRAMS uninstall-info-am
39735 +
39736 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
39737 +# Otherwise a system limit (for SysV at least) may be exceeded.
39738 +.NOEXPORT:
39739 --- tests/multipleembedded/Makefile.am
39740 +++ tests/multipleembedded/Makefile.am
39741 @@ -0,0 +1 @@
39742 +SUBDIRS = unix 
39743 --- tests/multipleembedded/Makefile.in
39744 +++ tests/multipleembedded/Makefile.in
39745 @@ -0,0 +1,456 @@
39746 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
39747 +# @configure_input@
39748 +
39749 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39750 +# 2003, 2004  Free Software Foundation, Inc.
39751 +# This Makefile.in is free software; the Free Software Foundation
39752 +# gives unlimited permission to copy and/or distribute it,
39753 +# with or without modifications, as long as this notice is preserved.
39754 +
39755 +# This program is distributed in the hope that it will be useful,
39756 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
39757 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
39758 +# PARTICULAR PURPOSE.
39759 +
39760 +@SET_MAKE@
39761 +srcdir = @srcdir@
39762 +top_srcdir = @top_srcdir@
39763 +VPATH = @srcdir@
39764 +pkgdatadir = $(datadir)/@PACKAGE@
39765 +pkglibdir = $(libdir)/@PACKAGE@
39766 +pkgincludedir = $(includedir)/@PACKAGE@
39767 +top_builddir = ../..
39768 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39769 +INSTALL = @INSTALL@
39770 +install_sh_DATA = $(install_sh) -c -m 644
39771 +install_sh_PROGRAM = $(install_sh) -c
39772 +install_sh_SCRIPT = $(install_sh) -c
39773 +INSTALL_HEADER = $(INSTALL_DATA)
39774 +transform = $(program_transform_name)
39775 +NORMAL_INSTALL = :
39776 +PRE_INSTALL = :
39777 +POST_INSTALL = :
39778 +NORMAL_UNINSTALL = :
39779 +PRE_UNINSTALL = :
39780 +POST_UNINSTALL = :
39781 +host_triplet = @host@
39782 +subdir = tests/multipleembedded
39783 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39784 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39785 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
39786 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39787 +       $(ACLOCAL_M4)
39788 +mkinstalldirs = $(mkdir_p)
39789 +CONFIG_HEADER = $(top_builddir)/config.h
39790 +CONFIG_CLEAN_FILES =
39791 +SOURCES =
39792 +DIST_SOURCES =
39793 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
39794 +       html-recursive info-recursive install-data-recursive \
39795 +       install-exec-recursive install-info-recursive \
39796 +       install-recursive installcheck-recursive installdirs-recursive \
39797 +       pdf-recursive ps-recursive uninstall-info-recursive \
39798 +       uninstall-recursive
39799 +ETAGS = etags
39800 +CTAGS = ctags
39801 +DIST_SUBDIRS = $(SUBDIRS)
39802 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39803 +ACLOCAL = @ACLOCAL@
39804 +AMDEP_FALSE = @AMDEP_FALSE@
39805 +AMDEP_TRUE = @AMDEP_TRUE@
39806 +AMTAR = @AMTAR@
39807 +AR = @AR@
39808 +AUTOCONF = @AUTOCONF@
39809 +AUTOHEADER = @AUTOHEADER@
39810 +AUTOMAKE = @AUTOMAKE@
39811 +AWK = @AWK@
39812 +CC = @CC@
39813 +CCDEPMODE = @CCDEPMODE@
39814 +CFLAGS = @CFLAGS@
39815 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
39816 +CPP = @CPP@
39817 +CPPFLAGS = @CPPFLAGS@
39818 +CXX = @CXX@
39819 +CXXCPP = @CXXCPP@
39820 +CXXDEPMODE = @CXXDEPMODE@
39821 +CXXFLAGS = @CXXFLAGS@
39822 +CYGPATH_W = @CYGPATH_W@
39823 +DEFS = @DEFS@
39824 +DEPDIR = @DEPDIR@
39825 +ECHO = @ECHO@
39826 +ECHO_C = @ECHO_C@
39827 +ECHO_N = @ECHO_N@
39828 +ECHO_T = @ECHO_T@
39829 +EGREP = @EGREP@
39830 +EXEEXT = @EXEEXT@
39831 +F77 = @F77@
39832 +FFLAGS = @FFLAGS@
39833 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
39834 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
39835 +HTTP_CFLAGS = @HTTP_CFLAGS@
39836 +HTTP_LIBS = @HTTP_LIBS@
39837 +INSTALL_DATA = @INSTALL_DATA@
39838 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
39839 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
39840 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
39841 +LDFLAGS = @LDFLAGS@
39842 +LIBOBJS = @LIBOBJS@
39843 +LIBS = @LIBS@
39844 +LIBTOOL = @LIBTOOL@
39845 +LN_S = @LN_S@
39846 +LTLIBOBJS = @LTLIBOBJS@
39847 +MAKEINFO = @MAKEINFO@
39848 +OBJEXT = @OBJEXT@
39849 +PACKAGE = @PACKAGE@
39850 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
39851 +PACKAGE_NAME = @PACKAGE_NAME@
39852 +PACKAGE_STRING = @PACKAGE_STRING@
39853 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
39854 +PACKAGE_VERSION = @PACKAGE_VERSION@
39855 +PATH_SEPARATOR = @PATH_SEPARATOR@
39856 +RANLIB = @RANLIB@
39857 +SET_MAKE = @SET_MAKE@
39858 +SHELL = @SHELL@
39859 +STRIP = @STRIP@
39860 +VERSION = @VERSION@
39861 +XML_CFLAGS = @XML_CFLAGS@
39862 +XML_LIBS = @XML_LIBS@
39863 +ac_ct_AR = @ac_ct_AR@
39864 +ac_ct_CC = @ac_ct_CC@
39865 +ac_ct_CXX = @ac_ct_CXX@
39866 +ac_ct_F77 = @ac_ct_F77@
39867 +ac_ct_RANLIB = @ac_ct_RANLIB@
39868 +ac_ct_STRIP = @ac_ct_STRIP@
39869 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
39870 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
39871 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
39872 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
39873 +am__include = @am__include@
39874 +am__leading_dot = @am__leading_dot@
39875 +am__quote = @am__quote@
39876 +bindir = @bindir@
39877 +build = @build@
39878 +build_alias = @build_alias@
39879 +build_cpu = @build_cpu@
39880 +build_os = @build_os@
39881 +build_vendor = @build_vendor@
39882 +datadir = @datadir@
39883 +exec_prefix = @exec_prefix@
39884 +host = @host@
39885 +host_alias = @host_alias@
39886 +host_cpu = @host_cpu@
39887 +host_os = @host_os@
39888 +host_vendor = @host_vendor@
39889 +includedir = @includedir@
39890 +infodir = @infodir@
39891 +install_sh = @install_sh@
39892 +libdir = @libdir@
39893 +libexecdir = @libexecdir@
39894 +localstatedir = @localstatedir@
39895 +mandir = @mandir@
39896 +mkdir_p = @mkdir_p@
39897 +oldincludedir = @oldincludedir@
39898 +prefix = @prefix@
39899 +program_transform_name = @program_transform_name@
39900 +sbindir = @sbindir@
39901 +sharedstatedir = @sharedstatedir@
39902 +sysconfdir = @sysconfdir@
39903 +target_alias = @target_alias@
39904 +SUBDIRS = unix 
39905 +all: all-recursive
39906 +
39907 +.SUFFIXES:
39908 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
39909 +       @for dep in $?; do \
39910 +         case '$(am__configure_deps)' in \
39911 +           *$$dep*) \
39912 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
39913 +               && exit 0; \
39914 +             exit 1;; \
39915 +         esac; \
39916 +       done; \
39917 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multipleembedded/Makefile'; \
39918 +       cd $(top_srcdir) && \
39919 +         $(AUTOMAKE) --foreign  tests/multipleembedded/Makefile
39920 +.PRECIOUS: Makefile
39921 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
39922 +       @case '$?' in \
39923 +         *config.status*) \
39924 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
39925 +         *) \
39926 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
39927 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
39928 +       esac;
39929 +
39930 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
39931 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39932 +
39933 +$(top_srcdir)/configure:  $(am__configure_deps)
39934 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39935 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
39936 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39937 +
39938 +mostlyclean-libtool:
39939 +       -rm -f *.lo
39940 +
39941 +clean-libtool:
39942 +       -rm -rf .libs _libs
39943 +
39944 +distclean-libtool:
39945 +       -rm -f libtool
39946 +uninstall-info-am:
39947 +
39948 +# This directory's subdirectories are mostly independent; you can cd
39949 +# into them and run `make' without going through this Makefile.
39950 +# To change the values of `make' variables: instead of editing Makefiles,
39951 +# (1) if the variable is set in `config.status', edit `config.status'
39952 +#     (which will cause the Makefiles to be regenerated when you run `make');
39953 +# (2) otherwise, pass the desired values on the `make' command line.
39954 +$(RECURSIVE_TARGETS):
39955 +       @set fnord $$MAKEFLAGS; amf=$$2; \
39956 +       dot_seen=no; \
39957 +       target=`echo $@ | sed s/-recursive//`; \
39958 +       list='$(SUBDIRS)'; for subdir in $$list; do \
39959 +         echo "Making $$target in $$subdir"; \
39960 +         if test "$$subdir" = "."; then \
39961 +           dot_seen=yes; \
39962 +           local_target="$$target-am"; \
39963 +         else \
39964 +           local_target="$$target"; \
39965 +         fi; \
39966 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
39967 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
39968 +       done; \
39969 +       if test "$$dot_seen" = "no"; then \
39970 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
39971 +       fi; test -z "$$fail"
39972 +
39973 +mostlyclean-recursive clean-recursive distclean-recursive \
39974 +maintainer-clean-recursive:
39975 +       @set fnord $$MAKEFLAGS; amf=$$2; \
39976 +       dot_seen=no; \
39977 +       case "$@" in \
39978 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
39979 +         *) list='$(SUBDIRS)' ;; \
39980 +       esac; \
39981 +       rev=''; for subdir in $$list; do \
39982 +         if test "$$subdir" = "."; then :; else \
39983 +           rev="$$subdir $$rev"; \
39984 +         fi; \
39985 +       done; \
39986 +       rev="$$rev ."; \
39987 +       target=`echo $@ | sed s/-recursive//`; \
39988 +       for subdir in $$rev; do \
39989 +         echo "Making $$target in $$subdir"; \
39990 +         if test "$$subdir" = "."; then \
39991 +           local_target="$$target-am"; \
39992 +         else \
39993 +           local_target="$$target"; \
39994 +         fi; \
39995 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
39996 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
39997 +       done && test -z "$$fail"
39998 +tags-recursive:
39999 +       list='$(SUBDIRS)'; for subdir in $$list; do \
40000 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
40001 +       done
40002 +ctags-recursive:
40003 +       list='$(SUBDIRS)'; for subdir in $$list; do \
40004 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
40005 +       done
40006 +
40007 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
40008 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
40009 +       unique=`for i in $$list; do \
40010 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
40011 +         done | \
40012 +         $(AWK) '    { files[$$0] = 1; } \
40013 +              END { for (i in files) print i; }'`; \
40014 +       mkid -fID $$unique
40015 +tags: TAGS
40016 +
40017 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
40018 +               $(TAGS_FILES) $(LISP)
40019 +       tags=; \
40020 +       here=`pwd`; \
40021 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
40022 +         include_option=--etags-include; \
40023 +         empty_fix=.; \
40024 +       else \
40025 +         include_option=--include; \
40026 +         empty_fix=; \
40027 +       fi; \
40028 +       list='$(SUBDIRS)'; for subdir in $$list; do \
40029 +         if test "$$subdir" = .; then :; else \
40030 +           test ! -f $$subdir/TAGS || \
40031 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
40032 +         fi; \
40033 +       done; \
40034 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
40035 +       unique=`for i in $$list; do \
40036 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
40037 +         done | \
40038 +         $(AWK) '    { files[$$0] = 1; } \
40039 +              END { for (i in files) print i; }'`; \
40040 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
40041 +         test -n "$$unique" || unique=$$empty_fix; \
40042 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
40043 +           $$tags $$unique; \
40044 +       fi
40045 +ctags: CTAGS
40046 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
40047 +               $(TAGS_FILES) $(LISP)
40048 +       tags=; \
40049 +       here=`pwd`; \
40050 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
40051 +       unique=`for i in $$list; do \
40052 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
40053 +         done | \
40054 +         $(AWK) '    { files[$$0] = 1; } \
40055 +              END { for (i in files) print i; }'`; \
40056 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
40057 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
40058 +            $$tags $$unique
40059 +
40060 +GTAGS:
40061 +       here=`$(am__cd) $(top_builddir) && pwd` \
40062 +         && cd $(top_srcdir) \
40063 +         && gtags -i $(GTAGS_ARGS) $$here
40064 +
40065 +distclean-tags:
40066 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
40067 +
40068 +distdir: $(DISTFILES)
40069 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
40070 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
40071 +       list='$(DISTFILES)'; for file in $$list; do \
40072 +         case $$file in \
40073 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
40074 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
40075 +         esac; \
40076 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
40077 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
40078 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
40079 +           dir="/$$dir"; \
40080 +           $(mkdir_p) "$(distdir)$$dir"; \
40081 +         else \
40082 +           dir=''; \
40083 +         fi; \
40084 +         if test -d $$d/$$file; then \
40085 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
40086 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
40087 +           fi; \
40088 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
40089 +         else \
40090 +           test -f $(distdir)/$$file \
40091 +           || cp -p $$d/$$file $(distdir)/$$file \
40092 +           || exit 1; \
40093 +         fi; \
40094 +       done
40095 +       list='$(SUBDIRS)'; for subdir in $$list; do \
40096 +         if test "$$subdir" = .; then :; else \
40097 +           test -d "$(distdir)/$$subdir" \
40098 +           || mkdir "$(distdir)/$$subdir" \
40099 +           || exit 1; \
40100 +           (cd $$subdir && \
40101 +             $(MAKE) $(AM_MAKEFLAGS) \
40102 +               top_distdir="../$(top_distdir)" \
40103 +               distdir="../$(distdir)/$$subdir" \
40104 +               distdir) \
40105 +             || exit 1; \
40106 +         fi; \
40107 +       done
40108 +check-am: all-am
40109 +check: check-recursive
40110 +all-am: Makefile
40111 +installdirs: installdirs-recursive
40112 +installdirs-am:
40113 +install: install-recursive
40114 +install-exec: install-exec-recursive
40115 +install-data: install-data-recursive
40116 +uninstall: uninstall-recursive
40117 +
40118 +install-am: all-am
40119 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
40120 +
40121 +installcheck: installcheck-recursive
40122 +install-strip:
40123 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
40124 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
40125 +         `test -z '$(STRIP)' || \
40126 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
40127 +mostlyclean-generic:
40128 +
40129 +clean-generic:
40130 +
40131 +distclean-generic:
40132 +       -rm -f $(CONFIG_CLEAN_FILES)
40133 +
40134 +maintainer-clean-generic:
40135 +       @echo "This command is intended for maintainers to use"
40136 +       @echo "it deletes files that may require special tools to rebuild."
40137 +clean: clean-recursive
40138 +
40139 +clean-am: clean-generic clean-libtool mostlyclean-am
40140 +
40141 +distclean: distclean-recursive
40142 +       -rm -f Makefile
40143 +distclean-am: clean-am distclean-generic distclean-libtool \
40144 +       distclean-tags
40145 +
40146 +dvi: dvi-recursive
40147 +
40148 +dvi-am:
40149 +
40150 +html: html-recursive
40151 +
40152 +info: info-recursive
40153 +
40154 +info-am:
40155 +
40156 +install-data-am:
40157 +
40158 +install-exec-am:
40159 +
40160 +install-info: install-info-recursive
40161 +
40162 +install-man:
40163 +
40164 +installcheck-am:
40165 +
40166 +maintainer-clean: maintainer-clean-recursive
40167 +       -rm -f Makefile
40168 +maintainer-clean-am: distclean-am maintainer-clean-generic
40169 +
40170 +mostlyclean: mostlyclean-recursive
40171 +
40172 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
40173 +
40174 +pdf: pdf-recursive
40175 +
40176 +pdf-am:
40177 +
40178 +ps: ps-recursive
40179 +
40180 +ps-am:
40181 +
40182 +uninstall-am: uninstall-info-am
40183 +
40184 +uninstall-info: uninstall-info-recursive
40185 +
40186 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
40187 +       clean clean-generic clean-libtool clean-recursive ctags \
40188 +       ctags-recursive distclean distclean-generic distclean-libtool \
40189 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
40190 +       html-am info info-am install install-am install-data \
40191 +       install-data-am install-exec install-exec-am install-info \
40192 +       install-info-am install-man install-strip installcheck \
40193 +       installcheck-am installdirs installdirs-am maintainer-clean \
40194 +       maintainer-clean-generic maintainer-clean-recursive \
40195 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
40196 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
40197 +       uninstall uninstall-am uninstall-info-am
40198 +
40199 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
40200 +# Otherwise a system limit (for SysV at least) may be exceeded.
40201 +.NOEXPORT:
40202 --- tests/multipleembedded/clock.c
40203 +++ tests/multipleembedded/clock.c
40204 @@ -0,0 +1,136 @@
40205 +/************************************************************
40206 +*
40207 +*      CyberLink for C
40208 +*
40209 +*      Copyright (C) Satoshi Konno 2005
40210 +*
40211 +*      File: clock.c
40212 +*
40213 +*      Revision:
40214 +*       06/07/05
40215 +*               - first release.
40216 +*
40217 +************************************************************/
40218 +
40219 +#include "clock.h"
40220 +
40221 +#include <stdio.h>\r
40222 +#include <time.h>
40223 +
40224 +/****************************************
40225 +* toMonthString
40226 +****************************************/
40227 +
40228 +static char *MONTH_STRING[] = {
40229 +       "Jan",
40230 +       "Feb",
40231 +       "Mar",
40232 +       "Apr",
40233 +       "May",
40234 +       "Jun",
40235 +       "Jul",
40236 +       "Aug",
40237 +       "Sep",
40238 +       "Oct",
40239 +       "Nov",
40240 +       "Dec",
40241 +};
40242 +
40243 +static char *toMonthString(int value)
40244 +{
40245 +       if (0 <= value && value < 12)
40246 +               return MONTH_STRING[value];
40247 +       return "";
40248 +}
40249 +       
40250 +/****************************************
40251 +* toWeekString
40252 +****************************************/
40253 +
40254 +static char *WEEK_STRING[] = {
40255 +       "Sun",
40256 +       "Mon",
40257 +       "Tue",
40258 +       "Wed",
40259 +       "Thu",
40260 +       "Fri",
40261 +       "Sat",
40262 +};
40263 +
40264 +static char *toWeekString(int value)
40265 +{
40266 +       if (0 <= value && value < 7)
40267 +               return WEEK_STRING[value];
40268 +       return "";
40269 +}
40270 +
40271 +/****************************************
40272 +* GetSystemTimeString
40273 +****************************************/
40274 +\r
40275 +char *GetSystemTimeString(CgSysTime currTime, char *buf)
40276 +{
40277 +       struct tm *localTime;
40278 +                       
40279 +       localTime = localtime(&currTime);
40280 +       sprintf(buf, "%s, %s %d, %02d, %02d:%02d:%02d",
40281 +               toWeekString(localTime->tm_wday),
40282 +               toMonthString(localTime->tm_mon),
40283 +               localTime->tm_mday,
40284 +               localTime->tm_year + 1900,
40285 +               localTime->tm_hour,
40286 +               localTime->tm_min,
40287 +               localTime->tm_sec);
40288 +       
40289 +       return buf;
40290 +}
40291 +\r
40292 +/****************************************\r
40293 +* GetDateString\r
40294 +****************************************/\r
40295 +\r
40296 +char *GetDateString(CgSysTime currTime, char *buf)\r
40297 +{\r
40298 +       struct tm *localTime;\r
40299 +                       \r
40300 +       localTime = localtime(&currTime);\r
40301 +\r
40302 +       sprintf(buf, "%s, %s %d, %02d",\r
40303 +               toWeekString(localTime->tm_wday),\r
40304 +               toMonthString(localTime->tm_mon),\r
40305 +               localTime->tm_mday,\r
40306 +               localTime->tm_year + 1900);\r
40307 +\r
40308 +       return buf;\r
40309 +}\r
40310 +\r
40311 +/****************************************\r
40312 +* GetTimeString\r
40313 +****************************************/\r
40314 +\r
40315 +char *GetTimeString(CgSysTime currTime, char *buf)\r
40316 +{\r
40317 +       struct tm *localTime;\r
40318 +                       \r
40319 +       localTime = localtime(&currTime);\r
40320 +\r
40321 +       sprintf(buf, "%02d%s%02d",\r
40322 +               localTime->tm_hour,\r
40323 +               ((localTime->tm_sec % 2) == 0) ? ":" : " ",\r
40324 +               localTime->tm_min);\r
40325 +\r
40326 +       return buf;\r
40327 +}\r
40328 +\r
40329 +/****************************************\r
40330 +* GetSecond\r
40331 +****************************************/\r
40332 +\r
40333 +int GetSecond(CgSysTime currTime)\r
40334 +{\r
40335 +       struct tm *localTime;\r
40336 +                       \r
40337 +       localTime = localtime(&currTime);\r
40338 +\r
40339 +       return localTime->tm_sec;\r
40340 +}\r
40341 --- tests/multipleembedded/clock.h
40342 +++ tests/multipleembedded/clock.h
40343 @@ -0,0 +1,43 @@
40344 +/************************************************************
40345 +*
40346 +*      CyberLink for C
40347 +*
40348 +*      Copyright (C) Satoshi Konno 2005
40349 +*
40350 +*      File: clock.h
40351 +*
40352 +*      Revision:
40353 +*       06/07/05
40354 +*               - first release.
40355 +*
40356 +************************************************************/
40357 +
40358 +#ifndef _CG_CLOCK_H_
40359 +#define _CG_CLOCK_H_
40360 +\r
40361 +#include <cybergarage/util/ctime.h>\r
40362 +
40363 +#ifdef  __cplusplus
40364 +extern "C" {
40365 +#endif
40366 +
40367 +/****************************************
40368 +* Define
40369 +****************************************/
40370 +
40371 +#define SYSTEM_TIME_BUF_LEN 128
40372 +
40373 +/****************************************
40374 +* Function
40375 +****************************************/
40376 +
40377 +char *GetSystemTimeString(CgSysTime currTime, char *buf);
40378 +char *GetDateString(CgSysTime currTime, char *buf);\r
40379 +char *GetTimeString(CgSysTime currTime, char *buf);\r
40380 +int GetSecond(CgSysTime currTime);\r
40381 +
40382 +#ifdef  __cplusplus
40383 +}
40384 +#endif
40385 +
40386 +#endif
40387 --- tests/multipleembedded/clock_device.c
40388 +++ tests/multipleembedded/clock_device.c
40389 @@ -0,0 +1,433 @@
40390 +/************************************************************
40391 +*
40392 +*      CyberLink for C
40393 +*
40394 +*      Copyright (C) Satoshi Konno 2005
40395 +*
40396 +*      File: clock_device.c
40397 +*
40398 +*      Revision:
40399 +*       05/11/05
40400 +*               - first release.
40401 +*
40402 +*      10/31/05
40403 +*              - Removed :schemas: from clock service description
40404 +*
40405 +*      11-Jan-06 Heikki Junnila
40406 +*              - Renamed *_getservicebyname's to *_getservicebyexacttype
40407 +*
40408 +************************************************************/
40409 +
40410 +#ifdef HAVE_CONFIG_H
40411 +#  include "config.h"
40412 +#endif
40413 +
40414 +#include "clock_device.h"
40415 +#include "clock.h"
40416 +
40417 +#include <string.h>
40418 +
40419 +/****************************************
40420 +* Descriptions
40421 +****************************************/
40422 +
40423 +char *CLOCK_SERVICE_DESCRIPTION =
40424 +"<?xml version=\"1.0\"?>\n"
40425 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
40426 +"      <specVersion>\n"
40427 +"              <major>1</major>\n"
40428 +"              <minor>0</minor>\n"
40429 +"      </specVersion>\n"
40430 +"      <actionList>\n"
40431 +"              <action>\n"
40432 +"                      <name>SetTime</name>\n"
40433 +"                      <argumentList>\n"
40434 +"                              <argument>\n"
40435 +"                                      <name>NewTime</name>\n"
40436 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
40437 +"                                      <direction>in</direction>\n"
40438 +"                              </argument>\n"
40439 +"                              <argument>\n"
40440 +"                                      <name>Result</name>\n"
40441 +"                                      <relatedStateVariable>Result</relatedStateVariable>\n"
40442 +"                                      <direction>out</direction>\n"
40443 +"                              </argument>\n"
40444 +"                      </argumentList>\n"
40445 +"              </action>\n"
40446 +"              <action>\n"
40447 +"                      <name>GetTime</name>\n"
40448 +"                      <argumentList>\n"
40449 +"                              <argument>\n"
40450 +"                                      <name>CurrentTime</name>\n"
40451 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
40452 +"                                      <direction>out</direction>\n"
40453 +"                              </argument>\n"
40454 +"                      </argumentList>\n"
40455 +"              </action>\n"
40456 +"              <action>\n"
40457 +"                      <name>SomeActionWhichGeneratesAnError</name>\n"
40458 +"                      <argumentList>\n"
40459 +"                              <argument>\n"
40460 +"                                      <name>CurrentTime</name>\n"
40461 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
40462 +"                                      <direction>out</direction>\n"
40463 +"                              </argument>\n"
40464 +"                      </argumentList>\n"
40465 +"              </action>\n"
40466 +"      </actionList>\n"
40467 +"      <serviceStateTable>\n"
40468 +"              <stateVariable sendEvents=\"yes\">\n"
40469 +"                      <name>Time</name>\n"
40470 +"                      <dataType>string</dataType>\n"
40471 +"              </stateVariable>\n"
40472 +"              <stateVariable sendEvents=\"no\">\n"
40473 +"                      <name>Result</name>\n"
40474 +"                      <dataType>string</dataType>\n"
40475 +"              </stateVariable>\n"
40476 +"      </serviceStateTable>\n"
40477 +"</scpd>\n";
40478 +
40479 +char *EMB_SRV_DESC1 =
40480 +"<?xml version=\"1.0\"?>\n"
40481 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
40482 +"      <specVersion>\n"
40483 +"              <major>1</major>\n"
40484 +"              <minor>0</minor>\n"
40485 +"      </specVersion>\n"
40486 +"      <actionList>\n"
40487 +"              <action>\n"
40488 +"                      <name>EmbSrv1Action</name>\n"
40489 +"                      <argumentList>\n"
40490 +"                              <argument>\n"
40491 +"                                      <name>EmbSrv1VariableValue</name>\n"
40492 +"                                      <relatedStateVariable>EmbSrv1StateVariable</relatedStateVariable>\n"
40493 +"                                      <direction>out</direction>\n"
40494 +"                              </argument>\n"
40495 +"                      </argumentList>\n"
40496 +"              </action>\n"
40497 +"      </actionList>\n"
40498 +"      <serviceStateTable>\n"
40499 +"              <stateVariable sendEvents=\"yes\">\n"
40500 +"                      <name>EmbSrv1StateVariable</name>\n"
40501 +"                      <dataType>string</dataType>\n"
40502 +"              </stateVariable>\n"
40503 +"      </serviceStateTable>\n"
40504 +"</scpd>\n";
40505 +
40506 +char *EMB_SRV_DESC2 =
40507 +"<?xml version=\"1.0\"?>\n"
40508 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
40509 +"      <specVersion>\n"
40510 +"              <major>1</major>\n"
40511 +"              <minor>0</minor>\n"
40512 +"      </specVersion>\n"
40513 +"      <actionList>\n"
40514 +"              <action>\n"
40515 +"                      <name>EmbSrv2Action</name>\n"
40516 +"                      <argumentList>\n"
40517 +"                              <argument>\n"
40518 +"                                      <name>EmbSrv2VariableValue</name>\n"
40519 +"                                      <relatedStateVariable>EmbSrv2StateVariable</relatedStateVariable>\n"
40520 +"                                      <direction>out</direction>\n"
40521 +"                              </argument>\n"
40522 +"                      </argumentList>\n"
40523 +"              </action>\n"
40524 +"      </actionList>\n"
40525 +"      <serviceStateTable>\n"
40526 +"              <stateVariable sendEvents=\"yes\">\n"
40527 +"                      <name>EmbSrv2StateVariable</name>\n"
40528 +"                      <dataType>string</dataType>\n"
40529 +"              </stateVariable>\n"
40530 +"      </serviceStateTable>\n"
40531 +"</scpd>\n";
40532 +
40533 +char *EMB_SRV_DESC3 =
40534 +"<?xml version=\"1.0\"?>\n"
40535 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
40536 +"      <specVersion>\n"
40537 +"              <major>1</major>\n"
40538 +"              <minor>0</minor>\n"
40539 +"      </specVersion>\n"
40540 +"      <actionList>\n"
40541 +"              <action>\n"
40542 +"                      <name>EmbSrv3Action</name>\n"
40543 +"                      <argumentList>\n"
40544 +"                              <argument>\n"
40545 +"                                      <name>EmbSrv3VariableValue</name>\n"
40546 +"                                      <relatedStateVariable>EmbSrv3StateVariable</relatedStateVariable>\n"
40547 +"                                      <direction>out</direction>\n"
40548 +"                              </argument>\n"
40549 +"                      </argumentList>\n"
40550 +"              </action>\n"
40551 +"      </actionList>\n"
40552 +"      <serviceStateTable>\n"
40553 +"              <stateVariable sendEvents=\"yes\">\n"
40554 +"                      <name>EmbSrv3StateVariable</name>\n"
40555 +"                      <dataType>string</dataType>\n"
40556 +"              </stateVariable>\n"
40557 +"      </serviceStateTable>\n"
40558 +"</scpd>\n";
40559 +
40560 +/****************************************
40561 +* upnp_clock_actionreceived
40562 +****************************************/
40563 +
40564 +BOOL upnp_clock_actionreceived(CgUpnpAction *action)
40565 +{
40566 +       CgSysTime currTime;
40567 +       char *actionName;
40568 +       CgUpnpArgument *currTimeArg;
40569 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
40570 +       CgUpnpArgument *newTimeArg, *resultArg;
40571 +
40572 +       currTime = cg_getcurrentsystemtime();
40573 +       
40574 +       actionName = cg_upnp_action_getname(action);
40575 +       if (strcmp("GetTime", actionName) == 0) {
40576 +               GetSystemTimeString(currTime, sysTimeStr);
40577 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "CurrentTime");
40578 +               cg_upnp_argument_setvalue(currTimeArg, sysTimeStr);
40579 +               return TRUE;
40580 +       }
40581 +       if (strcmp("SomeActionWhichGeneratesAnError", actionName) == 0) {
40582 +               cg_upnp_action_setstatuscode(action, 854);
40583 +               cg_upnp_action_setstatusdescription(action, "A non-standard error");
40584 +               return FALSE;
40585 +       }
40586 +       if (strcmp(actionName, "SetTime") == 0) {
40587 +               newTimeArg = cg_upnp_action_getargumentbyname(action, "NewTime");
40588 +               resultArg = cg_upnp_action_getargumentbyname(action, "Result");
40589 +               cg_upnp_argument_setvalue(resultArg, "Not implemented");
40590 +               return TRUE;
40591 +       }
40592 +       if (strcmp("EmbSrv1Action", actionName) == 0) {
40593 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "EmbSrv1VariableValue");
40594 +               cg_upnp_argument_setvalue(currTimeArg, "TODO: EmbSrv1StateVariable value");
40595 +               return TRUE;
40596 +       }
40597 +       if (strcmp("EmbSrv2Action", actionName) == 0) {
40598 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "EmbSrv2VariableValue");
40599 +               cg_upnp_argument_setvalue(currTimeArg, "TODO: EmbSrv2StateVariable value");
40600 +               return TRUE;
40601 +       }
40602 +       if (strcmp("EmbSrv3Action", actionName) == 0) {
40603 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "EmbSrv3VariableValue");
40604 +               cg_upnp_argument_setvalue(currTimeArg, "TODO: EmbSrv3StateVariable value");
40605 +               return TRUE;
40606 +       }
40607 +       return FALSE;
40608 +}
40609 +
40610 +/****************************************
40611 +* upnp_clock_queryreceived
40612 +****************************************/
40613 +
40614 +BOOL upnp_clock_queryreceived(CgUpnpStateVariable *statVar)
40615 +{
40616 +       char *varName;
40617 +       CgSysTime currTime;
40618 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
40619 +       
40620 +       varName = cg_upnp_statevariable_getname(statVar);
40621 +       if (strcmp("Time", varName) == 0) {
40622 +               currTime = cg_getcurrentsystemtime();
40623 +               GetSystemTimeString(currTime, sysTimeStr);
40624 +               cg_upnp_statevariable_setvalue(statVar, sysTimeStr);
40625 +               return TRUE;
40626 +       }
40627 +       else if ( !strcmp("EmbSrv1StateVariable", varName) )
40628 +       {
40629 +               cg_upnp_statevariable_setvalue(statVar, "TODO: EmbSrv1StateVariable value");
40630 +               return TRUE;
40631 +       }
40632 +       else if ( !strcmp("EmbSrv2StateVariable", varName) )
40633 +       {
40634 +               cg_upnp_statevariable_setvalue(statVar, "TODO: EmbSrv2StateVariable value");
40635 +               return TRUE;
40636 +       }
40637 +       else if ( !strcmp("EmbSrv3StateVariable", varName) )
40638 +       {
40639 +               cg_upnp_statevariable_setvalue(statVar, "TODO: EmbSrv3StateVariable value");
40640 +               return TRUE;
40641 +       }
40642 +       
40643 +       return FALSE;
40644 +}
40645 +
40646 +/****************************************
40647 +* upnp_clock_device_httprequestrecieved
40648 +****************************************/
40649 +
40650 +void upnp_clock_device_httprequestrecieved(CgHttpRequest *httpReq)
40651 +{
40652 +       CgSysTime currTime;
40653 +       CgUpnpDevice *dev;
40654 +       char *uri;
40655 +       char content[2048];
40656 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
40657 +       char serverName[CG_UPNP_SEVERNAME_MAXLEN];
40658 +       CgHttpResponse *httpRes;
40659 +       BOOL postRet;
40660 +       
40661 +       dev = (CgUpnpDevice *)cg_http_request_getuserdata(httpReq);
40662 +
40663 +       uri = cg_http_request_geturi(httpReq);
40664 +       if (strcmp(uri, "/presentation") != 0) {
40665 +               cg_upnp_device_httprequestrecieved(httpReq);
40666 +               return;
40667 +       }
40668 +
40669 +       currTime = cg_getcurrentsystemtime();
40670 +
40671 +#if defined(HAVE_SNPRINTF)
40672 +       snprintf(content, sizeof(content),
40673 +#else
40674 +       sprintf(content,
40675 +#endif
40676 +               "<HTML>"
40677 +               "<HEAD>"
40678 +               "<TITLE>UPnP Clock Sample</TITLE>"
40679 +               "</HEAD>"
40680 +               "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=/presentation\">"
40681 +               "<BODY><CENTER>"
40682 +               "<H1>UPnP Clock Sample</H1>"
40683 +               "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
40684 +               "<TR>"
40685 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40686 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
40687 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40688 +               "</TR>"
40689 +               "<TR>"
40690 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40691 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H1>"
40692 +               "%s"
40693 +               "</H1></TD>"
40694 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40695 +               "</TR>"
40696 +               "<TR>"
40697 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40698 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H3>"
40699 +               "Server : %s"
40700 +               "</H3></TD>"
40701 +               "<TD style=\"height: 30px; background-color: rgb(176, 176, 176);\"></TD>"
40702 +               "</TR>"
40703 +               "<TR>"
40704 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40705 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
40706 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
40707 +               "</TR>"
40708 +               "</TABLE>"
40709 +               "<CENTER></BODY>"
40710 +               "</HTML>",
40711 +               GetSystemTimeString(currTime, sysTimeStr),
40712 +               cg_upnp_getservername(serverName, sizeof(serverName)));
40713 +
40714 +       httpRes = cg_http_response_new();
40715 +       cg_http_response_setstatuscode(httpRes, CG_HTTP_STATUS_OK);
40716 +       cg_http_response_setcontent(httpRes, content);
40717 +       cg_http_response_setcontenttype(httpRes, "text/html");
40718 +       cg_http_response_setcontentlength(httpRes, strlen(content));
40719 +       postRet = cg_http_request_postresponse(httpReq, httpRes);
40720 +       cg_http_response_delete(httpRes);
40721 +}
40722 +
40723 +/****************************************
40724 +* upnp_clock_device_new
40725 +****************************************/
40726 +
40727 +CgUpnpDevice *upnp_clock_device_new()
40728 +{
40729 +       CgUpnpDevice *clockDev;
40730 +       CgUpnpService *timeService;
40731 +       CgUpnpService *embeddedService1;
40732 +       CgUpnpService *embeddedService2;
40733 +       CgUpnpService *embeddedService3;
40734 +        
40735 +       clockDev = cg_upnp_device_new();
40736 +       if ( cg_upnp_device_loaddescriptionfile(clockDev, "description.xml") == FALSE ) {
40737 +                printf( "cg_upnp_device_loaddescriptionfile() failed\n" );
40738 +               cg_upnp_device_delete(clockDev);
40739 +               return NULL;
40740 +       }
40741 +
40742 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
40743 +       if (timeService == NULL) {
40744 +                printf( "cg_upnp_device_getservicebyname(clockDev, urn:schemas-upnp-org:service:timer:1) failed\n" );
40745 +               cg_upnp_device_delete(clockDev);
40746 +               return NULL;
40747 +       }
40748 +       
40749 +       if (cg_upnp_service_parsedescription(timeService, CLOCK_SERVICE_DESCRIPTION, strlen(CLOCK_SERVICE_DESCRIPTION)) == FALSE) {
40750 +               cg_upnp_device_delete(clockDev);
40751 +               return NULL;
40752 +       }
40753 +
40754 +       embeddedService1 = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:embeddedtimer1:1");
40755 +       if (embeddedService1 == NULL) {
40756 +                printf( "cg_upnp_device_getservicebyname(clockDev, urn:schemas-upnp-org:service:embeddedtimer1:1) failed\n" );
40757 +                cg_upnp_device_delete(clockDev);
40758 +               return NULL;
40759 +       }
40760 +       
40761 +       if (cg_upnp_service_parsedescription(embeddedService1, EMB_SRV_DESC1, strlen(EMB_SRV_DESC1)) == FALSE) {
40762 +               cg_upnp_device_delete(clockDev);
40763 +               return NULL;
40764 +       }
40765 +
40766 +       embeddedService2 = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:embeddedtimer2:1");
40767 +       if (embeddedService2 == NULL) {
40768 +                printf( "cg_upnp_device_getservicebyname(clockDev, urn:schemas-upnp-org:service:embeddedtimer2:1) failed\n" );
40769 +               cg_upnp_device_delete(clockDev);
40770 +               return NULL;
40771 +       }
40772 +       
40773 +       if (cg_upnp_service_parsedescription(embeddedService2, EMB_SRV_DESC2, strlen(EMB_SRV_DESC2)) == FALSE) {
40774 +               cg_upnp_device_delete(clockDev);
40775 +               return NULL;
40776 +       }
40777 +
40778 +       embeddedService3 = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:embeddedtimer3:1");
40779 +       if (embeddedService3 == NULL) {
40780 +                printf( "cg_upnp_device_getservicebyname(clockDev, urn:schemas-upnp-org:service:embeddedtimer3:1) failed\n" );
40781 +               cg_upnp_device_delete(clockDev);
40782 +               return NULL;
40783 +       }
40784 +       
40785 +       if (cg_upnp_service_parsedescription(embeddedService3, EMB_SRV_DESC3, strlen(EMB_SRV_DESC3)) == FALSE) {
40786 +               cg_upnp_device_delete(clockDev);
40787 +               return NULL;
40788 +       }
40789 +
40790 +       cg_upnp_device_setactionlistener(clockDev, upnp_clock_actionreceived);
40791 +       cg_upnp_device_setquerylistener(clockDev, upnp_clock_queryreceived);
40792 +       cg_upnp_device_sethttplistener(clockDev, upnp_clock_device_httprequestrecieved);
40793 +
40794 +       return clockDev;
40795 +}
40796 +
40797 +/****************************************
40798 +* upnp_clock_device_update
40799 +****************************************/
40800 +
40801 +void upnp_clock_device_update(CgUpnpDevice *clockDev)
40802 +{
40803 +       CgSysTime currTime;
40804 +       CgUpnpService *timeService;
40805 +       CgUpnpStateVariable *timeState;
40806 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
40807 +       
40808 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, "urn:schemas-upnp-org:service:timer:1");
40809 +       if (timeService == NULL)
40810 +               return;
40811 +
40812 +       timeState = cg_upnp_service_getstatevariablebyname(timeService, "Time");
40813 +       if (timeState == NULL)
40814 +               return;
40815 +       
40816 +       currTime = cg_getcurrentsystemtime();
40817 +       GetSystemTimeString(currTime, sysTimeStr);
40818 +       cg_upnp_statevariable_setvalue(timeState, sysTimeStr);
40819 +       
40820 +       printf("%s\n", sysTimeStr);
40821 +}
40822 +
40823 --- tests/multipleembedded/clock_device.h
40824 +++ tests/multipleembedded/clock_device.h
40825 @@ -0,0 +1,35 @@
40826 +/************************************************************
40827 +*
40828 +*      CyberLink for C
40829 +*
40830 +*      Copyright (C) Satoshi Konno 2005
40831 +*
40832 +*      File: clock_device.h
40833 +*
40834 +*      Revision:
40835 +*       05/11/05
40836 +*               - first release.
40837 +*
40838 +************************************************************/
40839 +
40840 +#ifndef _CG_CLOCK_DEVICE_H_
40841 +#define _CG_CLOCK_DEVICE_H_
40842 +
40843 +#include <cybergarage/upnp/cupnp.h>
40844 +
40845 +#ifdef  __cplusplus
40846 +extern "C" {
40847 +#endif
40848 +
40849 +/****************************************
40850 +* Function
40851 +****************************************/
40852 +
40853 +CgUpnpDevice *upnp_clock_device_new();
40854 +void upnp_clock_device_update(CgUpnpDevice *dev);
40855 +
40856 +#ifdef  __cplusplus
40857 +}
40858 +#endif
40859 +
40860 +#endif
40861 --- tests/multipleembedded/unix/Makefile.am
40862 +++ tests/multipleembedded/unix/Makefile.am
40863 @@ -0,0 +1,20 @@
40864 +bin_PROGRAMS = clinkcmultipleembedded
40865 +
40866 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
40867 +
40868 +noinst_HEADERS = \
40869 +       ../clock.h \
40870 +       ../clock_device.h \
40871 +       ../../../sample/common/kb_util.h
40872 +
40873 +clinkcmultipleembedded_SOURCES = \
40874 +       ./clock_main.c \
40875 +       ../clock.c \
40876 +       ../clock_device.c \
40877 +       ../../../sample/common/kb_util.c
40878 +
40879 +if HAVE_LIBTOOL
40880 +clinkcmultipleembedded_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
40881 +else
40882 +clinkcmultipleembedded_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
40883 +endif
40884 --- tests/multipleembedded/unix/Makefile.in
40885 +++ tests/multipleembedded/unix/Makefile.in
40886 @@ -0,0 +1,574 @@
40887 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
40888 +# @configure_input@
40889 +
40890 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
40891 +# 2003, 2004  Free Software Foundation, Inc.
40892 +# This Makefile.in is free software; the Free Software Foundation
40893 +# gives unlimited permission to copy and/or distribute it,
40894 +# with or without modifications, as long as this notice is preserved.
40895 +
40896 +# This program is distributed in the hope that it will be useful,
40897 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
40898 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
40899 +# PARTICULAR PURPOSE.
40900 +
40901 +@SET_MAKE@
40902 +
40903 +
40904 +SOURCES = $(clinkcmultipleembedded_SOURCES)
40905 +
40906 +srcdir = @srcdir@
40907 +top_srcdir = @top_srcdir@
40908 +VPATH = @srcdir@
40909 +pkgdatadir = $(datadir)/@PACKAGE@
40910 +pkglibdir = $(libdir)/@PACKAGE@
40911 +pkgincludedir = $(includedir)/@PACKAGE@
40912 +top_builddir = ../../..
40913 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40914 +INSTALL = @INSTALL@
40915 +install_sh_DATA = $(install_sh) -c -m 644
40916 +install_sh_PROGRAM = $(install_sh) -c
40917 +install_sh_SCRIPT = $(install_sh) -c
40918 +INSTALL_HEADER = $(INSTALL_DATA)
40919 +transform = $(program_transform_name)
40920 +NORMAL_INSTALL = :
40921 +PRE_INSTALL = :
40922 +POST_INSTALL = :
40923 +NORMAL_UNINSTALL = :
40924 +PRE_UNINSTALL = :
40925 +POST_UNINSTALL = :
40926 +host_triplet = @host@
40927 +bin_PROGRAMS = clinkcmultipleembedded$(EXEEXT)
40928 +subdir = tests/multipleembedded/unix
40929 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40930 +       $(srcdir)/Makefile.in
40931 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40932 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
40933 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40934 +       $(ACLOCAL_M4)
40935 +mkinstalldirs = $(mkdir_p)
40936 +CONFIG_HEADER = $(top_builddir)/config.h
40937 +CONFIG_CLEAN_FILES =
40938 +am__installdirs = "$(DESTDIR)$(bindir)"
40939 +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
40940 +PROGRAMS = $(bin_PROGRAMS)
40941 +am_clinkcmultipleembedded_OBJECTS = clock_main.$(OBJEXT) \
40942 +       clock.$(OBJEXT) clock_device.$(OBJEXT) kb_util.$(OBJEXT)
40943 +clinkcmultipleembedded_OBJECTS = $(am_clinkcmultipleembedded_OBJECTS)
40944 +@HAVE_LIBTOOL_FALSE@clinkcmultipleembedded_DEPENDENCIES =  \
40945 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
40946 +@HAVE_LIBTOOL_TRUE@clinkcmultipleembedded_DEPENDENCIES =  \
40947 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
40948 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
40949 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
40950 +am__depfiles_maybe = depfiles
40951 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/clock.Po \
40952 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_device.Po \
40953 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_main.Po ./$(DEPDIR)/kb_util.Po
40954 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
40955 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
40956 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
40957 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
40958 +       $(AM_CFLAGS) $(CFLAGS)
40959 +CCLD = $(CC)
40960 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
40961 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
40962 +SOURCES = $(clinkcmultipleembedded_SOURCES)
40963 +DIST_SOURCES = $(clinkcmultipleembedded_SOURCES)
40964 +HEADERS = $(noinst_HEADERS)
40965 +ETAGS = etags
40966 +CTAGS = ctags
40967 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
40968 +ACLOCAL = @ACLOCAL@
40969 +AMDEP_FALSE = @AMDEP_FALSE@
40970 +AMDEP_TRUE = @AMDEP_TRUE@
40971 +AMTAR = @AMTAR@
40972 +AR = @AR@
40973 +AUTOCONF = @AUTOCONF@
40974 +AUTOHEADER = @AUTOHEADER@
40975 +AUTOMAKE = @AUTOMAKE@
40976 +AWK = @AWK@
40977 +CC = @CC@
40978 +CCDEPMODE = @CCDEPMODE@
40979 +CFLAGS = @CFLAGS@
40980 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
40981 +CPP = @CPP@
40982 +CPPFLAGS = @CPPFLAGS@
40983 +CXX = @CXX@
40984 +CXXCPP = @CXXCPP@
40985 +CXXDEPMODE = @CXXDEPMODE@
40986 +CXXFLAGS = @CXXFLAGS@
40987 +CYGPATH_W = @CYGPATH_W@
40988 +DEFS = @DEFS@
40989 +DEPDIR = @DEPDIR@
40990 +ECHO = @ECHO@
40991 +ECHO_C = @ECHO_C@
40992 +ECHO_N = @ECHO_N@
40993 +ECHO_T = @ECHO_T@
40994 +EGREP = @EGREP@
40995 +EXEEXT = @EXEEXT@
40996 +F77 = @F77@
40997 +FFLAGS = @FFLAGS@
40998 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
40999 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
41000 +HTTP_CFLAGS = @HTTP_CFLAGS@
41001 +HTTP_LIBS = @HTTP_LIBS@
41002 +INSTALL_DATA = @INSTALL_DATA@
41003 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
41004 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
41005 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
41006 +LDFLAGS = @LDFLAGS@
41007 +LIBOBJS = @LIBOBJS@
41008 +LIBS = @LIBS@
41009 +LIBTOOL = @LIBTOOL@
41010 +LN_S = @LN_S@
41011 +LTLIBOBJS = @LTLIBOBJS@
41012 +MAKEINFO = @MAKEINFO@
41013 +OBJEXT = @OBJEXT@
41014 +PACKAGE = @PACKAGE@
41015 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
41016 +PACKAGE_NAME = @PACKAGE_NAME@
41017 +PACKAGE_STRING = @PACKAGE_STRING@
41018 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
41019 +PACKAGE_VERSION = @PACKAGE_VERSION@
41020 +PATH_SEPARATOR = @PATH_SEPARATOR@
41021 +RANLIB = @RANLIB@
41022 +SET_MAKE = @SET_MAKE@
41023 +SHELL = @SHELL@
41024 +STRIP = @STRIP@
41025 +VERSION = @VERSION@
41026 +XML_CFLAGS = @XML_CFLAGS@
41027 +XML_LIBS = @XML_LIBS@
41028 +ac_ct_AR = @ac_ct_AR@
41029 +ac_ct_CC = @ac_ct_CC@
41030 +ac_ct_CXX = @ac_ct_CXX@
41031 +ac_ct_F77 = @ac_ct_F77@
41032 +ac_ct_RANLIB = @ac_ct_RANLIB@
41033 +ac_ct_STRIP = @ac_ct_STRIP@
41034 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
41035 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
41036 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
41037 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
41038 +am__include = @am__include@
41039 +am__leading_dot = @am__leading_dot@
41040 +am__quote = @am__quote@
41041 +bindir = @bindir@
41042 +build = @build@
41043 +build_alias = @build_alias@
41044 +build_cpu = @build_cpu@
41045 +build_os = @build_os@
41046 +build_vendor = @build_vendor@
41047 +datadir = @datadir@
41048 +exec_prefix = @exec_prefix@
41049 +host = @host@
41050 +host_alias = @host_alias@
41051 +host_cpu = @host_cpu@
41052 +host_os = @host_os@
41053 +host_vendor = @host_vendor@
41054 +includedir = @includedir@
41055 +infodir = @infodir@
41056 +install_sh = @install_sh@
41057 +libdir = @libdir@
41058 +libexecdir = @libexecdir@
41059 +localstatedir = @localstatedir@
41060 +mandir = @mandir@
41061 +mkdir_p = @mkdir_p@
41062 +oldincludedir = @oldincludedir@
41063 +prefix = @prefix@
41064 +program_transform_name = @program_transform_name@
41065 +sbindir = @sbindir@
41066 +sharedstatedir = @sharedstatedir@
41067 +sysconfdir = @sysconfdir@
41068 +target_alias = @target_alias@
41069 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
41070 +noinst_HEADERS = \
41071 +       ../clock.h \
41072 +       ../clock_device.h \
41073 +       ../../../sample/common/kb_util.h
41074 +
41075 +clinkcmultipleembedded_SOURCES = \
41076 +       ./clock_main.c \
41077 +       ../clock.c \
41078 +       ../clock_device.c \
41079 +       ../../../sample/common/kb_util.c
41080 +
41081 +@HAVE_LIBTOOL_FALSE@clinkcmultipleembedded_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
41082 +@HAVE_LIBTOOL_TRUE@clinkcmultipleembedded_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
41083 +all: all-am
41084 +
41085 +.SUFFIXES:
41086 +.SUFFIXES: .c .lo .o .obj
41087 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
41088 +       @for dep in $?; do \
41089 +         case '$(am__configure_deps)' in \
41090 +           *$$dep*) \
41091 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
41092 +               && exit 0; \
41093 +             exit 1;; \
41094 +         esac; \
41095 +       done; \
41096 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multipleembedded/unix/Makefile'; \
41097 +       cd $(top_srcdir) && \
41098 +         $(AUTOMAKE) --foreign  tests/multipleembedded/unix/Makefile
41099 +.PRECIOUS: Makefile
41100 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
41101 +       @case '$?' in \
41102 +         *config.status*) \
41103 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
41104 +         *) \
41105 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
41106 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
41107 +       esac;
41108 +
41109 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
41110 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41111 +
41112 +$(top_srcdir)/configure:  $(am__configure_deps)
41113 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41114 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
41115 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41116 +install-binPROGRAMS: $(bin_PROGRAMS)
41117 +       @$(NORMAL_INSTALL)
41118 +       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
41119 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
41120 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
41121 +         if test -f $$p \
41122 +            || test -f $$p1 \
41123 +         ; then \
41124 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
41125 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
41126 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
41127 +         else :; fi; \
41128 +       done
41129 +
41130 +uninstall-binPROGRAMS:
41131 +       @$(NORMAL_UNINSTALL)
41132 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
41133 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
41134 +         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
41135 +         rm -f "$(DESTDIR)$(bindir)/$$f"; \
41136 +       done
41137 +
41138 +clean-binPROGRAMS:
41139 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
41140 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
41141 +         echo " rm -f $$p $$f"; \
41142 +         rm -f $$p $$f ; \
41143 +       done
41144 +clinkcmultipleembedded$(EXEEXT): $(clinkcmultipleembedded_OBJECTS) $(clinkcmultipleembedded_DEPENDENCIES) 
41145 +       @rm -f clinkcmultipleembedded$(EXEEXT)
41146 +       $(LINK) $(clinkcmultipleembedded_LDFLAGS) $(clinkcmultipleembedded_OBJECTS) $(clinkcmultipleembedded_LDADD) $(LIBS)
41147 +
41148 +mostlyclean-compile:
41149 +       -rm -f *.$(OBJEXT)
41150 +
41151 +distclean-compile:
41152 +       -rm -f *.tab.c
41153 +
41154 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
41155 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_device.Po@am__quote@
41156 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_main.Po@am__quote@
41157 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
41158 +
41159 +.c.o:
41160 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
41161 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
41162 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
41163 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
41164 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41165 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
41166 +
41167 +.c.obj:
41168 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
41169 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
41170 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
41171 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
41172 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41173 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
41174 +
41175 +.c.lo:
41176 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
41177 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
41178 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
41179 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
41180 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41181 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
41182 +
41183 +clock_main.o: ./clock_main.c
41184 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.o -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
41185 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
41186 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.o' libtool=no @AMDEPBACKSLASH@
41187 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
41188 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41189 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
41190 +
41191 +clock_main.obj: ./clock_main.c
41192 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.obj -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`; \
41193 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
41194 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.obj' libtool=no @AMDEPBACKSLASH@
41195 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
41196 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41197 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`
41198 +
41199 +clock_main.lo: ./clock_main.c
41200 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.lo -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
41201 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Plo"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
41202 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.lo' libtool=yes @AMDEPBACKSLASH@
41203 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Plo' tmpdepfile='$(DEPDIR)/clock_main.TPlo' @AMDEPBACKSLASH@
41204 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41205 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
41206 +
41207 +clock.o: ../clock.c
41208 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.o -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
41209 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
41210 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.o' libtool=no @AMDEPBACKSLASH@
41211 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
41212 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41213 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
41214 +
41215 +clock.obj: ../clock.c
41216 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.obj -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`; \
41217 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
41218 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.obj' libtool=no @AMDEPBACKSLASH@
41219 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
41220 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41221 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`
41222 +
41223 +clock.lo: ../clock.c
41224 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.lo -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
41225 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Plo"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
41226 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.lo' libtool=yes @AMDEPBACKSLASH@
41227 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Plo' tmpdepfile='$(DEPDIR)/clock.TPlo' @AMDEPBACKSLASH@
41228 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41229 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
41230 +
41231 +clock_device.o: ../clock_device.c
41232 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.o -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
41233 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
41234 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.o' libtool=no @AMDEPBACKSLASH@
41235 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
41236 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41237 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
41238 +
41239 +clock_device.obj: ../clock_device.c
41240 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.obj -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`; \
41241 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
41242 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.obj' libtool=no @AMDEPBACKSLASH@
41243 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
41244 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41245 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`
41246 +
41247 +clock_device.lo: ../clock_device.c
41248 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.lo -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
41249 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Plo"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
41250 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.lo' libtool=yes @AMDEPBACKSLASH@
41251 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Plo' tmpdepfile='$(DEPDIR)/clock_device.TPlo' @AMDEPBACKSLASH@
41252 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41253 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
41254 +
41255 +kb_util.o: ../../../sample/common/kb_util.c
41256 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
41257 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
41258 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
41259 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
41260 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41261 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
41262 +
41263 +kb_util.obj: ../../../sample/common/kb_util.c
41264 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`; \
41265 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
41266 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
41267 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
41268 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41269 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`
41270 +
41271 +kb_util.lo: ../../../sample/common/kb_util.c
41272 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
41273 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
41274 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
41275 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
41276 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
41277 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
41278 +
41279 +mostlyclean-libtool:
41280 +       -rm -f *.lo
41281 +
41282 +clean-libtool:
41283 +       -rm -rf .libs _libs
41284 +
41285 +distclean-libtool:
41286 +       -rm -f libtool
41287 +uninstall-info-am:
41288 +
41289 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
41290 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
41291 +       unique=`for i in $$list; do \
41292 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41293 +         done | \
41294 +         $(AWK) '    { files[$$0] = 1; } \
41295 +              END { for (i in files) print i; }'`; \
41296 +       mkid -fID $$unique
41297 +tags: TAGS
41298 +
41299 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
41300 +               $(TAGS_FILES) $(LISP)
41301 +       tags=; \
41302 +       here=`pwd`; \
41303 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
41304 +       unique=`for i in $$list; do \
41305 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41306 +         done | \
41307 +         $(AWK) '    { files[$$0] = 1; } \
41308 +              END { for (i in files) print i; }'`; \
41309 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
41310 +         test -n "$$unique" || unique=$$empty_fix; \
41311 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
41312 +           $$tags $$unique; \
41313 +       fi
41314 +ctags: CTAGS
41315 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
41316 +               $(TAGS_FILES) $(LISP)
41317 +       tags=; \
41318 +       here=`pwd`; \
41319 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
41320 +       unique=`for i in $$list; do \
41321 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41322 +         done | \
41323 +         $(AWK) '    { files[$$0] = 1; } \
41324 +              END { for (i in files) print i; }'`; \
41325 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
41326 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
41327 +            $$tags $$unique
41328 +
41329 +GTAGS:
41330 +       here=`$(am__cd) $(top_builddir) && pwd` \
41331 +         && cd $(top_srcdir) \
41332 +         && gtags -i $(GTAGS_ARGS) $$here
41333 +
41334 +distclean-tags:
41335 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
41336 +
41337 +distdir: $(DISTFILES)
41338 +       $(mkdir_p) $(distdir)/.. $(distdir)/../../../sample/common
41339 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
41340 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
41341 +       list='$(DISTFILES)'; for file in $$list; do \
41342 +         case $$file in \
41343 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
41344 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
41345 +         esac; \
41346 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
41347 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
41348 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
41349 +           dir="/$$dir"; \
41350 +           $(mkdir_p) "$(distdir)$$dir"; \
41351 +         else \
41352 +           dir=''; \
41353 +         fi; \
41354 +         if test -d $$d/$$file; then \
41355 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
41356 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
41357 +           fi; \
41358 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
41359 +         else \
41360 +           test -f $(distdir)/$$file \
41361 +           || cp -p $$d/$$file $(distdir)/$$file \
41362 +           || exit 1; \
41363 +         fi; \
41364 +       done
41365 +check-am: all-am
41366 +check: check-am
41367 +all-am: Makefile $(PROGRAMS) $(HEADERS)
41368 +installdirs:
41369 +       for dir in "$(DESTDIR)$(bindir)"; do \
41370 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
41371 +       done
41372 +install: install-am
41373 +install-exec: install-exec-am
41374 +install-data: install-data-am
41375 +uninstall: uninstall-am
41376 +
41377 +install-am: all-am
41378 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
41379 +
41380 +installcheck: installcheck-am
41381 +install-strip:
41382 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
41383 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
41384 +         `test -z '$(STRIP)' || \
41385 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
41386 +mostlyclean-generic:
41387 +
41388 +clean-generic:
41389 +
41390 +distclean-generic:
41391 +       -rm -f $(CONFIG_CLEAN_FILES)
41392 +
41393 +maintainer-clean-generic:
41394 +       @echo "This command is intended for maintainers to use"
41395 +       @echo "it deletes files that may require special tools to rebuild."
41396 +clean: clean-am
41397 +
41398 +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
41399 +
41400 +distclean: distclean-am
41401 +       -rm -rf ./$(DEPDIR)
41402 +       -rm -f Makefile
41403 +distclean-am: clean-am distclean-compile distclean-generic \
41404 +       distclean-libtool distclean-tags
41405 +
41406 +dvi: dvi-am
41407 +
41408 +dvi-am:
41409 +
41410 +html: html-am
41411 +
41412 +info: info-am
41413 +
41414 +info-am:
41415 +
41416 +install-data-am:
41417 +
41418 +install-exec-am: install-binPROGRAMS
41419 +
41420 +install-info: install-info-am
41421 +
41422 +install-man:
41423 +
41424 +installcheck-am:
41425 +
41426 +maintainer-clean: maintainer-clean-am
41427 +       -rm -rf ./$(DEPDIR)
41428 +       -rm -f Makefile
41429 +maintainer-clean-am: distclean-am maintainer-clean-generic
41430 +
41431 +mostlyclean: mostlyclean-am
41432 +
41433 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
41434 +       mostlyclean-libtool
41435 +
41436 +pdf: pdf-am
41437 +
41438 +pdf-am:
41439 +
41440 +ps: ps-am
41441 +
41442 +ps-am:
41443 +
41444 +uninstall-am: uninstall-binPROGRAMS uninstall-info-am
41445 +
41446 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
41447 +       clean-generic clean-libtool ctags distclean distclean-compile \
41448 +       distclean-generic distclean-libtool distclean-tags distdir dvi \
41449 +       dvi-am html html-am info info-am install install-am \
41450 +       install-binPROGRAMS install-data install-data-am install-exec \
41451 +       install-exec-am install-info install-info-am install-man \
41452 +       install-strip installcheck installcheck-am installdirs \
41453 +       maintainer-clean maintainer-clean-generic mostlyclean \
41454 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
41455 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
41456 +       uninstall-binPROGRAMS uninstall-info-am
41457 +
41458 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
41459 +# Otherwise a system limit (for SysV at least) may be exceeded.
41460 +.NOEXPORT:
41461 --- tests/multipleembedded/unix/clock_main.c
41462 +++ tests/multipleembedded/unix/clock_main.c
41463 @@ -0,0 +1,105 @@
41464 +/************************************************************
41465 +*
41466 +*      CyberLink for C
41467 +*
41468 +*      Copyright (C) Satoshi Konno 2005
41469 +*
41470 +*      File: clock_main.c
41471 +*
41472 +*      Revision:
41473 +*       05/11/05
41474 +*               - first release.
41475 +*
41476 +************************************************************/
41477 +
41478 +#include <cybergarage/upnp/cupnp.h>
41479 +
41480 +#include "clock_device.h"
41481 +
41482 +#if defined(TENGINE)
41483 +#if defined(PROCESS_BASE) /* Process based */
41484 +#include <basic.h>
41485 +#define MBEG   int main( W ac, TC *av[] )
41486 +#define MEND   0
41487 +#define DIR    "/SYS/bin/"
41488 +#else /* T-Kernel based */
41489 +#include <basic.h>
41490 +#include <tk/tkernel.h>
41491 +#include <sys/pinfo.h>
41492 +#define MBEG   ER main( INT ac, UB *av[] )
41493 +#define MEND   E_SYS
41494 +#define DIR    "/SYS/bin/"
41495 +#endif
41496 +#endif
41497 +
41498 +CgUpnpDevice *clockDev;
41499 +
41500 +////////////////////////////////////////////////////////// 
41501 +//  InitApp
41502 +////////////////////////////////////////////////////////// 
41503 +
41504 +BOOL InitApp( int cacheControl )
41505 +{
41506 +       clockDev = upnp_clock_device_new();
41507 +        if ( clockDev == NULL ) {
41508 +                printf( "upnp_clock_device_new() failed\n" );
41509 +                return FALSE;
41510 +        }
41511 +        cg_upnp_device_setleasetime( clockDev, cacheControl );
41512 +       return cg_upnp_device_start(clockDev);
41513 +}
41514 +
41515 +void ExitApp()
41516 +{
41517 +       cg_upnp_device_stop(clockDev);
41518 +       cg_upnp_device_delete(clockDev);
41519 +}
41520 +
41521 +////////////////////////////////////////////////////////// 
41522 +//  main
41523 +////////////////////////////////////////////////////////// 
41524 +
41525 +#if defined(TENGINE)
41526 +MBEG
41527 +#else
41528 +int main( int argc, char* argv[] )
41529 +#endif
41530 +{
41531 +        int cacheControl = -1;
41532 +
41533 +        if ( argc == 1 ) {
41534 +                printf( "usage: eventapp [cache_control_in_sec]\n" );
41535 +                cacheControl = 1800;
41536 +        }
41537 +        else if ( argc > 2 ) {
41538 +                printf( "usage: eventapp [cache_control_in_sec]\n" );
41539 +                exit( 0 );
41540 +        }
41541 +        else if (sscanf(argv[1], "%i", &cacheControl) != 1) {
41542 +                printf( "Invalid CACHE-CONTROL value.\n" );
41543 +                exit( 0 );
41544 +        }
41545 +
41546 +        printf( "Using CACHE-CONTROL value: %d sec\n", cacheControl );
41547 +
41548 +       if (InitApp( cacheControl ) == FALSE) {
41549 +               fprintf(stderr, "Couldn't create this clock device !!\n");
41550 +               exit(0);
41551 +       }
41552 +                               
41553 +       int ch = 0;
41554 +
41555 +        printf( "Press Enter to generate an event, q to quit.\n" );
41556 +
41557 +        upnp_clock_device_update(clockDev);
41558 +
41559 +        ch = getchar();
41560 +        while ( ch != 'q' ) {
41561 +                upnp_clock_device_update(clockDev);
41562 +                ch = getchar();
41563 +       };
41564 +
41565 +       ExitApp();
41566 +       
41567 +       return(0);
41568 +}
41569 --- tests/multipleroot/Makefile.am
41570 +++ tests/multipleroot/Makefile.am
41571 @@ -0,0 +1 @@
41572 +SUBDIRS = unix 
41573 --- tests/multipleroot/Makefile.in
41574 +++ tests/multipleroot/Makefile.in
41575 @@ -0,0 +1,456 @@
41576 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
41577 +# @configure_input@
41578 +
41579 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
41580 +# 2003, 2004  Free Software Foundation, Inc.
41581 +# This Makefile.in is free software; the Free Software Foundation
41582 +# gives unlimited permission to copy and/or distribute it,
41583 +# with or without modifications, as long as this notice is preserved.
41584 +
41585 +# This program is distributed in the hope that it will be useful,
41586 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
41587 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
41588 +# PARTICULAR PURPOSE.
41589 +
41590 +@SET_MAKE@
41591 +srcdir = @srcdir@
41592 +top_srcdir = @top_srcdir@
41593 +VPATH = @srcdir@
41594 +pkgdatadir = $(datadir)/@PACKAGE@
41595 +pkglibdir = $(libdir)/@PACKAGE@
41596 +pkgincludedir = $(includedir)/@PACKAGE@
41597 +top_builddir = ../..
41598 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41599 +INSTALL = @INSTALL@
41600 +install_sh_DATA = $(install_sh) -c -m 644
41601 +install_sh_PROGRAM = $(install_sh) -c
41602 +install_sh_SCRIPT = $(install_sh) -c
41603 +INSTALL_HEADER = $(INSTALL_DATA)
41604 +transform = $(program_transform_name)
41605 +NORMAL_INSTALL = :
41606 +PRE_INSTALL = :
41607 +POST_INSTALL = :
41608 +NORMAL_UNINSTALL = :
41609 +PRE_UNINSTALL = :
41610 +POST_UNINSTALL = :
41611 +host_triplet = @host@
41612 +subdir = tests/multipleroot
41613 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41614 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41615 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
41616 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41617 +       $(ACLOCAL_M4)
41618 +mkinstalldirs = $(mkdir_p)
41619 +CONFIG_HEADER = $(top_builddir)/config.h
41620 +CONFIG_CLEAN_FILES =
41621 +SOURCES =
41622 +DIST_SOURCES =
41623 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
41624 +       html-recursive info-recursive install-data-recursive \
41625 +       install-exec-recursive install-info-recursive \
41626 +       install-recursive installcheck-recursive installdirs-recursive \
41627 +       pdf-recursive ps-recursive uninstall-info-recursive \
41628 +       uninstall-recursive
41629 +ETAGS = etags
41630 +CTAGS = ctags
41631 +DIST_SUBDIRS = $(SUBDIRS)
41632 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
41633 +ACLOCAL = @ACLOCAL@
41634 +AMDEP_FALSE = @AMDEP_FALSE@
41635 +AMDEP_TRUE = @AMDEP_TRUE@
41636 +AMTAR = @AMTAR@
41637 +AR = @AR@
41638 +AUTOCONF = @AUTOCONF@
41639 +AUTOHEADER = @AUTOHEADER@
41640 +AUTOMAKE = @AUTOMAKE@
41641 +AWK = @AWK@
41642 +CC = @CC@
41643 +CCDEPMODE = @CCDEPMODE@
41644 +CFLAGS = @CFLAGS@
41645 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
41646 +CPP = @CPP@
41647 +CPPFLAGS = @CPPFLAGS@
41648 +CXX = @CXX@
41649 +CXXCPP = @CXXCPP@
41650 +CXXDEPMODE = @CXXDEPMODE@
41651 +CXXFLAGS = @CXXFLAGS@
41652 +CYGPATH_W = @CYGPATH_W@
41653 +DEFS = @DEFS@
41654 +DEPDIR = @DEPDIR@
41655 +ECHO = @ECHO@
41656 +ECHO_C = @ECHO_C@
41657 +ECHO_N = @ECHO_N@
41658 +ECHO_T = @ECHO_T@
41659 +EGREP = @EGREP@
41660 +EXEEXT = @EXEEXT@
41661 +F77 = @F77@
41662 +FFLAGS = @FFLAGS@
41663 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
41664 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
41665 +HTTP_CFLAGS = @HTTP_CFLAGS@
41666 +HTTP_LIBS = @HTTP_LIBS@
41667 +INSTALL_DATA = @INSTALL_DATA@
41668 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
41669 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
41670 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
41671 +LDFLAGS = @LDFLAGS@
41672 +LIBOBJS = @LIBOBJS@
41673 +LIBS = @LIBS@
41674 +LIBTOOL = @LIBTOOL@
41675 +LN_S = @LN_S@
41676 +LTLIBOBJS = @LTLIBOBJS@
41677 +MAKEINFO = @MAKEINFO@
41678 +OBJEXT = @OBJEXT@
41679 +PACKAGE = @PACKAGE@
41680 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
41681 +PACKAGE_NAME = @PACKAGE_NAME@
41682 +PACKAGE_STRING = @PACKAGE_STRING@
41683 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
41684 +PACKAGE_VERSION = @PACKAGE_VERSION@
41685 +PATH_SEPARATOR = @PATH_SEPARATOR@
41686 +RANLIB = @RANLIB@
41687 +SET_MAKE = @SET_MAKE@
41688 +SHELL = @SHELL@
41689 +STRIP = @STRIP@
41690 +VERSION = @VERSION@
41691 +XML_CFLAGS = @XML_CFLAGS@
41692 +XML_LIBS = @XML_LIBS@
41693 +ac_ct_AR = @ac_ct_AR@
41694 +ac_ct_CC = @ac_ct_CC@
41695 +ac_ct_CXX = @ac_ct_CXX@
41696 +ac_ct_F77 = @ac_ct_F77@
41697 +ac_ct_RANLIB = @ac_ct_RANLIB@
41698 +ac_ct_STRIP = @ac_ct_STRIP@
41699 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
41700 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
41701 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
41702 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
41703 +am__include = @am__include@
41704 +am__leading_dot = @am__leading_dot@
41705 +am__quote = @am__quote@
41706 +bindir = @bindir@
41707 +build = @build@
41708 +build_alias = @build_alias@
41709 +build_cpu = @build_cpu@
41710 +build_os = @build_os@
41711 +build_vendor = @build_vendor@
41712 +datadir = @datadir@
41713 +exec_prefix = @exec_prefix@
41714 +host = @host@
41715 +host_alias = @host_alias@
41716 +host_cpu = @host_cpu@
41717 +host_os = @host_os@
41718 +host_vendor = @host_vendor@
41719 +includedir = @includedir@
41720 +infodir = @infodir@
41721 +install_sh = @install_sh@
41722 +libdir = @libdir@
41723 +libexecdir = @libexecdir@
41724 +localstatedir = @localstatedir@
41725 +mandir = @mandir@
41726 +mkdir_p = @mkdir_p@
41727 +oldincludedir = @oldincludedir@
41728 +prefix = @prefix@
41729 +program_transform_name = @program_transform_name@
41730 +sbindir = @sbindir@
41731 +sharedstatedir = @sharedstatedir@
41732 +sysconfdir = @sysconfdir@
41733 +target_alias = @target_alias@
41734 +SUBDIRS = unix 
41735 +all: all-recursive
41736 +
41737 +.SUFFIXES:
41738 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
41739 +       @for dep in $?; do \
41740 +         case '$(am__configure_deps)' in \
41741 +           *$$dep*) \
41742 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
41743 +               && exit 0; \
41744 +             exit 1;; \
41745 +         esac; \
41746 +       done; \
41747 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multipleroot/Makefile'; \
41748 +       cd $(top_srcdir) && \
41749 +         $(AUTOMAKE) --foreign  tests/multipleroot/Makefile
41750 +.PRECIOUS: Makefile
41751 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
41752 +       @case '$?' in \
41753 +         *config.status*) \
41754 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
41755 +         *) \
41756 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
41757 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
41758 +       esac;
41759 +
41760 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
41761 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41762 +
41763 +$(top_srcdir)/configure:  $(am__configure_deps)
41764 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41765 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
41766 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41767 +
41768 +mostlyclean-libtool:
41769 +       -rm -f *.lo
41770 +
41771 +clean-libtool:
41772 +       -rm -rf .libs _libs
41773 +
41774 +distclean-libtool:
41775 +       -rm -f libtool
41776 +uninstall-info-am:
41777 +
41778 +# This directory's subdirectories are mostly independent; you can cd
41779 +# into them and run `make' without going through this Makefile.
41780 +# To change the values of `make' variables: instead of editing Makefiles,
41781 +# (1) if the variable is set in `config.status', edit `config.status'
41782 +#     (which will cause the Makefiles to be regenerated when you run `make');
41783 +# (2) otherwise, pass the desired values on the `make' command line.
41784 +$(RECURSIVE_TARGETS):
41785 +       @set fnord $$MAKEFLAGS; amf=$$2; \
41786 +       dot_seen=no; \
41787 +       target=`echo $@ | sed s/-recursive//`; \
41788 +       list='$(SUBDIRS)'; for subdir in $$list; do \
41789 +         echo "Making $$target in $$subdir"; \
41790 +         if test "$$subdir" = "."; then \
41791 +           dot_seen=yes; \
41792 +           local_target="$$target-am"; \
41793 +         else \
41794 +           local_target="$$target"; \
41795 +         fi; \
41796 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
41797 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
41798 +       done; \
41799 +       if test "$$dot_seen" = "no"; then \
41800 +         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
41801 +       fi; test -z "$$fail"
41802 +
41803 +mostlyclean-recursive clean-recursive distclean-recursive \
41804 +maintainer-clean-recursive:
41805 +       @set fnord $$MAKEFLAGS; amf=$$2; \
41806 +       dot_seen=no; \
41807 +       case "$@" in \
41808 +         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
41809 +         *) list='$(SUBDIRS)' ;; \
41810 +       esac; \
41811 +       rev=''; for subdir in $$list; do \
41812 +         if test "$$subdir" = "."; then :; else \
41813 +           rev="$$subdir $$rev"; \
41814 +         fi; \
41815 +       done; \
41816 +       rev="$$rev ."; \
41817 +       target=`echo $@ | sed s/-recursive//`; \
41818 +       for subdir in $$rev; do \
41819 +         echo "Making $$target in $$subdir"; \
41820 +         if test "$$subdir" = "."; then \
41821 +           local_target="$$target-am"; \
41822 +         else \
41823 +           local_target="$$target"; \
41824 +         fi; \
41825 +         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
41826 +          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
41827 +       done && test -z "$$fail"
41828 +tags-recursive:
41829 +       list='$(SUBDIRS)'; for subdir in $$list; do \
41830 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
41831 +       done
41832 +ctags-recursive:
41833 +       list='$(SUBDIRS)'; for subdir in $$list; do \
41834 +         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
41835 +       done
41836 +
41837 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
41838 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
41839 +       unique=`for i in $$list; do \
41840 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41841 +         done | \
41842 +         $(AWK) '    { files[$$0] = 1; } \
41843 +              END { for (i in files) print i; }'`; \
41844 +       mkid -fID $$unique
41845 +tags: TAGS
41846 +
41847 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
41848 +               $(TAGS_FILES) $(LISP)
41849 +       tags=; \
41850 +       here=`pwd`; \
41851 +       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
41852 +         include_option=--etags-include; \
41853 +         empty_fix=.; \
41854 +       else \
41855 +         include_option=--include; \
41856 +         empty_fix=; \
41857 +       fi; \
41858 +       list='$(SUBDIRS)'; for subdir in $$list; do \
41859 +         if test "$$subdir" = .; then :; else \
41860 +           test ! -f $$subdir/TAGS || \
41861 +             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
41862 +         fi; \
41863 +       done; \
41864 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
41865 +       unique=`for i in $$list; do \
41866 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41867 +         done | \
41868 +         $(AWK) '    { files[$$0] = 1; } \
41869 +              END { for (i in files) print i; }'`; \
41870 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
41871 +         test -n "$$unique" || unique=$$empty_fix; \
41872 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
41873 +           $$tags $$unique; \
41874 +       fi
41875 +ctags: CTAGS
41876 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
41877 +               $(TAGS_FILES) $(LISP)
41878 +       tags=; \
41879 +       here=`pwd`; \
41880 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
41881 +       unique=`for i in $$list; do \
41882 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
41883 +         done | \
41884 +         $(AWK) '    { files[$$0] = 1; } \
41885 +              END { for (i in files) print i; }'`; \
41886 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
41887 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
41888 +            $$tags $$unique
41889 +
41890 +GTAGS:
41891 +       here=`$(am__cd) $(top_builddir) && pwd` \
41892 +         && cd $(top_srcdir) \
41893 +         && gtags -i $(GTAGS_ARGS) $$here
41894 +
41895 +distclean-tags:
41896 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
41897 +
41898 +distdir: $(DISTFILES)
41899 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
41900 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
41901 +       list='$(DISTFILES)'; for file in $$list; do \
41902 +         case $$file in \
41903 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
41904 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
41905 +         esac; \
41906 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
41907 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
41908 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
41909 +           dir="/$$dir"; \
41910 +           $(mkdir_p) "$(distdir)$$dir"; \
41911 +         else \
41912 +           dir=''; \
41913 +         fi; \
41914 +         if test -d $$d/$$file; then \
41915 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
41916 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
41917 +           fi; \
41918 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
41919 +         else \
41920 +           test -f $(distdir)/$$file \
41921 +           || cp -p $$d/$$file $(distdir)/$$file \
41922 +           || exit 1; \
41923 +         fi; \
41924 +       done
41925 +       list='$(SUBDIRS)'; for subdir in $$list; do \
41926 +         if test "$$subdir" = .; then :; else \
41927 +           test -d "$(distdir)/$$subdir" \
41928 +           || mkdir "$(distdir)/$$subdir" \
41929 +           || exit 1; \
41930 +           (cd $$subdir && \
41931 +             $(MAKE) $(AM_MAKEFLAGS) \
41932 +               top_distdir="../$(top_distdir)" \
41933 +               distdir="../$(distdir)/$$subdir" \
41934 +               distdir) \
41935 +             || exit 1; \
41936 +         fi; \
41937 +       done
41938 +check-am: all-am
41939 +check: check-recursive
41940 +all-am: Makefile
41941 +installdirs: installdirs-recursive
41942 +installdirs-am:
41943 +install: install-recursive
41944 +install-exec: install-exec-recursive
41945 +install-data: install-data-recursive
41946 +uninstall: uninstall-recursive
41947 +
41948 +install-am: all-am
41949 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
41950 +
41951 +installcheck: installcheck-recursive
41952 +install-strip:
41953 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
41954 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
41955 +         `test -z '$(STRIP)' || \
41956 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
41957 +mostlyclean-generic:
41958 +
41959 +clean-generic:
41960 +
41961 +distclean-generic:
41962 +       -rm -f $(CONFIG_CLEAN_FILES)
41963 +
41964 +maintainer-clean-generic:
41965 +       @echo "This command is intended for maintainers to use"
41966 +       @echo "it deletes files that may require special tools to rebuild."
41967 +clean: clean-recursive
41968 +
41969 +clean-am: clean-generic clean-libtool mostlyclean-am
41970 +
41971 +distclean: distclean-recursive
41972 +       -rm -f Makefile
41973 +distclean-am: clean-am distclean-generic distclean-libtool \
41974 +       distclean-tags
41975 +
41976 +dvi: dvi-recursive
41977 +
41978 +dvi-am:
41979 +
41980 +html: html-recursive
41981 +
41982 +info: info-recursive
41983 +
41984 +info-am:
41985 +
41986 +install-data-am:
41987 +
41988 +install-exec-am:
41989 +
41990 +install-info: install-info-recursive
41991 +
41992 +install-man:
41993 +
41994 +installcheck-am:
41995 +
41996 +maintainer-clean: maintainer-clean-recursive
41997 +       -rm -f Makefile
41998 +maintainer-clean-am: distclean-am maintainer-clean-generic
41999 +
42000 +mostlyclean: mostlyclean-recursive
42001 +
42002 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
42003 +
42004 +pdf: pdf-recursive
42005 +
42006 +pdf-am:
42007 +
42008 +ps: ps-recursive
42009 +
42010 +ps-am:
42011 +
42012 +uninstall-am: uninstall-info-am
42013 +
42014 +uninstall-info: uninstall-info-recursive
42015 +
42016 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
42017 +       clean clean-generic clean-libtool clean-recursive ctags \
42018 +       ctags-recursive distclean distclean-generic distclean-libtool \
42019 +       distclean-recursive distclean-tags distdir dvi dvi-am html \
42020 +       html-am info info-am install install-am install-data \
42021 +       install-data-am install-exec install-exec-am install-info \
42022 +       install-info-am install-man install-strip installcheck \
42023 +       installcheck-am installdirs installdirs-am maintainer-clean \
42024 +       maintainer-clean-generic maintainer-clean-recursive \
42025 +       mostlyclean mostlyclean-generic mostlyclean-libtool \
42026 +       mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
42027 +       uninstall uninstall-am uninstall-info-am
42028 +
42029 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
42030 +# Otherwise a system limit (for SysV at least) may be exceeded.
42031 +.NOEXPORT:
42032 --- tests/multipleroot/clock.c
42033 +++ tests/multipleroot/clock.c
42034 @@ -0,0 +1,136 @@
42035 +/************************************************************
42036 +*
42037 +*      CyberLink for C
42038 +*
42039 +*      Copyright (C) Satoshi Konno 2005
42040 +*
42041 +*      File: clock.c
42042 +*
42043 +*      Revision:
42044 +*       06/07/05
42045 +*               - first release.
42046 +*
42047 +************************************************************/
42048 +
42049 +#include "clock.h"
42050 +
42051 +#include <stdio.h>\r
42052 +#include <time.h>
42053 +
42054 +/****************************************
42055 +* toMonthString
42056 +****************************************/
42057 +
42058 +static char *MONTH_STRING[] = {
42059 +       "Jan",
42060 +       "Feb",
42061 +       "Mar",
42062 +       "Apr",
42063 +       "May",
42064 +       "Jun",
42065 +       "Jul",
42066 +       "Aug",
42067 +       "Sep",
42068 +       "Oct",
42069 +       "Nov",
42070 +       "Dec",
42071 +};
42072 +
42073 +static char *toMonthString(int value)
42074 +{
42075 +       if (0 <= value && value < 12)
42076 +               return MONTH_STRING[value];
42077 +       return "";
42078 +}
42079 +       
42080 +/****************************************
42081 +* toWeekString
42082 +****************************************/
42083 +
42084 +static char *WEEK_STRING[] = {
42085 +       "Sun",
42086 +       "Mon",
42087 +       "Tue",
42088 +       "Wed",
42089 +       "Thu",
42090 +       "Fri",
42091 +       "Sat",
42092 +};
42093 +
42094 +static char *toWeekString(int value)
42095 +{
42096 +       if (0 <= value && value < 7)
42097 +               return WEEK_STRING[value];
42098 +       return "";
42099 +}
42100 +
42101 +/****************************************
42102 +* GetSystemTimeString
42103 +****************************************/
42104 +\r
42105 +char *GetSystemTimeString(CgSysTime currTime, char *buf)
42106 +{
42107 +       struct tm *localTime;
42108 +                       
42109 +       localTime = localtime(&currTime);
42110 +       sprintf(buf, "%s, %s %d, %02d, %02d:%02d:%02d",
42111 +               toWeekString(localTime->tm_wday),
42112 +               toMonthString(localTime->tm_mon),
42113 +               localTime->tm_mday,
42114 +               localTime->tm_year + 1900,
42115 +               localTime->tm_hour,
42116 +               localTime->tm_min,
42117 +               localTime->tm_sec);
42118 +       
42119 +       return buf;
42120 +}
42121 +\r
42122 +/****************************************\r
42123 +* GetDateString\r
42124 +****************************************/\r
42125 +\r
42126 +char *GetDateString(CgSysTime currTime, char *buf)\r
42127 +{\r
42128 +       struct tm *localTime;\r
42129 +                       \r
42130 +       localTime = localtime(&currTime);\r
42131 +\r
42132 +       sprintf(buf, "%s, %s %d, %02d",\r
42133 +               toWeekString(localTime->tm_wday),\r
42134 +               toMonthString(localTime->tm_mon),\r
42135 +               localTime->tm_mday,\r
42136 +               localTime->tm_year + 1900);\r
42137 +\r
42138 +       return buf;\r
42139 +}\r
42140 +\r
42141 +/****************************************\r
42142 +* GetTimeString\r
42143 +****************************************/\r
42144 +\r
42145 +char *GetTimeString(CgSysTime currTime, char *buf)\r
42146 +{\r
42147 +       struct tm *localTime;\r
42148 +                       \r
42149 +       localTime = localtime(&currTime);\r
42150 +\r
42151 +       sprintf(buf, "%02d%s%02d",\r
42152 +               localTime->tm_hour,\r
42153 +               ((localTime->tm_sec % 2) == 0) ? ":" : " ",\r
42154 +               localTime->tm_min);\r
42155 +\r
42156 +       return buf;\r
42157 +}\r
42158 +\r
42159 +/****************************************\r
42160 +* GetSecond\r
42161 +****************************************/\r
42162 +\r
42163 +int GetSecond(CgSysTime currTime)\r
42164 +{\r
42165 +       struct tm *localTime;\r
42166 +                       \r
42167 +       localTime = localtime(&currTime);\r
42168 +\r
42169 +       return localTime->tm_sec;\r
42170 +}\r
42171 --- tests/multipleroot/clock.h
42172 +++ tests/multipleroot/clock.h
42173 @@ -0,0 +1,43 @@
42174 +/************************************************************
42175 +*
42176 +*      CyberLink for C
42177 +*
42178 +*      Copyright (C) Satoshi Konno 2005
42179 +*
42180 +*      File: clock.h
42181 +*
42182 +*      Revision:
42183 +*       06/07/05
42184 +*               - first release.
42185 +*
42186 +************************************************************/
42187 +
42188 +#ifndef _CG_CLOCK_H_
42189 +#define _CG_CLOCK_H_
42190 +\r
42191 +#include <cybergarage/util/ctime.h>\r
42192 +
42193 +#ifdef  __cplusplus
42194 +extern "C" {
42195 +#endif
42196 +
42197 +/****************************************
42198 +* Define
42199 +****************************************/
42200 +
42201 +#define SYSTEM_TIME_BUF_LEN 128
42202 +
42203 +/****************************************
42204 +* Function
42205 +****************************************/
42206 +
42207 +char *GetSystemTimeString(CgSysTime currTime, char *buf);
42208 +char *GetDateString(CgSysTime currTime, char *buf);\r
42209 +char *GetTimeString(CgSysTime currTime, char *buf);\r
42210 +int GetSecond(CgSysTime currTime);\r
42211 +
42212 +#ifdef  __cplusplus
42213 +}
42214 +#endif
42215 +
42216 +#endif
42217 --- tests/multipleroot/clock_device.c
42218 +++ tests/multipleroot/clock_device.c
42219 @@ -0,0 +1,370 @@
42220 +/************************************************************
42221 +*
42222 +*      CyberLink for C
42223 +*
42224 +*      Copyright (C) Satoshi Konno 2005
42225 +*
42226 +*      File: clock_device.c
42227 +*
42228 +*      Revision:
42229 +*       05/11/05
42230 +*               - first release.
42231 +*
42232 +*      10/31/05
42233 +*              - Removed :schemas: from clock service description
42234 +*
42235 +*      11-Jan-06 Heikki Junnila
42236 +*              - Renamed *_getservicebyname's to *_getservicebyexacttype
42237 +*
42238 +************************************************************/
42239 +
42240 +#ifdef HAVE_CONFIG_H
42241 +#  include "config.h"
42242 +#endif
42243 +
42244 +#include "clock_device.h"
42245 +#include "clock.h"
42246 +
42247 +#include <string.h>
42248 +
42249 +/****************************************
42250 +* Descriptions
42251 +****************************************/
42252 +
42253 +char *CLOCK_SERVICE_DESCRIPTION =
42254 +"<?xml version=\"1.0\"?>\n"
42255 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
42256 +"      <specVersion>\n"
42257 +"              <major>1</major>\n"
42258 +"              <minor>0</minor>\n"
42259 +"      </specVersion>\n"
42260 +"      <actionList>\n"
42261 +"              <action>\n"
42262 +"                      <name>SetTime</name>\n"
42263 +"                      <argumentList>\n"
42264 +"                              <argument>\n"
42265 +"                                      <name>NewTime</name>\n"
42266 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
42267 +"                                      <direction>in</direction>\n"
42268 +"                              </argument>\n"
42269 +"                              <argument>\n"
42270 +"                                      <name>Result</name>\n"
42271 +"                                      <relatedStateVariable>Result</relatedStateVariable>\n"
42272 +"                                      <direction>out</direction>\n"
42273 +"                              </argument>\n"
42274 +"                      </argumentList>\n"
42275 +"              </action>\n"
42276 +"              <action>\n"
42277 +"                      <name>GetTime</name>\n"
42278 +"                      <argumentList>\n"
42279 +"                              <argument>\n"
42280 +"                                      <name>CurrentTime</name>\n"
42281 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
42282 +"                                      <direction>out</direction>\n"
42283 +"                              </argument>\n"
42284 +"                      </argumentList>\n"
42285 +"              </action>\n"
42286 +"              <action>\n"
42287 +"                      <name>SomeActionWhichGeneratesAnError</name>\n"
42288 +"                      <argumentList>\n"
42289 +"                              <argument>\n"
42290 +"                                      <name>CurrentTime</name>\n"
42291 +"                                      <relatedStateVariable>Time</relatedStateVariable>\n"
42292 +"                                      <direction>out</direction>\n"
42293 +"                              </argument>\n"
42294 +"                      </argumentList>\n"
42295 +"              </action>\n"
42296 +"      </actionList>\n"
42297 +"      <serviceStateTable>\n"
42298 +"              <stateVariable sendEvents=\"yes\">\n"
42299 +"                      <name>Time</name>\n"
42300 +"                      <dataType>string</dataType>\n"
42301 +"              </stateVariable>\n"
42302 +"              <stateVariable sendEvents=\"no\">\n"
42303 +"                      <name>Result</name>\n"
42304 +"                      <dataType>string</dataType>\n"
42305 +"              </stateVariable>\n"
42306 +"      </serviceStateTable>\n"
42307 +"</scpd>\n";
42308 +
42309 +char *EMB_SRV_DESC1 =
42310 +"<?xml version=\"1.0\"?>\n"
42311 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\" >\n"
42312 +"      <specVersion>\n"
42313 +"              <major>1</major>\n"
42314 +"              <minor>0</minor>\n"
42315 +"      </specVersion>\n"
42316 +"      <actionList>\n"
42317 +"              <action>\n"
42318 +"                      <name>GetTimeZone</name>\n"
42319 +"                      <argumentList>\n"
42320 +"                              <argument>\n"
42321 +"                                      <name>TimeZone</name>\n"
42322 +"                                      <relatedStateVariable>TimeZone</relatedStateVariable>\n"
42323 +"                                      <direction>out</direction>\n"
42324 +"                              </argument>\n"
42325 +"                      </argumentList>\n"
42326 +"              </action>\n"
42327 +"      </actionList>\n"
42328 +"      <serviceStateTable>\n"
42329 +"              <stateVariable sendEvents=\"yes\">\n"
42330 +"                      <name>TimeZone</name>\n"
42331 +"                      <dataType>string</dataType>\n"
42332 +"              </stateVariable>\n"
42333 +"      </serviceStateTable>\n"
42334 +"</scpd>\n";
42335 +
42336 +
42337 +/****************************************
42338 +* upnp_clock_actionreceived
42339 +****************************************/
42340 +
42341 +BOOL upnp_clock_actionreceived(CgUpnpAction *action)
42342 +{
42343 +       CgSysTime currTime;
42344 +       char *actionName;
42345 +       CgUpnpArgument *currTimeArg;
42346 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
42347 +       CgUpnpArgument *newTimeArg, *resultArg;
42348 +        CgUpnpDevice *clockDev;
42349 +        CgUpnpService *service;
42350 +        long *offset;
42351 +
42352 +       currTime = cg_getcurrentsystemtime();
42353 +       
42354 +       actionName = cg_upnp_action_getname(action);
42355 +       if (strcmp("GetTime", actionName) == 0) {
42356 +                service = cg_upnp_action_getservice(action);
42357 +                clockDev = cg_upnp_service_getdevice(service);
42358 +
42359 +                offset = (long *) (cg_upnp_device_getuserdata( clockDev ));;
42360 +                currTime += *offset;
42361 +               GetSystemTimeString(currTime, sysTimeStr);
42362 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "CurrentTime");
42363 +               cg_upnp_argument_setvalue(currTimeArg, sysTimeStr);
42364 +               return TRUE;
42365 +       }
42366 +       if (strcmp("SomeActionWhichGeneratesAnError", actionName) == 0) {
42367 +               cg_upnp_action_setstatuscode(action, 854);
42368 +               cg_upnp_action_setstatusdescription(action, "A non-standard error");
42369 +               return FALSE;
42370 +       }
42371 +       if (strcmp(actionName, "SetTime") == 0) {
42372 +               newTimeArg = cg_upnp_action_getargumentbyname(action, "NewTime");
42373 +               resultArg = cg_upnp_action_getargumentbyname(action, "Result");
42374 +               cg_upnp_argument_setvalue(resultArg, "Not implemented");
42375 +               return TRUE;
42376 +       }
42377 +       if (strcmp("GetTimeZone", actionName) == 0) {
42378 +               currTimeArg = cg_upnp_action_getargumentbyname(action, "TimeZone");
42379 +                cg_upnp_argument_setvalue(currTimeArg, "TODO: TimeZone");
42380 +
42381 +               return TRUE;
42382 +       }
42383 +       return FALSE;
42384 +}
42385 +
42386 +/****************************************
42387 +* upnp_clock_queryreceived
42388 +****************************************/
42389 +
42390 +BOOL upnp_clock_queryreceived(CgUpnpStateVariable *statVar)
42391 +{
42392 +       char *varName;
42393 +       CgSysTime currTime;
42394 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
42395 +       
42396 +       varName = cg_upnp_statevariable_getname(statVar);
42397 +       if (strcmp("Time", varName) == 0) {
42398 +               currTime = cg_getcurrentsystemtime();
42399 +               GetSystemTimeString(currTime, sysTimeStr);
42400 +               cg_upnp_statevariable_setvalue(statVar, sysTimeStr);
42401 +               return TRUE;
42402 +       }
42403 +       
42404 +       return FALSE;
42405 +}
42406 +
42407 +/****************************************
42408 +* upnp_clock_device_httprequestrecieved
42409 +****************************************/
42410 +
42411 +void upnp_clock_device_httprequestrecieved(CgHttpRequest *httpReq)
42412 +{
42413 +       CgSysTime currTime;
42414 +       CgUpnpDevice *dev;
42415 +       char *uri;
42416 +       char content[2048];
42417 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
42418 +       char serverName[CG_UPNP_SEVERNAME_MAXLEN];
42419 +       CgHttpResponse *httpRes;
42420 +       BOOL postRet;
42421 +       
42422 +       dev = (CgUpnpDevice *)cg_http_request_getuserdata(httpReq);
42423 +
42424 +       uri = cg_http_request_geturi(httpReq);
42425 +       if (strcmp(uri, "/presentation") != 0) {
42426 +               cg_upnp_device_httprequestrecieved(httpReq);
42427 +               return;
42428 +       }
42429 +
42430 +       currTime = cg_getcurrentsystemtime();
42431 +
42432 +#if defined(HAVE_SNPRINTF)
42433 +       snprintf(content, sizeof(content),
42434 +#else
42435 +       sprintf(content,
42436 +#endif
42437 +               "<HTML>"
42438 +               "<HEAD>"
42439 +               "<TITLE>UPnP Clock Sample</TITLE>"
42440 +               "</HEAD>"
42441 +               "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=/presentation\">"
42442 +               "<BODY><CENTER>"
42443 +               "<H1>UPnP Clock Sample</H1>"
42444 +               "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
42445 +               "<TR>"
42446 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42447 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
42448 +               "<TD style=\"width: 50px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42449 +               "</TR>"
42450 +               "<TR>"
42451 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42452 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H1>"
42453 +               "%s"
42454 +               "</H1></TD>"
42455 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42456 +               "</TR>"
42457 +               "<TR>"
42458 +               "<TD style=\"height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42459 +               "<TD style=\"height: 50px; background-color: rgb(221, 236, 245);\" align=\"center\"><H3>"
42460 +               "Server : %s"
42461 +               "</H3></TD>"
42462 +               "<TD style=\"height: 30px; background-color: rgb(176, 176, 176);\"></TD>"
42463 +               "</TR>"
42464 +               "<TR>"
42465 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42466 +               "<TD style=\"background-color: rgb(176, 176, 176);\"></TD>"
42467 +               "<TD style=\"width: 30px; height: 50px; background-color: rgb(176, 176, 176);\"></TD>"
42468 +               "</TR>"
42469 +               "</TABLE>"
42470 +               "<CENTER></BODY>"
42471 +               "</HTML>",
42472 +               GetSystemTimeString(currTime, sysTimeStr),
42473 +               cg_upnp_getservername(serverName, sizeof(serverName)));
42474 +
42475 +       httpRes = cg_http_response_new();
42476 +       cg_http_response_setstatuscode(httpRes, CG_HTTP_STATUS_OK);
42477 +       cg_http_response_setcontent(httpRes, content);
42478 +       cg_http_response_setcontenttype(httpRes, "text/html");
42479 +       cg_http_response_setcontentlength(httpRes, strlen(content));
42480 +       postRet = cg_http_request_postresponse(httpReq, httpRes);
42481 +       cg_http_response_delete(httpRes);
42482 +}
42483 +
42484 +/****************************************
42485 +* upnp_clock_device_new
42486 +****************************************/
42487 +
42488 +CgUpnpDevice *upnp_clock_device_new( void *userData, char *descrFileName, char *srvName, char *embSrvName )
42489 +{
42490 +       CgUpnpDevice *clockDev;
42491 +       CgUpnpService *timeService;
42492 +       CgUpnpService *embeddedService1;
42493 +#ifdef UNUSED
42494 +       CgUpnpService *embeddedService2;
42495 +       CgUpnpService *embeddedService3;
42496 +        CgUpnpStateVariable *timeZoneState;
42497 +#endif /* UNUSED */
42498 +        
42499 +       clockDev = cg_upnp_device_new();
42500 +        cg_upnp_device_setuserdata( clockDev, userData );
42501 +
42502 +       if ( cg_upnp_device_loaddescriptionfile(clockDev, descrFileName) == FALSE ) {
42503 +                printf( "cg_upnp_device_loaddescriptionfile() failed\n" );
42504 +               cg_upnp_device_delete(clockDev);
42505 +               return NULL;
42506 +       }
42507 +
42508 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, srvName);
42509 +       if (timeService == NULL) {
42510 +                printf( "cg_upnp_device_getservicebyexacttype(clockDev, %s) failed\n", srvName );
42511 +               cg_upnp_device_delete(clockDev);
42512 +               return NULL;
42513 +       }
42514 +       
42515 +       if (cg_upnp_service_parsedescription(timeService, CLOCK_SERVICE_DESCRIPTION, strlen(CLOCK_SERVICE_DESCRIPTION)) == FALSE) {
42516 +               cg_upnp_device_delete(clockDev);
42517 +               return NULL;
42518 +       }
42519 +
42520 +       embeddedService1 = cg_upnp_device_getservicebyexacttype(clockDev, embSrvName);
42521 +       if (embeddedService1 == NULL) {
42522 +                printf( "cg_upnp_device_getservicebyexacttype(clockDev, %s) failed\n", embSrvName );
42523 +                cg_upnp_device_delete(clockDev);
42524 +               return NULL;
42525 +       }
42526 +       
42527 +       if (cg_upnp_service_parsedescription(embeddedService1, EMB_SRV_DESC1, strlen(EMB_SRV_DESC1)) == FALSE) {
42528 +               cg_upnp_device_delete(clockDev);
42529 +               return NULL;
42530 +       }
42531 +
42532 +/*     timeZoneState = cg_upnp_service_getstatevariablebyname(embeddedService1, "TimeZone");
42533 +       if (timeZoneState == NULL)
42534 +               cg_upnp_device_delete(clockDev);
42535 +               return NULL;
42536 +
42537 +        if ( *((long*) userData) != 0 )
42538 +                cg_upnp_statevariable_setvalue(timeZoneState, "Swedish");
42539 +        else
42540 +                cg_upnp_statevariable_setvalue(timeZoneState, "Finnish");
42541 +*/
42542 +
42543 +
42544 +       cg_upnp_device_setactionlistener(clockDev, upnp_clock_actionreceived);
42545 +       cg_upnp_device_setquerylistener(clockDev, upnp_clock_queryreceived);
42546 +       cg_upnp_device_sethttplistener(clockDev, upnp_clock_device_httprequestrecieved);
42547 +
42548 +       return clockDev;
42549 +}
42550 +
42551 +/****************************************
42552 +* upnp_clock_device_update
42553 +****************************************/
42554 +
42555 +void upnp_clock_device_update(CgUpnpDevice *clockDev, char *srvName)
42556 +{
42557 +       CgSysTime currTime;
42558 +       CgUpnpService *timeService;
42559 +       CgUpnpStateVariable *timeState;
42560 +       char sysTimeStr[SYSTEM_TIME_BUF_LEN];
42561 +        long *offset = (long *) (cg_upnp_device_getuserdata( clockDev ));;
42562 +       
42563 +       timeService = cg_upnp_device_getservicebyexacttype(clockDev, srvName);
42564 +       if (timeService == NULL)
42565 +               return;
42566 +
42567 +       timeState = cg_upnp_service_getstatevariablebyname(timeService, "Time");
42568 +       if (timeState == NULL)
42569 +               return;
42570 +       
42571 +       currTime = cg_getcurrentsystemtime();
42572 +        currTime += *offset;
42573 +       GetSystemTimeString(currTime, sysTimeStr);
42574 +       cg_upnp_statevariable_setvalue(timeState, sysTimeStr);
42575 +       
42576 +        switch (*offset)
42577 +       {
42578 +               case -3600:
42579 +                       printf("Swedish: %s\n", sysTimeStr);
42580 +                       break;
42581 +               case -7200:
42582 +                       printf("UTC: %s\n", sysTimeStr);
42583 +                       break;
42584 +               default:
42585 +                       printf("Finnish: %s\n", sysTimeStr);
42586 +                       break;
42587 +       }
42588 +}
42589 +
42590 --- tests/multipleroot/clock_device.h
42591 +++ tests/multipleroot/clock_device.h
42592 @@ -0,0 +1,35 @@
42593 +/************************************************************
42594 +*
42595 +*      CyberLink for C
42596 +*
42597 +*      Copyright (C) Satoshi Konno 2005
42598 +*
42599 +*      File: clock_device.h
42600 +*
42601 +*      Revision:
42602 +*       05/11/05
42603 +*               - first release.
42604 +*
42605 +************************************************************/
42606 +
42607 +#ifndef _CG_CLOCK_DEVICE_H_
42608 +#define _CG_CLOCK_DEVICE_H_
42609 +
42610 +#include <cybergarage/upnp/cupnp.h>
42611 +
42612 +#ifdef  __cplusplus
42613 +extern "C" {
42614 +#endif
42615 +
42616 +/****************************************
42617 +* Function
42618 +****************************************/
42619 +
42620 +CgUpnpDevice *upnp_clock_device_new();
42621 +        void upnp_clock_device_update(CgUpnpDevice *dev, char *srvName);
42622 +
42623 +#ifdef  __cplusplus
42624 +}
42625 +#endif
42626 +
42627 +#endif
42628 --- tests/multipleroot/unix/Makefile.am
42629 +++ tests/multipleroot/unix/Makefile.am
42630 @@ -0,0 +1,20 @@
42631 +bin_PROGRAMS = clinkcmultipleroot
42632 +
42633 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
42634 +
42635 +noinst_HEADERS = \
42636 +       ../clock.h \
42637 +       ../clock_device.h \
42638 +       ../../../sample/common/kb_util.h
42639 +
42640 +clinkcmultipleroot_SOURCES = \
42641 +       ./clock_main.c \
42642 +       ../clock.c \
42643 +       ../clock_device.c \
42644 +       ../../../sample/common/kb_util.c
42645 +
42646 +if HAVE_LIBTOOL
42647 +clinkcmultipleroot_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
42648 +else
42649 +clinkcmultipleroot_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
42650 +endif
42651 --- tests/multipleroot/unix/Makefile.in
42652 +++ tests/multipleroot/unix/Makefile.in
42653 @@ -0,0 +1,574 @@
42654 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
42655 +# @configure_input@
42656 +
42657 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
42658 +# 2003, 2004  Free Software Foundation, Inc.
42659 +# This Makefile.in is free software; the Free Software Foundation
42660 +# gives unlimited permission to copy and/or distribute it,
42661 +# with or without modifications, as long as this notice is preserved.
42662 +
42663 +# This program is distributed in the hope that it will be useful,
42664 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
42665 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
42666 +# PARTICULAR PURPOSE.
42667 +
42668 +@SET_MAKE@
42669 +
42670 +
42671 +SOURCES = $(clinkcmultipleroot_SOURCES)
42672 +
42673 +srcdir = @srcdir@
42674 +top_srcdir = @top_srcdir@
42675 +VPATH = @srcdir@
42676 +pkgdatadir = $(datadir)/@PACKAGE@
42677 +pkglibdir = $(libdir)/@PACKAGE@
42678 +pkgincludedir = $(includedir)/@PACKAGE@
42679 +top_builddir = ../../..
42680 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42681 +INSTALL = @INSTALL@
42682 +install_sh_DATA = $(install_sh) -c -m 644
42683 +install_sh_PROGRAM = $(install_sh) -c
42684 +install_sh_SCRIPT = $(install_sh) -c
42685 +INSTALL_HEADER = $(INSTALL_DATA)
42686 +transform = $(program_transform_name)
42687 +NORMAL_INSTALL = :
42688 +PRE_INSTALL = :
42689 +POST_INSTALL = :
42690 +NORMAL_UNINSTALL = :
42691 +PRE_UNINSTALL = :
42692 +POST_UNINSTALL = :
42693 +host_triplet = @host@
42694 +bin_PROGRAMS = clinkcmultipleroot$(EXEEXT)
42695 +subdir = tests/multipleroot/unix
42696 +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42697 +       $(srcdir)/Makefile.in
42698 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42699 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
42700 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42701 +       $(ACLOCAL_M4)
42702 +mkinstalldirs = $(mkdir_p)
42703 +CONFIG_HEADER = $(top_builddir)/config.h
42704 +CONFIG_CLEAN_FILES =
42705 +am__installdirs = "$(DESTDIR)$(bindir)"
42706 +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
42707 +PROGRAMS = $(bin_PROGRAMS)
42708 +am_clinkcmultipleroot_OBJECTS = clock_main.$(OBJEXT) clock.$(OBJEXT) \
42709 +       clock_device.$(OBJEXT) kb_util.$(OBJEXT)
42710 +clinkcmultipleroot_OBJECTS = $(am_clinkcmultipleroot_OBJECTS)
42711 +@HAVE_LIBTOOL_FALSE@clinkcmultipleroot_DEPENDENCIES =  \
42712 +@HAVE_LIBTOOL_FALSE@   ../../../lib/unix/libclinkc.a
42713 +@HAVE_LIBTOOL_TRUE@clinkcmultipleroot_DEPENDENCIES =  \
42714 +@HAVE_LIBTOOL_TRUE@    ../../../lib/unix/libclinkc.la
42715 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
42716 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
42717 +am__depfiles_maybe = depfiles
42718 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/clock.Po \
42719 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_device.Po \
42720 +@AMDEP_TRUE@   ./$(DEPDIR)/clock_main.Po ./$(DEPDIR)/kb_util.Po
42721 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
42722 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
42723 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
42724 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
42725 +       $(AM_CFLAGS) $(CFLAGS)
42726 +CCLD = $(CC)
42727 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
42728 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
42729 +SOURCES = $(clinkcmultipleroot_SOURCES)
42730 +DIST_SOURCES = $(clinkcmultipleroot_SOURCES)
42731 +HEADERS = $(noinst_HEADERS)
42732 +ETAGS = etags
42733 +CTAGS = ctags
42734 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
42735 +ACLOCAL = @ACLOCAL@
42736 +AMDEP_FALSE = @AMDEP_FALSE@
42737 +AMDEP_TRUE = @AMDEP_TRUE@
42738 +AMTAR = @AMTAR@
42739 +AR = @AR@
42740 +AUTOCONF = @AUTOCONF@
42741 +AUTOHEADER = @AUTOHEADER@
42742 +AUTOMAKE = @AUTOMAKE@
42743 +AWK = @AWK@
42744 +CC = @CC@
42745 +CCDEPMODE = @CCDEPMODE@
42746 +CFLAGS = @CFLAGS@
42747 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
42748 +CPP = @CPP@
42749 +CPPFLAGS = @CPPFLAGS@
42750 +CXX = @CXX@
42751 +CXXCPP = @CXXCPP@
42752 +CXXDEPMODE = @CXXDEPMODE@
42753 +CXXFLAGS = @CXXFLAGS@
42754 +CYGPATH_W = @CYGPATH_W@
42755 +DEFS = @DEFS@
42756 +DEPDIR = @DEPDIR@
42757 +ECHO = @ECHO@
42758 +ECHO_C = @ECHO_C@
42759 +ECHO_N = @ECHO_N@
42760 +ECHO_T = @ECHO_T@
42761 +EGREP = @EGREP@
42762 +EXEEXT = @EXEEXT@
42763 +F77 = @F77@
42764 +FFLAGS = @FFLAGS@
42765 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
42766 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
42767 +HTTP_CFLAGS = @HTTP_CFLAGS@
42768 +HTTP_LIBS = @HTTP_LIBS@
42769 +INSTALL_DATA = @INSTALL_DATA@
42770 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
42771 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
42772 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
42773 +LDFLAGS = @LDFLAGS@
42774 +LIBOBJS = @LIBOBJS@
42775 +LIBS = @LIBS@
42776 +LIBTOOL = @LIBTOOL@
42777 +LN_S = @LN_S@
42778 +LTLIBOBJS = @LTLIBOBJS@
42779 +MAKEINFO = @MAKEINFO@
42780 +OBJEXT = @OBJEXT@
42781 +PACKAGE = @PACKAGE@
42782 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
42783 +PACKAGE_NAME = @PACKAGE_NAME@
42784 +PACKAGE_STRING = @PACKAGE_STRING@
42785 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
42786 +PACKAGE_VERSION = @PACKAGE_VERSION@
42787 +PATH_SEPARATOR = @PATH_SEPARATOR@
42788 +RANLIB = @RANLIB@
42789 +SET_MAKE = @SET_MAKE@
42790 +SHELL = @SHELL@
42791 +STRIP = @STRIP@
42792 +VERSION = @VERSION@
42793 +XML_CFLAGS = @XML_CFLAGS@
42794 +XML_LIBS = @XML_LIBS@
42795 +ac_ct_AR = @ac_ct_AR@
42796 +ac_ct_CC = @ac_ct_CC@
42797 +ac_ct_CXX = @ac_ct_CXX@
42798 +ac_ct_F77 = @ac_ct_F77@
42799 +ac_ct_RANLIB = @ac_ct_RANLIB@
42800 +ac_ct_STRIP = @ac_ct_STRIP@
42801 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
42802 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
42803 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
42804 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
42805 +am__include = @am__include@
42806 +am__leading_dot = @am__leading_dot@
42807 +am__quote = @am__quote@
42808 +bindir = @bindir@
42809 +build = @build@
42810 +build_alias = @build_alias@
42811 +build_cpu = @build_cpu@
42812 +build_os = @build_os@
42813 +build_vendor = @build_vendor@
42814 +datadir = @datadir@
42815 +exec_prefix = @exec_prefix@
42816 +host = @host@
42817 +host_alias = @host_alias@
42818 +host_cpu = @host_cpu@
42819 +host_os = @host_os@
42820 +host_vendor = @host_vendor@
42821 +includedir = @includedir@
42822 +infodir = @infodir@
42823 +install_sh = @install_sh@
42824 +libdir = @libdir@
42825 +libexecdir = @libexecdir@
42826 +localstatedir = @localstatedir@
42827 +mandir = @mandir@
42828 +mkdir_p = @mkdir_p@
42829 +oldincludedir = @oldincludedir@
42830 +prefix = @prefix@
42831 +program_transform_name = @program_transform_name@
42832 +sbindir = @sbindir@
42833 +sharedstatedir = @sharedstatedir@
42834 +sysconfdir = @sysconfdir@
42835 +target_alias = @target_alias@
42836 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(srcdir)/../ -I$(top_srcdir)/sample/common @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
42837 +noinst_HEADERS = \
42838 +       ../clock.h \
42839 +       ../clock_device.h \
42840 +       ../../../sample/common/kb_util.h
42841 +
42842 +clinkcmultipleroot_SOURCES = \
42843 +       ./clock_main.c \
42844 +       ../clock.c \
42845 +       ../clock_device.c \
42846 +       ../../../sample/common/kb_util.c
42847 +
42848 +@HAVE_LIBTOOL_FALSE@clinkcmultipleroot_LDADD = ../../../lib/unix/libclinkc.a @XML_LIBS@
42849 +@HAVE_LIBTOOL_TRUE@clinkcmultipleroot_LDADD = ../../../lib/unix/libclinkc.la @XML_LIBS@
42850 +all: all-am
42851 +
42852 +.SUFFIXES:
42853 +.SUFFIXES: .c .lo .o .obj
42854 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
42855 +       @for dep in $?; do \
42856 +         case '$(am__configure_deps)' in \
42857 +           *$$dep*) \
42858 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
42859 +               && exit 0; \
42860 +             exit 1;; \
42861 +         esac; \
42862 +       done; \
42863 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/multipleroot/unix/Makefile'; \
42864 +       cd $(top_srcdir) && \
42865 +         $(AUTOMAKE) --foreign  tests/multipleroot/unix/Makefile
42866 +.PRECIOUS: Makefile
42867 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
42868 +       @case '$?' in \
42869 +         *config.status*) \
42870 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
42871 +         *) \
42872 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
42873 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
42874 +       esac;
42875 +
42876 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
42877 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
42878 +
42879 +$(top_srcdir)/configure:  $(am__configure_deps)
42880 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
42881 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
42882 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
42883 +install-binPROGRAMS: $(bin_PROGRAMS)
42884 +       @$(NORMAL_INSTALL)
42885 +       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
42886 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
42887 +         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
42888 +         if test -f $$p \
42889 +            || test -f $$p1 \
42890 +         ; then \
42891 +           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
42892 +          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
42893 +          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
42894 +         else :; fi; \
42895 +       done
42896 +
42897 +uninstall-binPROGRAMS:
42898 +       @$(NORMAL_UNINSTALL)
42899 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
42900 +         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
42901 +         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
42902 +         rm -f "$(DESTDIR)$(bindir)/$$f"; \
42903 +       done
42904 +
42905 +clean-binPROGRAMS:
42906 +       @list='$(bin_PROGRAMS)'; for p in $$list; do \
42907 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
42908 +         echo " rm -f $$p $$f"; \
42909 +         rm -f $$p $$f ; \
42910 +       done
42911 +clinkcmultipleroot$(EXEEXT): $(clinkcmultipleroot_OBJECTS) $(clinkcmultipleroot_DEPENDENCIES) 
42912 +       @rm -f clinkcmultipleroot$(EXEEXT)
42913 +       $(LINK) $(clinkcmultipleroot_LDFLAGS) $(clinkcmultipleroot_OBJECTS) $(clinkcmultipleroot_LDADD) $(LIBS)
42914 +
42915 +mostlyclean-compile:
42916 +       -rm -f *.$(OBJEXT)
42917 +
42918 +distclean-compile:
42919 +       -rm -f *.tab.c
42920 +
42921 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
42922 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_device.Po@am__quote@
42923 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock_main.Po@am__quote@
42924 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kb_util.Po@am__quote@
42925 +
42926 +.c.o:
42927 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
42928 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
42929 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
42930 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
42931 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42932 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
42933 +
42934 +.c.obj:
42935 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
42936 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
42937 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
42938 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
42939 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42940 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
42941 +
42942 +.c.lo:
42943 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
42944 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
42945 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
42946 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
42947 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42948 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
42949 +
42950 +clock_main.o: ./clock_main.c
42951 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.o -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
42952 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
42953 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.o' libtool=no @AMDEPBACKSLASH@
42954 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
42955 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42956 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.o `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
42957 +
42958 +clock_main.obj: ./clock_main.c
42959 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.obj -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`; \
42960 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Po"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
42961 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.obj' libtool=no @AMDEPBACKSLASH@
42962 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Po' tmpdepfile='$(DEPDIR)/clock_main.TPo' @AMDEPBACKSLASH@
42963 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42964 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.obj `if test -f './clock_main.c'; then $(CYGPATH_W) './clock_main.c'; else $(CYGPATH_W) '$(srcdir)/./clock_main.c'; fi`
42965 +
42966 +clock_main.lo: ./clock_main.c
42967 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_main.lo -MD -MP -MF "$(DEPDIR)/clock_main.Tpo" -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c; \
42968 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_main.Tpo" "$(DEPDIR)/clock_main.Plo"; else rm -f "$(DEPDIR)/clock_main.Tpo"; exit 1; fi
42969 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='./clock_main.c' object='clock_main.lo' libtool=yes @AMDEPBACKSLASH@
42970 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_main.Plo' tmpdepfile='$(DEPDIR)/clock_main.TPlo' @AMDEPBACKSLASH@
42971 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42972 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_main.lo `test -f './clock_main.c' || echo '$(srcdir)/'`./clock_main.c
42973 +
42974 +clock.o: ../clock.c
42975 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.o -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
42976 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
42977 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.o' libtool=no @AMDEPBACKSLASH@
42978 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
42979 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42980 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.o `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
42981 +
42982 +clock.obj: ../clock.c
42983 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.obj -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`; \
42984 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Po"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
42985 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.obj' libtool=no @AMDEPBACKSLASH@
42986 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Po' tmpdepfile='$(DEPDIR)/clock.TPo' @AMDEPBACKSLASH@
42987 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42988 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.obj `if test -f '../clock.c'; then $(CYGPATH_W) '../clock.c'; else $(CYGPATH_W) '$(srcdir)/../clock.c'; fi`
42989 +
42990 +clock.lo: ../clock.c
42991 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock.lo -MD -MP -MF "$(DEPDIR)/clock.Tpo" -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c; \
42992 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock.Tpo" "$(DEPDIR)/clock.Plo"; else rm -f "$(DEPDIR)/clock.Tpo"; exit 1; fi
42993 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock.c' object='clock.lo' libtool=yes @AMDEPBACKSLASH@
42994 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock.Plo' tmpdepfile='$(DEPDIR)/clock.TPlo' @AMDEPBACKSLASH@
42995 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
42996 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock.lo `test -f '../clock.c' || echo '$(srcdir)/'`../clock.c
42997 +
42998 +clock_device.o: ../clock_device.c
42999 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.o -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
43000 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
43001 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.o' libtool=no @AMDEPBACKSLASH@
43002 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
43003 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43004 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.o `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
43005 +
43006 +clock_device.obj: ../clock_device.c
43007 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.obj -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`; \
43008 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Po"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
43009 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.obj' libtool=no @AMDEPBACKSLASH@
43010 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Po' tmpdepfile='$(DEPDIR)/clock_device.TPo' @AMDEPBACKSLASH@
43011 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43012 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.obj `if test -f '../clock_device.c'; then $(CYGPATH_W) '../clock_device.c'; else $(CYGPATH_W) '$(srcdir)/../clock_device.c'; fi`
43013 +
43014 +clock_device.lo: ../clock_device.c
43015 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clock_device.lo -MD -MP -MF "$(DEPDIR)/clock_device.Tpo" -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c; \
43016 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/clock_device.Tpo" "$(DEPDIR)/clock_device.Plo"; else rm -f "$(DEPDIR)/clock_device.Tpo"; exit 1; fi
43017 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../clock_device.c' object='clock_device.lo' libtool=yes @AMDEPBACKSLASH@
43018 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/clock_device.Plo' tmpdepfile='$(DEPDIR)/clock_device.TPlo' @AMDEPBACKSLASH@
43019 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43020 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clock_device.lo `test -f '../clock_device.c' || echo '$(srcdir)/'`../clock_device.c
43021 +
43022 +kb_util.o: ../../../sample/common/kb_util.c
43023 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.o -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
43024 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
43025 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.o' libtool=no @AMDEPBACKSLASH@
43026 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
43027 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43028 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.o `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
43029 +
43030 +kb_util.obj: ../../../sample/common/kb_util.c
43031 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.obj -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`; \
43032 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Po"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
43033 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.obj' libtool=no @AMDEPBACKSLASH@
43034 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Po' tmpdepfile='$(DEPDIR)/kb_util.TPo' @AMDEPBACKSLASH@
43035 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43036 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.obj `if test -f '../../../sample/common/kb_util.c'; then $(CYGPATH_W) '../../../sample/common/kb_util.c'; else $(CYGPATH_W) '$(srcdir)/../../../sample/common/kb_util.c'; fi`
43037 +
43038 +kb_util.lo: ../../../sample/common/kb_util.c
43039 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kb_util.lo -MD -MP -MF "$(DEPDIR)/kb_util.Tpo" -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c; \
43040 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/kb_util.Tpo" "$(DEPDIR)/kb_util.Plo"; else rm -f "$(DEPDIR)/kb_util.Tpo"; exit 1; fi
43041 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='../../../sample/common/kb_util.c' object='kb_util.lo' libtool=yes @AMDEPBACKSLASH@
43042 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/kb_util.Plo' tmpdepfile='$(DEPDIR)/kb_util.TPlo' @AMDEPBACKSLASH@
43043 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43044 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kb_util.lo `test -f '../../../sample/common/kb_util.c' || echo '$(srcdir)/'`../../../sample/common/kb_util.c
43045 +
43046 +mostlyclean-libtool:
43047 +       -rm -f *.lo
43048 +
43049 +clean-libtool:
43050 +       -rm -rf .libs _libs
43051 +
43052 +distclean-libtool:
43053 +       -rm -f libtool
43054 +uninstall-info-am:
43055 +
43056 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
43057 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
43058 +       unique=`for i in $$list; do \
43059 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43060 +         done | \
43061 +         $(AWK) '    { files[$$0] = 1; } \
43062 +              END { for (i in files) print i; }'`; \
43063 +       mkid -fID $$unique
43064 +tags: TAGS
43065 +
43066 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
43067 +               $(TAGS_FILES) $(LISP)
43068 +       tags=; \
43069 +       here=`pwd`; \
43070 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
43071 +       unique=`for i in $$list; do \
43072 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43073 +         done | \
43074 +         $(AWK) '    { files[$$0] = 1; } \
43075 +              END { for (i in files) print i; }'`; \
43076 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
43077 +         test -n "$$unique" || unique=$$empty_fix; \
43078 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
43079 +           $$tags $$unique; \
43080 +       fi
43081 +ctags: CTAGS
43082 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
43083 +               $(TAGS_FILES) $(LISP)
43084 +       tags=; \
43085 +       here=`pwd`; \
43086 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
43087 +       unique=`for i in $$list; do \
43088 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43089 +         done | \
43090 +         $(AWK) '    { files[$$0] = 1; } \
43091 +              END { for (i in files) print i; }'`; \
43092 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
43093 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
43094 +            $$tags $$unique
43095 +
43096 +GTAGS:
43097 +       here=`$(am__cd) $(top_builddir) && pwd` \
43098 +         && cd $(top_srcdir) \
43099 +         && gtags -i $(GTAGS_ARGS) $$here
43100 +
43101 +distclean-tags:
43102 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
43103 +
43104 +distdir: $(DISTFILES)
43105 +       $(mkdir_p) $(distdir)/.. $(distdir)/../../../sample/common
43106 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
43107 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
43108 +       list='$(DISTFILES)'; for file in $$list; do \
43109 +         case $$file in \
43110 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
43111 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
43112 +         esac; \
43113 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
43114 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
43115 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
43116 +           dir="/$$dir"; \
43117 +           $(mkdir_p) "$(distdir)$$dir"; \
43118 +         else \
43119 +           dir=''; \
43120 +         fi; \
43121 +         if test -d $$d/$$file; then \
43122 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
43123 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
43124 +           fi; \
43125 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
43126 +         else \
43127 +           test -f $(distdir)/$$file \
43128 +           || cp -p $$d/$$file $(distdir)/$$file \
43129 +           || exit 1; \
43130 +         fi; \
43131 +       done
43132 +check-am: all-am
43133 +check: check-am
43134 +all-am: Makefile $(PROGRAMS) $(HEADERS)
43135 +installdirs:
43136 +       for dir in "$(DESTDIR)$(bindir)"; do \
43137 +         test -z "$$dir" || $(mkdir_p) "$$dir"; \
43138 +       done
43139 +install: install-am
43140 +install-exec: install-exec-am
43141 +install-data: install-data-am
43142 +uninstall: uninstall-am
43143 +
43144 +install-am: all-am
43145 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
43146 +
43147 +installcheck: installcheck-am
43148 +install-strip:
43149 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
43150 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
43151 +         `test -z '$(STRIP)' || \
43152 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
43153 +mostlyclean-generic:
43154 +
43155 +clean-generic:
43156 +
43157 +distclean-generic:
43158 +       -rm -f $(CONFIG_CLEAN_FILES)
43159 +
43160 +maintainer-clean-generic:
43161 +       @echo "This command is intended for maintainers to use"
43162 +       @echo "it deletes files that may require special tools to rebuild."
43163 +clean: clean-am
43164 +
43165 +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
43166 +
43167 +distclean: distclean-am
43168 +       -rm -rf ./$(DEPDIR)
43169 +       -rm -f Makefile
43170 +distclean-am: clean-am distclean-compile distclean-generic \
43171 +       distclean-libtool distclean-tags
43172 +
43173 +dvi: dvi-am
43174 +
43175 +dvi-am:
43176 +
43177 +html: html-am
43178 +
43179 +info: info-am
43180 +
43181 +info-am:
43182 +
43183 +install-data-am:
43184 +
43185 +install-exec-am: install-binPROGRAMS
43186 +
43187 +install-info: install-info-am
43188 +
43189 +install-man:
43190 +
43191 +installcheck-am:
43192 +
43193 +maintainer-clean: maintainer-clean-am
43194 +       -rm -rf ./$(DEPDIR)
43195 +       -rm -f Makefile
43196 +maintainer-clean-am: distclean-am maintainer-clean-generic
43197 +
43198 +mostlyclean: mostlyclean-am
43199 +
43200 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
43201 +       mostlyclean-libtool
43202 +
43203 +pdf: pdf-am
43204 +
43205 +pdf-am:
43206 +
43207 +ps: ps-am
43208 +
43209 +ps-am:
43210 +
43211 +uninstall-am: uninstall-binPROGRAMS uninstall-info-am
43212 +
43213 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
43214 +       clean-generic clean-libtool ctags distclean distclean-compile \
43215 +       distclean-generic distclean-libtool distclean-tags distdir dvi \
43216 +       dvi-am html html-am info info-am install install-am \
43217 +       install-binPROGRAMS install-data install-data-am install-exec \
43218 +       install-exec-am install-info install-info-am install-man \
43219 +       install-strip installcheck installcheck-am installdirs \
43220 +       maintainer-clean maintainer-clean-generic mostlyclean \
43221 +       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
43222 +       pdf pdf-am ps ps-am tags uninstall uninstall-am \
43223 +       uninstall-binPROGRAMS uninstall-info-am
43224 +
43225 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
43226 +# Otherwise a system limit (for SysV at least) may be exceeded.
43227 +.NOEXPORT:
43228 --- tests/multipleroot/unix/clock_main.c
43229 +++ tests/multipleroot/unix/clock_main.c
43230 @@ -0,0 +1,171 @@
43231 +/************************************************************
43232 +*
43233 +*      CyberLink for C
43234 +*
43235 +*      Copyright (C) Satoshi Konno 2005
43236 +*
43237 +*      File: clock_main.c
43238 +*
43239 +*      Revision:
43240 +*       05/11/05
43241 +*               - first release.
43242 +*
43243 +************************************************************/
43244 +
43245 +#include <cybergarage/upnp/cupnp.h>
43246 +
43247 +#include "clock_device.h"
43248 +
43249 +#if defined(TENGINE)
43250 +#if defined(PROCESS_BASE) /* Process based */
43251 +#include <basic.h>
43252 +#define MBEG   int main( W ac, TC *av[] )
43253 +#define MEND   0
43254 +#define DIR    "/SYS/bin/"
43255 +#else /* T-Kernel based */
43256 +#include <basic.h>
43257 +#include <tk/tkernel.h>
43258 +#include <sys/pinfo.h>
43259 +#define MBEG   ER main( INT ac, UB *av[] )
43260 +#define MEND   E_SYS
43261 +#define DIR    "/SYS/bin/"
43262 +#endif
43263 +#endif
43264 +
43265 +CgUpnpDevice *finnishClock = NULL;
43266 +long finnishOffset = 0;
43267 +CgUpnpDevice *swedishClock = NULL;
43268 +long swedishOffset = -3600;
43269 +CgUpnpDevice *utcClock = NULL;
43270 +long utcOffset = -7200;
43271 +
43272 +////////////////////////////////////////////////////////// 
43273 +//  InitApp
43274 +////////////////////////////////////////////////////////// 
43275 +
43276 +BOOL InitApp( int cacheControl )
43277 +{
43278 +       finnishClock = upnp_clock_device_new( (void*) &finnishOffset, "finnish.xml", "urn:schemas-upnp-org:service:finnishtimer:1", "urn:schemas-upnp-org:service:finnishembeddedtimer1:1" );
43279 +        if ( finnishClock == NULL ) {
43280 +                printf( "Finnish upnp_clock_device_new() failed\n" );
43281 +                return FALSE;
43282 +        }
43283 +        cg_upnp_device_setleasetime(finnishClock, cacheControl);
43284 +       if ( cg_upnp_device_start(finnishClock) == FALSE )
43285 +                return FALSE;
43286 +        
43287 +       swedishClock = upnp_clock_device_new( (void*) &swedishOffset, "swedish.xml", "urn:schemas-upnp-org:service:swedishtimer:1", "urn:schemas-upnp-org:service:swedishembeddedtimer1:1" );
43288 +        if ( swedishClock == NULL ) {
43289 +                printf( "Swedish upnp_clock_device_new() failed\n" );
43290 +                return FALSE;
43291 +        }
43292 +        cg_upnp_device_setleasetime(swedishClock, cacheControl);
43293 +        if ( cg_upnp_device_sethttpport(swedishClock, 38401) == FALSE ) {
43294 +                printf( "http port open failed\n" );
43295 +                return FALSE;
43296 +        }
43297 +       if ( cg_upnp_device_start(swedishClock) == FALSE ) {
43298 +                printf( "Swedish clock start failed\n" );
43299 +                return FALSE;
43300 +        }
43301 +
43302 +       utcClock = upnp_clock_device_new( (void*) &utcOffset, "utc.xml", "urn:schemas-upnp-org:service:utctimer:1", "urn:schemas-upnp-org:service:utcembeddedtimer1:1" );
43303 +        if ( utcClock == NULL ) {
43304 +                printf( "utc upnp_clock_device_new() failed\n" );
43305 +                return FALSE;
43306 +        }
43307 +        cg_upnp_device_setleasetime(utcClock, cacheControl);
43308 +        if ( cg_upnp_device_sethttpport(utcClock, 38401) == FALSE ) {
43309 +                printf( "http port open failed\n" );
43310 +                return FALSE;
43311 +        }
43312 +       if ( cg_upnp_device_start(utcClock) == FALSE ) {
43313 +                printf( "utc clock start failed\n" );
43314 +                return FALSE;
43315 +        }
43316 +
43317 +        return TRUE;
43318 +}
43319 +
43320 +void ExitApp()
43321 +{
43322 +        if ( finnishClock != NULL ) {
43323 +                cg_upnp_device_stop(finnishClock);
43324 +                cg_upnp_device_delete(finnishClock);
43325 +        }
43326 +
43327 +        if ( swedishClock != NULL ) {
43328 +                cg_upnp_device_stop(swedishClock);
43329 +                cg_upnp_device_delete(swedishClock);
43330 +        }
43331 +
43332 +       if ( utcClock != NULL )
43333 +       {
43334 +               cg_upnp_device_stop(utcClock);
43335 +               cg_upnp_device_delete(utcClock);
43336 +       }
43337 +
43338 +}
43339 +
43340 +////////////////////////////////////////////////////////// 
43341 +//  main
43342 +////////////////////////////////////////////////////////// 
43343 +
43344 +#if defined(TENGINE)
43345 +MBEG
43346 +#else
43347 +int main( int argc, char* argv[] )
43348 +#endif
43349 +{
43350 +        int cacheControl = -1;
43351 +
43352 +        if ( argc == 1 ) {
43353 +                printf( "usage: clock [cache_control_in_sec]\n" );
43354 +                cacheControl = 1800;
43355 +        }
43356 +        else if ( argc > 2 ) {
43357 +                printf( "usage: clock [cache_control_in_sec]\n" );
43358 +                exit( 0 );
43359 +        }
43360 +        else if (sscanf(argv[1], "%i", &cacheControl) != 1) {
43361 +                printf( "Invalid CACHE-CONTROL value.\n" );
43362 +                exit( 0 );
43363 +        }
43364 +
43365 +        printf( "Using CACHE-CONTROL value: %d sec\n", cacheControl );
43366 +
43367 +       if (InitApp( cacheControl ) == FALSE) {
43368 +               fprintf(stderr, "Couldn't create the clock devices!!\n");
43369 +               exit(0);
43370 +       }
43371 +                               
43372 +       int ch = 0;
43373 +
43374 +        printf( "Press 1 - Enter to generate a Finnish clock event.\n" );
43375 +        printf( "Press 2 - Enter to generate a Swedish clock event.\n" );
43376 +       printf( "Press 3 - Enter to generate an UTC clock event.\n" );
43377 +        printf( "Press q - Enter to quit.\n" );
43378 +
43379 +        upnp_clock_device_update(finnishClock, "urn:schemas-upnp-org:service:finnishtimer:1");
43380 +        upnp_clock_device_update(swedishClock, "urn:schemas-upnp-org:service:swedishtimer:1");
43381 +       upnp_clock_device_update(utcClock, "urn:schemas-upnp-org:service:utctimer:1");
43382 +
43383 +        ch = getchar();
43384 +        while ( ch != 'q' ) {
43385 +                if ( ch == '1' ) {
43386 +                        upnp_clock_device_update(finnishClock, "urn:schemas-upnp-org:service:finnishtimer:1");
43387 +                }
43388 +                else if ( ch == '2' ) {
43389 +                        upnp_clock_device_update(swedishClock, "urn:schemas-upnp-org:service:swedishtimer:1");
43390 +                }
43391 +               else if ( ch == '3' ) {
43392 +                       upnp_clock_device_update(utcClock, "urn:schemas-upnp-org:service:utctimer:1");
43393 +               }
43394 +               
43395 +                ch = getchar();
43396 +       };
43397 +
43398 +       ExitApp();
43399 +       
43400 +       return(0);
43401 +}
43402 --- tests/regression/Makefile.am
43403 +++ tests/regression/Makefile.am
43404 @@ -0,0 +1,48 @@
43405 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
43406 +
43407 +if HAVE_LIBTOOL
43408 +LDADD = ../../lib/unix/libclinkc.la @XML_LIBS@
43409 +else
43410 +LDADD = ../../lib/unix/libclinkc.a @XML_LIBS@
43411 +endif
43412 +
43413 +
43414 +check_PROGRAMS = mini_cp mini_dev mini_service2 \
43415 +mini_service mini_dev_announces igd_dev igd_dev_parsing \
43416 +igd_dev_parsing_by_fd basic_dev_parsing_by_fd igd_cp \
43417 + file
43418 +
43419 +TESTS = relink.py test_mini_cp.py test_mini_dev.py test_mini_dev_announces.py \
43420 +test_mini_service.py test_bad_xml.py test_bad_xml2.py test_arguments.py \
43421 +test_http.py test_http_post.py test_exec_action.py \
43422 +test_igd_dev.py test_igd_dev_parsing.py \
43423 +test_igd_dev_parsing_by_fd.py test_basic_dev_parsing_by_fd.py \
43424 +test_bad_action.py test_subscribe.py test_bad_request.py \
43425 +test_subscribe_invalid.py test_subscribe_invalid2.py \
43426 +test_subscribe_invalid3.py test_subscribe_invalid4.py \
43427 +test_subscribe_invalid5.py test_subscribe_invalid6.py \
43428 +test_unsubscribe.py test_unsubscribe_invalid.py test_resubscribe.py \
43429 +test_cp_add_device.py test_cp_notify.py test_cp_rm_device.py \
43430 +test_ssdp_packet.py test_cp_readd_device.py \
43431 +test_cp_add_device2.py test_cp_add_device3.py \
43432 +test_cp_resubscribe.py test_cp_notify2.py test_cp_badrequest.py \
43433 +test_dev_query.py test_dev_query2.py test_cp_readd_device2.py \
43434 +test_cp_multi_notify.py test_cp_multi_notify_inv_nt.py \
43435 +test_cp_multi_notify_bigger.py test_msearch2.py test_msearch3.py \
43436 +test_msearch4.py test_msearch.py test_exec_action2.py \
43437 +test_bad_action2.py test_file.py \
43438 +test_ssdp_packet2.py test_missing_len.py \
43439 +test_chunked.py test_soap_wrong_service_schema.py coverage.py
43440 +
43441 +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) http_proxy=
43442 +
43443 +mini_cp_SOURCES = mini_cp.c
43444 +mini_dev_SOURCES = mini_dev.c
43445 +mini_service2_SOURCES = mini_service2.c
43446 +mini_service_SOURCES = mini_service.c
43447 +mini_dev_announces_SOURCES = mini_dev_announces.c
43448 +igd_dev_SOURCES = igd_dev.c
43449 +igd_dev_parsing_SOURCES = igd_dev_parsing.c
43450 +igd_dev_parsing_by_fd_SOURCES = igd_dev_parsing_by_fd.c
43451 +basic_dev_parsing_by_fd_SOURCES = basic_dev_parsing_by_fd.c
43452 +igd_cp_SOURCES = stress/igd_cp.c
43453 --- tests/regression/Makefile.in
43454 +++ tests/regression/Makefile.in
43455 @@ -0,0 +1,688 @@
43456 +# Makefile.in generated by automake 1.8.5 from Makefile.am.
43457 +# @configure_input@
43458 +
43459 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
43460 +# 2003, 2004  Free Software Foundation, Inc.
43461 +# This Makefile.in is free software; the Free Software Foundation
43462 +# gives unlimited permission to copy and/or distribute it,
43463 +# with or without modifications, as long as this notice is preserved.
43464 +
43465 +# This program is distributed in the hope that it will be useful,
43466 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
43467 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
43468 +# PARTICULAR PURPOSE.
43469 +
43470 +@SET_MAKE@
43471 +SOURCES = $(basic_dev_parsing_by_fd_SOURCES) file.c $(igd_cp_SOURCES) $(igd_dev_SOURCES) $(igd_dev_parsing_SOURCES) $(igd_dev_parsing_by_fd_SOURCES) $(mini_cp_SOURCES) $(mini_dev_SOURCES) $(mini_dev_announces_SOURCES) $(mini_service_SOURCES) $(mini_service2_SOURCES)
43472 +
43473 +srcdir = @srcdir@
43474 +top_srcdir = @top_srcdir@
43475 +VPATH = @srcdir@
43476 +pkgdatadir = $(datadir)/@PACKAGE@
43477 +pkglibdir = $(libdir)/@PACKAGE@
43478 +pkgincludedir = $(includedir)/@PACKAGE@
43479 +top_builddir = ../..
43480 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43481 +INSTALL = @INSTALL@
43482 +install_sh_DATA = $(install_sh) -c -m 644
43483 +install_sh_PROGRAM = $(install_sh) -c
43484 +install_sh_SCRIPT = $(install_sh) -c
43485 +INSTALL_HEADER = $(INSTALL_DATA)
43486 +transform = $(program_transform_name)
43487 +NORMAL_INSTALL = :
43488 +PRE_INSTALL = :
43489 +POST_INSTALL = :
43490 +NORMAL_UNINSTALL = :
43491 +PRE_UNINSTALL = :
43492 +POST_UNINSTALL = :
43493 +host_triplet = @host@
43494 +check_PROGRAMS = mini_cp$(EXEEXT) mini_dev$(EXEEXT) \
43495 +       mini_service2$(EXEEXT) mini_service$(EXEEXT) \
43496 +       mini_dev_announces$(EXEEXT) igd_dev$(EXEEXT) \
43497 +       igd_dev_parsing$(EXEEXT) igd_dev_parsing_by_fd$(EXEEXT) \
43498 +       basic_dev_parsing_by_fd$(EXEEXT) igd_cp$(EXEEXT) file$(EXEEXT)
43499 +subdir = tests/regression
43500 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43501 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43502 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
43503 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43504 +       $(ACLOCAL_M4)
43505 +mkinstalldirs = $(mkdir_p)
43506 +CONFIG_HEADER = $(top_builddir)/config.h
43507 +CONFIG_CLEAN_FILES =
43508 +am_basic_dev_parsing_by_fd_OBJECTS =  \
43509 +       basic_dev_parsing_by_fd.$(OBJEXT)
43510 +basic_dev_parsing_by_fd_OBJECTS =  \
43511 +       $(am_basic_dev_parsing_by_fd_OBJECTS)
43512 +basic_dev_parsing_by_fd_LDADD = $(LDADD)
43513 +@HAVE_LIBTOOL_FALSE@basic_dev_parsing_by_fd_DEPENDENCIES =  \
43514 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43515 +@HAVE_LIBTOOL_TRUE@basic_dev_parsing_by_fd_DEPENDENCIES =  \
43516 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43517 +file_SOURCES = file.c
43518 +file_OBJECTS = file.$(OBJEXT)
43519 +file_LDADD = $(LDADD)
43520 +@HAVE_LIBTOOL_FALSE@file_DEPENDENCIES = ../../lib/unix/libclinkc.a
43521 +@HAVE_LIBTOOL_TRUE@file_DEPENDENCIES = ../../lib/unix/libclinkc.la
43522 +am_igd_cp_OBJECTS = igd_cp.$(OBJEXT)
43523 +igd_cp_OBJECTS = $(am_igd_cp_OBJECTS)
43524 +igd_cp_LDADD = $(LDADD)
43525 +@HAVE_LIBTOOL_FALSE@igd_cp_DEPENDENCIES = ../../lib/unix/libclinkc.a
43526 +@HAVE_LIBTOOL_TRUE@igd_cp_DEPENDENCIES = ../../lib/unix/libclinkc.la
43527 +am_igd_dev_OBJECTS = igd_dev.$(OBJEXT)
43528 +igd_dev_OBJECTS = $(am_igd_dev_OBJECTS)
43529 +igd_dev_LDADD = $(LDADD)
43530 +@HAVE_LIBTOOL_FALSE@igd_dev_DEPENDENCIES = ../../lib/unix/libclinkc.a
43531 +@HAVE_LIBTOOL_TRUE@igd_dev_DEPENDENCIES = ../../lib/unix/libclinkc.la
43532 +am_igd_dev_parsing_OBJECTS = igd_dev_parsing.$(OBJEXT)
43533 +igd_dev_parsing_OBJECTS = $(am_igd_dev_parsing_OBJECTS)
43534 +igd_dev_parsing_LDADD = $(LDADD)
43535 +@HAVE_LIBTOOL_FALSE@igd_dev_parsing_DEPENDENCIES =  \
43536 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43537 +@HAVE_LIBTOOL_TRUE@igd_dev_parsing_DEPENDENCIES =  \
43538 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43539 +am_igd_dev_parsing_by_fd_OBJECTS = igd_dev_parsing_by_fd.$(OBJEXT)
43540 +igd_dev_parsing_by_fd_OBJECTS = $(am_igd_dev_parsing_by_fd_OBJECTS)
43541 +igd_dev_parsing_by_fd_LDADD = $(LDADD)
43542 +@HAVE_LIBTOOL_FALSE@igd_dev_parsing_by_fd_DEPENDENCIES =  \
43543 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43544 +@HAVE_LIBTOOL_TRUE@igd_dev_parsing_by_fd_DEPENDENCIES =  \
43545 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43546 +am_mini_cp_OBJECTS = mini_cp.$(OBJEXT)
43547 +mini_cp_OBJECTS = $(am_mini_cp_OBJECTS)
43548 +mini_cp_LDADD = $(LDADD)
43549 +@HAVE_LIBTOOL_FALSE@mini_cp_DEPENDENCIES = ../../lib/unix/libclinkc.a
43550 +@HAVE_LIBTOOL_TRUE@mini_cp_DEPENDENCIES = ../../lib/unix/libclinkc.la
43551 +am_mini_dev_OBJECTS = mini_dev.$(OBJEXT)
43552 +mini_dev_OBJECTS = $(am_mini_dev_OBJECTS)
43553 +mini_dev_LDADD = $(LDADD)
43554 +@HAVE_LIBTOOL_FALSE@mini_dev_DEPENDENCIES =  \
43555 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43556 +@HAVE_LIBTOOL_TRUE@mini_dev_DEPENDENCIES =  \
43557 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43558 +am_mini_dev_announces_OBJECTS = mini_dev_announces.$(OBJEXT)
43559 +mini_dev_announces_OBJECTS = $(am_mini_dev_announces_OBJECTS)
43560 +mini_dev_announces_LDADD = $(LDADD)
43561 +@HAVE_LIBTOOL_FALSE@mini_dev_announces_DEPENDENCIES =  \
43562 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43563 +@HAVE_LIBTOOL_TRUE@mini_dev_announces_DEPENDENCIES =  \
43564 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43565 +am_mini_service_OBJECTS = mini_service.$(OBJEXT)
43566 +mini_service_OBJECTS = $(am_mini_service_OBJECTS)
43567 +mini_service_LDADD = $(LDADD)
43568 +@HAVE_LIBTOOL_FALSE@mini_service_DEPENDENCIES =  \
43569 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43570 +@HAVE_LIBTOOL_TRUE@mini_service_DEPENDENCIES =  \
43571 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43572 +am_mini_service2_OBJECTS = mini_service2.$(OBJEXT)
43573 +mini_service2_OBJECTS = $(am_mini_service2_OBJECTS)
43574 +mini_service2_LDADD = $(LDADD)
43575 +@HAVE_LIBTOOL_FALSE@mini_service2_DEPENDENCIES =  \
43576 +@HAVE_LIBTOOL_FALSE@   ../../lib/unix/libclinkc.a
43577 +@HAVE_LIBTOOL_TRUE@mini_service2_DEPENDENCIES =  \
43578 +@HAVE_LIBTOOL_TRUE@    ../../lib/unix/libclinkc.la
43579 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
43580 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
43581 +am__depfiles_maybe = depfiles
43582 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/basic_dev_parsing_by_fd.Po \
43583 +@AMDEP_TRUE@   ./$(DEPDIR)/file.Po ./$(DEPDIR)/igd_cp.Po \
43584 +@AMDEP_TRUE@   ./$(DEPDIR)/igd_dev.Po \
43585 +@AMDEP_TRUE@   ./$(DEPDIR)/igd_dev_parsing.Po \
43586 +@AMDEP_TRUE@   ./$(DEPDIR)/igd_dev_parsing_by_fd.Po \
43587 +@AMDEP_TRUE@   ./$(DEPDIR)/mini_cp.Po ./$(DEPDIR)/mini_dev.Po \
43588 +@AMDEP_TRUE@   ./$(DEPDIR)/mini_dev_announces.Po \
43589 +@AMDEP_TRUE@   ./$(DEPDIR)/mini_service.Po \
43590 +@AMDEP_TRUE@   ./$(DEPDIR)/mini_service2.Po
43591 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
43592 +       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
43593 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
43594 +       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
43595 +       $(AM_CFLAGS) $(CFLAGS)
43596 +CCLD = $(CC)
43597 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
43598 +       $(AM_LDFLAGS) $(LDFLAGS) -o $@
43599 +SOURCES = $(basic_dev_parsing_by_fd_SOURCES) file.c $(igd_cp_SOURCES) \
43600 +       $(igd_dev_SOURCES) $(igd_dev_parsing_SOURCES) \
43601 +       $(igd_dev_parsing_by_fd_SOURCES) $(mini_cp_SOURCES) \
43602 +       $(mini_dev_SOURCES) $(mini_dev_announces_SOURCES) \
43603 +       $(mini_service_SOURCES) $(mini_service2_SOURCES)
43604 +DIST_SOURCES = $(basic_dev_parsing_by_fd_SOURCES) file.c \
43605 +       $(igd_cp_SOURCES) $(igd_dev_SOURCES) \
43606 +       $(igd_dev_parsing_SOURCES) $(igd_dev_parsing_by_fd_SOURCES) \
43607 +       $(mini_cp_SOURCES) $(mini_dev_SOURCES) \
43608 +       $(mini_dev_announces_SOURCES) $(mini_service_SOURCES) \
43609 +       $(mini_service2_SOURCES)
43610 +ETAGS = etags
43611 +CTAGS = ctags
43612 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
43613 +ACLOCAL = @ACLOCAL@
43614 +AMDEP_FALSE = @AMDEP_FALSE@
43615 +AMDEP_TRUE = @AMDEP_TRUE@
43616 +AMTAR = @AMTAR@
43617 +AR = @AR@
43618 +AUTOCONF = @AUTOCONF@
43619 +AUTOHEADER = @AUTOHEADER@
43620 +AUTOMAKE = @AUTOMAKE@
43621 +AWK = @AWK@
43622 +CC = @CC@
43623 +CCDEPMODE = @CCDEPMODE@
43624 +CFLAGS = @CFLAGS@
43625 +CLOG_DEBUG_FLAGS = @CLOG_DEBUG_FLAGS@
43626 +CPP = @CPP@
43627 +CPPFLAGS = @CPPFLAGS@
43628 +CXX = @CXX@
43629 +CXXCPP = @CXXCPP@
43630 +CXXDEPMODE = @CXXDEPMODE@
43631 +CXXFLAGS = @CXXFLAGS@
43632 +CYGPATH_W = @CYGPATH_W@
43633 +DEFS = @DEFS@
43634 +DEPDIR = @DEPDIR@
43635 +ECHO = @ECHO@
43636 +ECHO_C = @ECHO_C@
43637 +ECHO_N = @ECHO_N@
43638 +ECHO_T = @ECHO_T@
43639 +EGREP = @EGREP@
43640 +EXEEXT = @EXEEXT@
43641 +F77 = @F77@
43642 +FFLAGS = @FFLAGS@
43643 +HAVE_LIBTOOL_FALSE = @HAVE_LIBTOOL_FALSE@
43644 +HAVE_LIBTOOL_TRUE = @HAVE_LIBTOOL_TRUE@
43645 +HTTP_CFLAGS = @HTTP_CFLAGS@
43646 +HTTP_LIBS = @HTTP_LIBS@
43647 +INSTALL_DATA = @INSTALL_DATA@
43648 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
43649 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
43650 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
43651 +LDFLAGS = @LDFLAGS@
43652 +LIBOBJS = @LIBOBJS@
43653 +LIBS = @LIBS@
43654 +LIBTOOL = @LIBTOOL@
43655 +LN_S = @LN_S@
43656 +LTLIBOBJS = @LTLIBOBJS@
43657 +MAKEINFO = @MAKEINFO@
43658 +OBJEXT = @OBJEXT@
43659 +PACKAGE = @PACKAGE@
43660 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
43661 +PACKAGE_NAME = @PACKAGE_NAME@
43662 +PACKAGE_STRING = @PACKAGE_STRING@
43663 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
43664 +PACKAGE_VERSION = @PACKAGE_VERSION@
43665 +PATH_SEPARATOR = @PATH_SEPARATOR@
43666 +RANLIB = @RANLIB@
43667 +SET_MAKE = @SET_MAKE@
43668 +SHELL = @SHELL@
43669 +STRIP = @STRIP@
43670 +VERSION = @VERSION@
43671 +XML_CFLAGS = @XML_CFLAGS@
43672 +XML_LIBS = @XML_LIBS@
43673 +ac_ct_AR = @ac_ct_AR@
43674 +ac_ct_CC = @ac_ct_CC@
43675 +ac_ct_CXX = @ac_ct_CXX@
43676 +ac_ct_F77 = @ac_ct_F77@
43677 +ac_ct_RANLIB = @ac_ct_RANLIB@
43678 +ac_ct_STRIP = @ac_ct_STRIP@
43679 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
43680 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
43681 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
43682 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
43683 +am__include = @am__include@
43684 +am__leading_dot = @am__leading_dot@
43685 +am__quote = @am__quote@
43686 +bindir = @bindir@
43687 +build = @build@
43688 +build_alias = @build_alias@
43689 +build_cpu = @build_cpu@
43690 +build_os = @build_os@
43691 +build_vendor = @build_vendor@
43692 +datadir = @datadir@
43693 +exec_prefix = @exec_prefix@
43694 +host = @host@
43695 +host_alias = @host_alias@
43696 +host_cpu = @host_cpu@
43697 +host_os = @host_os@
43698 +host_vendor = @host_vendor@
43699 +includedir = @includedir@
43700 +infodir = @infodir@
43701 +install_sh = @install_sh@
43702 +libdir = @libdir@
43703 +libexecdir = @libexecdir@
43704 +localstatedir = @localstatedir@
43705 +mandir = @mandir@
43706 +mkdir_p = @mkdir_p@
43707 +oldincludedir = @oldincludedir@
43708 +prefix = @prefix@
43709 +program_transform_name = @program_transform_name@
43710 +sbindir = @sbindir@
43711 +sharedstatedir = @sharedstatedir@
43712 +sysconfdir = @sysconfdir@
43713 +target_alias = @target_alias@
43714 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @XML_CFLAGS@ @CLOG_DEBUG_FLAGS@
43715 +@HAVE_LIBTOOL_FALSE@LDADD = ../../lib/unix/libclinkc.a @XML_LIBS@
43716 +@HAVE_LIBTOOL_TRUE@LDADD = ../../lib/unix/libclinkc.la @XML_LIBS@
43717 +TESTS = relink.py test_mini_cp.py test_mini_dev.py test_mini_dev_announces.py \
43718 +test_mini_service.py test_bad_xml.py test_bad_xml2.py test_arguments.py \
43719 +test_http.py test_http_post.py test_exec_action.py \
43720 +test_igd_dev.py test_igd_dev_parsing.py \
43721 +test_igd_dev_parsing_by_fd.py test_basic_dev_parsing_by_fd.py \
43722 +test_bad_action.py test_subscribe.py test_bad_request.py \
43723 +test_subscribe_invalid.py test_subscribe_invalid2.py \
43724 +test_subscribe_invalid3.py test_subscribe_invalid4.py \
43725 +test_subscribe_invalid5.py test_subscribe_invalid6.py \
43726 +test_unsubscribe.py test_unsubscribe_invalid.py test_resubscribe.py \
43727 +test_cp_add_device.py test_cp_notify.py test_cp_rm_device.py \
43728 +test_ssdp_packet.py test_cp_readd_device.py \
43729 +test_cp_add_device2.py test_cp_add_device3.py \
43730 +test_cp_resubscribe.py test_cp_notify2.py test_cp_badrequest.py \
43731 +test_dev_query.py test_dev_query2.py test_cp_readd_device2.py \
43732 +test_cp_multi_notify.py test_cp_multi_notify_inv_nt.py \
43733 +test_cp_multi_notify_bigger.py test_msearch2.py test_msearch3.py \
43734 +test_msearch4.py test_msearch.py test_exec_action2.py \
43735 +test_bad_action2.py test_file.py \
43736 +test_ssdp_packet2.py test_missing_len.py \
43737 +test_chunked.py test_soap_wrong_service_schema.py coverage.py
43738 +
43739 +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) http_proxy=
43740 +mini_cp_SOURCES = mini_cp.c
43741 +mini_dev_SOURCES = mini_dev.c
43742 +mini_service2_SOURCES = mini_service2.c
43743 +mini_service_SOURCES = mini_service.c
43744 +mini_dev_announces_SOURCES = mini_dev_announces.c
43745 +igd_dev_SOURCES = igd_dev.c
43746 +igd_dev_parsing_SOURCES = igd_dev_parsing.c
43747 +igd_dev_parsing_by_fd_SOURCES = igd_dev_parsing_by_fd.c
43748 +basic_dev_parsing_by_fd_SOURCES = basic_dev_parsing_by_fd.c
43749 +igd_cp_SOURCES = stress/igd_cp.c
43750 +all: all-am
43751 +
43752 +.SUFFIXES:
43753 +.SUFFIXES: .c .lo .o .obj
43754 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
43755 +       @for dep in $?; do \
43756 +         case '$(am__configure_deps)' in \
43757 +           *$$dep*) \
43758 +             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
43759 +               && exit 0; \
43760 +             exit 1;; \
43761 +         esac; \
43762 +       done; \
43763 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/regression/Makefile'; \
43764 +       cd $(top_srcdir) && \
43765 +         $(AUTOMAKE) --foreign  tests/regression/Makefile
43766 +.PRECIOUS: Makefile
43767 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
43768 +       @case '$?' in \
43769 +         *config.status*) \
43770 +           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
43771 +         *) \
43772 +           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
43773 +           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
43774 +       esac;
43775 +
43776 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
43777 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
43778 +
43779 +$(top_srcdir)/configure:  $(am__configure_deps)
43780 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
43781 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
43782 +       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
43783 +
43784 +clean-checkPROGRAMS:
43785 +       @list='$(check_PROGRAMS)'; for p in $$list; do \
43786 +         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
43787 +         echo " rm -f $$p $$f"; \
43788 +         rm -f $$p $$f ; \
43789 +       done
43790 +basic_dev_parsing_by_fd$(EXEEXT): $(basic_dev_parsing_by_fd_OBJECTS) $(basic_dev_parsing_by_fd_DEPENDENCIES) 
43791 +       @rm -f basic_dev_parsing_by_fd$(EXEEXT)
43792 +       $(LINK) $(basic_dev_parsing_by_fd_LDFLAGS) $(basic_dev_parsing_by_fd_OBJECTS) $(basic_dev_parsing_by_fd_LDADD) $(LIBS)
43793 +file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) 
43794 +       @rm -f file$(EXEEXT)
43795 +       $(LINK) $(file_LDFLAGS) $(file_OBJECTS) $(file_LDADD) $(LIBS)
43796 +igd_cp$(EXEEXT): $(igd_cp_OBJECTS) $(igd_cp_DEPENDENCIES) 
43797 +       @rm -f igd_cp$(EXEEXT)
43798 +       $(LINK) $(igd_cp_LDFLAGS) $(igd_cp_OBJECTS) $(igd_cp_LDADD) $(LIBS)
43799 +igd_dev$(EXEEXT): $(igd_dev_OBJECTS) $(igd_dev_DEPENDENCIES) 
43800 +       @rm -f igd_dev$(EXEEXT)
43801 +       $(LINK) $(igd_dev_LDFLAGS) $(igd_dev_OBJECTS) $(igd_dev_LDADD) $(LIBS)
43802 +igd_dev_parsing$(EXEEXT): $(igd_dev_parsing_OBJECTS) $(igd_dev_parsing_DEPENDENCIES) 
43803 +       @rm -f igd_dev_parsing$(EXEEXT)
43804 +       $(LINK) $(igd_dev_parsing_LDFLAGS) $(igd_dev_parsing_OBJECTS) $(igd_dev_parsing_LDADD) $(LIBS)
43805 +igd_dev_parsing_by_fd$(EXEEXT): $(igd_dev_parsing_by_fd_OBJECTS) $(igd_dev_parsing_by_fd_DEPENDENCIES) 
43806 +       @rm -f igd_dev_parsing_by_fd$(EXEEXT)
43807 +       $(LINK) $(igd_dev_parsing_by_fd_LDFLAGS) $(igd_dev_parsing_by_fd_OBJECTS) $(igd_dev_parsing_by_fd_LDADD) $(LIBS)
43808 +mini_cp$(EXEEXT): $(mini_cp_OBJECTS) $(mini_cp_DEPENDENCIES) 
43809 +       @rm -f mini_cp$(EXEEXT)
43810 +       $(LINK) $(mini_cp_LDFLAGS) $(mini_cp_OBJECTS) $(mini_cp_LDADD) $(LIBS)
43811 +mini_dev$(EXEEXT): $(mini_dev_OBJECTS) $(mini_dev_DEPENDENCIES) 
43812 +       @rm -f mini_dev$(EXEEXT)
43813 +       $(LINK) $(mini_dev_LDFLAGS) $(mini_dev_OBJECTS) $(mini_dev_LDADD) $(LIBS)
43814 +mini_dev_announces$(EXEEXT): $(mini_dev_announces_OBJECTS) $(mini_dev_announces_DEPENDENCIES) 
43815 +       @rm -f mini_dev_announces$(EXEEXT)
43816 +       $(LINK) $(mini_dev_announces_LDFLAGS) $(mini_dev_announces_OBJECTS) $(mini_dev_announces_LDADD) $(LIBS)
43817 +mini_service$(EXEEXT): $(mini_service_OBJECTS) $(mini_service_DEPENDENCIES) 
43818 +       @rm -f mini_service$(EXEEXT)
43819 +       $(LINK) $(mini_service_LDFLAGS) $(mini_service_OBJECTS) $(mini_service_LDADD) $(LIBS)
43820 +mini_service2$(EXEEXT): $(mini_service2_OBJECTS) $(mini_service2_DEPENDENCIES) 
43821 +       @rm -f mini_service2$(EXEEXT)
43822 +       $(LINK) $(mini_service2_LDFLAGS) $(mini_service2_OBJECTS) $(mini_service2_LDADD) $(LIBS)
43823 +
43824 +mostlyclean-compile:
43825 +       -rm -f *.$(OBJEXT)
43826 +
43827 +distclean-compile:
43828 +       -rm -f *.tab.c
43829 +
43830 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_dev_parsing_by_fd.Po@am__quote@
43831 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
43832 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igd_cp.Po@am__quote@
43833 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igd_dev.Po@am__quote@
43834 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igd_dev_parsing.Po@am__quote@
43835 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igd_dev_parsing_by_fd.Po@am__quote@
43836 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_cp.Po@am__quote@
43837 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_dev.Po@am__quote@
43838 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_dev_announces.Po@am__quote@
43839 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_service.Po@am__quote@
43840 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mini_service2.Po@am__quote@
43841 +
43842 +.c.o:
43843 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
43844 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
43845 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
43846 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
43847 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43848 +@am__fastdepCC_FALSE@  $(COMPILE) -c $<
43849 +
43850 +.c.obj:
43851 +@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
43852 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
43853 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
43854 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
43855 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43856 +@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
43857 +
43858 +.c.lo:
43859 +@am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
43860 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
43861 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
43862 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
43863 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43864 +@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
43865 +
43866 +igd_cp.o: stress/igd_cp.c
43867 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT igd_cp.o -MD -MP -MF "$(DEPDIR)/igd_cp.Tpo" -c -o igd_cp.o `test -f 'stress/igd_cp.c' || echo '$(srcdir)/'`stress/igd_cp.c; \
43868 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/igd_cp.Tpo" "$(DEPDIR)/igd_cp.Po"; else rm -f "$(DEPDIR)/igd_cp.Tpo"; exit 1; fi
43869 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='stress/igd_cp.c' object='igd_cp.o' libtool=no @AMDEPBACKSLASH@
43870 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/igd_cp.Po' tmpdepfile='$(DEPDIR)/igd_cp.TPo' @AMDEPBACKSLASH@
43871 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43872 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o igd_cp.o `test -f 'stress/igd_cp.c' || echo '$(srcdir)/'`stress/igd_cp.c
43873 +
43874 +igd_cp.obj: stress/igd_cp.c
43875 +@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT igd_cp.obj -MD -MP -MF "$(DEPDIR)/igd_cp.Tpo" -c -o igd_cp.obj `if test -f 'stress/igd_cp.c'; then $(CYGPATH_W) 'stress/igd_cp.c'; else $(CYGPATH_W) '$(srcdir)/stress/igd_cp.c'; fi`; \
43876 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/igd_cp.Tpo" "$(DEPDIR)/igd_cp.Po"; else rm -f "$(DEPDIR)/igd_cp.Tpo"; exit 1; fi
43877 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='stress/igd_cp.c' object='igd_cp.obj' libtool=no @AMDEPBACKSLASH@
43878 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/igd_cp.Po' tmpdepfile='$(DEPDIR)/igd_cp.TPo' @AMDEPBACKSLASH@
43879 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43880 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o igd_cp.obj `if test -f 'stress/igd_cp.c'; then $(CYGPATH_W) 'stress/igd_cp.c'; else $(CYGPATH_W) '$(srcdir)/stress/igd_cp.c'; fi`
43881 +
43882 +igd_cp.lo: stress/igd_cp.c
43883 +@am__fastdepCC_TRUE@   if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT igd_cp.lo -MD -MP -MF "$(DEPDIR)/igd_cp.Tpo" -c -o igd_cp.lo `test -f 'stress/igd_cp.c' || echo '$(srcdir)/'`stress/igd_cp.c; \
43884 +@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/igd_cp.Tpo" "$(DEPDIR)/igd_cp.Plo"; else rm -f "$(DEPDIR)/igd_cp.Tpo"; exit 1; fi
43885 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='stress/igd_cp.c' object='igd_cp.lo' libtool=yes @AMDEPBACKSLASH@
43886 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/igd_cp.Plo' tmpdepfile='$(DEPDIR)/igd_cp.TPlo' @AMDEPBACKSLASH@
43887 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
43888 +@am__fastdepCC_FALSE@  $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o igd_cp.lo `test -f 'stress/igd_cp.c' || echo '$(srcdir)/'`stress/igd_cp.c
43889 +
43890 +mostlyclean-libtool:
43891 +       -rm -f *.lo
43892 +
43893 +clean-libtool:
43894 +       -rm -rf .libs _libs
43895 +
43896 +distclean-libtool:
43897 +       -rm -f libtool
43898 +uninstall-info-am:
43899 +
43900 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
43901 +       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
43902 +       unique=`for i in $$list; do \
43903 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43904 +         done | \
43905 +         $(AWK) '    { files[$$0] = 1; } \
43906 +              END { for (i in files) print i; }'`; \
43907 +       mkid -fID $$unique
43908 +tags: TAGS
43909 +
43910 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
43911 +               $(TAGS_FILES) $(LISP)
43912 +       tags=; \
43913 +       here=`pwd`; \
43914 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
43915 +       unique=`for i in $$list; do \
43916 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43917 +         done | \
43918 +         $(AWK) '    { files[$$0] = 1; } \
43919 +              END { for (i in files) print i; }'`; \
43920 +       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
43921 +         test -n "$$unique" || unique=$$empty_fix; \
43922 +         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
43923 +           $$tags $$unique; \
43924 +       fi
43925 +ctags: CTAGS
43926 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
43927 +               $(TAGS_FILES) $(LISP)
43928 +       tags=; \
43929 +       here=`pwd`; \
43930 +       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
43931 +       unique=`for i in $$list; do \
43932 +           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43933 +         done | \
43934 +         $(AWK) '    { files[$$0] = 1; } \
43935 +              END { for (i in files) print i; }'`; \
43936 +       test -z "$(CTAGS_ARGS)$$tags$$unique" \
43937 +         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
43938 +            $$tags $$unique
43939 +
43940 +GTAGS:
43941 +       here=`$(am__cd) $(top_builddir) && pwd` \
43942 +         && cd $(top_srcdir) \
43943 +         && gtags -i $(GTAGS_ARGS) $$here
43944 +
43945 +distclean-tags:
43946 +       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
43947 +
43948 +check-TESTS: $(TESTS)
43949 +       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
43950 +       srcdir=$(srcdir); export srcdir; \
43951 +       list='$(TESTS)'; \
43952 +       if test -n "$$list"; then \
43953 +         for tst in $$list; do \
43954 +           if test -f ./$$tst; then dir=./; \
43955 +           elif test -f $$tst; then dir=; \
43956 +           else dir="$(srcdir)/"; fi; \
43957 +           if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
43958 +             all=`expr $$all + 1`; \
43959 +             case " $(XFAIL_TESTS) " in \
43960 +             *" $$tst "*) \
43961 +               xpass=`expr $$xpass + 1`; \
43962 +               failed=`expr $$failed + 1`; \
43963 +               echo "XPASS: $$tst"; \
43964 +             ;; \
43965 +             *) \
43966 +               echo "PASS: $$tst"; \
43967 +             ;; \
43968 +             esac; \
43969 +           elif test $$? -ne 77; then \
43970 +             all=`expr $$all + 1`; \
43971 +             case " $(XFAIL_TESTS) " in \
43972 +             *" $$tst "*) \
43973 +               xfail=`expr $$xfail + 1`; \
43974 +               echo "XFAIL: $$tst"; \
43975 +             ;; \
43976 +             *) \
43977 +               failed=`expr $$failed + 1`; \
43978 +               echo "FAIL: $$tst"; \
43979 +             ;; \
43980 +             esac; \
43981 +           else \
43982 +             skip=`expr $$skip + 1`; \
43983 +             echo "SKIP: $$tst"; \
43984 +           fi; \
43985 +         done; \
43986 +         if test "$$failed" -eq 0; then \
43987 +           if test "$$xfail" -eq 0; then \
43988 +             banner="All $$all tests passed"; \
43989 +           else \
43990 +             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
43991 +           fi; \
43992 +         else \
43993 +           if test "$$xpass" -eq 0; then \
43994 +             banner="$$failed of $$all tests failed"; \
43995 +           else \
43996 +             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
43997 +           fi; \
43998 +         fi; \
43999 +         dashes="$$banner"; \
44000 +         skipped=""; \
44001 +         if test "$$skip" -ne 0; then \
44002 +           skipped="($$skip tests were not run)"; \
44003 +           test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
44004 +             dashes="$$skipped"; \
44005 +         fi; \
44006 +         report=""; \
44007 +         if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
44008 +           report="Please report to $(PACKAGE_BUGREPORT)"; \
44009 +           test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
44010 +             dashes="$$report"; \
44011 +         fi; \
44012 +         dashes=`echo "$$dashes" | sed s/./=/g`; \
44013 +         echo "$$dashes"; \
44014 +         echo "$$banner"; \
44015 +         test -z "$$skipped" || echo "$$skipped"; \
44016 +         test -z "$$report" || echo "$$report"; \
44017 +         echo "$$dashes"; \
44018 +         test "$$failed" -eq 0; \
44019 +       else :; fi
44020 +
44021 +distdir: $(DISTFILES)
44022 +       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
44023 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
44024 +       list='$(DISTFILES)'; for file in $$list; do \
44025 +         case $$file in \
44026 +           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
44027 +           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
44028 +         esac; \
44029 +         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
44030 +         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
44031 +         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
44032 +           dir="/$$dir"; \
44033 +           $(mkdir_p) "$(distdir)$$dir"; \
44034 +         else \
44035 +           dir=''; \
44036 +         fi; \
44037 +         if test -d $$d/$$file; then \
44038 +           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
44039 +             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
44040 +           fi; \
44041 +           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
44042 +         else \
44043 +           test -f $(distdir)/$$file \
44044 +           || cp -p $$d/$$file $(distdir)/$$file \
44045 +           || exit 1; \
44046 +         fi; \
44047 +       done
44048 +check-am: all-am
44049 +       $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
44050 +       $(MAKE) $(AM_MAKEFLAGS) check-TESTS
44051 +check: check-am
44052 +all-am: Makefile
44053 +installdirs:
44054 +install: install-am
44055 +install-exec: install-exec-am
44056 +install-data: install-data-am
44057 +uninstall: uninstall-am
44058 +
44059 +install-am: all-am
44060 +       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
44061 +
44062 +installcheck: installcheck-am
44063 +install-strip:
44064 +       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
44065 +         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
44066 +         `test -z '$(STRIP)' || \
44067 +           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
44068 +mostlyclean-generic:
44069 +
44070 +clean-generic:
44071 +
44072 +distclean-generic:
44073 +       -rm -f $(CONFIG_CLEAN_FILES)
44074 +
44075 +maintainer-clean-generic:
44076 +       @echo "This command is intended for maintainers to use"
44077 +       @echo "it deletes files that may require special tools to rebuild."
44078 +clean: clean-am
44079 +
44080 +clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
44081 +       mostlyclean-am
44082 +
44083 +distclean: distclean-am
44084 +       -rm -rf ./$(DEPDIR)
44085 +       -rm -f Makefile
44086 +distclean-am: clean-am distclean-compile distclean-generic \
44087 +       distclean-libtool distclean-tags
44088 +
44089 +dvi: dvi-am
44090 +
44091 +dvi-am:
44092 +
44093 +html: html-am
44094 +
44095 +info: info-am
44096 +
44097 +info-am:
44098 +
44099 +install-data-am:
44100 +
44101 +install-exec-am:
44102 +
44103 +install-info: install-info-am
44104 +
44105 +install-man:
44106 +
44107 +installcheck-am:
44108 +
44109 +maintainer-clean: maintainer-clean-am
44110 +       -rm -rf ./$(DEPDIR)
44111 +       -rm -f Makefile
44112 +maintainer-clean-am: distclean-am maintainer-clean-generic
44113 +
44114 +mostlyclean: mostlyclean-am
44115 +
44116 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
44117 +       mostlyclean-libtool
44118 +
44119 +pdf: pdf-am
44120 +
44121 +pdf-am:
44122 +
44123 +ps: ps-am
44124 +
44125 +ps-am:
44126 +
44127 +uninstall-am: uninstall-info-am
44128 +
44129 +.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
44130 +       clean-checkPROGRAMS clean-generic clean-libtool ctags \
44131 +       distclean distclean-compile distclean-generic \
44132 +       distclean-libtool distclean-tags distdir dvi dvi-am html \
44133 +       html-am info info-am install install-am install-data \
44134 +       install-data-am install-exec install-exec-am install-info \
44135 +       install-info-am install-man install-strip installcheck \
44136 +       installcheck-am installdirs maintainer-clean \
44137 +       maintainer-clean-generic mostlyclean mostlyclean-compile \
44138 +       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
44139 +       tags uninstall uninstall-am uninstall-info-am
44140 +
44141 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
44142 +# Otherwise a system limit (for SysV at least) may be exceeded.
44143 +.NOEXPORT:
44144 --- tests/regression/README
44145 +++ tests/regression/README
44146 @@ -0,0 +1,185 @@
44147 +Requirements:
44148 +
44149 +The only additional dependency for running the tests is python 2.3 or
44150 +newer. Other then this, the tests can be run on any system that can
44151 +compile clinkc.
44152 +
44153 +The test system has some optional features that require some additional
44154 +tools:
44155 +
44156 +To use mudflap during the test, its headers must be installed. Package
44157 +libmudflap0-dev provides them on Debian.
44158 +
44159 +To test with valgrind, the valgrind package must be installed. It might
44160 +be necessary to tweak the suppression file.
44161 +
44162 +To compute line coverage, lcov must be installed. Unfortunately, the
44163 +current release of lcov has some problems finding the source code when
44164 +libtool is used. So it is necessary to download the cvs version
44165 +(http://ltp.cvs.sourceforge.net/ltp/utils/analysis/lcov/bin/lcov).
44166 +
44167 +Running the Tests:
44168 +
44169 +The tests can be run by the check target. I.E., by running "make check"
44170 +after compiling clinkc. The way in which the tests are run depends on
44171 +the options passed to configure:
44172 +
44173 +If the --enable-coverage option is used, the library and test programs
44174 +are compiled with support for generating line coverage
44175 +information. After running the tests, a summary will be available in
44176 +tests/regression/covere/index.html.
44177 +
44178 +If --enable-mudflap-debug is used, libmudflap is linked with
44179 +clinkc. Libmudflap will test for and report some common memory
44180 +management errors.
44181 +
44182 +If none of these options are used, valgrind will be used if it is
44183 +available. Otherwise, the tests will be runs without any special
44184 +tools.
44185 +
44186 +Basics of the test system:
44187 +
44188 +Each test consists of a small C program that links with clinkc and a
44189 +python script. The script runs the C program and interacts with it. By
44190 +doing so, it can control which code paths are executed.
44191 +
44192 +With this separation it is possible to reuse the C program in many
44193 +tests and use a higher level language for building the tests.
44194 +
44195 +If a script returns 0, the test is considered successful. If it
44196 +returns 77, the test is ignored. If it returns any other value, the
44197 +test is a failure. After running all tests, Automake reports how many
44198 +of them were successful.
44199 +
44200 +Declaring test programs and test scripts:
44201 +
44202 +The test programs are declared in the check_PROGRAMS variable in
44203 +Makefile.am and the test scripts in the TESTS variable.
44204 +
44205 +For example, mini_cp is small program that contains just one control
44206 +point. test_cp_add_device.py and test_cp_rm_device.py are two scripts
44207 +that test different actions on the control point. To declare them,
44208 +the Makefile.am should contain:
44209 +
44210 +--------------------------------------
44211 +check_PROGRAMS = mini_cp
44212 +TESTS = test_cp_add_device.py test_cp_rm_device.py
44213 +--------------------------------------
44214 +
44215 +Synchronizing the Tested Program and the Test Script:
44216 +
44217 +Automake will only run the test script. It is up to the script to run
44218 +the program to be tested. Since it takes some time for the test
44219 +program to start up, the test script must be informed when the test
44220 +program is ready. The test script must also be able to instruct the
44221 +program to exit
44222 +
44223 +In clinkc, the following technique is used.
44224 + the script starts the server "inside" a pipe
44225 + the test script tries to read a line from the pipe and blocks
44226 + after startup, the server prints "===SYNC===" to stdout
44227 + the read in the script succeeds
44228 + the server tries to read a line from stdin and blocks
44229 + the test script does the testing
44230 + the test script writes an empty line to the pipe
44231 + the read in the server succeeds
44232 + the test script waits for the server to exit
44233 +
44234 +In the test program this is implemented by the following template:
44235 +
44236 +--------------------------------------------------
44237 +#include "common.h"
44238 +...
44239 +start the server
44240 +printf(SYNC_STRING);
44241 +fflush(NULL);
44242 +getchar();
44243 +stop the server
44244 +--------------------------------------------------
44245 +
44246 +In the test script the synchronization is done automatically inside
44247 +the start function:
44248 +
44249 +-------------------------------------------------------
44250 +p = start('mini_cp')
44251 +-------------------------------------------------------
44252 +
44253 +The API
44254 +
44255 +Some utility function are provided that abstract some low level stuff
44256 +like were to find the libraries, the kind of test and error checking.
44257 +
44258 +
44259 +test.start(exe, ignore):
44260 +
44261 +Start the executable "exe" and ignore at most "ignore" libmudflap errors.
44262 +
44263 +The "ignore" argument exists because libmudflap doesn't has a builtin suppression
44264 +mechanism.
44265 +
44266 +When start return the synchronization described above is already
44267 +done. Start also waits for any tcp port used by the test program to
44268 +became available. The port list is declared in the "used_ports"
44269 +dictionary in test.py.
44270 +
44271 +Start returns an object that represent the process. This object has the
44272 +following attributes:
44273 +
44274 + stdin: A pipe to the standard input of the process
44275 + stdout: A pipe to the standard output of the process
44276 + stderr: A pipe to the standard error of the process
44277 +
44278 +
44279 +test.finish(p):
44280 +
44281 +Stop the process "p"
44282 +
44283 +This function tries to stop the process nicely by using the protocol
44284 +described is the synchronization section. If the process fails to quit,
44285 +it is killed.
44286 +
44287 +Error checking is dependent of how the tests are being run:
44288 +
44289 + coverage or without any tools: check if the program returned 0
44290 + mudflap: similar coverage, but also check that libmudflap didn't print any errors
44291 + valgrind: similar to coverage, but also check that valgrind didn't
44292 + find any errors or memory leaks.
44293 +
44294 +if no errors are found, finish returns 0. If any error is found, it returns 1.
44295 +
44296 +Example:
44297 +The following script just starts and stops the 'mini_dev' program.
44298 +
44299 +--------------------------------------
44300 +#!/usr/bin/python
44301 +
44302 +from test import start
44303 +import sys
44304 +
44305 +p = start('mini_dev', 2)
44306 +sys.exit(finish(p))
44307 +----------------------------------
44308 +
44309 +
44310 +util.cp_add_device(url):
44311 +
44312 +Connects to a control point and adds the device whose description can
44313 +be found in the url.
44314 +
44315 +util.msearch(st):
44316 +
44317 +Connects to a control point and performs a msearch with the given st header
44318 +
44319 +http_server.start_http_server(msgs)
44320 +
44321 +starts an http server and returns its pid
44322 +
44323 +the http server listens on port 8765 and supports the following methods
44324 +
44325 +GET: uses the path as a key in the msgs dictionary and returns the result
44326 +SUBSCRIBE: accepts and return a hard codded SID
44327 +NOTIFY: accepts
44328 +POST: hard coded method used to simulate a device for a control point
44329 +
44330 +this http server is currently an hack to simulate a device or a
44331 +control point. It might be a good idea to generalize it a little
44332 --- tests/regression/basic_dev_parsing_by_fd.c
44333 +++ tests/regression/basic_dev_parsing_by_fd.c
44334 @@ -0,0 +1,77 @@
44335 +/**
44336 + *
44337 + *     UPnP Basic device implementation (using a UPnP Device file descriptor)
44338 + *
44339 + */
44340 +
44341 +#include <cybergarage/upnp/cupnp.h>
44342 +#include <string.h>
44343 +#include <unistd.h>
44344 +#include "common.h"
44345 +
44346 +char *BASIC_DEVICE_DESCRIPTION_FILE_NAME = "descs/basicdev.xml";
44347 +char *BASIC_DEVICE_DESCRIPTION_NOUDN_FILE_NAME = "descs/basicdev_noudn.xml";
44348 +
44349 +/**
44350 + * upnp_basic_device_with_fd_new
44351 + */
44352 +CgUpnpDevice *upnp_basic_device_with_fd_new(char* fileName)
44353 +{
44354 +       CgUpnpDevice *basicDev;
44355 +
44356 +       basicDev = cg_upnp_device_new();
44357 +
44358 +       cg_upnp_device_setdescriptionuri( basicDev, "/descs/basicdev.xml" );
44359 +
44360 +       if (cg_upnp_device_loaddescriptionfile(basicDev, 
44361 +                       (fileName != NULL) ? fileName : BASIC_DEVICE_DESCRIPTION_FILE_NAME) == FALSE) {
44362 +               fprintf( stderr, "UPnP Basic device description has not a valid path! (%s)\n", 
44363 +                       (fileName != NULL) ? fileName : BASIC_DEVICE_DESCRIPTION_FILE_NAME );
44364 +               cg_upnp_device_delete(basicDev);
44365 +               return NULL;
44366 +       }
44367 +
44368 +       return basicDev;
44369 +
44370 +}
44371 +
44372 +int main( int argc, char* argv[] )
44373 +{
44374 +       CgUpnpDevice *basicDev = NULL;
44375 +       char *full_name = NULL;
44376 +       int len = 0;
44377 +
44378 +       const char *top_srcdir = getenv("top_srcdir");
44379 +       fprintf( stderr, "top_srcdir = %s\n", top_srcdir );
44380 +       const char *tests_dir = "/tests/regression/";
44381 +       if (top_srcdir != NULL) {
44382 +               len = strlen(top_srcdir) + strlen(tests_dir) + strlen(BASIC_DEVICE_DESCRIPTION_FILE_NAME) + 1;
44383 +               full_name = (char*)malloc(sizeof(char)*len);
44384 +               snprintf( full_name, len, "%s%s%s", top_srcdir, tests_dir, BASIC_DEVICE_DESCRIPTION_FILE_NAME );
44385 +       } else {
44386 +               len = strlen(BASIC_DEVICE_DESCRIPTION_FILE_NAME) + 1;
44387 +               full_name = (char*)malloc(sizeof(char)*len);
44388 +               snprintf( full_name, len, "%s", BASIC_DEVICE_DESCRIPTION_FILE_NAME );
44389 +       }
44390 +
44391 +       fprintf( stderr, "Full file-name = %s\n", full_name );
44392 +                                                       
44393 +       basicDev = upnp_basic_device_with_fd_new( full_name );
44394 +       
44395 +       if ( basicDev != NULL ) {
44396 +               if ( !cg_upnp_device_start(basicDev) ) {
44397 +                       fprintf( stderr, "Basic Device couldn't be started!\n" );
44398 +               } else {
44399 +                       fprintf( stderr, "Basic Device started!\n" );
44400 +               }
44401 +       }
44402 +       
44403 +       printf(SYNC_STRING);
44404 +       fflush(NULL);
44405 +       getchar();      
44406 +
44407 +       cg_upnp_device_stop(basicDev);
44408 +       cg_upnp_device_delete(basicDev);
44409 +
44410 +       return(0);
44411 +}
44412 --- tests/regression/file.c
44413 +++ tests/regression/file.c
44414 @@ -0,0 +1,47 @@
44415 +/*Tests the cg_file_* functions*/
44416 +
44417 +#include <cybergarage/io/cfile.h>
44418 +#include <cybergarage/upnp/cupnp.h>
44419 +#include "common.h"
44420 +
44421 +int main() {
44422 +  printf(SYNC_STRING);
44423 +  fflush(NULL);
44424 +  getchar();
44425 +
44426 +  CgFile *f = cg_file_new();
44427 +
44428 +  cg_file_setname(f, "fname");
44429 +  cg_file_getlastmodified(f);
44430 +  cg_file_getlength(f);
44431 +  cg_file_exists(f);
44432 +  cg_file_save(f);
44433 +
44434 +  cg_file_load(NULL);
44435 +  cg_file_load(f);
44436 +
44437 +  cg_file_setname(f, "fname");
44438 +  cg_file_getfilename(f);
44439 +  cg_file_save(f);
44440 +
44441 +  cg_file_setcontent(f, "");
44442 +  cg_file_save(f);
44443 +  cg_file_load(f);
44444 +
44445 +  cg_file_setname(f, "./fname");
44446 +
44447 +  cg_file_getpath(f);
44448 +  cg_file_getpath(f);
44449 +
44450 +  cg_file_setcontent(f, "abc");
44451 +  cg_file_setcontent(f, "abc");
44452 +  cg_file_save(f);
44453 +  cg_file_getlastmodified(f);
44454 +  cg_file_exists(f);
44455 +  cg_file_remove(f);
44456 +  cg_file_getfilename(f);
44457 +  cg_file_getpath(f);
44458 +
44459 +  cg_file_delete(f);
44460 +  return 0;
44461 +};
44462 --- tests/regression/igd_dev.c
44463 +++ tests/regression/igd_dev.c
44464 @@ -0,0 +1,320 @@
44465 +/**
44466 + *
44467 + *     UPnP IGD simple device implementation
44468 + *
44469 + */
44470 +
44471 +#include <cybergarage/upnp/cupnp.h>
44472 +#include "common.h"
44473 +
44474 +char *IGD_DEVICE_DESCRIPTION_FILE_NAME = "igddescs/gatedesc.xml";
44475 +char *IGD_ICFG_SERVICE_DESCRIPTION_FILE_NAME = "igddescs/gateifcgSCPD.xml";
44476 +
44477 +/**
44478 + * UPnP IGD device description
44479 + */
44480 +char *IGD_DEVICE_DESCRIPTION =
44481 +"<?xml version=\"1.0\"?>"
44482 +"<root xmlns=\"urn:schemas-upnp-org:device-1-0\">"
44483 +"      <specVersion>"
44484 +"              <major>1</major>"
44485 +"              <minor>0</minor>"
44486 +"      </specVersion>"
44487 +"      <device>"
44488 +"              <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>"
44489 +"              <friendlyName>UPnPIGD</friendlyName>"
44490 +"              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44491 +"              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44492 +"              <modelName>IGD Version 0.92</modelName>"
44493 +"              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44494 +"              <iconList>"
44495 +"                      <icon>"
44496 +"                              <mimetype>image/gif</mimetype>"
44497 +"                              <width>118</width>"
44498 +"                              <height>119</height>"
44499 +"                              <depth>8</depth>"
44500 +"                              <url>/ligd.gif</url>"
44501 +"                      </icon>"
44502 +"              </iconList>"
44503 +"              <serviceList>"
44504 +"              <service>"
44505 +"              <serviceType>urn:schemas-dummy-com:service:Dummy:1</serviceType>"
44506 +"               <serviceId>urn:dummy-com:serviceId:dummy1</serviceId>"
44507 +"                  <controlURL>/dummy</controlURL>"
44508 +"               <eventSubURL>/dummy</eventSubURL>"
44509 +"                      <SCPDURL>/igddescs/dummy.xml</SCPDURL>"
44510 +"           </service>"
44511 +"       </serviceList>"
44512 +"              <deviceList>"
44513 +"                      <device>"
44514 +"                              <deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>"
44515 +"                              <friendlyName>WANDevice</friendlyName>"
44516 +"                              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44517 +"                              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44518 +"                              <modelDescription>WAN Device on Linux IGD</modelDescription>"
44519 +"                              <modelName>Linux IGD</modelName>"
44520 +"                              <modelNumber>0.92</modelNumber>"
44521 +"                              <modelURL>http://linux-igd.sourceforge.net</modelURL>"
44522 +"                              <serialNumber>0.92</serialNumber>"
44523 +"                              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44524 +"                              <UPC>Linux IGD</UPC>"
44525 +"                              <serviceList>"
44526 +"                                      <service>"
44527 +"                                              <serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>"
44528 +"                                              <serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>"
44529 +"                                              <controlURL>/upnp/control/WANCommonIFC1</controlURL>"
44530 +"                                              <eventSubURL>/upnp/control/WANCommonIFC1</eventSubURL>"
44531 +"                                              <SCPDURL>/igddescs/gateicfgSCPD.xml</SCPDURL>"
44532 +"                                      </service>"
44533 +"                              </serviceList>"
44534 +"                              <deviceList>"
44535 +"                                      <device>"
44536 +"                                              <deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>"
44537 +"                                              <friendlyName>WANConnectionDevice</friendlyName>"
44538 +"                                              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44539 +"                                              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44540 +"                                              <modelDescription>WanConnectionDevice on Linux IGD</modelDescription>"
44541 +"                                              <modelName>Linux IGD</modelName>"
44542 +"                                              <modelNumber>0.92</modelNumber>"
44543 +"                                              <modelURL>http://linux-igd.sourceforge.net</modelURL>"
44544 +"                                              <serialNumber>0.92</serialNumber>"
44545 +"                                              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44546 +"                                              <UPC>Linux IGD</UPC>"
44547 +"                                              <serviceList>"
44548 +"                                                      <service>"
44549 +"                                                              <serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>"
44550 +"                                                              <serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>"
44551 +"                                                              <controlURL>/upnp/control/WANIPConn1</controlURL>"
44552 +"                                                              <eventSubURL>/upnp/control/WANIPConn1</eventSubURL>"
44553 +"                                                              <SCPDURL>/igddescs/gateconnSCPD.xml</SCPDURL>"
44554 +"                                                      </service>"
44555 +"                                              </serviceList>"
44556 +"                                      </device>"
44557 +"                              </deviceList>"
44558 +"                      </device>"
44559 +"              </deviceList>"
44560 +"      </device>"
44561 +"</root>";
44562 +
44563 +/**
44564 + * UPnP IGD Common Interface Config service description
44565 + */
44566 +char *IGD_IFCG_SERVICE_DESCRIPTION =
44567 +"<?xml version=\"1.0\"?>"
44568 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\">"
44569 +"      <specVersion>"
44570 +"              <major>1</major>"
44571 +"              <minor>0</minor>"
44572 +"      </specVersion>"
44573 +"      <actionList>"
44574 +"    <action>"
44575 +"      <name>GetCommonLinkProperties</name>"
44576 +"      <argumentList>"
44577 +"        <argument>"
44578 +"          <name>NewWANAccessType</name>"
44579 +"          <direction>out</direction>"
44580 +"          <relatedStateVariable>WANAccessType</relatedStateVariable>"
44581 +"        </argument>"
44582 +"        <argument>"
44583 +"          <name>NewLayer1UpstreamMaxBitRate</name>"
44584 +"          <direction>out</direction>"
44585 +"          <relatedStateVariable>Layer1UpstreamMaxBitRate</relatedStateVariable>"
44586 +"        </argument>"
44587 +"        <argument>"
44588 +"          <name>NewLayer1DownstreamMaxBitRate</name>"
44589 +"          <direction>out</direction>"
44590 +"          <relatedStateVariable>Layer1DownstreamMaxBitRate</relatedStateVariable>"
44591 +"        </argument>"
44592 +"        <argument>"
44593 +"          <name>NewPhysicalLinkStatus</name>"
44594 +"          <direction>out</direction>"
44595 +"          <relatedStateVariable>PhysicalLinkStatus</relatedStateVariable>"
44596 +"        </argument>"
44597 +"      </argumentList>"
44598 +"    </action>"
44599 +"    <action>"
44600 +"    <name>GetTotalBytesSent</name>"
44601 +"      <argumentList>"
44602 +"        <argument>"
44603 +"          <name>NewTotalBytesSent</name>"
44604 +"          <direction>out</direction>"
44605 +"          <relatedStateVariable>TotalBytesSent</relatedStateVariable>"
44606 +"        </argument>"
44607 +"      </argumentList>"
44608 +"    </action>"
44609 +"    <action>"
44610 +"    <name>GetTotalBytesReceived</name>"
44611 +"      <argumentList>"
44612 +"        <argument>"
44613 +"          <name>NewTotalBytesReceived</name>"
44614 +"          <direction>out</direction>"
44615 +"          <relatedStateVariable>TotalBytesReceived</relatedStateVariable>"
44616 +"        </argument>"
44617 +"      </argumentList>"
44618 +"    </action>"
44619 +"    <action>"
44620 +"    <name>GetTotalPacketsSent</name>"
44621 +"      <argumentList>"
44622 +"        <argument>"
44623 +"          <name>NewTotalPacketsSent</name>"
44624 +"          <direction>out</direction>"
44625 +"          <relatedStateVariable>TotalPacketsSent</relatedStateVariable>"
44626 +"        </argument>"
44627 +"      </argumentList>"
44628 +"    </action>"
44629 +"    <action>"
44630 +"    <name>GetTotalPacketsReceived</name>"
44631 +"      <argumentList>"
44632 +"        <argument>"
44633 +"          <name>NewTotalPacketsReceived</name>"
44634 +"          <direction>out</direction>"
44635 +"         <relatedStateVariable>TotalPacketsReceived</relatedStateVariable>"
44636 +"        </argument>"
44637 +"      </argumentList>"
44638 +"    </action>"
44639 +"      </actionList>"
44640 +"      <serviceStateTable>"
44641 +"              <stateVariable sendEvents=\"no\">"
44642 +"                      <name>WANAccessType</name>"
44643 +"                      <dataType>string</dataType>"
44644 +"                      <allowedValueList>"
44645 +"                              <allowedValue>DSL</allowedValue>"
44646 +"                              <allowedValue>POTS</allowedValue>"
44647 +"                              <allowedValue>Cable</allowedValue>"
44648 +"                              <allowedValue>Ethernet</allowedValue>"
44649 +"                              <allowedValue>Other</allowedValue>"
44650 +"                      </allowedValueList>"
44651 +"              </stateVariable>"
44652 +"              <stateVariable sendEvents=\"no\">"
44653 +"                      <name>Layer1UpstreamMaxBitRate</name>"
44654 +"                      <dataType>ui4</dataType>"
44655 +"              </stateVariable>"
44656 +"              <stateVariable sendEvents=\"no\">"
44657 +"                      <name>Layer1DownstreamMaxBitRate</name>"
44658 +"                      <dataType>ui4</dataType>"
44659 +"              </stateVariable>"
44660 +"              <stateVariable sendEvents=\"yes\">"
44661 +"                      <name>PhysicalLinkStatus</name>"
44662 +"                      <dataType>string</dataType>"
44663 +"        <allowedValueList>"
44664 +"        <allowedValue>Up</allowedValue>"
44665 +"        <allowedValue>Down</allowedValue>"
44666 +"        <allowedValue>Initializing</allowedValue>"
44667 +"        <allowedValue>Unavailable</allowedValue>"
44668 +"      </allowedValueList>"
44669 +"              </stateVariable>"
44670 +"    <stateVariable sendEvents=\"no\">"
44671 +"      <name>WANAccessProvider</name>"
44672 +"      <dataType>string</dataType>"
44673 +"    </stateVariable>"
44674 +"    <stateVariable sendEvents=\"no\">"
44675 +"      <name>MaximumActiveConnections</name>"
44676 +"      <dataType>ui2</dataType>"
44677 +"      <allowedValueRange>"
44678 +"        <minimum>1</minimum>"
44679 +"        <maximum></maximum>"
44680 +"        <step>1</step>"
44681 +"      </allowedValueRange>"
44682 +"    </stateVariable>"
44683 +"    <stateVariable sendEvents=\"no\">"
44684 +"      <name>TotalBytesSent</name>"
44685 +"      <dataType>ui4</dataType>"
44686 +"    </stateVariable>"
44687 +"    <stateVariable sendEvents=\"no\">"
44688 +"      <name>TotalBytesReceived</name>"
44689 +"      <dataType>ui4</dataType>"
44690 +"    </stateVariable>"
44691 +"    <stateVariable sendEvents=\"no\">"
44692 +"      <name>TotalPacketsSent</name>"
44693 +"      <dataType>ui4</dataType>"
44694 +"    </stateVariable>"
44695 +"    <stateVariable sendEvents=\"no\">"
44696 +"      <name>TotalPacketsReceived</name>"
44697 +"      <dataType>ui4</dataType>"
44698 +"    </stateVariable>"
44699 +"      </serviceStateTable>"
44700 +"</scpd>";
44701 +
44702 +
44703 +/**
44704 + * Action listener for WAN Common Interface Config service 
44705 + * Just see if the action is conformant with any service, in any IGD embedded device
44706 + */
44707 +BOOL upnp_igd_common_ifcg_actionreceived(CgUpnpAction *action)
44708 +{
44709 +       char *actionName;
44710 +       CgUpnpService* service;
44711 +
44712 +       actionName = cg_upnp_action_getname(action);
44713 +       service = cg_upnp_action_getservice(action);
44714 +       if (cg_strcmp(cg_upnp_service_getserviceid(service), "urn:upnp-org:serviceId:WANCommonIFC1") == 0) {
44715 +               if (cg_strcmp(actionName,"GetTotalBytesSent") == 0)
44716 +                       return TRUE;
44717 +               else if (cg_strcmp(actionName,"GetTotalBytesReceived") == 0)
44718 +                       return TRUE;
44719 +               else return FALSE;
44720 +       }
44721 +
44722 +       return FALSE;
44723 +}
44724 +
44725 +/**
44726 + * upnp_igd_device_new
44727 + */
44728 +CgUpnpDevice *upnp_igd_device_new(int leaseTime)
44729 +{
44730 +       CgUpnpDevice *igdDev, *wanDev;
44731 +
44732 +       CgUpnpService *wanConfigService;
44733 +        
44734 +       CgString *descURI = cg_string_new();
44735 +       cg_string_setvalue( descURI, "/" );
44736 +       cg_string_addvalue( descURI, IGD_DEVICE_DESCRIPTION_FILE_NAME );
44737 +       
44738 +       igdDev = cg_upnp_device_new();
44739 +       cg_upnp_device_setdescriptionuri( igdDev, cg_string_getvalue(descURI) );
44740 +       cg_string_delete(descURI);
44741 +       cg_upnp_device_setleasetime(igdDev, leaseTime);
44742 +
44743 +       if (cg_upnp_device_parsedescription(igdDev, IGD_DEVICE_DESCRIPTION, cg_strlen(IGD_DEVICE_DESCRIPTION)) == FALSE) {
44744 +               cg_upnp_device_delete(igdDev);
44745 +               return NULL;
44746 +       }
44747 +       
44748 +       /* get the WANDevice child-device, from the IGD Device root node */
44749 +       wanDev = cg_upnp_device_getdevicebyexacttype(igdDev, "urn:schemas-upnp-org:device:WANDevice:1");
44750 +       
44751 +       /* get the WAN Common Interface Config service, from WANDevice */
44752 +       wanConfigService = cg_upnp_device_getservicebyserviceid(wanDev, "urn:upnp-org:serviceId:WANCommonIFC1");
44753 +       if (cg_upnp_service_parsedescription(wanConfigService, IGD_IFCG_SERVICE_DESCRIPTION, cg_strlen(IGD_IFCG_SERVICE_DESCRIPTION)) == FALSE) {
44754 +               cg_upnp_service_delete(wanConfigService);
44755 +               return NULL;
44756 +       }
44757 +       
44758 +       cg_upnp_service_setactionlistener(wanConfigService, upnp_igd_common_ifcg_actionreceived);
44759 +
44760 +       return igdDev;
44761 +}
44762 +
44763 +int main( int argc, char* argv[] )
44764 +{
44765 +       int leaseTime = 1800;
44766 +       CgUpnpDevice *igdDev = upnp_igd_device_new(leaseTime);
44767 +       
44768 +       if ( igdDev != NULL ){
44769 +               if ( cg_upnp_device_start(igdDev) == FALSE ) {
44770 +                       fprintf( stderr, "IGD (simple) Device couldn't be started!\n" );
44771 +               } else {
44772 +                       fprintf( stderr, "IGD (simple) Device started!\n" );
44773 +               }
44774 +       }
44775 +       
44776 +       printf(SYNC_STRING);
44777 +       fflush(NULL);
44778 +       getchar();
44779 +
44780 +       cg_upnp_device_stop(igdDev);
44781 +       cg_upnp_device_delete(igdDev);
44782 +
44783 +       return(0);
44784 +}
44785 --- tests/regression/igd_dev_parsing.c
44786 +++ tests/regression/igd_dev_parsing.c
44787 @@ -0,0 +1,754 @@
44788 +/**
44789 + *
44790 + *     UPnP IGD device implementation, with more nested embedded sub-devices
44791 + */
44792 +
44793 +#include <cybergarage/upnp/cupnp.h>
44794 +#include "common.h"
44795 +
44796 +char *IGD_DEVICE_DESCRIPTION_FILE_NAME = "igddescs/gatedesc.xml";
44797 +char *IGD_ICFG_SERVICE_DESCRIPTION_FILE_NAME = "igddescs/gateifcgSCPD.xml";
44798 +char *IGD_CONN_SERVICE_DESCRIPTION_FILE_NAME = "igddescs/gateconnSCPD.xml";
44799 +
44800 +/**
44801 + * UPnP IGD device description
44802 + */
44803 +char *IGD_DEVICE_DESCRIPTION =
44804 +"<?xml version=\"1.0\"?>"
44805 +"<root xmlns=\"urn:schemas-upnp-org:device-1-0\">"
44806 +"      <specVersion>"
44807 +"              <major>1</major>"
44808 +"              <minor>0</minor>"
44809 +"      </specVersion>"
44810 +"      <device>"
44811 +"              <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>"
44812 +"              <friendlyName>UPnPIGD</friendlyName>"
44813 +"              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44814 +"              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44815 +"              <modelName>IGD Version 0.92</modelName>"
44816 +"              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44817 +"              <iconList>"
44818 +"                      <icon>"
44819 +"                              <mimetype>image/gif</mimetype>"
44820 +"                              <width>118</width>"
44821 +"                              <height>119</height>"
44822 +"                              <depth>8</depth>"
44823 +"                              <url>/ligd.gif</url>"
44824 +"                      </icon>"
44825 +"              </iconList>"
44826 +"              <serviceList>"
44827 +"              <service>"
44828 +"              <serviceType>urn:schemas-dummy-com:service:Dummy:1</serviceType>"
44829 +"               <serviceId>urn:dummy-com:serviceId:dummy1</serviceId>"
44830 +"                  <controlURL>/dummy</controlURL>"
44831 +"               <eventSubURL>/dummy</eventSubURL>"
44832 +"                      <SCPDURL>/igddescs/dummy.xml</SCPDURL>"
44833 +"           </service>"
44834 +"       </serviceList>"
44835 +"              <deviceList>"
44836 +"                      <device>"
44837 +"                              <deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>"
44838 +"                              <friendlyName>WANDevice</friendlyName>"
44839 +"                              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44840 +"                              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44841 +"                              <modelDescription>WAN Device on Linux IGD</modelDescription>"
44842 +"                              <modelName>Linux IGD</modelName>"
44843 +"                              <modelNumber>0.92</modelNumber>"
44844 +"                              <modelURL>http://linux-igd.sourceforge.net</modelURL>"
44845 +"                              <serialNumber>0.92</serialNumber>"
44846 +"                              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44847 +"                              <UPC>Linux IGD</UPC>"
44848 +"                              <serviceList>"
44849 +"                                      <service>"
44850 +"                                              <serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>"
44851 +"                                              <serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>"
44852 +"                                              <controlURL>/upnp/control/WANCommonIFC1</controlURL>"
44853 +"                                              <eventSubURL>/upnp/control/WANCommonIFC1</eventSubURL>"
44854 +"                                              <SCPDURL>/igddescs/gateicfgSCPD.xml</SCPDURL>"
44855 +"                                      </service>"
44856 +"                              </serviceList>"
44857 +"                              <deviceList>"
44858 +"                                      <device>"
44859 +"                                              <deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>"
44860 +"                                              <friendlyName>WANConnectionDevice</friendlyName>"
44861 +"                                              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44862 +"                                              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44863 +"                                              <modelDescription>WanConnectionDevice on Linux IGD</modelDescription>"
44864 +"                                              <modelName>Linux IGD</modelName>"
44865 +"                                              <modelNumber>0.92</modelNumber>"
44866 +"                                              <modelURL>http://linux-igd.sourceforge.net</modelURL>"
44867 +"                                              <serialNumber>0.92</serialNumber>"
44868 +"                                              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44869 +"                                              <UPC>Linux IGD</UPC>"
44870 +"                                              <serviceList>"
44871 +"                                                      <service>"
44872 +"                                                              <serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>"
44873 +"                                                              <serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>"
44874 +"                                                              <controlURL>/upnp/control/WANIPConn1</controlURL>"
44875 +"                                                              <eventSubURL>/upnp/control/WANIPConn1</eventSubURL>"
44876 +"                                                              <SCPDURL>/igddescs/gateconnSCPD.xml</SCPDURL>"
44877 +"                                                      </service>"
44878 +"                                              </serviceList>"
44879 +"                                              <deviceList>"
44880 +"                                                      <device>"
44881 +"                                                              <deviceType>urn:schemas-upnp-org:device:WAN222ConnectionDevice:1</deviceType>"
44882 +"                                                              <friendlyName>WAN222ConnectionDevice</friendlyName>"
44883 +"                                                              <manufacturer>Linux UPnP IGD Project</manufacturer>"
44884 +"                                                              <manufacturerURL>http://linux-igd.sourceforge.net</manufacturerURL>"
44885 +"                                                              <modelDescription>WAN222ConnectionDevice on Linux IGD</modelDescription>"
44886 +"                                                              <modelName>Linux IGD</modelName>"
44887 +"                                                              <modelNumber>0.92</modelNumber>"
44888 +"                                                              <modelURL>http://linux-igd.sourceforge.net</modelURL>"
44889 +"                                                              <serialNumber>0.92</serialNumber>"
44890 +"                                                              <UDN>uuid:75802409-bccb-40e7-8e6c-fa095ecce13e</UDN>"
44891 +"                                                              <UPC>Linux IGD</UPC>"
44892 +"                                                              <serviceList>"
44893 +"                                                                      <service>"
44894 +"                                                                              <serviceType>urn:schemas-upnp-org:service:WAN222IPConnection:1</serviceType>"
44895 +"                                                                              <serviceId>urn:upnp-org:serviceId:WAN222IPConn1</serviceId>"
44896 +"                                                                              <controlURL>/upnp/control/WAN222IPConn1</controlURL>"
44897 +"                                                                              <eventSubURL>/upnp/control/WAN222IPConn1</eventSubURL>"
44898 +"                                                                              <SCPDURL>/igddescs/gateconnSCPD.xml</SCPDURL>"
44899 +"                                                                      </service>"
44900 +"                                                              </serviceList>"
44901 +"                                                      </device>"
44902 +"                                              </deviceList>"
44903 +"                                      </device>"
44904 +"                              </deviceList>"
44905 +"                      </device>"
44906 +"              </deviceList>"
44907 +"      </device>"
44908 +"</root>";
44909 +
44910 +/**
44911 + * UPnP IGD Common Interface Config service description
44912 + */
44913 +char *IGD_IFCG_SERVICE_DESCRIPTION =
44914 +"<?xml version=\"1.0\"?>"
44915 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\">"
44916 +"      <specVersion>"
44917 +"              <major>1</major>"
44918 +"              <minor>0</minor>"
44919 +"      </specVersion>"
44920 +"      <actionList>"
44921 +"    <action>"
44922 +"      <name>GetCommonLinkProperties</name>"
44923 +"      <argumentList>"
44924 +"        <argument>"
44925 +"          <name>NewWANAccessType</name>"
44926 +"          <direction>out</direction>"
44927 +"          <relatedStateVariable>WANAccessType</relatedStateVariable>"
44928 +"        </argument>"
44929 +"        <argument>"
44930 +"          <name>NewLayer1UpstreamMaxBitRate</name>"
44931 +"          <direction>out</direction>"
44932 +"          <relatedStateVariable>Layer1UpstreamMaxBitRate</relatedStateVariable>"
44933 +"        </argument>"
44934 +"        <argument>"
44935 +"          <name>NewLayer1DownstreamMaxBitRate</name>"
44936 +"          <direction>out</direction>"
44937 +"          <relatedStateVariable>Layer1DownstreamMaxBitRate</relatedStateVariable>"
44938 +"        </argument>"
44939 +"        <argument>"
44940 +"          <name>NewPhysicalLinkStatus</name>"
44941 +"          <direction>out</direction>"
44942 +"          <relatedStateVariable>PhysicalLinkStatus</relatedStateVariable>"
44943 +"        </argument>"
44944 +"      </argumentList>"
44945 +"    </action>"
44946 +"    <action>"
44947 +"    <name>GetTotalBytesSent</name>"
44948 +"      <argumentList>"
44949 +"        <argument>"
44950 +"          <name>NewTotalBytesSent</name>"
44951 +"          <direction>out</direction>"
44952 +"          <relatedStateVariable>TotalBytesSent</relatedStateVariable>"
44953 +"        </argument>"
44954 +"      </argumentList>"
44955 +"    </action>"
44956 +"    <action>"
44957 +"    <name>GetTotalBytesReceived</name>"
44958 +"      <argumentList>"
44959 +"        <argument>"
44960 +"          <name>NewTotalBytesReceived</name>"
44961 +"          <direction>out</direction>"
44962 +"          <relatedStateVariable>TotalBytesReceived</relatedStateVariable>"
44963 +"        </argument>"
44964 +"      </argumentList>"
44965 +"    </action>"
44966 +"    <action>"
44967 +"    <name>GetTotalPacketsSent</name>"
44968 +"      <argumentList>"
44969 +"        <argument>"
44970 +"          <name>NewTotalPacketsSent</name>"
44971 +"          <direction>out</direction>"
44972 +"          <relatedStateVariable>TotalPacketsSent</relatedStateVariable>"
44973 +"        </argument>"
44974 +"      </argumentList>"
44975 +"    </action>"
44976 +"    <action>"
44977 +"    <name>GetTotalPacketsReceived</name>"
44978 +"      <argumentList>"
44979 +"        <argument>"
44980 +"          <name>NewTotalPacketsReceived</name>"
44981 +"          <direction>out</direction>"
44982 +"         <relatedStateVariable>TotalPacketsReceived</relatedStateVariable>"
44983 +"        </argument>"
44984 +"      </argumentList>"
44985 +"    </action>"
44986 +"      </actionList>"
44987 +"      <serviceStateTable>"
44988 +"              <stateVariable sendEvents=\"no\">"
44989 +"                      <name>WANAccessType</name>"
44990 +"                      <dataType>string</dataType>"
44991 +"                      <allowedValueList>"
44992 +"                              <allowedValue>DSL</allowedValue>"
44993 +"                              <allowedValue>POTS</allowedValue>"
44994 +"                              <allowedValue>Cable</allowedValue>"
44995 +"                              <allowedValue>Ethernet</allowedValue>"
44996 +"                              <allowedValue>Other</allowedValue>"
44997 +"                      </allowedValueList>"
44998 +"              </stateVariable>"
44999 +"              <stateVariable sendEvents=\"no\">"
45000 +"                      <name>Layer1UpstreamMaxBitRate</name>"
45001 +"                      <dataType>ui4</dataType>"
45002 +"              </stateVariable>"
45003 +"              <stateVariable sendEvents=\"no\">"
45004 +"                      <name>Layer1DownstreamMaxBitRate</name>"
45005 +"                      <dataType>ui4</dataType>"
45006 +"              </stateVariable>"
45007 +"              <stateVariable sendEvents=\"yes\">"
45008 +"                      <name>PhysicalLinkStatus</name>"
45009 +"                      <dataType>string</dataType>"
45010 +"        <allowedValueList>"
45011 +"        <allowedValue>Up</allowedValue>"
45012 +"        <allowedValue>Down</allowedValue>"
45013 +"        <allowedValue>Initializing</allowedValue>"
45014 +"        <allowedValue>Unavailable</allowedValue>"
45015 +"      </allowedValueList>"
45016 +"              </stateVariable>"
45017 +"    <stateVariable sendEvents=\"no\">"
45018 +"      <name>WANAccessProvider</name>"
45019 +"      <dataType>string</dataType>"
45020 +"    </stateVariable>"
45021 +"    <stateVariable sendEvents=\"no\">"
45022 +"      <name>MaximumActiveConnections</name>"
45023 +"      <dataType>ui2</dataType>"
45024 +"      <allowedValueRange>"
45025 +"        <minimum>1</minimum>"
45026 +"        <maximum></maximum>"
45027 +"        <step>1</step>"
45028 +"      </allowedValueRange>"
45029 +"    </stateVariable>"
45030 +"    <stateVariable sendEvents=\"no\">"
45031 +"      <name>TotalBytesSent</name>"
45032 +"      <dataType>ui4</dataType>"
45033 +"    </stateVariable>"
45034 +"    <stateVariable sendEvents=\"no\">"
45035 +"      <name>TotalBytesReceived</name>"
45036 +"      <dataType>ui4</dataType>"
45037 +"    </stateVariable>"
45038 +"    <stateVariable sendEvents=\"no\">"
45039 +"      <name>TotalPacketsSent</name>"
45040 +"      <dataType>ui4</dataType>"
45041 +"    </stateVariable>"
45042 +"    <stateVariable sendEvents=\"no\">"
45043 +"      <name>TotalPacketsReceived</name>"
45044 +"      <dataType>ui4</dataType>"
45045 +"    </stateVariable>"
45046 +"      </serviceStateTable>"
45047 +"</scpd>";
45048 +
45049 +/**
45050 + * UPnP IGD IP Connection service description
45051 + */
45052 +char *IGD_CONN_SERVICE_DESCRIPTION =
45053 +"<?xml version=\"1.0\"?>"
45054 +"<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\">"
45055 +"  <specVersion>"
45056 +"    <major>1</major>"
45057 +"    <minor>0</minor>"
45058 +"  </specVersion>"
45059 +"  <actionList>"
45060 +"    <action>"
45061 +"      <name>SetConnectionType</name>"
45062 +"      <argumentList>"
45063 +"        <argument>"
45064 +"          <name>NewConnectionType</name>"
45065 +"          <direction>in</direction>"
45066 +"          <relatedStateVariable>ConnectionType</relatedStateVariable>"
45067 +"        </argument>"
45068 +"      </argumentList>"
45069 +"    </action>"
45070 +"    <action>"
45071 +"    <name>GetConnectionTypeInfo</name>"
45072 +"      <argumentList>"
45073 +"        <argument>"
45074 +"          <name>NewConnectionType</name>"
45075 +"          <direction>out</direction>"
45076 +"          <relatedStateVariable>ConnectionType</relatedStateVariable>"
45077 +"        </argument>"
45078 +"        <argument>"
45079 +"          <name>NewPossibleConnectionTypes</name>"
45080 +"          <direction>out</direction>"
45081 +"          <relatedStateVariable>PossibleConnectionTypes</relatedStateVariable>"
45082 +"       </argument>"
45083 +"      </argumentList>"
45084 +"    </action>"
45085 +"    <action>"
45086 +"      <name>RequestConnection</name>"
45087 +"    </action>"
45088 +"    <action>"
45089 +"      <name>ForceTermination</name>"
45090 +"    </action>"
45091 +"    <action>"
45092 +"     <name>GetStatusInfo</name>"
45093 +"      <argumentList>"
45094 +"        <argument>"
45095 +"          <name>NewConnectionStatus</name>"
45096 +"          <direction>out</direction>"
45097 +"          <relatedStateVariable>ConnectionStatus</relatedStateVariable>"
45098 +"        </argument>"
45099 +"        <argument>"
45100 +"          <name>NewLastConnectionError</name>"
45101 +"                <direction>out</direction>"
45102 +"          <relatedStateVariable>LastConnectionError</relatedStateVariable>"
45103 +"        </argument>"
45104 +"        <argument>"
45105 +"          <name>NewUptime</name>"
45106 +"          <direction>out</direction>"
45107 +"          <relatedStateVariable>Uptime</relatedStateVariable>"
45108 +"        </argument>"
45109 +"      </argumentList>"
45110 +"    </action>"
45111 +"    <action>"
45112 +"      <name>GetNATRSIPStatus</name>"
45113 +"      <argumentList>"
45114 +"        <argument>"
45115 +"          <name>NewRSIPAvailable</name>"
45116 +"          <direction>out</direction>"
45117 +"          <relatedStateVariable>RSIPAvailable</relatedStateVariable>"
45118 +"        </argument>"
45119 +"        <argument>"
45120 +"          <name>NewNATEnabled</name>"
45121 +"          <direction>out</direction>"
45122 +"          <relatedStateVariable>NATEnabled</relatedStateVariable>"
45123 +"        </argument>"
45124 +"      </argumentList>"
45125 +"    </action>"
45126 +"    <action>"
45127 +"      <name>GetGenericPortMappingEntry</name>"
45128 +"      <argumentList>"
45129 +"        <argument>"
45130 +"          <name>NewPortMappingIndex</name>"
45131 +"          <direction>in</direction>"
45132 +"          <relatedStateVariable>PortMappingNumberOfEntries</relatedStateVariable>"
45133 +"        </argument>"
45134 +"        <argument>"
45135 +"          <name>NewRemoteHost</name>"
45136 +"          <direction>out</direction>"
45137 +"          <relatedStateVariable>RemoteHost</relatedStateVariable>"
45138 +"        </argument>"
45139 +"        <argument>"
45140 +"          <name>NewExternalPort</name>"
45141 +"          <direction>out</direction>"
45142 +"          <relatedStateVariable>ExternalPort</relatedStateVariable>"
45143 +"        </argument>"
45144 +"        <argument>"
45145 +"          <name>NewProtocol</name>"
45146 +"          <direction>out</direction>"
45147 +"          <relatedStateVariable>PortMappingProtocol</relatedStateVariable>"
45148 +"        </argument>"
45149 +"        <argument>"
45150 +"          <name>NewInternalPort</name>"
45151 +"          <direction>out</direction>"
45152 +"          <relatedStateVariable>InternalPort</relatedStateVariable>"
45153 +"        </argument>"
45154 +"        <argument>"
45155 +"          <name>NewInternalClient</name>"
45156 +"          <direction>out</direction>"
45157 +"          <relatedStateVariable>InternalClient</relatedStateVariable>"
45158 +"        </argument>"
45159 +"        <argument>"
45160 +"          <name>NewEnabled</name>"
45161 +"          <direction>out</direction>"
45162 +"          <relatedStateVariable>PortMappingEnabled</relatedStateVariable>"
45163 +"        </argument>"
45164 +"        <argument>"
45165 +"          <name>NewPortMappingDescription</name>"
45166 +"          <direction>out</direction>"
45167 +"          <relatedStateVariable>PortMappingDescription</relatedStateVariable>"
45168 +"        </argument>"
45169 +"        <argument>"
45170 +"          <name>NewLeaseDuration</name>"
45171 +"          <direction>out</direction>"
45172 +"          <relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>"
45173 +"        </argument>"
45174 +"      </argumentList>"
45175 +"   </action>"
45176 +"    <action>"
45177 +"      <name>GetSpecificPortMappingEntry</name>"
45178 +"      <argumentList>"
45179 +"        <argument>"
45180 +"          <name>NewRemoteHost</name>"
45181 +"          <direction>in</direction>"
45182 +"          <relatedStateVariable>RemoteHost</relatedStateVariable>"
45183 +"        </argument>"
45184 +"        <argument>"
45185 +"          <name>NewExternalPort</name>"
45186 +"          <direction>in</direction>"
45187 +"          <relatedStateVariable>ExternalPort</relatedStateVariable>"
45188 +"        </argument>"
45189 +"        <argument>"
45190 +"          <name>NewProtocol</name>"
45191 +"          <direction>in</direction>"
45192 +"          <relatedStateVariable>PortMappingProtocol</relatedStateVariable>"
45193 +"        </argument>"
45194 +"        <argument>"
45195 +"          <name>NewInternalPort</name>"
45196 +"          <direction>out</direction>"
45197 +"          <relatedStateVariable>InternalPort</relatedStateVariable>"
45198 +"        </argument>"
45199 +"        <argument>"
45200 +"          <name>NewInternalClient</name>"
45201 +"          <direction>out</direction>"
45202 +"          <relatedStateVariable>InternalClient</relatedStateVariable>"
45203 +"        </argument>"
45204 +"        <argument>"
45205 +"          <name>NewEnabled</name>"
45206 +"          <direction>out</direction>"
45207 +"          <relatedStateVariable>PortMappingEnabled</relatedStateVariable>"
45208 +"        </argument>"
45209 +"        <argument>"
45210 +"          <name>NewPortMappingDescription</name>"
45211 +"          <direction>out</direction>"
45212 +"          <relatedStateVariable>PortMappingDescription</relatedStateVariable>"
45213 +"        </argument>"
45214 +"        <argument>"
45215 +"          <name>NewLeaseDuration</name>"
45216 +"          <direction>out</direction>"
45217 +"          <relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>"
45218 +"        </argument>"
45219 +"      </argumentList>"
45220 +"    </action>"
45221 +"    <action>"
45222 +"      <name>AddPortMapping</name>"
45223 +"      <argumentList>"
45224 +"        <argument>"
45225 +"          <name>NewRemoteHost</name>"
45226 +"          <direction>in</direction>"
45227 +"          <relatedStateVariable>RemoteHost</relatedStateVariable>"
45228 +"        </argument>"
45229 +"        <argument>"
45230 +"          <name>NewExternalPort</name>"
45231 +"          <direction>in</direction>"
45232 +"          <relatedStateVariable>ExternalPort</relatedStateVariable>"
45233 +"        </argument>"
45234 +"        <argument>"
45235 +"          <name>NewProtocol</name>"
45236 +"          <direction>in</direction>"
45237 +"          <relatedStateVariable>PortMappingProtocol</relatedStateVariable>"
45238 +"        </argument>"
45239 +"        <argument>"
45240 +"          <name>NewInternalPort</name>"
45241 +"          <direction>in</direction>"
45242 +"          <relatedStateVariable>InternalPort</relatedStateVariable>"
45243 +"        </argument>"
45244 +"        <argument>"
45245 +"          <name>NewInternalClient</name>"
45246 +"          <direction>in</direction>"
45247 +"          <relatedStateVariable>InternalClient</relatedStateVariable>"
45248 +"        </argument>"
45249 +"        <argument>"
45250 +"          <name>NewEnabled</name>"
45251 +"          <direction>in</direction>"
45252 +"          <relatedStateVariable>PortMappingEnabled</relatedStateVariable>"
45253 +"        </argument>"
45254 +"        <argument>"
45255 +"          <name>NewPortMappingDescription</name>"
45256 +"          <direction>in</direction>"
45257 +"          <relatedStateVariable>PortMappingDescription</relatedStateVariable>"
45258 +"        </argument>"
45259 +"       <argument>"
45260 +"          <name>NewLeaseDuration</name>"
45261 +"          <direction>in</direction>"
45262 +"          <relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>"
45263 +"        </argument>"
45264 +"      </argumentList>"
45265 +"    </action>"
45266 +"    <action>"
45267 +"      <name>DeletePortMapping</name>"
45268 +"      <argumentList>"
45269 +"        <argument>"
45270 +"          <name>NewRemoteHost</name>"
45271 +"          <direction>in</direction>"
45272 +"          <relatedStateVariable>RemoteHost</relatedStateVariable>"
45273 +"        </argument>"
45274 +"        <argument>"
45275 +"          <name>NewExternalPort</name>"
45276 +"          <direction>in</direction>"
45277 +"          <relatedStateVariable>ExternalPort</relatedStateVariable>"
45278 +"        </argument>"
45279 +"        <argument>"
45280 +"          <name>NewProtocol</name>"
45281 +"          <direction>in</direction>"
45282 +"          <relatedStateVariable>PortMappingProtocol</relatedStateVariable>"
45283 +"        </argument>"
45284 +"      </argumentList>"
45285 +"    </action>"
45286 +"    <action>"
45287 +"    <name>GetExternalIPAddress</name>"
45288 +"      <argumentList>"
45289 +"        <argument>"
45290 +"          <name>NewExternalIPAddress</name>"
45291 +"          <direction>out</direction>"
45292 +"        <relatedStateVariable>ExternalIPAddress</relatedStateVariable>"
45293 +"        </argument>"
45294 +"      </argumentList>"
45295 +"    </action>"
45296 +"  </actionList>"
45297 +"  <serviceStateTable>"
45298 +"    <stateVariable sendEvents=\"no\">"
45299 +"      <name>ConnectionType</name>"
45300 +"      <dataType>string</dataType>"
45301 +"      <defaultValue>Unconfigured</defaultValue>"
45302 +"    </stateVariable>"
45303 +"    <stateVariable sendEvents=\"yes\">"
45304 +"      <name>PossibleConnectionTypes</name>"
45305 +"      <dataType>string</dataType>"
45306 +"      <allowedValueList>"
45307 +"        <allowedValue>Unconfigured</allowedValue>"
45308 +"        <allowedValue>IP_Routed</allowedValue>"
45309 +"        <allowedValue>IP_Bridged</allowedValue>"
45310 +"      </allowedValueList>"
45311 +"    </stateVariable>"
45312 +"    <stateVariable sendEvents=\"yes\">"
45313 +"      <name>ConnectionStatus</name>"
45314 +"      <dataType>string</dataType>"
45315 +"      <defaultValue>Unconfigured</defaultValue>"
45316 +"      <allowedValueList>"
45317 +"        <allowedValue>Unconfigured</allowedValue>"
45318 +"        <allowedValue>Connecting</allowedValue>"
45319 +"        <allowedValue>Authenticating</allowedValue>"
45320 +"        <allowedValue>PendingDisconnect</allowedValue>"
45321 +"        <allowedValue>Disconnecting</allowedValue>"
45322 +"        <allowedValue>Disconnected</allowedValue>"
45323 +"        <allowedValue>Connected</allowedValue>"
45324 +"      </allowedValueList>"
45325 +"   </stateVariable>"
45326 +"    <stateVariable sendEvents=\"no\">"
45327 +"      <name>Uptime</name>"
45328 +"      <dataType>ui4</dataType>"
45329 +"      <defaultValue>0</defaultValue>"
45330 +"      <allowedValueRange>"
45331 +"        <minimum>0</minimum>"
45332 +"        <maximum></maximum>"
45333 +"        <step>1</step>"
45334 +"      </allowedValueRange>"
45335 +"    </stateVariable>"
45336 +"    <stateVariable sendEvents=\"no\">"
45337 +"      <name>RSIPAvailable</name>"
45338 +"      <dataType>boolean</dataType>"
45339 +"      <defaultValue>0</defaultValue>"
45340 +"    </stateVariable>"
45341 +"    <stateVariable sendEvents=\"no\">"
45342 +"      <name>NATEnabled</name>"
45343 +"      <dataType>boolean</dataType>"
45344 +"      <defaultValue>1</defaultValue>"
45345 +"    </stateVariable>  "
45346 +"    <stateVariable sendEvents=\"no\">"
45347 +"      <name>LastConnectionError</name>"
45348 +"      <dataType>string</dataType>"
45349 +"      <defaultValue>ERROR_NONE</defaultValue>"
45350 +"      <allowedValueList>"
45351 +"        <allowedValue>ERROR_NONE</allowedValue>"
45352 +"               <allowedValue>ERROR_ISP_TIME_OUT</allowedValue>"
45353 +"        <allowedValue>ERROR_COMMAND_ABORTED</allowedValue>"
45354 +"        <allowedValue>ERROR_NOT_ENABLED_FOR_INTERNET</allowedValue>"
45355 +"        <allowedValue>ERROR_BAD_PHONE_NUMBER</allowedValue>"
45356 +"        <allowedValue>ERROR_USER_DISCONNECT</allowedValue>"
45357 +"        <allowedValue>ERROR_ISP_DISCONNECT</allowedValue>"
45358 +"        <allowedValue>ERROR_IDLE_DISCONNECT</allowedValue>"
45359 +"        <allowedValue>ERROR_FORCED_DISCONNECT</allowedValue>"
45360 +"        <allowedValue>ERROR_SERVER_OUT_OF_RESOURCES</allowedValue>"
45361 +"        <allowedValue>ERROR_RESTRICTED_LOGON_HOURS</allowedValue>"
45362 +"        <allowedValue>ERROR_ACCOUNT_DISABLED</allowedValue>"
45363 +"        <allowedValue>ERROR_ACCOUNT_EXPIRED</allowedValue>"
45364 +"        <allowedValue>ERROR_PASSWORD_EXPIRED</allowedValue>"
45365 +"        <allowedValue>ERROR_AUTHENTICATION_FAILURE</allowedValue>"
45366 +"        <allowedValue>ERROR_NO_DIALTONE</allowedValue>"
45367 +"        <allowedValue>ERROR_NO_CARRIER</allowedValue>"
45368 +"        <allowedValue>ERROR_NO_ANSWER</allowedValue>"
45369 +"          <allowedValue>ERROR_LINE_BUSY</allowedValue>"
45370 +"          <allowedValue>ERROR_UNSUPPORTED_BITSPERSECOND</allowedValue>"
45371 +"          <allowedValue>ERROR_TOO_MANY_LINE_ERRORS</allowedValue>"
45372 +"          <allowedValue>ERROR_IP_CONFIGURATION</allowedValue>"
45373 +"          <allowedValue>ERROR_UNKNOWN</allowedValue>"
45374 +"      </allowedValueList>"
45375 +"    </stateVariable>"
45376 +"    <stateVariable sendEvents=\"yes\">"
45377 +"      <name>ExternalIPAddress</name>"
45378 +"      <dataType>string</dataType>"
45379 +"    </stateVariable>"
45380 +"    <stateVariable sendEvents=\"no\">"
45381 +"      <name>RemoteHost</name>"
45382 +"      <dataType>string</dataType>"
45383 +"    </stateVariable>"
45384 +"    <stateVariable sendEvents=\"no\">"
45385 +"      <name>ExternalPort</name>"
45386 +"      <dataType>ui2</dataType>"
45387 +"    </stateVariable>"
45388 +"    <stateVariable sendEvents=\"no\">"
45389 +"      <name>InternalPort</name>"
45390 +"      <dataType>ui2</dataType>"
45391 +"    </stateVariable>"
45392 +"    <stateVariable sendEvents=\"no\">"
45393 +"      <name>PortMappingProtocol</name>"
45394 +"      <dataType>string</dataType>"
45395 +"      <allowedValueList>"
45396 +"        <allowedValue>TCP</allowedValue>"
45397 +"        <allowedValue>UDP</allowedValue>"
45398 +"      </allowedValueList>"
45399 +"    </stateVariable>"
45400 +"    <stateVariable sendEvents=\"no\">"
45401 +"      <name>InternalClient</name>"
45402 +"      <dataType>string</dataType>"
45403 +"    </stateVariable>"
45404 +"    <stateVariable sendEvents=\"no\">"
45405 +"      <name>PortMappingDescription</name>"
45406 +"      <dataType>string</dataType>"
45407 +"    </stateVariable>"
45408 +"    <stateVariable sendEvents=\"no\">"
45409 +"      <name>PortMappingEnabled</name>"
45410 +"      <dataType>boolean</dataType>"
45411 +"    </stateVariable>"
45412 +"    <stateVariable sendEvents=\"no\">"
45413 +"      <name>PortMappingLeaseDuration</name>"
45414 +"      <dataType>ui4</dataType>"
45415 +"    </stateVariable>"
45416 +"    <stateVariable sendEvents=\"yes\">"
45417 +"      <name>PortMappingNumberOfEntries</name>"
45418 +"      <dataType>ui2</dataType>"
45419 +"    </stateVariable>"
45420 +"  </serviceStateTable>"
45421 +"</scpd>";
45422 +
45423 +/**
45424 + * Action listener for WAN Common Interface Config service 
45425 + * Just see if the action is conformant with any service, in any IGD embedded device
45426 + */
45427 +BOOL upnp_igd_common_ifcg_actionreceived(CgUpnpAction *action)
45428 +{
45429 +       char *actionName;
45430 +       CgUpnpService* service;
45431 +
45432 +       actionName = cg_upnp_action_getname(action);
45433 +       service = cg_upnp_action_getservice(action);
45434 +       if (cg_strcmp(cg_upnp_service_getserviceid(service), "urn:upnp-org:serviceId:WANCommonIFC1") == 0) {
45435 +               if (cg_strcmp(actionName,"GetCommonLinkProperties") == 0)
45436 +                       return TRUE;
45437 +               else if (cg_strcmp(actionName,"GetTotalBytesReceived") == 0)
45438 +                       return TRUE;
45439 +               else return FALSE;
45440 +       }
45441 +
45442 +       return FALSE;
45443 +}
45444 +
45445 +
45446 +/**
45447 + * upnp_igd_device_new
45448 + */
45449 +CgUpnpDevice *upnp_igd_device_new(int leaseTime)
45450 +{
45451 +       CgUpnpDevice *igdDev, *wanDev, *wanConnDev, *dev;
45452 +       CgUpnpDevice* wanConn222Dev;
45453 +       CgUpnpDeviceList* devsList;     
45454 +       
45455 +       CgUpnpServiceList* servsList;   
45456 +       CgUpnpService *wanConfigService;
45457 +       CgUpnpService *wanIPConnService;
45458 +       CgUpnpService *serv;
45459 +       CgUpnpService* wanIPConn222Service;
45460 +       
45461 +       CgUpnpActionList* actionList;
45462 +       CgUpnpActionList* action;
45463 +       
45464 +       int i;
45465 +       
45466 +       CgString *descURI = cg_string_new();
45467 +       cg_string_setvalue( descURI, "/" );
45468 +       cg_string_addvalue( descURI, IGD_DEVICE_DESCRIPTION_FILE_NAME );
45469 +       
45470 +       igdDev = cg_upnp_device_new();
45471 +       cg_upnp_device_setdescriptionuri( igdDev, cg_string_getvalue(descURI) );
45472 +       cg_string_delete(descURI);
45473 +       cg_upnp_device_setleasetime(igdDev, leaseTime);
45474 +
45475 +       if (cg_upnp_device_parsedescription(igdDev, IGD_DEVICE_DESCRIPTION, cg_strlen(IGD_DEVICE_DESCRIPTION)) == FALSE) {
45476 +               cg_upnp_device_delete(igdDev);
45477 +               return NULL;
45478 +       }
45479 +       
45480 +       /* get the WANDevice child-device, from the IGD Device root node */
45481 +       wanDev = cg_upnp_device_getdevicebyexacttype(igdDev, "urn:schemas-upnp-org:device:WANDevice:1");
45482 +       
45483 +       /* get the WAN Common Interface Config service, from WANDevice */
45484 +       wanConfigService = cg_upnp_device_getservicebyserviceid(wanDev, "urn:upnp-org:serviceId:WANCommonIFC1");
45485 +       if (cg_upnp_service_parsedescription(wanConfigService, IGD_IFCG_SERVICE_DESCRIPTION, cg_strlen(IGD_IFCG_SERVICE_DESCRIPTION)) == FALSE) {
45486 +               cg_upnp_service_delete(wanConfigService);
45487 +               return NULL;
45488 +       }
45489 +       
45490 +       /* get the WANConnectionDevice subchild-device, from the IGD-child WANDevice root node */
45491 +       wanConnDev = cg_upnp_device_getdevicebyexacttype(wanDev, "urn:schemas-upnp-org:device:WANConnectionDevice:1");
45492 +       
45493 +       wanIPConnService = cg_upnp_device_getservicebyserviceid(wanConnDev, "urn:upnp-org:serviceId:WANIPConn1");
45494 +       if (cg_upnp_service_parsedescription(wanIPConnService, IGD_CONN_SERVICE_DESCRIPTION, cg_strlen(IGD_CONN_SERVICE_DESCRIPTION)) == FALSE) {
45495 +               cg_upnp_service_delete(wanIPConnService);
45496 +               return NULL;
45497 +       }
45498 +       
45499 +       actionList = cg_upnp_service_getactionlist(wanIPConnService);
45500 +       fprintf( stderr, "Action-list from the service %s...\n", cg_upnp_service_getserviceid(wanIPConnService) );
45501 +       for ( action = cg_upnp_actionlist_gets(actionList); action; action = cg_upnp_action_next(action) ) {
45502 +               fprintf( stderr, "\tService %s, action %s\n", cg_upnp_service_getserviceid(wanIPConnService), 
45503 +                       cg_upnp_action_getname(action) );
45504 +       }
45505 +       
45506 +       /* get the WAN222ConnectionDevice subchild-device, from the IGD-child WANConnDevice root node */
45507 +       wanConn222Dev = cg_upnp_device_getdevicebyexacttype(wanConnDev, "urn:schemas-upnp-org:device:WAN222ConnectionDevice:1");
45508 +       
45509 +       wanIPConn222Service = cg_upnp_device_getservicebyserviceid(wanConn222Dev, "urn:upnp-org:serviceId:WAN222IPConn1");
45510 +       if (cg_upnp_service_parsedescription(wanIPConn222Service, IGD_CONN_SERVICE_DESCRIPTION, cg_strlen(IGD_CONN_SERVICE_DESCRIPTION)) == FALSE) {
45511 +               cg_upnp_service_delete(wanIPConn222Service);
45512 +               return NULL;
45513 +       }
45514 +
45515 +       cg_upnp_service_setactionlistener(wanConfigService, upnp_igd_common_ifcg_actionreceived);
45516 +
45517 +       return igdDev;
45518 +}
45519 +
45520 +int main( int argc, char* argv[] )
45521 +{
45522 +       int leaseTime = 1800;
45523 +       CgUpnpDevice *igdDev = upnp_igd_device_new(leaseTime);
45524 +       
45525 +       if ( igdDev != NULL ) {
45526 +               if ( !cg_upnp_device_start(igdDev) ) {
45527 +                       fprintf( stderr, "IGD Device (modified with multiple sub-devices) couldn't be started!\n" );
45528 +               } else {
45529 +                       fprintf( stderr, "IGD Device (modified with multiple sub-devices) started!\n" );
45530 +               }
45531 +       }
45532 +       
45533 +       printf(SYNC_STRING);
45534 +       fflush(NULL);
45535 +       getchar();      
45536 +
45537 +       cg_upnp_device_stop(igdDev);
45538 +       cg_upnp_device_delete(igdDev);
45539 +
45540 +       return(0);
45541 +}
45542 --- tests/regression/igd_dev_parsing_by_fd.c
45543 +++ tests/regression/igd_dev_parsing_by_fd.c
45544 @@ -0,0 +1,98 @@
45545 +/**
45546 + *
45547 + *     UPnP IGD simple device implementation (using a UPnP Device file descriptor)
45548 + *
45549 + */
45550 +
45551 +#include <cybergarage/upnp/cupnp.h>
45552 +#include <string.h>
45553 +#include "common.h"
45554 +
45555 +char *IGD_DEVICE_DESCRIPTION_FILE_NAME = "igddescs/gatedesc.xml";
45556 +char *IGD_ICFG_SERVICE_DESCRIPTION_FILE_NAME = "igddescs/gateifcgSCPD.xml";
45557 +char *IGD_CONN_SERVICE_DESCRIPTION_FILE_NAME = "igddescs/gateconnSCPD.xml";
45558 +
45559 +/**
45560 + * Action listener for WAN Common Interface Config service 
45561 + * Just see if the action is conformant with any service, in any IGD embedded device
45562 + */
45563 +BOOL upnp_igd_common_ifcg_actionreceived(CgUpnpAction *action)
45564 +{
45565 +       char *actionName;
45566 +       CgUpnpService* service;
45567 +
45568 +       actionName = cg_upnp_action_getname(action);
45569 +       service = cg_upnp_action_getservice(action);
45570 +       if (cg_strcmp(cg_upnp_service_getserviceid(service), "urn:upnp-org:serviceId:WANCommonIFC1") == 0) {
45571 +               if (cg_strcmp(actionName,"GetCommonLinkProperties") == 0)
45572 +                       return TRUE;
45573 +               else if (cg_strcmp(actionName,"GetTotalBytesReceived") == 0)
45574 +                       return TRUE;
45575 +               else return FALSE;
45576 +       }
45577 +
45578 +       return FALSE;
45579 +}
45580 +
45581 +/**
45582 + * upnp_igd_device_with_fd_new
45583 + */
45584 +CgUpnpDevice *upnp_igd_device_with_fd_new(char* fileName)
45585 +{
45586 +       CgUpnpDevice *igdDev = cg_upnp_device_new();
45587 +
45588 +       cg_upnp_device_setdescriptionuri( igdDev, "/igddescs/gatedesc.xml" );
45589 +
45590 +       if (cg_upnp_device_loaddescriptionfile(igdDev, 
45591 +                       (fileName != NULL) ? fileName : IGD_DEVICE_DESCRIPTION_FILE_NAME) == FALSE) {
45592 +               fprintf( stderr, "IGD device description has not a valid path!\n" );
45593 +               cg_upnp_device_delete(igdDev);
45594 +               return NULL;
45595 +       }
45596 +
45597 +       cg_upnp_device_setactionlistener(igdDev, upnp_igd_common_ifcg_actionreceived);
45598 +       
45599 +       return igdDev;
45600 +       
45601 +}
45602 +
45603 +
45604 +int main( int argc, char* argv[] )
45605 +{
45606 +       CgUpnpDevice *igdDev = NULL;
45607 +       char *full_name = NULL;
45608 +       int len = 0;
45609 +
45610 +       const char *top_srcdir = getenv("top_srcdir");
45611 +       fprintf( stderr, "\ntop_srcdir = %s\n", top_srcdir );
45612 +       const char *tests_dir = "/tests/regression/";
45613 +       if (top_srcdir != NULL) {
45614 +               len = strlen(top_srcdir) + strlen(tests_dir) + strlen(IGD_DEVICE_DESCRIPTION_FILE_NAME) + 1;
45615 +               full_name = (char*)malloc(sizeof(char)*len);
45616 +               snprintf( full_name, len, "%s%s%s", top_srcdir, tests_dir, IGD_DEVICE_DESCRIPTION_FILE_NAME );
45617 +       } else {
45618 +               len = strlen(IGD_DEVICE_DESCRIPTION_FILE_NAME) + 1;
45619 +               full_name = (char*)malloc(sizeof(char)*len);
45620 +               snprintf( full_name, len, "%s", IGD_DEVICE_DESCRIPTION_FILE_NAME );
45621 +       }
45622 +
45623 +       igdDev = upnp_igd_device_with_fd_new( full_name );
45624 +       free(full_name);
45625 +       
45626 +       if ( igdDev != NULL ) {
45627 +               if ( !cg_upnp_device_start(igdDev) ) {
45628 +                       fprintf( stderr, "IGD Device couldn't be started!\n" );
45629 +               } else {
45630 +                       fprintf( stderr, "IGD Device started!\n" );
45631 +               }
45632 +       }
45633 +       
45634 +       printf(SYNC_STRING);
45635 +       fflush(NULL);
45636 +       getchar();      
45637 +
45638 +       cg_upnp_device_stop(igdDev);
45639 +       cg_upnp_device_delete(igdDev);
45640 +
45641 +       return(0);
45642 +}
45643 --- tests/regression/mini_cp.c
45644 +++ tests/regression/mini_cp.c
45645 @@ -0,0 +1,141 @@
45646 +/* Provides a control point. When a device is added, it probes the
45647 +   device for all available information*/
45648 +
45649 +#include <cybergarage/upnp/cupnp.h>
45650 +#include <stdlib.h>
45651 +#include <stdio.h>
45652 +#include "common.h"
45653 +
45654 +CgUpnpControlPoint *ctrl;
45655 +
45656 +void SSDPNotifyListener(CgUpnpSSDPPacket *ssdpPkt)
45657 +{
45658 +  if (cg_upnp_ssdp_packet_isalive(ssdpPkt) == TRUE) {
45659 +    CgUpnpDevice *dev;
45660 +    for (dev = cg_upnp_controlpoint_getdevices(ctrl);
45661 +        dev != NULL;
45662 +        dev = cg_upnp_device_next(dev)) {
45663 +      int timeout = 100;
45664 +      cg_upnp_controlpoint_subscribeall(ctrl, dev, timeout);
45665 +
45666 +      char *deviceType = cg_upnp_device_getdevicetype(dev);
45667 +      printf("deviceType = %s\n", deviceType);
45668 +
45669 +      CgUpnpDevice *d = cg_upnp_controlpoint_getdevicebytype(ctrl, deviceType);
45670 +      printf("%d\n", d == dev);
45671 +
45672 +      d = cg_upnp_controlpoint_getdevicebyexacttype(ctrl, deviceType);
45673 +      printf("%d\n", d == dev);
45674 +
45675 +      char *identifier = cg_upnp_devicetype_getidentifier(deviceType);
45676 +      printf("identifier = %s\n", identifier);
45677 +      free(identifier);
45678 +
45679 +      char *urn        = cg_upnp_devicetype_geturn(deviceType);
45680 +      printf("urn = %s\n", urn);
45681 +      free(urn);
45682 +
45683 +      char *device     = cg_upnp_devicetype_getdevice(deviceType);
45684 +      printf("device = %s\n", device);
45685 +      free(device);
45686 +
45687 +      char *type       = cg_upnp_devicetype_gettype(deviceType);
45688 +      printf("type = %s\n", type);
45689 +      free(type);
45690 +
45691 +      char *schema     = cg_upnp_devicetype_getschematype(deviceType);
45692 +      printf("schema = %s\n", schema);
45693 +      free(schema);
45694 +
45695 +      char *version    = cg_upnp_devicetype_getversion(deviceType);
45696 +      printf("version = %s\n", version);
45697 +      free(version);
45698 +
45699 +      cg_upnp_device_getservicebytype(dev, "abc");
45700 +      CgUpnpAction *action = cg_upnp_device_getactionbyname(dev, "Say");
45701 +      if (action != NULL) {
45702 +       CgUpnpArgument *arg = cg_upnp_action_getargumentbyname(action, "What");
45703 +       if (arg != NULL) {
45704 +         cg_upnp_argument_setvalue(arg, "Hello World\n");
45705 +         cg_upnp_action_post(action);
45706 +         cg_upnp_argument_setvalue(arg, "Good Bye");
45707 +         cg_upnp_action_post(action);
45708 +       }
45709 +      }
45710 +      CgUpnpStateVariable *var = cg_upnp_device_getstatevariablebyname(dev, "Test");
45711 +      if (var)
45712 +       cg_upnp_statevariable_post(var);
45713 +
45714 +      CgUpnpService *service;
45715 +      for (service = cg_upnp_device_getservices(dev);
45716 +          service != NULL;
45717 +          service = cg_upnp_service_next(service)) {
45718 +
45719 +       cg_upnp_service_getactions(service);
45720 +
45721 +       char *serviceType = cg_upnp_service_getservicetype(service);
45722 +       printf("serviceType = %s\n", serviceType);
45723 +
45724 +       char *identifier = cg_upnp_servicetype_getidentifier(serviceType);
45725 +       printf("identifier = %s\n", identifier);
45726 +       free(identifier);
45727 +
45728 +       char *urn = cg_upnp_servicetype_geturn(serviceType);
45729 +       printf("urn = %s\n", urn);
45730 +       free(urn);
45731 +
45732 +       char *service = cg_upnp_servicetype_getservice(serviceType);
45733 +       printf("service = %s\n", service);
45734 +       free(service);
45735 +
45736 +       char *type = cg_upnp_servicetype_gettype(serviceType);
45737 +       printf("type = %s\n", type);
45738 +       free(type);
45739 +
45740 +       char *schema = cg_upnp_servicetype_getschematype(serviceType);
45741 +       printf("schema = %s\n", schema);
45742 +       free(schema);
45743 +
45744 +       char *version = cg_upnp_servicetype_getversion(serviceType);
45745 +       printf("version = %s\n", version);
45746 +       free(version);
45747 +      }
45748 +    }
45749 +  }
45750 +}
45751 +
45752 +void deviceListener(char* udn, CgUpnpDeviceStatus status)
45753 +{
45754 +}
45755 +
45756 +void EventListener(CgUpnpProperty *prop)
45757 +{
45758 +}
45759 +
45760 +int main() {
45761 +  ctrl = cg_upnp_controlpoint_new();
45762 +  cg_upnp_controlpoint_setssdplistener(ctrl, SSDPNotifyListener);
45763 +  cg_upnp_controlpoint_setdevicelistener(ctrl, deviceListener);
45764 +  cg_upnp_controlpoint_seteventlistener(ctrl, EventListener);
45765 +  cg_upnp_controlpoint_seteventlistener(ctrl, NULL);
45766 +  cg_upnp_controlpoint_start(ctrl);
45767 +
45768 +  cg_upnp_controlpoint_ipchanged(ctrl);
45769 +
45770 +  printf(SYNC_STRING);
45771 +  fflush(NULL);
45772 +  getchar();
45773 +
45774 +  CgUpnpDevice *dev;
45775 +  for (dev = cg_upnp_controlpoint_getdevices(ctrl);
45776 +       dev != NULL;
45777 +       dev = cg_upnp_device_next(dev)) {
45778 +    cg_upnp_controlpoint_resubscribeall(ctrl, dev, 100);
45779 +    cg_upnp_controlpoint_unsubscribeall(ctrl, dev);
45780 +  }
45781 +
45782 +  cg_upnp_controlpoint_stop(ctrl);
45783 +  cg_upnp_controlpoint_delete(ctrl);
45784 +
45785 +  return 0;
45786 +}
45787 --- tests/regression/mini_dev.c
45788 +++ tests/regression/mini_dev.c
45789 @@ -0,0 +1,31 @@
45790 +/* Provides a device*/
45791 +
45792 +#include <cybergarage/upnp/cupnp.h>
45793 +#include <string.h>
45794 +#include <stdio.h>
45795 +#include "common.h"
45796 +
45797 +int main( int argc, char* argv[] )
45798 +{
45799 +       CgUpnpDevice *dev = cg_upnp_device_new();
45800 +
45801 +       const char *top_srcdir = getenv("top_srcdir");
45802 +       const char *fname = "/tests/regression/mini_dev.xml";
45803 +       int len = strlen(top_srcdir) + strlen(fname) + 1;
45804 +       char full_name[len];
45805 +       strcpy(full_name, top_srcdir);
45806 +       strcat(full_name, fname);
45807 +       cg_upnp_device_loaddescriptionfile(dev, full_name);
45808 +
45809 +        cg_upnp_device_setleasetime(dev, 1800);
45810 +       cg_upnp_device_start(dev);
45811 +
45812 +       printf(SYNC_STRING);
45813 +       fflush(NULL);
45814 +       getchar();
45815 +
45816 +       cg_upnp_device_stop(dev);
45817 +       cg_upnp_device_delete(dev);
45818 +
45819 +       return(0);
45820 +}
45821 --- tests/regression/mini_dev_announces.c
45822 +++ tests/regression/mini_dev_announces.c
45823 @@ -0,0 +1,73 @@
45824 +#include <cybergarage/upnp/cupnp.h>
45825 +#include <string.h>
45826 +#include <stdio.h>
45827 +#include "common.h"
45828 +
45829 +/**
45830 + * Notify Listener
45831 + */
45832 +void SSDPNotifyListener(CgUpnpSSDPPacket *ssdpPkt)
45833 +{
45834 +       char *st;
45835 +       char *nt;
45836 +       char *url;
45837 +       char *server;
45838 +       char *nts;
45839 +       char *man;
45840 +       char *usn;
45841 +       if (cg_upnp_ssdp_packet_isdiscover(ssdpPkt) == TRUE) {
45842 +               st = cg_upnp_ssdp_packet_getst(ssdpPkt);
45843 +               nt = cg_upnp_ssdp_packet_getnt(ssdpPkt);
45844 +               url = cg_upnp_ssdp_packet_getlocation(ssdpPkt);
45845 +               server = cg_upnp_ssdp_packet_getserver(ssdpPkt);
45846 +               nts = cg_upnp_ssdp_packet_getnts(ssdpPkt);
45847 +               man = cg_upnp_ssdp_packet_getman(ssdpPkt);
45848 +               usn = cg_upnp_ssdp_packet_getusn(ssdpPkt);
45849 +               fprintf( stderr, "ssdp:discover : ST = %s | NT = %s | location = %s | server = %s | nts = %s | man = %s | usn = %s\n",
45850 +                       st, nt, url, server, nts, man, usn); 
45851 +       }
45852 +       else if (cg_upnp_ssdp_packet_isalive(ssdpPkt) == TRUE) {
45853 +               fprintf( stderr, "ssdp:alive : uuid = %s, NT = %s, location = %s\n",
45854 +                       cg_upnp_ssdp_packet_getusn(ssdpPkt), 
45855 +                       cg_upnp_ssdp_packet_getnt(ssdpPkt), 
45856 +                       cg_upnp_ssdp_packet_getlocation(ssdpPkt)); 
45857 +       }
45858 +       else if (cg_upnp_ssdp_packet_isbyebye(ssdpPkt) == TRUE) {
45859 +               fprintf( stderr, "ssdp:byebye : uuid = %s, NT = %s\n",
45860 +                       cg_upnp_ssdp_packet_getusn(ssdpPkt), 
45861 +                       cg_upnp_ssdp_packet_getnt(ssdpPkt));
45862 +       }
45863 +       cg_upnp_ssdp_packet_print(ssdpPkt); 
45864 +}
45865 +
45866 +int main( int argc, char* argv[] )
45867 +{
45868 +       CgUpnpDevice *dev = cg_upnp_device_new();
45869 +
45870 +       const char *top_srcdir = getenv("top_srcdir");
45871 +       const char *fname = "/tests/regression/mini_dev.xml";
45872 +       int len = strlen(top_srcdir) + strlen(fname) + 1;
45873 +       char full_name[len];
45874 +       strcpy(full_name, top_srcdir);
45875 +       strcat(full_name, fname);
45876 +       cg_upnp_device_loaddescriptionfile(dev, full_name);
45877 +
45878 +       cg_upnp_device_setleasetime(dev, 1);
45879 +       cg_upnp_device_start(dev);
45880 +       
45881 +       cg_wait( 500 );
45882 +       
45883 +       CgUpnpControlPoint *ctrlPoint;
45884 +       ctrlPoint = cg_upnp_controlpoint_new();
45885 +       cg_upnp_controlpoint_setssdplistener(ctrlPoint, SSDPNotifyListener);
45886 +       cg_upnp_controlpoint_start(ctrlPoint);
45887 +
45888 +       printf(SYNC_STRING);
45889 +       fflush(NULL);
45890 +       getchar();      
45891 +
45892 +       cg_upnp_device_stop(dev);
45893 +       cg_upnp_device_delete(dev);
45894 +
45895 +       return(0);
45896 +}
45897 --- tests/regression/mini_service.c
45898 +++ tests/regression/mini_service.c
45899 @@ -0,0 +1,35 @@
45900 +/* similar to mini_dev.c, but also provides a service */
45901 +
45902 +#include <cybergarage/upnp/cupnp.h>
45903 +#include <string.h>
45904 +#include <stdio.h>
45905 +#include "common.h"
45906 +
45907 +int main( int argc, char* argv[] )
45908 +{
45909 +       CgUpnpDevice *dev = cg_upnp_device_new();
45910 +
45911 +       const char *top_srcdir = getenv("top_srcdir");
45912 +       const char *fname = "/tests/regression/mini_dev.xml";
45913 +       int len = strlen(top_srcdir) + strlen(fname) + 1;
45914 +       char full_name[len];
45915 +       strcpy(full_name, top_srcdir);
45916 +       strcat(full_name, fname);
45917 +       cg_upnp_device_loaddescriptionfile(dev, full_name);
45918 +
45919 +       CgUpnpService *service = cg_upnp_device_getservicebyexacttype(dev, "urn:schemas-upnp-org:service:timer:1");
45920 +
45921 +       cg_upnp_service_parsedescription(service, SERVICE_DESCRIPTION, strlen(SERVICE_DESCRIPTION));
45922 +
45923 +        cg_upnp_device_setleasetime(dev, 1800);
45924 +       cg_upnp_device_start(dev);
45925 +
45926 +       printf(SYNC_STRING);
45927 +       fflush(NULL);
45928 +       getchar();
45929 +
45930 +       cg_upnp_device_stop(dev);
45931 +       cg_upnp_device_delete(dev);
45932 +
45933 +       return(0);
45934 +}
45935 --- tests/regression/mini_service2.c
45936 +++ tests/regression/mini_service2.c
45937 @@ -0,0 +1,56 @@
45938 +/* similar to mini_service.c, but also provides an action and a query
45939 +   listener */
45940 +
45941 +#include <cybergarage/upnp/cupnp.h>
45942 +#include <string.h>
45943 +#include <stdio.h>
45944 +#include "common.h"
45945 +
45946 +static BOOL actionreceived(CgUpnpAction *action)
45947 +{
45948 +       char *actionName = cg_upnp_action_getname(action);
45949 +       if (strcmp("Say", actionName) == 0) {
45950 +               cg_upnp_action_getargumentbyname(action, "");
45951 +               cg_upnp_action_getargumentbyname(action, "What");
45952 +               cg_upnp_action_getargumentbyname(action, "abc");
45953 +               return TRUE;
45954 +       }
45955 +       return FALSE;
45956 +}
45957 +
45958 +static BOOL queryreceived(CgUpnpStateVariable *var) {
45959 +       return TRUE;
45960 +}
45961 +
45962 +int main( int argc, char* argv[] )
45963 +{
45964 +       CgUpnpDevice *dev = cg_upnp_device_new();
45965 +
45966 +       const char *top_srcdir = getenv("top_srcdir");
45967 +       const char *fname = "/tests/regression/mini_dev.xml";
45968 +       int len = strlen(top_srcdir) + strlen(fname) + 1;
45969 +       char full_name[len];
45970 +       strcpy(full_name, top_srcdir);
45971 +       strcat(full_name, fname);
45972 +       cg_upnp_device_loaddescriptionfile(dev, full_name);
45973 +
45974 +       CgUpnpService *service = cg_upnp_device_getservicebyexacttype(dev, "urn:schemas-upnp-org:service:timer:1");
45975 +
45976 +       cg_upnp_service_parsedescription(service, SERVICE_DESCRIPTION, strlen(SERVICE_DESCRIPTION));
45977 +
45978 +       cg_upnp_device_setquerylistener(dev, queryreceived);
45979 +
45980 +       cg_upnp_device_setactionlistener(dev, actionreceived);
45981 +
45982 +        cg_upnp_device_setleasetime(dev, 1800);
45983 +       cg_upnp_device_start(dev);
45984 +
45985 +       printf(SYNC_STRING);
45986 +       fflush(NULL);
45987 +       getchar();
45988 +
45989 +       cg_upnp_device_stop(dev);
45990 +       cg_upnp_device_delete(dev);
45991 +
45992 +       return(0);
45993 +}
45994 --- tests/regression/stress/igd_cp.c
45995 +++ tests/regression/stress/igd_cp.c
45996 @@ -0,0 +1,50 @@
45997 +/**
45998 + *     CyberLink Trusted IGD Control Point
45999 + * 
46000 + *     File: igd_cp.c
46001 + *
46002 + *     @author Rosfran Lins Borges
46003 + */
46004 +
46005 +#include <cybergarage/upnp/cupnp.h>
46006 +#include <stdlib.h>
46007 +#include <stdio.h>
46008 +#include "common.h"
46009 +
46010 +CgUpnpControlPoint *controlPoint = NULL;
46011 +
46012 +/**
46013 + *
46014 + */
46015 +int main( int argc, char* argv[] )
46016 +{
46017 +       int i = 0;
46018 +       
46019 +       controlPoint = cg_upnp_controlpoint_new();
46020 +       
46021 +       if ( controlPoint != NULL ) {
46022 +               if ( cg_upnp_controlpoint_start(controlPoint) == FALSE) {
46023 +                       fprintf(stderr, "Couldn't start the IGD control point!!!\n");
46024 +                       exit(0);
46025 +               }
46026 +               
46027 +               while ( i < 10 ) {
46028 +                       cg_upnp_controlpoint_search( controlPoint, 
46029 +                                       "urn:schemas-upnp-org:device:InternetGatewayDevice:1" );
46030 +                       ++i;
46031 +               }
46032 +               
46033 +       } else {
46034 +               fprintf(stderr, "Couldn't create instance to the Control Point!!!\n");
46035 +               exit(0);
46036 +       }
46037 +       
46038 +       printf(SYNC_STRING);
46039 +       fflush(NULL);
46040 +       getchar();      
46041 +
46042 +        cg_upnp_controlpoint_stop(controlPoint);
46043 +        cg_upnp_controlpoint_delete(controlPoint);
46044 +       
46045 +       return 0;
46046 +}
46047 --- tests/test_data/all_in_one_document.sh
46048 +++ tests/test_data/all_in_one_document.sh
46049 @@ -0,0 +1,20 @@
46050 +#!/bin/sh
46051 +# Prints all testcases with data into stdout and does some
46052 +# formatting too. Usage: Just execute it from test root directory.
46053 +
46054 +test_cases=`ls -1 | sort -n`;
46055 +
46056 +echo -e "Test data in one document:\n";
46057 +
46058 +for test_case in $test_cases; do
46059 +       for stest in `find $test_case -type d -mindepth 1 | sort | grep -v "\.svn"`; do
46060 +               echo "### Test ($stest) ###";
46061 +               echo -n "Description: ";
46062 +               cat $stest/README;
46063 +               echo -e "\nData: ";
46064 +               cat $stest/data.text;
46065 +               echo -e "### End of Test ($stest) ###\n";
46066 +       done;
46067 +done;
46068 +
46069 +exit 0;
46070 --- tests/test_data/1/a/README
46071 +++ tests/test_data/1/a/README
46072 @@ -0,0 +1 @@
46073 +Device description with multiple embedded devices.
46074 --- tests/test_data/1/a/description.xml
46075 +++ tests/test_data/1/a/description.xml
46076 @@ -0,0 +1,134 @@
46077 +<?xml version="1.0" ?>
46078 +<root xmlns="urn:schemas-upnp-org:device-1-0">
46079 +       <specVersion>
46080 +               <major>1</major>
46081 +               <minor>0</minor>
46082 +       </specVersion>
46083 +       <device>
46084 +               <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
46085 +               <friendlyName>Multi-Clock Device</friendlyName>
46086 +               <manufacturer>CyberGarage</manufacturer>
46087 +               <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46088 +               <modelDescription>Clinkc UPnP Multi-Clock Device</modelDescription>
46089 +               <modelName>Clock</modelName>
46090 +               <modelNumber>1.0</modelNumber>
46091 +               <modelURL>http://www.cybergarage.org</modelURL>
46092 +               <serialNumber>1234567890</serialNumber>
46093 +               <UDN>uuid:cybergarageClockRootDevice</UDN>
46094 +               <UPC>123456789012</UPC>
46095 +               <iconList>
46096 +                       <icon>
46097 +                               <mimetype>image/gif</mimetype>
46098 +                               <width>48</width>
46099 +                               <height>32</height>
46100 +                               <depth>8</depth>
46101 +                               <url>icon.gif</url>
46102 +                       </icon>
46103 +               </iconList>
46104 +               <serviceList>
46105 +                       <service>
46106 +                               <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
46107 +                               <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
46108 +                               <SCPDURL>/service/timer1/description.xml</SCPDURL>
46109 +                               <controlURL>/service/timer/control</controlURL>
46110 +                               <eventSubURL>/service/timer/eventSub</eventSubURL>
46111 +                       </service>
46112 +               </serviceList>
46113 +               <deviceList>
46114 +                       <device>
46115 +                               <deviceType>urn:schemas-upnp-org:device:embeddedclock1:1</deviceType>
46116 +                               <friendlyName>Embedded Device 1</friendlyName>
46117 +                               <manufacturer>CyberGarage</manufacturer>
46118 +                               <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46119 +                               <modelDescription>Embedded CyberUPnP Device 1</modelDescription>
46120 +                               <modelName>Embedded device</modelName>
46121 +                               <modelNumber>1.0</modelNumber>
46122 +                               <modelURL>http://www.cybergarage.org</modelURL>
46123 +                               <serialNumber>1234567890</serialNumber>
46124 +                               <UDN>uuid:cybergarageEmbeddedDevice1</UDN>
46125 +                               <UPC>123456789012</UPC>
46126 +                               <iconList>
46127 +                                       <icon>
46128 +                                               <mimetype>image/gif</mimetype>
46129 +                                               <width>48</width>
46130 +                                               <height>32</height>
46131 +                                               <depth>8</depth>
46132 +                                               <url>icon.gif</url>
46133 +                                       </icon>
46134 +                               </iconList>
46135 +                               <serviceList>
46136 +                                       <service>
46137 +                                               <serviceType>urn:schemas-upnp-org:service:embeddedtimer1:1</serviceType>
46138 +                                               <serviceId>urn:upnp-org:serviceId:embeddedtimer1:1</serviceId>
46139 +                                               <SCPDURL>/service/embeddedtimer1/description.xml</SCPDURL>
46140 +                                               <controlURL>/service/embeddedtimer1/control</controlURL>
46141 +                                               <eventSubURL>/service/embeddedtimer1/eventSub</eventSubURL>
46142 +                                       </service>
46143 +                               </serviceList>
46144 +                       </device>
46145 +                       <device>
46146 +                               <deviceType>urn:schemas-upnp-org:device:embeddedclock2:1</deviceType>
46147 +                               <friendlyName>Embedded Device 2</friendlyName>
46148 +                               <manufacturer>CyberGarage</manufacturer>
46149 +                               <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46150 +                               <modelDescription>Embedded CyberUPnP Device 2</modelDescription>
46151 +                               <modelName>Embedded device</modelName>
46152 +                               <modelNumber>1.0</modelNumber>
46153 +                               <modelURL>http://www.cybergarage.org</modelURL>
46154 +                               <serialNumber>1234567890</serialNumber>
46155 +                               <UDN>uuid:cybergarageEmbeddedDevice2</UDN>
46156 +                               <UPC>123456789012</UPC>
46157 +                               <iconList>
46158 +                                       <icon>
46159 +                                               <mimetype>image/gif</mimetype>
46160 +                                               <width>48</width>
46161 +                                               <height>32</height>
46162 +                                               <depth>8</depth>
46163 +                                               <url>icon.gif</url>
46164 +                                       </icon>
46165 +                               </iconList>
46166 +                               <serviceList>
46167 +                                       <service>
46168 +                                               <serviceType>urn:schemas-upnp-org:service:embeddedtimer2:1</serviceType>
46169 +                                               <serviceId>urn:upnp-org:serviceId:embeddedtimer2:1</serviceId>
46170 +                                               <SCPDURL>/service/embeddedtimer2/description.xml</SCPDURL>
46171 +                                               <controlURL>/service/embeddedtimer2/control</controlURL>
46172 +                                               <eventSubURL>/service/embeddedtimer2/eventSub</eventSubURL>
46173 +                                       </service>
46174 +                               </serviceList>
46175 +                       </device>
46176 +                       <device>
46177 +                               <deviceType>urn:schemas-upnp-org:device:embeddedclock3:1</deviceType>
46178 +                               <friendlyName>Embedded Device 3</friendlyName>
46179 +                               <manufacturer>CyberGarage</manufacturer>
46180 +                               <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46181 +                               <modelDescription>Embedded CyberUPnP Device 3</modelDescription>
46182 +                               <modelName>Embedded device</modelName>
46183 +                               <modelNumber>1.0</modelNumber>
46184 +                               <modelURL>http://www.cybergarage.org</modelURL>
46185 +                               <serialNumber>1234567890</serialNumber>
46186 +                               <UDN>uuid:cybergarageEmbeddedDevice3</UDN>
46187 +                               <UPC>123456789012</UPC>
46188 +                               <iconList>
46189 +                                       <icon>
46190 +                                               <mimetype>image/gif</mimetype>
46191 +                                               <width>48</width>
46192 +                                               <height>32</height>
46193 +                                               <depth>8</depth>
46194 +                                               <url>icon.gif</url>
46195 +                                       </icon>
46196 +                               </iconList>
46197 +                               <serviceList>
46198 +                                       <service>
46199 +                                               <serviceType>urn:schemas-upnp-org:service:embeddedtimer3:1</serviceType>
46200 +                                               <serviceId>urn:upnp-org:serviceId:embeddedtimer3:1</serviceId>
46201 +                                               <SCPDURL>/service/embeddedtimer3/description.xml</SCPDURL>
46202 +                                               <controlURL>/service/embeddedtimer3/control</controlURL>
46203 +                                               <eventSubURL>/service/embeddedtimer3/eventSub</eventSubURL>
46204 +                                       </service>
46205 +                               </serviceList>
46206 +                       </device>
46207 +               </deviceList>
46208 +               <presentationURL>/presentation</presentationURL>
46209 +       </device>
46210 +</root>
46211 --- tests/test_data/19/a/README
46212 +++ tests/test_data/19/a/README
46213 @@ -0,0 +1 @@
46214 +Device & service description XML files with unknown elements, attributes and comments
46215 --- tests/test_data/19/a/description.xml
46216 +++ tests/test_data/19/a/description.xml
46217 @@ -0,0 +1,43 @@
46218 +<?xml version="1.0"?>
46219 +<root xmlns="urn:schemas-upnp-org:device-1-0">
46220 +  <specVersion>
46221 +    <major>1</major>
46222 +    <minor>0</minor>
46223 +  </specVersion>
46224 +  <device>
46225 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
46226 +    <!-- Next element tests future extension support -->
46227 +    <extendedDeviceType>future extension</extendedDeviceType>
46228 +    <!-- Next element contains unknown attribute, again we test possible future extensions -->
46229 +    <friendlyName type="really:friendly">CyberGarage Clock Device</friendlyName>
46230 +    <manufacturer>CyberGarage</manufacturer>
46231 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46232 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
46233 +    <modelName>Clock</modelName>
46234 +    <modelNumber>1.0</modelNumber>
46235 +    <modelURL>http://www.cybergarage.org</modelURL>
46236 +    <serialNumber>1234567890</serialNumber>
46237 +    <UDN>uuid:cybergarageClockDevice</UDN>
46238 +    <UPC>123456789012</UPC>
46239 +    <iconList>
46240 +      <icon>
46241 +        <mimetype>image/gif</mimetype>
46242 +        <width>48</width>
46243 +        <height>32</height>
46244 +        <depth>8</depth>
46245 +        <url>icon.gif</url>
46246 +      </icon>
46247 +    </iconList>
46248 +    <serviceList>
46249 +      <service>
46250 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
46251 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
46252 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
46253 +        <controlURL>/service/timer/control</controlURL>
46254 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
46255 +      </service>
46256 +    </serviceList>
46257 +    <presentationURL>/presentation</presentationURL>
46258 +  </device>
46259 +  <URLBase>http://192.168.1.130:38400</URLBase>
46260 +</root>
46261 --- tests/test_data/19/a/service_description.xml
46262 +++ tests/test_data/19/a/service_description.xml
46263 @@ -0,0 +1,47 @@
46264 +<?xml version="1.0"?>
46265 +<scpd xmlns="urn:schemas-upnp-org:service-1-0">
46266 +  <specVersion>
46267 +    <major>1</major>
46268 +    <minor>0</minor>
46269 +  </specVersion>
46270 +  <actionList>
46271 +    <action>
46272 +      <!-- Next element tests future extension support -->
46273 +      <specialName>Time set</specialName>
46274 +      <!-- Next element contains unknown attribute, again we test possible future extensions -->
46275 +      <name family="timesetters">SetTime</name>
46276 +      <argumentList>
46277 +        <argument>
46278 +          <name>NewTime</name>
46279 +          <relatedStateVariable>Time</relatedStateVariable>
46280 +          <direction>in</direction>
46281 +        </argument>
46282 +        <argument>
46283 +          <name>Result</name>
46284 +          <relatedStateVariable>Result</relatedStateVariable>
46285 +          <direction>out</direction>
46286 +        </argument>
46287 +      </argumentList>
46288 +    </action>
46289 +    <action>
46290 +      <name>GetTime</name>
46291 +      <argumentList>
46292 +        <argument>
46293 +          <name>CurrentTime</name>
46294 +          <relatedStateVariable>Time</relatedStateVariable>
46295 +          <direction>out</direction>
46296 +        </argument>
46297 +      </argumentList>
46298 +    </action>
46299 +  </actionList>
46300 +  <serviceStateTable>
46301 +    <stateVariable sendEvents="yes">
46302 +      <name>Time</name>
46303 +      <dataType>string</dataType>
46304 +    </stateVariable>
46305 +    <stateVariable sendEvents="no">
46306 +      <name>Result</name>
46307 +      <dataType>string</dataType>
46308 +    </stateVariable>
46309 +  </serviceStateTable>
46310 +</scpd>
46311 --- tests/test_data/21/a/README
46312 +++ tests/test_data/21/a/README
46313 @@ -0,0 +1 @@
46314 +variable query with wrong variable name
46315 --- tests/test_data/21/a/data.text
46316 +++ tests/test_data/21/a/data.text
46317 @@ -0,0 +1,16 @@
46318 +POST /service/timer/control HTTP/1.1
46319 +Host: 172.23.118.63:38400
46320 +Accept: */*
46321 +Content-Type: text/xml; charset="utf-8"
46322 +SOAPACTION: "urn:schemas-upnp-org:control-1-0#QueryStateVariable"
46323 +Content-Length: 325
46324 +
46325 +<?xml version="1.0" encoding="utf-8"?>
46326 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
46327 + <s:Body>
46328 +  <u:QueryStateVariable xmlns:u="urn:schemas-upnp-org:control-1-0">
46329 +   <u:varName>Timee</u:varName>
46330 +  </u:QueryStateVariable>
46331 + </s:Body>
46332 +</s:Envelope>
46333 +
46334 --- tests/test_data/22/a/README
46335 +++ tests/test_data/22/a/README
46336 @@ -0,0 +1 @@
46337 +action invoke with an XML body, with CONTENT-TYPE text/xml; charset="utf-8"
46338 --- tests/test_data/22/a/data.text
46339 +++ tests/test_data/22/a/data.text
46340 @@ -0,0 +1,18 @@
46341 +M-POST /service/timer/control HTTP/1.1
46342 +User-Agent: libcurl-agent/1.0
46343 +Host: 172.23.118.168:38400
46344 +Pragma: no-cache
46345 +Accept: */*
46346 +Content-Type: text/xml; charset="utf-8"
46347 +MAN: "http://schemas.xmlsoap.org/soap/envelope/"; ns=01
46348 +01-SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46349 +Content-Length: 256
46350 +
46351 +<?xml version="1.0" encoding="utf-8"?>
46352 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
46353 +       <s:Body>
46354 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" />
46355 +       </s:Body>
46356 +</s:Envelope>
46357 +   
46358 +
46359 --- tests/test_data/24/a/README
46360 +++ tests/test_data/24/a/README
46361 @@ -0,0 +1 @@
46362 +SOAP request with missing CONTENT_TYPE header
46363 --- tests/test_data/24/a/data.text
46364 +++ tests/test_data/24/a/data.text
46365 @@ -0,0 +1,16 @@
46366 +POST /service/timer/control HTTP/1.1
46367 +User-Agent: libcurl-agent/1.0
46368 +Host: 172.23.118.168:38400
46369 +Pragma: no-cache
46370 +Accept: */*
46371 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46372 +Content-Length: 256
46373 +
46374 +<?xml version="1.0" encoding="utf-8"?>
46375 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
46376 +       <s:Body>
46377 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" />
46378 +       </s:Body>
46379 +</s:Envelope>
46380 +   
46381 +
46382 --- tests/test_data/24/b/README
46383 +++ tests/test_data/24/b/README
46384 @@ -0,0 +1,2 @@
46385 +SOAP request with different namespace prefixes (other than 
46386 +the ones mentioned in the spec)
46387 --- tests/test_data/24/b/data.text
46388 +++ tests/test_data/24/b/data.text
46389 @@ -0,0 +1,16 @@
46390 +POST /service/timer/control HTTP/1.1
46391 +User-Agent: libcurl-agent/1.0
46392 +Host: 172.23.118.168:38400
46393 +Pragma: no-cache
46394 +Accept: */*
46395 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46396 +Content-Length: 256
46397 +
46398 +<?xml version="1.0" encoding="utf-8"?>
46399 +<w:Envelope xmlns:w="http://schemas.xmlsoap.org/soap/envelope/" w:encoding="http://schemas.xmlsoap.org/soap/encoding/">
46400 +       <w:Body>
46401 +               <h:GetTime xmlns:h="urn:schemas-upnp-org:service:timer:1" />
46402 +       </w:Body>
46403 +</w:Envelope>
46404 +   
46405 +
46406 --- tests/test_data/25/a/README
46407 +++ tests/test_data/25/a/README
46408 @@ -0,0 +1 @@
46409 +Device & service description XML files with "Time" state variable non-evented
46410 --- tests/test_data/25/a/description.xml
46411 +++ tests/test_data/25/a/description.xml
46412 @@ -0,0 +1,43 @@
46413 +<?xml version="1.0"?>
46414 +<root xmlns="urn:schemas-upnp-org:device-1-0">
46415 +  <specVersion>
46416 +    <major>1</major>
46417 +    <minor>0</minor>
46418 +  </specVersion>
46419 +  <device>
46420 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
46421 +    <!-- Next element tests future extension support -->
46422 +    <extendedDeviceType>future extension</extendedDeviceType>
46423 +    <!-- Next element contains unknown attribute, again we test possible future extensions -->
46424 +    <friendlyName type="really:friendly">CyberGarage Clock Device</friendlyName>
46425 +    <manufacturer>CyberGarage</manufacturer>
46426 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46427 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
46428 +    <modelName>Clock</modelName>
46429 +    <modelNumber>1.0</modelNumber>
46430 +    <modelURL>http://www.cybergarage.org</modelURL>
46431 +    <serialNumber>1234567890</serialNumber>
46432 +    <UDN>uuid:cybergarageClockDevice</UDN>
46433 +    <UPC>123456789012</UPC>
46434 +    <iconList>
46435 +      <icon>
46436 +        <mimetype>image/gif</mimetype>
46437 +        <width>48</width>
46438 +        <height>32</height>
46439 +        <depth>8</depth>
46440 +        <url>icon.gif</url>
46441 +      </icon>
46442 +    </iconList>
46443 +    <serviceList>
46444 +      <service>
46445 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
46446 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
46447 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
46448 +        <controlURL>/service/timer/control</controlURL>
46449 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
46450 +      </service>
46451 +    </serviceList>
46452 +    <presentationURL>/presentation</presentationURL>
46453 +  </device>
46454 +  <URLBase>http://192.168.1.130:38400</URLBase>
46455 +</root>
46456 --- tests/test_data/25/a/service_description.xml
46457 +++ tests/test_data/25/a/service_description.xml
46458 @@ -0,0 +1,47 @@
46459 +<?xml version="1.0"?>
46460 +<scpd xmlns="urn:schemas-upnp-org:service-1-0">
46461 +  <specVersion>
46462 +    <major>1</major>
46463 +    <minor>0</minor>
46464 +  </specVersion>
46465 +  <actionList>
46466 +    <action>
46467 +      <!-- Next element tests future extension support -->
46468 +      <specialName>Time set</specialName>
46469 +      <!-- Next element contains unknown attribute, again we test possible future extensions -->
46470 +      <name family="timesetters">SetTime</name>
46471 +      <argumentList>
46472 +        <argument>
46473 +          <name>NewTime</name>
46474 +          <relatedStateVariable>Time</relatedStateVariable>
46475 +          <direction>in</direction>
46476 +        </argument>
46477 +        <argument>
46478 +          <name>Result</name>
46479 +          <relatedStateVariable>Result</relatedStateVariable>
46480 +          <direction>out</direction>
46481 +        </argument>
46482 +      </argumentList>
46483 +    </action>
46484 +    <action>
46485 +      <name>GetTime</name>
46486 +      <argumentList>
46487 +        <argument>
46488 +          <name>CurrentTime</name>
46489 +          <relatedStateVariable>Time</relatedStateVariable>
46490 +          <direction>out</direction>
46491 +        </argument>
46492 +      </argumentList>
46493 +    </action>
46494 +  </actionList>
46495 +  <serviceStateTable>
46496 +    <stateVariable sendEvents="no">
46497 +      <name>Time</name>
46498 +      <dataType>string</dataType>
46499 +    </stateVariable>
46500 +    <stateVariable sendEvents="no">
46501 +      <name>Result</name>
46502 +      <dataType>string</dataType>
46503 +    </stateVariable>
46504 +  </serviceStateTable>
46505 +</scpd>
46506 --- tests/test_data/26/a/README
46507 +++ tests/test_data/26/a/README
46508 @@ -0,0 +1 @@
46509 +SUBSCRIBE message with SID and NT and CALLBACK headers
46510 --- tests/test_data/26/a/data.text
46511 +++ tests/test_data/26/a/data.text
46512 @@ -0,0 +1,11 @@
46513 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46514 +User-Agent: libcurl-agent/1.0
46515 +Pragma: no-cache
46516 +Accept: */*
46517 +CALLBACK: <http://172.23.118.168:39500/eventSub>
46518 +NT: upnp:event
46519 +TIMEOUT: Second-300
46520 +HOST: 172.23.118.168
46521 +SID: uuid:a798-a000-9444-e000 
46522 +
46523 +
46524 --- tests/test_data/26/b/README
46525 +++ tests/test_data/26/b/README
46526 @@ -0,0 +1 @@
46527 +SUBSCRIBE message with CALLBACK with missing URL
46528 --- tests/test_data/26/b/data.text
46529 +++ tests/test_data/26/b/data.text
46530 @@ -0,0 +1,10 @@
46531 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46532 +User-Agent: libcurl-agent/1.0
46533 +Pragma: no-cache
46534 +Accept: */*
46535 +CALLBACK: 
46536 +NT: upnp:event
46537 +TIMEOUT: Second-300
46538 +HOST: 172.23.118.168
46539 +
46540 +
46541 --- tests/test_data/26/c/README
46542 +++ tests/test_data/26/c/README
46543 @@ -0,0 +1 @@
46544 +SUBSCRIBE message with NT != upnp:event
46545 --- tests/test_data/26/c/data.text
46546 +++ tests/test_data/26/c/data.text
46547 @@ -0,0 +1,9 @@
46548 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46549 +User-Agent: libcurl-agent/1.0
46550 +Pragma: no-cache
46551 +Accept: */*
46552 +CALLBACK: <http://172.23.118.168:39500/eventSub>
46553 +NT: upnp:novent
46554 +TIMEOUT: Second-300
46555 +HOST: 172.23.118.168
46556 +
46557 --- tests/test_data/26/d/README
46558 +++ tests/test_data/26/d/README
46559 @@ -0,0 +1 @@
46560 +SUBSCRIBE message with any SID
46561 --- tests/test_data/26/d/data.text
46562 +++ tests/test_data/26/d/data.text
46563 @@ -0,0 +1,8 @@
46564 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46565 +User-Agent: libcurl-agent/1.0
46566 +Pragma: no-cache
46567 +Accept: */*
46568 +TIMEOUT: Second-300
46569 +HOST: 172.23.118.168
46570 +SID: uuid:kj9d4fae-7dec-11d0-a765-00a0c91e6bf6
46571 +
46572 --- tests/test_data/26/e/README
46573 +++ tests/test_data/26/e/README
46574 @@ -0,0 +1 @@
46575 +SUBSCRIBE message with no SID, no NT and no CALLBACK header
46576 --- tests/test_data/26/e/data.text
46577 +++ tests/test_data/26/e/data.text
46578 @@ -0,0 +1,7 @@
46579 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46580 +User-Agent: libcurl-agent/1.0
46581 +Pragma: no-cache
46582 +Accept: */*
46583 +TIMEOUT: Second-300
46584 +HOST: 172.23.118.168
46585 +
46586 --- tests/test_data/30/a/README
46587 +++ tests/test_data/30/a/README
46588 @@ -0,0 +1 @@
46589 +UNSUBSCRIBE message with SID, NT and CALLBACK
46590 --- tests/test_data/30/a/data.text
46591 +++ tests/test_data/30/a/data.text
46592 @@ -0,0 +1,10 @@
46593 +UNSUBSCRIBE /service/timer/eventSub HTTP/1.1
46594 +User-Agent: libcurl-agent/1.0
46595 +Pragma: no-cache
46596 +Accept: */*
46597 +SID: uuid:a82f-a000-88ce-e000 
46598 +HOST: 172.23.118.168
46599 +CALLBACK: <http://172.23.118.168:39500/eventSub>
46600 +NT: upnp:event
46601 +
46602 +
46603 --- tests/test_data/30/b/README
46604 +++ tests/test_data/30/b/README
46605 @@ -0,0 +1 @@
46606 +UNSUBSCRIBE message with wrong SID
46607 --- tests/test_data/30/b/data.text
46608 +++ tests/test_data/30/b/data.text
46609 @@ -0,0 +1,7 @@
46610 +UNSUBSCRIBE /service/timer/eventSub HTTP/1.1
46611 +User-Agent: libcurl-agent/1.0
46612 +Pragma: no-cache
46613 +Accept: */*
46614 +SID: uuid:WRONG_SIDf1cd-a000-bb80-e000
46615 +HOST: 172.23.118.168
46616 +
46617 --- tests/test_data/30/c/README
46618 +++ tests/test_data/30/c/README
46619 @@ -0,0 +1 @@
46620 +UNSUBSCRIBE message with missing SID
46621 --- tests/test_data/30/c/data.text
46622 +++ tests/test_data/30/c/data.text
46623 @@ -0,0 +1,6 @@
46624 +UNSUBSCRIBE /service/timer/eventSub HTTP/1.1
46625 +User-Agent: libcurl-agent/1.0
46626 +Pragma: no-cache
46627 +Accept: */*
46628 +HOST: 172.23.118.168
46629 +
46630 --- tests/test_data/40/a/README
46631 +++ tests/test_data/40/a/README
46632 @@ -0,0 +1 @@
46633 +HTTP GET HTTP/1.0 request
46634 --- tests/test_data/40/a/data.text
46635 +++ tests/test_data/40/a/data.text
46636 @@ -0,0 +1,2 @@
46637 +GET /description.xml HTTP/1.0
46638 +
46639 --- tests/test_data/40/b/README
46640 +++ tests/test_data/40/b/README
46641 @@ -0,0 +1 @@
46642 +HTTP GET HTTP/1.1 request
46643 --- tests/test_data/40/b/data.text
46644 +++ tests/test_data/40/b/data.text
46645 @@ -0,0 +1,9 @@
46646 +GET /description.xml HTTP/1.1
46647 +Accept: text/xml, application/xml
46648 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46649 +Host: 172.23.118.168:38400
46650 +Connection: Keep-Alive
46651 +Cache-Control: no-cache
46652 +Pragma: no-cache
46653 +
46654 +
46655 --- tests/test_data/41/a/README
46656 +++ tests/test_data/41/a/README
46657 @@ -0,0 +1 @@
46658 +HTTP GET device description HTTP/1.1 request with various unknown headers
46659 --- tests/test_data/41/a/data.text
46660 +++ tests/test_data/41/a/data.text
46661 @@ -0,0 +1,11 @@
46662 +GET /description.xml HTTP/1.1
46663 +Accept: text/xml, application/xml
46664 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46665 +My-Special-Unknown-Header: Unknown header value 1
46666 +Host: 172.23.118.168:38400
46667 +Connection: Keep-Alive
46668 +My-Second-Unknown-Header: Unknown (header; value; 2/2)
46669 +Cache-Control: no-cache
46670 +Pragma: no-cache
46671 +
46672 +
46673 --- tests/test_data/41/b/README
46674 +++ tests/test_data/41/b/README
46675 @@ -0,0 +1 @@
46676 +HTTP request with different header ordering and upper/lower case header field names
46677 --- tests/test_data/41/b/data.text
46678 +++ tests/test_data/41/b/data.text
46679 @@ -0,0 +1,9 @@
46680 +GET /description.xml HTTP/1.1
46681 +PRAGMA: no-cache
46682 +hosT: 172.23.118.168:38400
46683 +ConnEction: Keep-Alive
46684 +User-agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46685 +Cache-Control: no-cache
46686 +accept: text/xml, application/xml
46687 +
46688 +
46689 --- tests/test_data/41/c/README
46690 +++ tests/test_data/41/c/README
46691 @@ -0,0 +1 @@
46692 +M-SEARCH ssdp:all with unknown headers
46693 --- tests/test_data/41/c/data.text
46694 +++ tests/test_data/41/c/data.text
46695 @@ -0,0 +1,9 @@
46696 +M-SEARCH * HTTP/1.1
46697 +Request-Method: M-SEARCH
46698 +Request-URI: *
46699 +Request-Version: HTTP/1.1
46700 +ST: ssdp:all
46701 +MX: 3
46702 +MAN: "ssdp:discover"
46703 +HOST: 239.255.255.250:1900
46704 +
46705 --- tests/test_data/41/d/README
46706 +++ tests/test_data/41/d/README
46707 @@ -0,0 +1,4 @@
46708 +HTTP request which has a header
46709 +HEADERNAME:      value
46710 +
46711 +(i.e. a lot of LWS after the ':')
46712 --- tests/test_data/41/d/data.text
46713 +++ tests/test_data/41/d/data.text
46714 @@ -0,0 +1,5 @@
46715 +GET /description.xml HTTP/1.1
46716 +HOST:
46717 +User-Agent:                                       Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46718 +
46719 +
46720 --- tests/test_data/41/e/README
46721 +++ tests/test_data/41/e/README
46722 @@ -0,0 +1,6 @@
46723 +HTTP request which has a header:
46724 +
46725 +HEADERNAME: averylongvalueitisctually
46726 +    solongvaluethatitmustbesplittomanylines
46727 +
46728 +(i.e. header line split to multiple lines).
46729 --- tests/test_data/41/e/data.text
46730 +++ tests/test_data/41/e/data.text
46731 @@ -0,0 +1,5 @@
46732 +GET /description.xml HTTP/1.1
46733 +HOST: 
46734 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1) thestartquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumped
46735 +   quickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedquickbrownfxjumpedtheend
46736 +
46737 --- tests/test_data/41/f/README
46738 +++ tests/test_data/41/f/README
46739 @@ -0,0 +1 @@
46740 +HTTP request, which is preceded by a CRLF
46741 --- tests/test_data/41/f/data.text
46742 +++ tests/test_data/41/f/data.text
46743 @@ -0,0 +1,6 @@
46744 +
46745 +
46746 +GET /description.xml HTTP/1.1
46747 +User-Agent:                                       Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46748 +Host:
46749 +
46750 --- tests/test_data/43/a/README
46751 +++ tests/test_data/43/a/README
46752 @@ -0,0 +1 @@
46753 +Valid action invoke message of size 20,480 bytes
46754 --- tests/test_data/43/a/data.text
46755 +++ tests/test_data/43/a/data.text
46756 @@ -0,0 +1,18 @@
46757 +POST /service/timer/control HTTP/1.1
46758 +User-Agent: libcurl-agent/1.0
46759 +Host: 172.23.118.168:38400
46760 +Pragma: no-cache
46761 +Accept: */*
46762 +Content-Type: text/xml; charset="utf-8"
46763 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46764 +Content-Length: 20242
46765 +
46766 +<?xml version="1.0" encoding="utf-8"?>
46767 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/"> 
46768 +       <s:Body> 
46769 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> 
46770 +               <!--
46771 +               XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
46772 +               -->
46773 +       </s:Body> 
46774 +</s:Envelope> 
46775 --- tests/test_data/46/a/README
46776 +++ tests/test_data/46/a/README
46777 @@ -0,0 +1 @@
46778 +SOAP message with unknown XML elements
46779 --- tests/test_data/46/a/data.text
46780 +++ tests/test_data/46/a/data.text
46781 @@ -0,0 +1,14 @@
46782 +POST /service/timer/control HTTP/1.1
46783 +User-Agent: libcurl-agent/1.0
46784 +Host: 172.23.119.211:38400
46785 +Accept: */*
46786 +Content-Type: text/xml; charset="utf-8"
46787 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46788 +Content-Length: 319
46789 +
46790 +<?xml version="1.0" encoding="utf-8"?>
46791 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
46792 +<s:Totallyunknownelement>Content</s:Totallyunknownelement> <s:Body>
46793 +  <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> </s:Body>
46794 +</s:Envelope>
46795 +
46796 --- tests/test_data/46/b/README
46797 +++ tests/test_data/46/b/README
46798 @@ -0,0 +1 @@
46799 +SUBSCRIBE message with unknown HTTP headers
46800 --- tests/test_data/46/b/data.text
46801 +++ tests/test_data/46/b/data.text
46802 @@ -0,0 +1,12 @@
46803 +SUBSCRIBE /service/timer/eventSub HTTP/1.1
46804 +Unknown-Header1: HD 1
46805 +User-Agent: libcurl-agent/1.0
46806 +Pragma: no-cache
46807 +Not-Known-Header2: (HD/2)
46808 +Accept: */*
46809 +CALLBACK: <http://172.23.118.168:39500/eventSub>
46810 +NT: upnp:event
46811 +TIMEOUT: Second-300
46812 +HOST: 172.23.118.168
46813 +
46814 +
46815 --- tests/test_data/48/a/README
46816 +++ tests/test_data/48/a/README
46817 @@ -0,0 +1 @@
46818 +HTTP GET description request with an absolute URI
46819 --- tests/test_data/48/a/data.text
46820 +++ tests/test_data/48/a/data.text
46821 @@ -0,0 +1,9 @@
46822 +GET http://192.168.1.8:38400/description.xml HTTP/1.1
46823 +Accept: text/xml, application/xml
46824 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46825 +Host: 192.168.1.8:38400
46826 +Connection: Keep-Alive
46827 +Cache-Control: no-cache
46828 +Pragma: no-cache
46829 +
46830 +
46831 --- tests/test_data/48/b/README
46832 +++ tests/test_data/48/b/README
46833 @@ -0,0 +1 @@
46834 +HTTP GET description request with a relative URI
46835 --- tests/test_data/48/b/data.text
46836 +++ tests/test_data/48/b/data.text
46837 @@ -0,0 +1,9 @@
46838 +GET /description.xml HTTP/1.1
46839 +Accept: text/xml, application/xml
46840 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
46841 +Host: 127.0.0.1:38400
46842 +Connection: Keep-Alive
46843 +Cache-Control: no-cache
46844 +Pragma: no-cache
46845 +
46846 +
46847 --- tests/test_data/49/a/README
46848 +++ tests/test_data/49/a/README
46849 @@ -0,0 +1 @@
46850 +valid action request with different (newer) version number in DLNA-CP-version
46851 --- tests/test_data/49/a/data.text
46852 +++ tests/test_data/49/a/data.text
46853 @@ -0,0 +1,14 @@
46854 +POST /service/timer/control HTTP/1.1
46855 +User-Agent: libcurl-agent/1.0 DLNADOC/1.50
46856 +Host: 192.168.1.99:38400
46857 +Accept: */*
46858 +Content-Type: text/xml; charset="utf-8"
46859 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46860 +Content-Length: 272
46861 +
46862 +<?xml version="1.0" encoding="utf-8"?>
46863 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
46864 + <s:Body>
46865 +  <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1"></u:GetTime>
46866 + </s:Body>
46867 +</s:Envelope>
46868 --- tests/test_data/5/a/README
46869 +++ tests/test_data/5/a/README
46870 @@ -0,0 +1 @@
46871 +descriptions which include XML version declaration
46872 --- tests/test_data/5/a/description.xml
46873 +++ tests/test_data/5/a/description.xml
46874 @@ -0,0 +1,43 @@
46875 +<?xml version="1.0"?>
46876 +<root xmlns="urn:schemas-upnp-org:device-1-0">
46877 +  <specVersion>
46878 +    <major>1</major>
46879 +    <minor>0</minor>
46880 +  </specVersion>
46881 +  <device>
46882 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
46883 +    <!-- Next element tests future extension support -->
46884 +    <extendedDeviceType>future extension</extendedDeviceType>
46885 +    <!-- Next element contains unknown attribute, again we test possible future extensions -->
46886 +    <friendlyName type="really:friendly">CyberGarage Clock Device</friendlyName>
46887 +    <manufacturer>CyberGarage</manufacturer>
46888 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
46889 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
46890 +    <modelName>Clock</modelName>
46891 +    <modelNumber>1.0</modelNumber>
46892 +    <modelURL>http://www.cybergarage.org</modelURL>
46893 +    <serialNumber>1234567890</serialNumber>
46894 +    <UDN>uuid:cybergarageClockDevice</UDN>
46895 +    <UPC>123456789012</UPC>
46896 +    <iconList>
46897 +      <icon>
46898 +        <mimetype>image/gif</mimetype>
46899 +        <width>48</width>
46900 +        <height>32</height>
46901 +        <depth>8</depth>
46902 +        <url>icon.gif</url>
46903 +      </icon>
46904 +    </iconList>
46905 +    <serviceList>
46906 +      <service>
46907 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
46908 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
46909 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
46910 +        <controlURL>/service/timer/control</controlURL>
46911 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
46912 +      </service>
46913 +    </serviceList>
46914 +    <presentationURL>/presentation</presentationURL>
46915 +  </device>
46916 +  <URLBase>http://172.23.118.168:38400</URLBase>
46917 +</root>
46918 --- tests/test_data/5/a/service_description.xml
46919 +++ tests/test_data/5/a/service_description.xml
46920 @@ -0,0 +1,47 @@
46921 +<?xml version="1.0"?>
46922 +<scpd xmlns="urn:schemas-upnp-org:service-1-0">
46923 +  <specVersion>
46924 +    <major>1</major>
46925 +    <minor>0</minor>
46926 +  </specVersion>
46927 +  <actionList>
46928 +    <action>
46929 +      <!-- Next element tests future extension support -->
46930 +      <specialName>Time set</specialName>
46931 +      <!-- Next element contains unknown attribute, again we test possible future extensions -->
46932 +      <name family="timesetters">SetTime</name>
46933 +      <argumentList>
46934 +        <argument>
46935 +          <name>NewTime</name>
46936 +          <relatedStateVariable>Time</relatedStateVariable>
46937 +          <direction>in</direction>
46938 +        </argument>
46939 +        <argument>
46940 +          <name>Result</name>
46941 +          <relatedStateVariable>Result</relatedStateVariable>
46942 +          <direction>out</direction>
46943 +        </argument>
46944 +      </argumentList>
46945 +    </action>
46946 +    <action>
46947 +      <name>GetTime</name>
46948 +      <argumentList>
46949 +        <argument>
46950 +          <name>CurrentTime</name>
46951 +          <relatedStateVariable>Time</relatedStateVariable>
46952 +          <direction>out</direction>
46953 +        </argument>
46954 +      </argumentList>
46955 +    </action>
46956 +  </actionList>
46957 +  <serviceStateTable>
46958 +    <stateVariable sendEvents="yes">
46959 +      <name>Time</name>
46960 +      <dataType>string</dataType>
46961 +    </stateVariable>
46962 +    <stateVariable sendEvents="no">
46963 +      <name>Result</name>
46964 +      <dataType>string</dataType>
46965 +    </stateVariable>
46966 +  </serviceStateTable>
46967 +</scpd>
46968 --- tests/test_data/5/b/README
46969 +++ tests/test_data/5/b/README
46970 @@ -0,0 +1 @@
46971 +action invoke with XML version declaration
46972 --- tests/test_data/5/b/data.text
46973 +++ tests/test_data/5/b/data.text
46974 @@ -0,0 +1,15 @@
46975 +POST /service/timer/control HTTP/1.1
46976 +User-Agent: libcurl-agent/1.0 
46977 +Host: 172.23.118.168:38400
46978 +Pragma: no-cache
46979 +Accept: */*
46980 +Content-Type: text/xml; charset="utf-8"
46981 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
46982 +Content-Length: 256
46983 +
46984 +<?xml version="1.0" encoding="utf-8"?>
46985 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/"> 
46986 +       <s:Body> 
46987 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> 
46988 +       </s:Body> 
46989 +</s:Envelope> 
46990 --- tests/test_data/50/a/README
46991 +++ tests/test_data/50/a/README
46992 @@ -0,0 +1 @@
46993 +<dlna:X_DLNACAP> in device description
46994 --- tests/test_data/50/a/data.text
46995 +++ tests/test_data/50/a/data.text
46996 @@ -0,0 +1,41 @@
46997 +<?xml version="1.0"?>
46998 +<root xmlns="urn:schemas-upnp-org:device-1-0">
46999 +  <specVersion>
47000 +    <major>1</major>
47001 +    <minor>0</minor>
47002 +  </specVersion>
47003 +  <dlna:X_DLNACAP xmlns:dlna="urn:schemas-dlna-org:device-1-0">av-upload,image-upload,audio-upload</dlna:X_DLNACAP>
47004 +  <device>
47005 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47006 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47007 +    <manufacturer>CyberGarage</manufacturer>
47008 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47009 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47010 +    <modelName>Clock</modelName>
47011 +    <modelNumber>1.0</modelNumber>
47012 +    <modelURL>http://www.cybergarage.org</modelURL>
47013 +    <serialNumber>1234567890</serialNumber>
47014 +    <UDN>uuid:cybergarageClockDevice</UDN>
47015 +    <UPC>123456789012</UPC>
47016 +    <iconList>
47017 +      <icon>
47018 +        <mimetype>image/gif</mimetype>
47019 +        <width>48</width>
47020 +        <height>32</height>
47021 +        <depth>8</depth>
47022 +        <url>icon.gif</url>
47023 +      </icon>
47024 +    </iconList>
47025 +    <serviceList>
47026 +      <service>
47027 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47028 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47029 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47030 +        <controlURL>/service/timer/control</controlURL>
47031 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47032 +      </service>
47033 +    </serviceList>
47034 +    <presentationURL>/presentation</presentationURL>
47035 +  </device>
47036 +  <URLBase>http://172.23.118.168:38400</URLBase>
47037 +</root>
47038 --- tests/test_data/51/a/README
47039 +++ tests/test_data/51/a/README
47040 @@ -0,0 +1 @@
47041 +a valid HTTP request with header size 4096 bytes
47042 --- tests/test_data/51/a/data.text
47043 +++ tests/test_data/51/a/data.text
47044 @@ -0,0 +1,9 @@
47045 +GET /description.xml HTTP/1.1
47046 +Accept: text/xml, application/xml
47047 +User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1)
47048 +Host: 172.23.118.168:38400
47049 +Connection: Keep-Alive
47050 +Cache-Control: no-cache
47051 +Pragma: no-cache
47052 +Unknown: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
47053 +
47054 --- tests/test_data/52/a/README
47055 +++ tests/test_data/52/a/README
47056 @@ -0,0 +1 @@
47057 +Big HTTP header tolerance in HTTP client ID 29609
47058 --- tests/test_data/52/a/data.text
47059 +++ tests/test_data/52/a/data.text
47060 @@ -0,0 +1,17 @@
47061 +POST /service/timer/control HTTP/1.1
47062 +User-Agent: libcurl-agent/1.0 DLNADOC/1.50
47063 +Host: 172.23.118.168:38400
47064 +Pragma: no-cache
47065 +Accept: */*
47066 +Content-Type: text/xml; charset="utf-8"
47067 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47068 +Unknown: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
47069 +Content-Length: 263
47070 +
47071 +<?xml version="1.0" encoding="utf-8"?>
47072 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/"> 
47073 +       <s:Body> 
47074 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> 
47075 +       </s:Body> 
47076 +</s:Envelope> 
47077 +
47078 --- tests/test_data/54/a/README
47079 +++ tests/test_data/54/a/README
47080 @@ -0,0 +1 @@
47081 +Device description XML with 256 byte control URL
47082 --- tests/test_data/54/a/description.xml
47083 +++ tests/test_data/54/a/description.xml
47084 @@ -0,0 +1,44 @@
47085 +<?xml version="1.0"?>
47086 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47087 +  <specVersion>
47088 +    <major>1</major>
47089 +    <minor>0</minor>
47090 +  </specVersion>
47091 +  <device>
47092 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47093 +    <!-- Next element tests future extension support -->
47094 +    <extendedDeviceType>future extension</extendedDeviceType>
47095 +    <!-- Next element contains unknown attribute, again we test possible future extensions -->
47096 +    <friendlyName type="really:friendly">CyberGarage Clock Device</friendlyName>
47097 +    <manufacturer>CyberGarage</manufacturer>
47098 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47099 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47100 +    <modelName>Clock</modelName>
47101 +    <modelNumber>1.0</modelNumber>
47102 +    <modelURL>http://www.cybergarage.org</modelURL>
47103 +    <serialNumber>1234567890</serialNumber>
47104 +    <UDN>uuid:cybergarageClockDevice</UDN>
47105 +    <UPC>123456789012</UPC>
47106 +    <iconList>
47107 +      <icon>
47108 +        <mimetype>image/gif</mimetype>
47109 +        <width>48</width>
47110 +        <height>32</height>
47111 +        <depth>8</depth>
47112 +        <url>icon.gif</url>
47113 +      </icon>
47114 +    </iconList>
47115 +    <serviceList>
47116 +      <service>
47117 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47118 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47119 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47120 +        <controlURL>/service/timer/control345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456</controlURL>
47121 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47122 +      </service>
47123 +    </serviceList>
47124 +    <presentationURL>/presentation</presentationURL>
47125 +  </device>
47126 +  <URLBase>http://192.168.1.130:38400</URLBase>
47127 +</root>
47128 +
47129 --- tests/test_data/60/a/README
47130 +++ tests/test_data/60/a/README
47131 @@ -0,0 +1 @@
47132 +A valid HTTP 1.0 GET request
47133 --- tests/test_data/60/a/data.text
47134 +++ tests/test_data/60/a/data.text
47135 @@ -0,0 +1,2 @@
47136 +GET /description.xml HTTP/1.0
47137 +
47138 --- tests/test_data/60/b/README
47139 +++ tests/test_data/60/b/README
47140 @@ -0,0 +1 @@
47141 +A valid HTTP 1.0 POST request
47142 --- tests/test_data/60/b/data.text
47143 +++ tests/test_data/60/b/data.text
47144 @@ -0,0 +1,14 @@
47145 +POST /service/timer/control HTTP/1.0
47146 +User-Agent: libcurl-agent/1.0
47147 +Host: 172.23.118.168:38400
47148 +Pragma: no-cache
47149 +Accept: */*
47150 +Content-Type: text/xml; charset="utf-8"
47151 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47152 +Content-Length: 256
47153 +
47154 +<?xml version="1.0" encoding="utf-8"?>
47155 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47156 +<s:Body>
47157 +   <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> </s:Body>
47158 +</s:Envelope>
47159 --- tests/test_data/60/c/README
47160 +++ tests/test_data/60/c/README
47161 @@ -0,0 +1 @@
47162 +A valid HTTP 1.0 M-POST request
47163 --- tests/test_data/60/c/data.text
47164 +++ tests/test_data/60/c/data.text
47165 @@ -0,0 +1,15 @@
47166 +M-POST /service/timer/control HTTP/1.0
47167 +User-Agent: libcurl-agent/1.0
47168 +Host: 172.23.118.168:38400
47169 +Pragma: no-cache
47170 +Accept: */*
47171 +Content-Type: text/xml; charset="utf-8"
47172 +MAN: "http://schemas.xmlsoap.org/soap/envelope/"; ns=01
47173 +01-SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47174 +Content-Length: 256
47175 +
47176 +<?xml version="1.0" encoding="utf-8"?>
47177 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47178 +<s:Body>
47179 +   <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> </s:Body>
47180 +</s:Envelope>
47181 --- tests/test_data/60/d/README
47182 +++ tests/test_data/60/d/README
47183 @@ -0,0 +1 @@
47184 +A valid HTTP 1.1 POST request with CONNECTION: CLOSE
47185 --- tests/test_data/60/d/data.text
47186 +++ tests/test_data/60/d/data.text
47187 @@ -0,0 +1,15 @@
47188 +POST /service/timer/control HTTP/1.1
47189 +User-Agent: libcurl-agent/1.0
47190 +Host: 172.23.118.168:38400
47191 +Pragma: no-cache
47192 +Accept: */*
47193 +Content-Type: text/xml; charset="utf-8"
47194 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47195 +CONNECTION: CLOSE
47196 +Content-Length: 256
47197 +
47198 +<?xml version="1.0" encoding="utf-8"?>
47199 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47200 +<s:Body>
47201 +   <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" /> </s:Body>
47202 +</s:Envelope>
47203 --- tests/test_data/67/a/README
47204 +++ tests/test_data/67/a/README
47205 @@ -0,0 +1 @@
47206 +device description URI that needs escaping
47207 --- tests/test_data/67/a/data.text
47208 +++ tests/test_data/67/a/data.text
47209 @@ -0,0 +1,40 @@
47210 +<?xml version="1.0"?>
47211 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47212 +  <specVersion>
47213 +    <major>1</major>
47214 +    <minor>0</minor>
47215 +  </specVersion>
47216 +  <device>
47217 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47218 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47219 +    <manufacturer>CyberGarage</manufacturer>
47220 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47221 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47222 +    <modelName>Clock</modelName>
47223 +    <modelNumber>1.0</modelNumber>
47224 +    <modelURL>http://www.cybergarage.org</modelURL>
47225 +    <serialNumber>1234567890</serialNumber>
47226 +    <UDN>uuid:cybergarageClockDevice</UDN>
47227 +    <UPC>123456789012</UPC>
47228 +    <iconList>
47229 +      <icon>
47230 +        <mimetype>image/gif</mimetype>
47231 +        <width>48</width>
47232 +        <height>32</height>
47233 +        <depth>8</depth>
47234 +        <url>icon.gif</url>
47235 +      </icon>
47236 +    </iconList>
47237 +    <serviceList>
47238 +      <service>
47239 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47240 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47241 +        <SCPDURL>/service/timer/desci&lt;ription.xml</SCPDURL>
47242 +        <controlURL>/service/timer/cont>rol</controlURL>
47243 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47244 +      </service>
47245 +    </serviceList>
47246 +    <presentationURL>/presentation</presentationURL>
47247 +  </device>
47248 +  <URLBase>http://172.23.118.168:38400</URLBase>
47249 +</root>
47250 --- tests/test_data/68/a/README
47251 +++ tests/test_data/68/a/README
47252 @@ -0,0 +1 @@
47253 +XML with URLBase and absolute URIs
47254 --- tests/test_data/68/a/data.text
47255 +++ tests/test_data/68/a/data.text
47256 @@ -0,0 +1,40 @@
47257 +<?xml version="1.0"?>
47258 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47259 +  <specVersion>
47260 +    <major>1</major>
47261 +    <minor>0</minor>
47262 +  </specVersion>
47263 +  <device>
47264 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47265 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47266 +    <manufacturer>CyberGarage</manufacturer>
47267 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47268 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47269 +    <modelName>Clock</modelName>
47270 +    <modelNumber>1.0</modelNumber>
47271 +    <modelURL>http://www.cybergarage.org</modelURL>
47272 +    <serialNumber>1234567890</serialNumber>
47273 +    <UDN>uuid:cybergarageClockDevice</UDN>
47274 +    <UPC>123456789012</UPC>
47275 +    <iconList>
47276 +      <icon>
47277 +        <mimetype>image/gif</mimetype>
47278 +        <width>48</width>
47279 +        <height>32</height>
47280 +        <depth>8</depth>
47281 +        <url>icon.gif</url>
47282 +      </icon>
47283 +    </iconList>
47284 +    <serviceList>
47285 +      <service>
47286 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47287 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47288 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47289 +        <controlURL>/service/timer/controooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooool</controlURL>
47290 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47291 +      </service>
47292 +    </serviceList>
47293 +    <presentationURL>/presentation</presentationURL>
47294 +  </device>
47295 +  <URLBase>http://172.23.118.168:38400</URLBase>
47296 +</root>
47297 --- tests/test_data/68/b/README
47298 +++ tests/test_data/68/b/README
47299 @@ -0,0 +1 @@
47300 +XML with URLBase and relative URIs
47301 --- tests/test_data/68/b/data.text
47302 +++ tests/test_data/68/b/data.text
47303 @@ -0,0 +1,40 @@
47304 +<?xml version="1.0"?>
47305 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47306 +  <specVersion>
47307 +    <major>1</major>
47308 +    <minor>0</minor>
47309 +  </specVersion>
47310 +  <device>
47311 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47312 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47313 +    <manufacturer>CyberGarage</manufacturer>
47314 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47315 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47316 +    <modelName>Clock</modelName>
47317 +    <modelNumber>1.0</modelNumber>
47318 +    <modelURL>http://www.cybergarage.org</modelURL>
47319 +    <serialNumber>1234567890</serialNumber>
47320 +    <UDN>uuid:cybergarageClockDevice</UDN>
47321 +    <UPC>123456789012</UPC>
47322 +    <iconList>
47323 +      <icon>
47324 +        <mimetype>image/gif</mimetype>
47325 +        <width>48</width>
47326 +        <height>32</height>
47327 +        <depth>8</depth>
47328 +        <url>icon.gif</url>
47329 +      </icon>
47330 +    </iconList>
47331 +    <serviceList>
47332 +      <service>
47333 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47334 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47335 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47336 +        <controlURL>/service/timer/control</controlURL>
47337 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47338 +      </service>
47339 +    </serviceList>
47340 +    <presentationURL>/presentation</presentationURL>
47341 +  </device>
47342 +  <URLBase>http://172.23.118.168:38400</URLBase>
47343 +</root>
47344 --- tests/test_data/68/c/README
47345 +++ tests/test_data/68/c/README
47346 @@ -0,0 +1 @@
47347 +XML with empty URLBase and absolute URIs
47348 --- tests/test_data/68/c/data.text
47349 +++ tests/test_data/68/c/data.text
47350 @@ -0,0 +1,40 @@
47351 +<?xml version="1.0"?>
47352 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47353 +  <specVersion>
47354 +    <major>1</major>
47355 +    <minor>0</minor>
47356 +  </specVersion>
47357 +  <device>
47358 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47359 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47360 +    <manufacturer>CyberGarage</manufacturer>
47361 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47362 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47363 +    <modelName>Clock</modelName>
47364 +    <modelNumber>1.0</modelNumber>
47365 +    <modelURL>http://www.cybergarage.org</modelURL>
47366 +    <serialNumber>1234567890</serialNumber>
47367 +    <UDN>uuid:cybergarageClockDevice</UDN>
47368 +    <UPC>123456789012</UPC>
47369 +    <iconList>
47370 +      <icon>
47371 +        <mimetype>image/gif</mimetype>
47372 +        <width>48</width>
47373 +        <height>32</height>
47374 +        <depth>8</depth>
47375 +        <url>icon.gif</url>
47376 +      </icon>
47377 +    </iconList>
47378 +    <serviceList>
47379 +      <service>
47380 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47381 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47382 +        <SCPDURL>http://192.168.1.99:38400/service/timer/testi2.xml</SCPDURL>
47383 +        <controlURL>http://192.168.1.99:38400/service/timer/control</controlURL>
47384 +        <eventSubURL>http://192.168.1.99:38400/service/timer/eventSub</eventSubURL>
47385 +      </service>
47386 +    </serviceList>
47387 +    <presentationURL>http://192.168.1.99:38400/presentation</presentationURL>
47388 +  </device>
47389 +  <URLBase></URLBase>
47390 +</root>
47391 --- tests/test_data/68/d/README
47392 +++ tests/test_data/68/d/README
47393 @@ -0,0 +1 @@
47394 +XML with empty URLBase and relative URIs
47395 --- tests/test_data/68/d/data.text
47396 +++ tests/test_data/68/d/data.text
47397 @@ -0,0 +1,40 @@
47398 +<?xml version="1.0"?>
47399 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47400 +  <specVersion>
47401 +    <major>1</major>
47402 +    <minor>0</minor>
47403 +  </specVersion>
47404 +  <device>
47405 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47406 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47407 +    <manufacturer>CyberGarage</manufacturer>
47408 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47409 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47410 +    <modelName>Clock</modelName>
47411 +    <modelNumber>1.0</modelNumber>
47412 +    <modelURL>http://www.cybergarage.org</modelURL>
47413 +    <serialNumber>1234567890</serialNumber>
47414 +    <UDN>uuid:cybergarageClockDevice</UDN>
47415 +    <UPC>123456789012</UPC>
47416 +    <iconList>
47417 +      <icon>
47418 +        <mimetype>image/gif</mimetype>
47419 +        <width>48</width>
47420 +        <height>32</height>
47421 +        <depth>8</depth>
47422 +        <url>icon.gif</url>
47423 +      </icon>
47424 +    </iconList>
47425 +    <serviceList>
47426 +      <service>
47427 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47428 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47429 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47430 +        <controlURL>/service/timer/control</controlURL>
47431 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47432 +      </service>
47433 +    </serviceList>
47434 +    <presentationURL>/presentation</presentationURL>
47435 +  </device>
47436 +  <URLBase></URLBase>
47437 +</root>
47438 --- tests/test_data/68/e/README
47439 +++ tests/test_data/68/e/README
47440 @@ -0,0 +1 @@
47441 +XML with no URLBase and absolute URIs
47442 --- tests/test_data/68/e/data.text
47443 +++ tests/test_data/68/e/data.text
47444 @@ -0,0 +1,39 @@
47445 +<?xml version="1.0"?>
47446 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47447 +  <specVersion>
47448 +    <major>1</major>
47449 +    <minor>0</minor>
47450 +  </specVersion>
47451 +  <device>
47452 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47453 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47454 +    <manufacturer>CyberGarage</manufacturer>
47455 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47456 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47457 +    <modelName>Clock</modelName>
47458 +    <modelNumber>1.0</modelNumber>
47459 +    <modelURL>http://www.cybergarage.org</modelURL>
47460 +    <serialNumber>1234567890</serialNumber>
47461 +    <UDN>uuid:cybergarageClockDevice</UDN>
47462 +    <UPC>123456789012</UPC>
47463 +    <iconList>
47464 +      <icon>
47465 +        <mimetype>image/gif</mimetype>
47466 +        <width>48</width>
47467 +        <height>32</height>
47468 +        <depth>8</depth>
47469 +        <url>icon.gif</url>
47470 +      </icon>
47471 +    </iconList>
47472 +    <serviceList>
47473 +      <service>
47474 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47475 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47476 +        <SCPDURL>http://192.168.1.99:38400/service/timer/description.xml</SCPDURL>
47477 +        <controlURL>http://192.168.1.99:38400/service/timer/control</controlURL>
47478 +        <eventSubURL>http://192.168.1.99:38400/service/timer/eventSub</eventSubURL>
47479 +      </service>
47480 +    </serviceList>
47481 +    <presentationURL>http://192.168.1.99:38400/presentation</presentationURL>
47482 +  </device>
47483 +</root>
47484 --- tests/test_data/68/f/README
47485 +++ tests/test_data/68/f/README
47486 @@ -0,0 +1 @@
47487 +XML with no URLBase and relative URIs
47488 --- tests/test_data/68/f/data.text
47489 +++ tests/test_data/68/f/data.text
47490 @@ -0,0 +1,39 @@
47491 +<?xml version="1.0"?>
47492 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47493 +  <specVersion>
47494 +    <major>1</major>
47495 +    <minor>0</minor>
47496 +  </specVersion>
47497 +  <device>
47498 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47499 +    <friendlyName>CyberGarage Clock Device</friendlyName>
47500 +    <manufacturer>CyberGarage</manufacturer>
47501 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47502 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47503 +    <modelName>Clock</modelName>
47504 +    <modelNumber>1.0</modelNumber>
47505 +    <modelURL>http://www.cybergarage.org</modelURL>
47506 +    <serialNumber>1234567890</serialNumber>
47507 +    <UDN>uuid:cybergarageClockDevice</UDN>
47508 +    <UPC>123456789012</UPC>
47509 +    <iconList>
47510 +      <icon>
47511 +        <mimetype>image/gif</mimetype>
47512 +        <width>48</width>
47513 +        <height>32</height>
47514 +        <depth>8</depth>
47515 +        <url>icon.gif</url>
47516 +      </icon>
47517 +    </iconList>
47518 +    <serviceList>
47519 +      <service>
47520 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47521 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47522 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47523 +        <controlURL>/service/timer/control</controlURL>
47524 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47525 +      </service>
47526 +    </serviceList>
47527 +    <presentationURL>/presentation</presentationURL>
47528 +  </device>
47529 +</root>
47530 --- tests/test_data/70/a/README
47531 +++ tests/test_data/70/a/README
47532 @@ -0,0 +1 @@
47533 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and missing SID
47534 --- tests/test_data/70/a/data.text
47535 +++ tests/test_data/70/a/data.text
47536 @@ -0,0 +1,20 @@
47537 +NOTIFY /eventSub HTTP/1.1
47538 +User-Agent: libcurl-agent/1.0
47539 +Pragma: no-cache
47540 +Accept: */*
47541 +Content-Type: text/xml; charset="utf-8"
47542 +HOST: 172.23.118.168:39500
47543 +NT: upnp:event
47544 +NTS: upnp:propchange
47545 +SEQ: 272
47546 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47547 +Content-Length: 185
47548 +
47549 +<?xml version="1.0" encoding="utf-8"?>
47550 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47551 +       <e:property>
47552 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47553 +       </e:property>
47554 +</e:propertyset>
47555 +
47556 +
47557 --- tests/test_data/70/b/README
47558 +++ tests/test_data/70/b/README
47559 @@ -0,0 +1 @@
47560 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and empty SID
47561 --- tests/test_data/70/b/data.text
47562 +++ tests/test_data/70/b/data.text
47563 @@ -0,0 +1,21 @@
47564 +NOTIFY /eventSub HTTP/1.1
47565 +User-Agent: libcurl-agent/1.0
47566 +Pragma: no-cache
47567 +Accept: */*
47568 +Content-Type: text/xml; charset="utf-8"
47569 +HOST: 172.23.118.168:39500
47570 +NT: upnp:event
47571 +NTS: upnp:propchange
47572 +SID: 
47573 +SEQ: 272
47574 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47575 +Content-Length: 185
47576 +
47577 +<?xml version="1.0" encoding="utf-8"?>
47578 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47579 +       <e:property>
47580 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47581 +       </e:property>
47582 +</e:propertyset>
47583 +
47584 +
47585 --- tests/test_data/70/c/README
47586 +++ tests/test_data/70/c/README
47587 @@ -0,0 +1 @@
47588 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and any wrong SID
47589 --- tests/test_data/70/c/data.text
47590 +++ tests/test_data/70/c/data.text
47591 @@ -0,0 +1,21 @@
47592 +NOTIFY /eventSub HTTP/1.1
47593 +User-Agent: libcurl-agent/1.0
47594 +Pragma: no-cache
47595 +Accept: */*
47596 +Content-Type: text/xml; charset="utf-8"
47597 +HOST: 172.23.118.168:39500
47598 +NT: upnp:event
47599 +NTS: upnp:propchange
47600 +SID: WRONG_SID_46b-e000
47601 +SEQ: 272
47602 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47603 +Content-Length: 185
47604 +
47605 +<?xml version="1.0" encoding="utf-8"?>
47606 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47607 +       <e:property>
47608 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47609 +       </e:property>
47610 +</e:propertyset>
47611 +
47612 +
47613 --- tests/test_data/70/d/README
47614 +++ tests/test_data/70/d/README
47615 @@ -0,0 +1 @@
47616 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and missing NT
47617 --- tests/test_data/70/d/data.text
47618 +++ tests/test_data/70/d/data.text
47619 @@ -0,0 +1,20 @@
47620 +NOTIFY /eventSub HTTP/1.1
47621 +User-Agent: libcurl-agent/1.0
47622 +Pragma: no-cache
47623 +Accept: */*
47624 +Content-Type: text/xml; charset="utf-8"
47625 +HOST: 172.23.118.168:39500
47626 +NTS: upnp:propchange
47627 +SID: uuid:16a3-a000-f46b-e000
47628 +SEQ: 272
47629 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47630 +Content-Length: 185
47631 +
47632 +<?xml version="1.0" encoding="utf-8"?>
47633 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47634 +       <e:property>
47635 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47636 +       </e:property>
47637 +</e:propertyset>
47638 +
47639 +
47640 --- tests/test_data/70/e/README
47641 +++ tests/test_data/70/e/README
47642 @@ -0,0 +1 @@
47643 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and missing NTS
47644 --- tests/test_data/70/e/data.text
47645 +++ tests/test_data/70/e/data.text
47646 @@ -0,0 +1,20 @@
47647 +NOTIFY /eventSub HTTP/1.1
47648 +User-Agent: libcurl-agent/1.0
47649 +Pragma: no-cache
47650 +Accept: */*
47651 +Content-Type: text/xml; charset="utf-8"
47652 +HOST: 172.23.118.168:39500
47653 +NT: upnp:event
47654 +SID: uuid:16a3-a000-f46b-e000
47655 +SEQ: 272
47656 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47657 +Content-Length: 185
47658 +
47659 +<?xml version="1.0" encoding="utf-8"?>
47660 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47661 +       <e:property>
47662 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47663 +       </e:property>
47664 +</e:propertyset>
47665 +
47666 +
47667 --- tests/test_data/70/f/README
47668 +++ tests/test_data/70/f/README
47669 @@ -0,0 +1 @@
47670 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and NT not equal to "upnp:event"
47671 --- tests/test_data/70/f/data.text
47672 +++ tests/test_data/70/f/data.text
47673 @@ -0,0 +1,21 @@
47674 +NOTIFY /eventSub HTTP/1.1
47675 +User-Agent: libcurl-agent/1.0
47676 +Pragma: no-cache
47677 +Accept: */*
47678 +Content-Type: text/xml; charset="utf-8"
47679 +HOST: 172.23.118.168:39500
47680 +NT: upnp:NOT_EQUAL_to_event
47681 +NTS: upnp:propchange
47682 +SID: uuid:16a3-a000-f46b-e000
47683 +SEQ: 272
47684 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47685 +Content-Length: 185
47686 +
47687 +<?xml version="1.0" encoding="utf-8"?>
47688 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47689 +       <e:property>
47690 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47691 +       </e:property>
47692 +</e:propertyset>
47693 +
47694 +
47695 --- tests/test_data/70/g/README
47696 +++ tests/test_data/70/g/README
47697 @@ -0,0 +1 @@
47698 +NOTIFY message with CP SUBSCRIBE request CALLBACK value and NTS not equal to "upnp:propchange"
47699 --- tests/test_data/70/g/data.text
47700 +++ tests/test_data/70/g/data.text
47701 @@ -0,0 +1,21 @@
47702 +NOTIFY /eventSub HTTP/1.1
47703 +User-Agent: libcurl-agent/1.0
47704 +Pragma: no-cache
47705 +Accept: */*
47706 +Content-Type: text/xml; charset="utf-8"
47707 +HOST: 172.23.118.168:39500
47708 +NT: upnp:event
47709 +NTS: upnp:NOT_EQUAL_TO_propchange
47710 +SID: uuid:16a3-a000-f46b-e000
47711 +SEQ: 272
47712 +CALLBACK: <http://172.23.118.168:39500/eventSub>
47713 +Content-Length: 185
47714 +
47715 +<?xml version="1.0" encoding="utf-8"?>
47716 +<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0">
47717 +       <e:property>
47718 +               <Time>Mon, Jan 30, 2006, 15:38:04</Time>
47719 +       </e:property>
47720 +</e:propertyset>
47721 +
47722 +
47723 --- tests/test_data/76/a/README
47724 +++ tests/test_data/76/a/README
47725 @@ -0,0 +1 @@
47726 +(with big (20,000 bytes) XML device description
47727 --- tests/test_data/76/a/data.text
47728 +++ tests/test_data/76/a/data.text
47729 @@ -0,0 +1,46 @@
47730 +<?xml version="1.0"?>
47731 +<root xmlns="urn:schemas-upnp-org:device-1-0">
47732 +  <specVersion>
47733 +    <major>1</major>
47734 +    <minor>0</minor>
47735 +  </specVersion>
47736 +  <device>
47737 +    <deviceType>urn:schemas-upnp-org:device:clock:1</deviceType>
47738 +    <!-- Next element tests future extension support -->
47739 +    <extendedDeviceType>future extension</extendedDeviceType>
47740 +    <!-- Next element contains unknown attribute, again we test possible future extensions -->
47741 +    <friendlyName type="really:friendly">CyberGarage Clock Device</friendlyName>
47742 +    <manufacturer>CyberGarage</manufacturer>
47743 +    <manufacturerURL>http://www.cybergarage.org</manufacturerURL>
47744 +    <modelDescription>CyberUPnP Clock Device</modelDescription>
47745 +    <modelName>Clock</modelName>
47746 +    <modelNumber>1.0</modelNumber>
47747 +    <modelURL>http://www.cybergarage.org</modelURL>
47748 +    <serialNumber>1234567890</serialNumber>
47749 +    <UDN>uuid:cybergarageClockDevice</UDN>
47750 +    <UPC>123456789012</UPC>
47751 +    <iconList>
47752 +    <unknownElement>
47753 +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
47754 +    </unknownElement>
47755 +      <icon>
47756 +        <mimetype>image/gif</mimetype>
47757 +        <width>48</width>
47758 +        <height>32</height>
47759 +        <depth>8</depth>
47760 +        <url>icon.gif</url>
47761 +      </icon>
47762 +    </iconList>
47763 +    <serviceList>
47764 +      <service>
47765 +        <serviceType>urn:schemas-upnp-org:service:timer:1</serviceType>
47766 +        <serviceId>urn:upnp-org:serviceId:timer:1</serviceId>
47767 +        <SCPDURL>/service/timer/description.xml</SCPDURL>
47768 +        <controlURL>/service/timer/control</controlURL>
47769 +        <eventSubURL>/service/timer/eventSub</eventSubURL>
47770 +      </service>
47771 +    </serviceList>
47772 +    <presentationURL>/presentation</presentationURL>
47773 +  </device>
47774 +  <URLBase>http://172.23.118.168:38400</URLBase>
47775 +</root>
47776 --- tests/test_data/77/a/README
47777 +++ tests/test_data/77/a/README
47778 @@ -0,0 +1 @@
47779 +action invoke with an XML body, with CONTENT-TYPE text/xml; charset="utf-8"
47780 --- tests/test_data/77/a/data.text
47781 +++ tests/test_data/77/a/data.text
47782 @@ -0,0 +1,17 @@
47783 +POST /service/timer/control HTTP/1.1
47784 +User-Agent: libcurl-agent/1.0
47785 +Host: 172.23.118.168:38400
47786 +Pragma: no-cache
47787 +Accept: */*
47788 +Content-Type: text/xml; charset="utf-8"
47789 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47790 +Content-Length: 256
47791 +
47792 +<?xml version="1.0" encoding="utf-8"?>
47793 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47794 +       <s:Body>
47795 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" />
47796 +       </s:Body>
47797 +</s:Envelope>
47798 +   
47799 +
47800 --- tests/test_data/77/b/README
47801 +++ tests/test_data/77/b/README
47802 @@ -0,0 +1 @@
47803 +action invoke with an XML body, with CONTENT-TYPE text/xml; charset=utf-8
47804 --- tests/test_data/77/b/data.text
47805 +++ tests/test_data/77/b/data.text
47806 @@ -0,0 +1,17 @@
47807 +POST /service/timer/control HTTP/1.1
47808 +User-Agent: libcurl-agent/1.0
47809 +Host: 172.23.118.168:38400
47810 +Pragma: no-cache
47811 +Accept: */*
47812 +Content-Type: text/xml; charset=utf-8
47813 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47814 +Content-Length: 256
47815 +
47816 +<?xml version="1.0" encoding="utf-8"?>
47817 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47818 +       <s:Body>
47819 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" />
47820 +       </s:Body>
47821 +</s:Envelope>
47822 +   
47823 +
47824 --- tests/test_data/77/c/README
47825 +++ tests/test_data/77/c/README
47826 @@ -0,0 +1 @@
47827 +action invoke with an XML body, with CONTENT-TYPE text/xml; charset="UTF-8"
47828 --- tests/test_data/77/c/data.text
47829 +++ tests/test_data/77/c/data.text
47830 @@ -0,0 +1,17 @@
47831 +POST /service/timer/control HTTP/1.1
47832 +User-Agent: libcurl-agent/1.0
47833 +Host: 172.23.118.168:38400
47834 +Pragma: no-cache
47835 +Accept: */*
47836 +Content-Type: text/xml; charset="UTF-8"
47837 +SOAPACTION: "urn:schemas-upnp-org:service:timer:1#GetTime"
47838 +Content-Length: 256
47839 +
47840 +<?xml version="1.0" encoding="utf-8"?>
47841 +<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encoding="http://schemas.xmlsoap.org/soap/encoding/">
47842 +       <s:Body>
47843 +               <u:GetTime xmlns:u="urn:schemas-upnp-org:service:timer:1" />
47844 +       </s:Body>
47845 +</s:Envelope>
47846 +   
47847 +
47848 --- tests/test_data/8/a/README
47849 +++ tests/test_data/8/a/README
47850 @@ -0,0 +1 @@
47851 +M-SEARCH with MAN header not equal to ssdp:discover
47852 --- tests/test_data/8/a/data.text
47853 +++ tests/test_data/8/a/data.text
47854 @@ -0,0 +1,6 @@
47855 +M-SEARCH * HTTP/1.1
47856 +ST: ssdp:all
47857 +MX: 3
47858 +MAN: "ssdp:NOT_EQUAL_TO_discover"
47859 +HOST: 239.255.255.250:1900
47860 +
47861 --- tests/test_data/general_files/service_description.xml
47862 +++ tests/test_data/general_files/service_description.xml
47863 @@ -0,0 +1,44 @@
47864 +<?xml version="1.0"?>
47865 +<scpd xmlns="urn:schemas-upnp-org:service-1-0">
47866 +  <specVersion>
47867 +    <major>1</major>
47868 +    <minor>0</minor>
47869 +  </specVersion>
47870 +  <actionList>
47871 +    <action>
47872 +      <name>SetTime</name>
47873 +      <argumentList>
47874 +        <argument>
47875 +          <name>NewTime</name>
47876 +          <relatedStateVariable>Time</relatedStateVariable>
47877 +          <direction>in</direction>
47878 +        </argument>
47879 +        <argument>
47880 +          <name>Result</name>
47881 +          <relatedStateVariable>Result</relatedStateVariable>
47882 +          <direction>out</direction>
47883 +        </argument>
47884 +      </argumentList>
47885 +    </action>
47886 +    <action>
47887 +      <name>GetTime</name>
47888 +      <argumentList>
47889 +        <argument>
47890 +          <name>CurrentTime</name>
47891 +          <relatedStateVariable>Time</relatedStateVariable>
47892 +          <direction>out</direction>
47893 +        </argument>
47894 +      </argumentList>
47895 +    </action>
47896 +  </actionList>
47897 +  <serviceStateTable>
47898 +    <stateVariable sendEvents="yes">
47899 +      <name>Time</name>
47900 +      <dataType>string</dataType>
47901 +    </stateVariable>
47902 +    <stateVariable sendEvents="no">
47903 +      <name>Result</name>
47904 +      <dataType>string</dataType>
47905 +    </stateVariable>
47906 +  </serviceStateTable>
47907 +</scpd>