comparison src/gsoap-2-autogen.patch @ 662:9073c795e712

new package: gsoap
author Mark Brand <mabrand@mabrand.nl>
date Sat, 23 Jan 2010 00:48:09 +0100
parents
children
comparison
equal deleted inserted replaced
661:0238a7b6bca2 662:9073c795e712
1 This file is part of mingw-cross-env.
2 See doc/index.html or doc/README for further information.
3
4 diff -urN b/aclocal.m4 d/aclocal.m4
5 --- b/aclocal.m4 2009-11-07 21:07:07.000000000 +0100
6 +++ d/aclocal.m4 2010-01-22 21:45:24.000000000 +0100
7 @@ -1,7 +1,7 @@
8 -# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
9 +# generated automatically by aclocal 1.11 -*- Autoconf -*-
10
11 -# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
12 -# Free Software Foundation, Inc.
13 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
14 +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15 # This file is free software; the Free Software Foundation
16 # gives unlimited permission to copy and/or distribute it,
17 # with or without modifications, as long as this notice is preserved.
18 @@ -11,307 +11,57 @@
19 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
20 # PARTICULAR PURPOSE.
21
22 -# Do all the work for Automake. -*- Autoconf -*-
23 -
24 -# This macro actually does too much some checks are only needed if
25 -# your package does certain things. But this isn't really a big deal.
26 -
27 -# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
28 -# Free Software Foundation, Inc.
29 -
30 -# This program is free software; you can redistribute it and/or modify
31 -# it under the terms of the GNU General Public License as published by
32 -# the Free Software Foundation; either version 2, or (at your option)
33 -# any later version.
34 -
35 -# This program is distributed in the hope that it will be useful,
36 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
37 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 -# GNU General Public License for more details.
39 -
40 -# You should have received a copy of the GNU General Public License
41 -# along with this program; if not, write to the Free Software
42 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
43 -# 02111-1307, USA.
44 -
45 -# serial 8
46 -
47 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
48 -# written in clear, in which case automake, when reading aclocal.m4,
49 -# will think it sees a *use*, and therefore will trigger all it's
50 -# C support machinery. Also note that it means that autoscan, seeing
51 -# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
52 -
53 -
54 -AC_PREREQ([2.52])
55 -
56 -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
57 -# the ones we care about.
58 -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
59 -
60 -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
61 -# AM_INIT_AUTOMAKE([OPTIONS])
62 -# -----------------------------------------------
63 -# The call with PACKAGE and VERSION arguments is the old style
64 -# call (pre autoconf-2.50), which is being phased out. PACKAGE
65 -# and VERSION should now be passed to AC_INIT and removed from
66 -# the call to AM_INIT_AUTOMAKE.
67 -# We support both call styles for the transition. After
68 -# the next Automake release, Autoconf can make the AC_INIT
69 -# arguments mandatory, and then we can depend on a new Autoconf
70 -# release and drop the old call support.
71 -AC_DEFUN([AM_INIT_AUTOMAKE],
72 -[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
73 - AC_REQUIRE([AC_PROG_INSTALL])dnl
74 -# test to see if srcdir already configured
75 -if test "`cd $srcdir && pwd`" != "`pwd`" &&
76 - test -f $srcdir/config.status; then
77 - AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
78 -fi
79 -
80 -# Define the identity of the package.
81 -dnl Distinguish between old-style and new-style calls.
82 -m4_ifval([$2],
83 -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
84 - AC_SUBST([PACKAGE], [$1])dnl
85 - AC_SUBST([VERSION], [$2])],
86 -[_AM_SET_OPTIONS([$1])dnl
87 - AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
88 - AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
89 -
90 -_AM_IF_OPTION([no-define],,
91 -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
92 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
93 -
94 -# Some tools Automake needs.
95 -AC_REQUIRE([AM_SANITY_CHECK])dnl
96 -AC_REQUIRE([AC_ARG_PROGRAM])dnl
97 -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
98 -AM_MISSING_PROG(AUTOCONF, autoconf)
99 -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
100 -AM_MISSING_PROG(AUTOHEADER, autoheader)
101 -AM_MISSING_PROG(MAKEINFO, makeinfo)
102 -AM_MISSING_PROG(AMTAR, tar)
103 -AM_PROG_INSTALL_SH
104 -AM_PROG_INSTALL_STRIP
105 -# We need awk for the "check" target. The system "awk" is bad on
106 -# some platforms.
107 -AC_REQUIRE([AC_PROG_AWK])dnl
108 -AC_REQUIRE([AC_PROG_MAKE_SET])dnl
109 -
110 -_AM_IF_OPTION([no-dependencies],,
111 -[AC_PROVIDE_IFELSE([AC_PROG_][CC],
112 - [_AM_DEPENDENCIES(CC)],
113 - [define([AC_PROG_][CC],
114 - defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
115 -AC_PROVIDE_IFELSE([AC_PROG_][CXX],
116 - [_AM_DEPENDENCIES(CXX)],
117 - [define([AC_PROG_][CXX],
118 - defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
119 -])
120 -])
121 -
122 -# Copyright 2002 Free Software Foundation, Inc.
123 -
124 -# This program is free software; you can redistribute it and/or modify
125 -# it under the terms of the GNU General Public License as published by
126 -# the Free Software Foundation; either version 2, or (at your option)
127 -# any later version.
128 +m4_ifndef([AC_AUTOCONF_VERSION],
129 + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
130 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
131 +[m4_warning([this file was generated for autoconf 2.63.
132 +You have another version of autoconf. It may work, but is not guaranteed to.
133 +If you have problems, you may need to regenerate the build system entirely.
134 +To do so, use the procedure documented by the package, typically `autoreconf'.])])
135
136 -# This program is distributed in the hope that it will be useful,
137 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
138 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
139 -# GNU General Public License for more details.
140 -
141 -# You should have received a copy of the GNU General Public License
142 -# along with this program; if not, write to the Free Software
143 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
144 +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
145 +#
146 +# This file is free software; the Free Software Foundation
147 +# gives unlimited permission to copy and/or distribute it,
148 +# with or without modifications, as long as this notice is preserved.
149
150 # AM_AUTOMAKE_VERSION(VERSION)
151 # ----------------------------
152 # Automake X.Y traces this macro to ensure aclocal.m4 has been
153 # generated from the m4 files accompanying Automake X.Y.
154 -AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
155 +# (This private macro should not be called outside this file.)
156 +AC_DEFUN([AM_AUTOMAKE_VERSION],
157 +[am__api_version='1.11'
158 +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
159 +dnl require some minimum version. Point them to the right macro.
160 +m4_if([$1], [1.11], [],
161 + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
162 +])
163 +
164 +# _AM_AUTOCONF_VERSION(VERSION)
165 +# -----------------------------
166 +# aclocal traces this macro to find the Autoconf version.
167 +# This is a private macro too. Using m4_define simplifies
168 +# the logic in aclocal, which can simply ignore this definition.
169 +m4_define([_AM_AUTOCONF_VERSION], [])
170
171 # AM_SET_CURRENT_AUTOMAKE_VERSION
172 # -------------------------------
173 -# Call AM_AUTOMAKE_VERSION so it can be traced.
174 -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
175 +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
176 +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
177 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
178 - [AM_AUTOMAKE_VERSION([1.6.3])])
179 -
180 -# Helper functions for option handling. -*- Autoconf -*-
181 -
182 -# Copyright 2001, 2002 Free Software Foundation, Inc.
183 -
184 -# This program is free software; you can redistribute it and/or modify
185 -# it under the terms of the GNU General Public License as published by
186 -# the Free Software Foundation; either version 2, or (at your option)
187 -# any later version.
188 -
189 -# This program is distributed in the hope that it will be useful,
190 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
191 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
192 -# GNU General Public License for more details.
193 -
194 -# You should have received a copy of the GNU General Public License
195 -# along with this program; if not, write to the Free Software
196 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
197 -# 02111-1307, USA.
198 -
199 -# serial 2
200 -
201 -# _AM_MANGLE_OPTION(NAME)
202 -# -----------------------
203 -AC_DEFUN([_AM_MANGLE_OPTION],
204 -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
205 -
206 -# _AM_SET_OPTION(NAME)
207 -# ------------------------------
208 -# Set option NAME. Presently that only means defining a flag for this option.
209 -AC_DEFUN([_AM_SET_OPTION],
210 -[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
211 -
212 -# _AM_SET_OPTIONS(OPTIONS)
213 -# ----------------------------------
214 -# OPTIONS is a space-separated list of Automake options.
215 -AC_DEFUN([_AM_SET_OPTIONS],
216 -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
217 +[AM_AUTOMAKE_VERSION([1.11])dnl
218 +m4_ifndef([AC_AUTOCONF_VERSION],
219 + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
220 +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
221
222 -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
223 -# -------------------------------------------
224 -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
225 -AC_DEFUN([_AM_IF_OPTION],
226 -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
227 +# AM_AUX_DIR_EXPAND -*- Autoconf -*-
228
229 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
230 #
231 -# Check to make sure that the build environment is sane.
232 -#
233 -
234 -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
235 -
236 -# This program is free software; you can redistribute it and/or modify
237 -# it under the terms of the GNU General Public License as published by
238 -# the Free Software Foundation; either version 2, or (at your option)
239 -# any later version.
240 -
241 -# This program is distributed in the hope that it will be useful,
242 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
243 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
244 -# GNU General Public License for more details.
245 -
246 -# You should have received a copy of the GNU General Public License
247 -# along with this program; if not, write to the Free Software
248 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
249 -# 02111-1307, USA.
250 -
251 -# serial 3
252 -
253 -# AM_SANITY_CHECK
254 -# ---------------
255 -AC_DEFUN([AM_SANITY_CHECK],
256 -[AC_MSG_CHECKING([whether build environment is sane])
257 -# Just in case
258 -sleep 1
259 -echo timestamp > conftest.file
260 -# Do `set' in a subshell so we don't clobber the current shell's
261 -# arguments. Must try -L first in case configure is actually a
262 -# symlink; some systems play weird games with the mod time of symlinks
263 -# (eg FreeBSD returns the mod time of the symlink's containing
264 -# directory).
265 -if (
266 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
267 - if test "$[*]" = "X"; then
268 - # -L didn't work.
269 - set X `ls -t $srcdir/configure conftest.file`
270 - fi
271 - rm -f conftest.file
272 - if test "$[*]" != "X $srcdir/configure conftest.file" \
273 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
274 -
275 - # If neither matched, then we have a broken ls. This can happen
276 - # if, for instance, CONFIG_SHELL is bash and it inherits a
277 - # broken ls alias from the environment. This has actually
278 - # happened. Such a system could not be considered "sane".
279 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
280 -alias in your environment])
281 - fi
282 -
283 - test "$[2]" = conftest.file
284 - )
285 -then
286 - # Ok.
287 - :
288 -else
289 - AC_MSG_ERROR([newly created file is older than distributed files!
290 -Check your system clock])
291 -fi
292 -AC_MSG_RESULT(yes)])
293 -
294 -# -*- Autoconf -*-
295 -
296 -
297 -# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
298 -
299 -# This program is free software; you can redistribute it and/or modify
300 -# it under the terms of the GNU General Public License as published by
301 -# the Free Software Foundation; either version 2, or (at your option)
302 -# any later version.
303 -
304 -# This program is distributed in the hope that it will be useful,
305 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
306 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
307 -# GNU General Public License for more details.
308 -
309 -# You should have received a copy of the GNU General Public License
310 -# along with this program; if not, write to the Free Software
311 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
312 -# 02111-1307, USA.
313 -
314 -# serial 3
315 -
316 -# AM_MISSING_PROG(NAME, PROGRAM)
317 -# ------------------------------
318 -AC_DEFUN([AM_MISSING_PROG],
319 -[AC_REQUIRE([AM_MISSING_HAS_RUN])
320 -$1=${$1-"${am_missing_run}$2"}
321 -AC_SUBST($1)])
322 -
323 -
324 -# AM_MISSING_HAS_RUN
325 -# ------------------
326 -# Define MISSING if not defined so far and test if it supports --run.
327 -# If it does, set am_missing_run to use it, otherwise, to nothing.
328 -AC_DEFUN([AM_MISSING_HAS_RUN],
329 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
330 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
331 -# Use eval to expand $SHELL
332 -if eval "$MISSING --run true"; then
333 - am_missing_run="$MISSING --run "
334 -else
335 - am_missing_run=
336 - AC_MSG_WARN([`missing' script is too old or missing])
337 -fi
338 -])
339 -
340 -# AM_AUX_DIR_EXPAND
341 -
342 -# Copyright 2001 Free Software Foundation, Inc.
343 -
344 -# This program is free software; you can redistribute it and/or modify
345 -# it under the terms of the GNU General Public License as published by
346 -# the Free Software Foundation; either version 2, or (at your option)
347 -# any later version.
348 -
349 -# This program is distributed in the hope that it will be useful,
350 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
351 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
352 -# GNU General Public License for more details.
353 -
354 -# You should have received a copy of the GNU General Public License
355 -# along with this program; if not, write to the Free Software
356 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
357 -# 02111-1307, USA.
358 +# This file is free software; the Free Software Foundation
359 +# gives unlimited permission to copy and/or distribute it,
360 +# with or without modifications, as long as this notice is preserved.
361
362 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
363 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
364 @@ -351,98 +101,57 @@
365 # absolute PATH. The drawback is that using absolute paths prevent a
366 # configured tree to be moved without reconfiguration.
367
368 -# Rely on autoconf to set up CDPATH properly.
369 -AC_PREREQ([2.50])
370 -
371 -AC_DEFUN([AM_AUX_DIR_EXPAND], [
372 +AC_DEFUN([AM_AUX_DIR_EXPAND],
373 +[dnl Rely on autoconf to set up CDPATH properly.
374 +AC_PREREQ([2.50])dnl
375 # expand $ac_aux_dir to an absolute path
376 am_aux_dir=`cd $ac_aux_dir && pwd`
377 ])
378
379 -# AM_PROG_INSTALL_SH
380 -# ------------------
381 -# Define $install_sh.
382 -
383 -# Copyright 2001 Free Software Foundation, Inc.
384 -
385 -# This program is free software; you can redistribute it and/or modify
386 -# it under the terms of the GNU General Public License as published by
387 -# the Free Software Foundation; either version 2, or (at your option)
388 -# any later version.
389 -
390 -# This program is distributed in the hope that it will be useful,
391 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
392 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
393 -# GNU General Public License for more details.
394 -
395 -# You should have received a copy of the GNU General Public License
396 -# along with this program; if not, write to the Free Software
397 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
398 -# 02111-1307, USA.
399 -
400 -AC_DEFUN([AM_PROG_INSTALL_SH],
401 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
402 -install_sh=${install_sh-"$am_aux_dir/install-sh"}
403 -AC_SUBST(install_sh)])
404 -
405 -# AM_PROG_INSTALL_STRIP
406 -
407 -# Copyright 2001 Free Software Foundation, Inc.
408 +# AM_CONDITIONAL -*- Autoconf -*-
409
410 -# This program is free software; you can redistribute it and/or modify
411 -# it under the terms of the GNU General Public License as published by
412 -# the Free Software Foundation; either version 2, or (at your option)
413 -# any later version.
414 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
415 +# Free Software Foundation, Inc.
416 +#
417 +# This file is free software; the Free Software Foundation
418 +# gives unlimited permission to copy and/or distribute it,
419 +# with or without modifications, as long as this notice is preserved.
420
421 -# This program is distributed in the hope that it will be useful,
422 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
423 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
424 -# GNU General Public License for more details.
425 -
426 -# You should have received a copy of the GNU General Public License
427 -# along with this program; if not, write to the Free Software
428 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
429 -# 02111-1307, USA.
430 +# serial 9
431
432 -# One issue with vendor `install' (even GNU) is that you can't
433 -# specify the program used to strip binaries. This is especially
434 -# annoying in cross-compiling environments, where the build's strip
435 -# is unlikely to handle the host's binaries.
436 -# Fortunately install-sh will honor a STRIPPROG variable, so we
437 -# always use install-sh in `make install-strip', and initialize
438 -# STRIPPROG with the value of the STRIP variable (set by the user).
439 -AC_DEFUN([AM_PROG_INSTALL_STRIP],
440 -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
441 -# Installed binaries are usually stripped using `strip' when the user
442 -# run `make install-strip'. However `strip' might not be the right
443 -# tool to use in cross-compilation environments, therefore Automake
444 -# will honor the `STRIP' environment variable to overrule this program.
445 -dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
446 -if test "$cross_compiling" != no; then
447 - AC_CHECK_TOOL([STRIP], [strip], :)
448 +# AM_CONDITIONAL(NAME, SHELL-CONDITION)
449 +# -------------------------------------
450 +# Define a conditional.
451 +AC_DEFUN([AM_CONDITIONAL],
452 +[AC_PREREQ(2.52)dnl
453 + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
454 + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
455 +AC_SUBST([$1_TRUE])dnl
456 +AC_SUBST([$1_FALSE])dnl
457 +_AM_SUBST_NOTMAKE([$1_TRUE])dnl
458 +_AM_SUBST_NOTMAKE([$1_FALSE])dnl
459 +m4_define([_AM_COND_VALUE_$1], [$2])dnl
460 +if $2; then
461 + $1_TRUE=
462 + $1_FALSE='#'
463 +else
464 + $1_TRUE='#'
465 + $1_FALSE=
466 fi
467 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
468 -AC_SUBST([INSTALL_STRIP_PROGRAM])])
469 -
470 -# serial 4 -*- Autoconf -*-
471 -
472 -# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
473 -
474 -# This program is free software; you can redistribute it and/or modify
475 -# it under the terms of the GNU General Public License as published by
476 -# the Free Software Foundation; either version 2, or (at your option)
477 -# any later version.
478 +AC_CONFIG_COMMANDS_PRE(
479 +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
480 + AC_MSG_ERROR([[conditional "$1" was never defined.
481 +Usually this means the macro was only invoked conditionally.]])
482 +fi])])
483
484 -# This program is distributed in the hope that it will be useful,
485 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
486 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
487 -# GNU General Public License for more details.
488 -
489 -# You should have received a copy of the GNU General Public License
490 -# along with this program; if not, write to the Free Software
491 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
492 -# 02111-1307, USA.
493 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
494 +# Free Software Foundation, Inc.
495 +#
496 +# This file is free software; the Free Software Foundation
497 +# gives unlimited permission to copy and/or distribute it,
498 +# with or without modifications, as long as this notice is preserved.
499
500 +# serial 10
501
502 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
503 # written in clear, in which case automake, when reading aclocal.m4,
504 @@ -451,7 +160,6 @@
505 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
506
507
508 -
509 # _AM_DEPENDENCIES(NAME)
510 # ----------------------
511 # See how the compiler implements dependency checking.
512 @@ -471,6 +179,7 @@
513 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
514 [$1], CXX, [depcc="$CXX" am_compiler_list=],
515 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
516 + [$1], UPC, [depcc="$UPC" am_compiler_list=],
517 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
518 [depcc="$$1" am_compiler_list=])
519
520 @@ -487,20 +196,56 @@
521 # using a relative directory.
522 cp "$am_depcomp" conftest.dir
523 cd conftest.dir
524 + # We will build objects and dependencies in a subdirectory because
525 + # it helps to detect inapplicable dependency modes. For instance
526 + # both Tru64's cc and ICC support -MD to output dependencies as a
527 + # side effect of compilation, but ICC will put the dependencies in
528 + # the current directory while Tru64 will put them in the object
529 + # directory.
530 + mkdir sub
531
532 am_cv_$1_dependencies_compiler_type=none
533 if test "$am_compiler_list" = ""; then
534 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
535 fi
536 + am__universal=false
537 + m4_case([$1], [CC],
538 + [case " $depcc " in #(
539 + *\ -arch\ *\ -arch\ *) am__universal=true ;;
540 + esac],
541 + [CXX],
542 + [case " $depcc " in #(
543 + *\ -arch\ *\ -arch\ *) am__universal=true ;;
544 + esac])
545 +
546 for depmode in $am_compiler_list; do
547 + # Setup a source with many dependencies, because some compilers
548 + # like to wrap large dependency lists on column 80 (with \), and
549 + # we should not choose a depcomp mode which is confused by this.
550 + #
551 # We need to recreate these files for each test, as the compiler may
552 # overwrite some of them when testing with obscure command lines.
553 # This happens at least with the AIX C compiler.
554 - echo '#include "conftest.h"' > conftest.c
555 - echo 'int i;' > conftest.h
556 - echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
557 + : > sub/conftest.c
558 + for i in 1 2 3 4 5 6; do
559 + echo '#include "conftst'$i'.h"' >> sub/conftest.c
560 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
561 + # Solaris 8's {/usr,}/bin/sh.
562 + touch sub/conftst$i.h
563 + done
564 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
565
566 + # We check with `-c' and `-o' for the sake of the "dashmstdout"
567 + # mode. It turns out that the SunPro C++ compiler does not properly
568 + # handle `-M -o', and we need to detect this. Also, some Intel
569 + # versions had trouble with output in subdirs
570 + am__obj=sub/conftest.${OBJEXT-o}
571 + am__minus_obj="-o $am__obj"
572 case $depmode in
573 + gcc)
574 + # This depmode causes a compiler race in universal mode.
575 + test "$am__universal" = false || continue
576 + ;;
577 nosideeffect)
578 # after this tag, mechanisms are not by side-effect, so they'll
579 # only be used when explicitly requested
580 @@ -510,19 +255,36 @@
581 break
582 fi
583 ;;
584 + msvisualcpp | msvcmsys)
585 + # This compiler won't grok `-c -o', but also, the minuso test has
586 + # not run yet. These depmodes are late enough in the game, and
587 + # so weak that their functioning should not be impacted.
588 + am__obj=conftest.${OBJEXT-o}
589 + am__minus_obj=
590 + ;;
591 none) break ;;
592 esac
593 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
594 - # mode. It turns out that the SunPro C++ compiler does not properly
595 - # handle `-M -o', and we need to detect this.
596 if depmode=$depmode \
597 - source=conftest.c object=conftest.o \
598 - depfile=conftest.Po tmpdepfile=conftest.TPo \
599 - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
600 - grep conftest.h conftest.Po > /dev/null 2>&1 &&
601 + source=sub/conftest.c object=$am__obj \
602 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
603 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
604 + >/dev/null 2>conftest.err &&
605 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
606 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
607 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
608 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
609 - am_cv_$1_dependencies_compiler_type=$depmode
610 - break
611 + # icc doesn't choke on unknown options, it will just issue warnings
612 + # or remarks (even with -Werror). So we grep stderr for any message
613 + # that says an option was ignored or not supported.
614 + # When given -MP, icc 7.0 and 7.1 complain thusly:
615 + # icc: Command line warning: ignoring option '-M'; no argument required
616 + # The diagnosis changed in icc 8.0:
617 + # icc: Command line remark: option '-MP' not supported
618 + if (grep 'ignoring option' conftest.err ||
619 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
620 + am_cv_$1_dependencies_compiler_type=$depmode
621 + break
622 + fi
623 fi
624 done
625
626 @@ -533,6 +295,9 @@
627 fi
628 ])
629 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
630 +AM_CONDITIONAL([am__fastdep$1], [
631 + test "x$enable_dependency_tracking" != xno \
632 + && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
633 ])
634
635
636 @@ -541,16 +306,8 @@
637 # Choose a directory name for dependency files.
638 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
639 AC_DEFUN([AM_SET_DEPDIR],
640 -[rm -f .deps 2>/dev/null
641 -mkdir .deps 2>/dev/null
642 -if test -d .deps; then
643 - DEPDIR=.deps
644 -else
645 - # MS-DOS does not allow filenames that begin with a dot.
646 - DEPDIR=_deps
647 -fi
648 -rmdir .deps 2>/dev/null
649 -AC_SUBST([DEPDIR])
650 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
651 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
652 ])
653
654
655 @@ -558,84 +315,81 @@
656 # ------------
657 AC_DEFUN([AM_DEP_TRACK],
658 [AC_ARG_ENABLE(dependency-tracking,
659 -[ --disable-dependency-tracking Speeds up one-time builds
660 - --enable-dependency-tracking Do not reject slow dependency extractors])
661 +[ --disable-dependency-tracking speeds up one-time build
662 + --enable-dependency-tracking do not reject slow dependency extractors])
663 if test "x$enable_dependency_tracking" != xno; then
664 am_depcomp="$ac_aux_dir/depcomp"
665 AMDEPBACKSLASH='\'
666 fi
667 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
668 -AC_SUBST([AMDEPBACKSLASH])
669 +AC_SUBST([AMDEPBACKSLASH])dnl
670 +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
671 ])
672
673 -# Generate code to set up dependency tracking. -*- Autoconf -*-
674 -
675 -# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
676 -
677 -# This program is free software; you can redistribute it and/or modify
678 -# it under the terms of the GNU General Public License as published by
679 -# the Free Software Foundation; either version 2, or (at your option)
680 -# any later version.
681 +# Generate code to set up dependency tracking. -*- Autoconf -*-
682
683 -# This program is distributed in the hope that it will be useful,
684 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
685 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
686 -# GNU General Public License for more details.
687 -
688 -# You should have received a copy of the GNU General Public License
689 -# along with this program; if not, write to the Free Software
690 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
691 -# 02111-1307, USA.
692 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
693 +# Free Software Foundation, Inc.
694 +#
695 +# This file is free software; the Free Software Foundation
696 +# gives unlimited permission to copy and/or distribute it,
697 +# with or without modifications, as long as this notice is preserved.
698
699 -#serial 2
700 +#serial 5
701
702 # _AM_OUTPUT_DEPENDENCY_COMMANDS
703 # ------------------------------
704 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
705 -[for mf in $CONFIG_FILES; do
706 - # Strip MF so we end up with the name of the file.
707 - mf=`echo "$mf" | sed -e 's/:.*$//'`
708 - # Check whether this is an Automake generated Makefile or not.
709 - # We used to match only the files named `Makefile.in', but
710 - # some people rename them; so instead we look at the file content.
711 - # Grep'ing the first line is not enough: some people post-process
712 - # each Makefile.in and add a new line on top of each file to say so.
713 - # So let's grep whole file.
714 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
715 - dirpart=`AS_DIRNAME("$mf")`
716 - else
717 - continue
718 - fi
719 - grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
720 - # Extract the definition of DEP_FILES from the Makefile without
721 - # running `make'.
722 - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
723 - test -z "$DEPDIR" && continue
724 - # When using ansi2knr, U may be empty or an underscore; expand it
725 - U=`sed -n -e '/^U = / s///p' < "$mf"`
726 - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
727 - # We invoke sed twice because it is the simplest approach to
728 - # changing $(DEPDIR) to its actual value in the expansion.
729 - for file in `sed -n -e '
730 - /^DEP_FILES = .*\\\\$/ {
731 - s/^DEP_FILES = //
732 - :loop
733 - s/\\\\$//
734 - p
735 - n
736 - /\\\\$/ b loop
737 - p
738 - }
739 - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
740 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
741 - # Make sure the directory exists.
742 - test -f "$dirpart/$file" && continue
743 - fdir=`AS_DIRNAME(["$file"])`
744 - AS_MKDIR_P([$dirpart/$fdir])
745 - # echo "creating $dirpart/$file"
746 - echo '# dummy' > "$dirpart/$file"
747 +[{
748 + # Autoconf 2.62 quotes --file arguments for eval, but not when files
749 + # are listed without --file. Let's play safe and only enable the eval
750 + # if we detect the quoting.
751 + case $CONFIG_FILES in
752 + *\'*) eval set x "$CONFIG_FILES" ;;
753 + *) set x $CONFIG_FILES ;;
754 + esac
755 + shift
756 + for mf
757 + do
758 + # Strip MF so we end up with the name of the file.
759 + mf=`echo "$mf" | sed -e 's/:.*$//'`
760 + # Check whether this is an Automake generated Makefile or not.
761 + # We used to match only the files named `Makefile.in', but
762 + # some people rename them; so instead we look at the file content.
763 + # Grep'ing the first line is not enough: some people post-process
764 + # each Makefile.in and add a new line on top of each file to say so.
765 + # Grep'ing the whole file is not good either: AIX grep has a line
766 + # limit of 2048, but all sed's we know have understand at least 4000.
767 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
768 + dirpart=`AS_DIRNAME("$mf")`
769 + else
770 + continue
771 + fi
772 + # Extract the definition of DEPDIR, am__include, and am__quote
773 + # from the Makefile without running `make'.
774 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
775 + test -z "$DEPDIR" && continue
776 + am__include=`sed -n 's/^am__include = //p' < "$mf"`
777 + test -z "am__include" && continue
778 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
779 + # When using ansi2knr, U may be empty or an underscore; expand it
780 + U=`sed -n 's/^U = //p' < "$mf"`
781 + # Find all dependency output files, they are included files with
782 + # $(DEPDIR) in their names. We invoke sed twice because it is the
783 + # simplest approach to changing $(DEPDIR) to its actual value in the
784 + # expansion.
785 + for file in `sed -n "
786 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
787 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
788 + # Make sure the directory exists.
789 + test -f "$dirpart/$file" && continue
790 + fdir=`AS_DIRNAME(["$file"])`
791 + AS_MKDIR_P([$dirpart/$fdir])
792 + # echo "creating $dirpart/$file"
793 + echo '# dummy' > "$dirpart/$file"
794 + done
795 done
796 -done
797 +}
798 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
799
800
801 @@ -652,33 +406,239 @@
802 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
803 ])
804
805 -# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*-
806 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
807 +# Free Software Foundation, Inc.
808 +#
809 +# This file is free software; the Free Software Foundation
810 +# gives unlimited permission to copy and/or distribute it,
811 +# with or without modifications, as long as this notice is preserved.
812
813 -# This program is free software; you can redistribute it and/or modify
814 -# it under the terms of the GNU General Public License as published by
815 -# the Free Software Foundation; either version 2, or (at your option)
816 -# any later version.
817 +# serial 8
818
819 -# This program is distributed in the hope that it will be useful,
820 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
821 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
822 -# GNU General Public License for more details.
823 -
824 -# You should have received a copy of the GNU General Public License
825 -# along with this program; if not, write to the Free Software
826 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
827 -# 02111-1307, USA.
828 +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
829 +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
830 +
831 +# Do all the work for Automake. -*- Autoconf -*-
832 +
833 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
834 +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
835 +#
836 +# This file is free software; the Free Software Foundation
837 +# gives unlimited permission to copy and/or distribute it,
838 +# with or without modifications, as long as this notice is preserved.
839 +
840 +# serial 16
841 +
842 +# This macro actually does too much. Some checks are only needed if
843 +# your package does certain things. But this isn't really a big deal.
844 +
845 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
846 +# AM_INIT_AUTOMAKE([OPTIONS])
847 +# -----------------------------------------------
848 +# The call with PACKAGE and VERSION arguments is the old style
849 +# call (pre autoconf-2.50), which is being phased out. PACKAGE
850 +# and VERSION should now be passed to AC_INIT and removed from
851 +# the call to AM_INIT_AUTOMAKE.
852 +# We support both call styles for the transition. After
853 +# the next Automake release, Autoconf can make the AC_INIT
854 +# arguments mandatory, and then we can depend on a new Autoconf
855 +# release and drop the old call support.
856 +AC_DEFUN([AM_INIT_AUTOMAKE],
857 +[AC_PREREQ([2.62])dnl
858 +dnl Autoconf wants to disallow AM_ names. We explicitly allow
859 +dnl the ones we care about.
860 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
861 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
862 +AC_REQUIRE([AC_PROG_INSTALL])dnl
863 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
864 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
865 + # is not polluted with repeated "-I."
866 + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
867 + # test to see if srcdir already configured
868 + if test -f $srcdir/config.status; then
869 + AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
870 + fi
871 +fi
872 +
873 +# test whether we have cygpath
874 +if test -z "$CYGPATH_W"; then
875 + if (cygpath --version) >/dev/null 2>/dev/null; then
876 + CYGPATH_W='cygpath -w'
877 + else
878 + CYGPATH_W=echo
879 + fi
880 +fi
881 +AC_SUBST([CYGPATH_W])
882 +
883 +# Define the identity of the package.
884 +dnl Distinguish between old-style and new-style calls.
885 +m4_ifval([$2],
886 +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
887 + AC_SUBST([PACKAGE], [$1])dnl
888 + AC_SUBST([VERSION], [$2])],
889 +[_AM_SET_OPTIONS([$1])dnl
890 +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
891 +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
892 + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
893 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
894 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
895 +
896 +_AM_IF_OPTION([no-define],,
897 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
898 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
899 +
900 +# Some tools Automake needs.
901 +AC_REQUIRE([AM_SANITY_CHECK])dnl
902 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
903 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
904 +AM_MISSING_PROG(AUTOCONF, autoconf)
905 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
906 +AM_MISSING_PROG(AUTOHEADER, autoheader)
907 +AM_MISSING_PROG(MAKEINFO, makeinfo)
908 +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
909 +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
910 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
911 +# We need awk for the "check" target. The system "awk" is bad on
912 +# some platforms.
913 +AC_REQUIRE([AC_PROG_AWK])dnl
914 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
915 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
916 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
917 + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
918 + [_AM_PROG_TAR([v7])])])
919 +_AM_IF_OPTION([no-dependencies],,
920 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
921 + [_AM_DEPENDENCIES(CC)],
922 + [define([AC_PROG_CC],
923 + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
924 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
925 + [_AM_DEPENDENCIES(CXX)],
926 + [define([AC_PROG_CXX],
927 + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
928 +AC_PROVIDE_IFELSE([AC_PROG_OBJC],
929 + [_AM_DEPENDENCIES(OBJC)],
930 + [define([AC_PROG_OBJC],
931 + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
932 +])
933 +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
934 +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
935 +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
936 +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
937 +AC_CONFIG_COMMANDS_PRE(dnl
938 +[m4_provide_if([_AM_COMPILER_EXEEXT],
939 + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
940 +])
941 +
942 +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
943 +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
944 +dnl mangled by Autoconf and run in a shell conditional statement.
945 +m4_define([_AC_COMPILER_EXEEXT],
946 +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
947 +
948 +
949 +# When config.status generates a header, we must update the stamp-h file.
950 +# This file resides in the same directory as the config header
951 +# that is generated. The stamp files are numbered to have different names.
952 +
953 +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
954 +# loop where config.status creates the headers, so we can generate
955 +# our stamp files there.
956 +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
957 +[# Compute $1's index in $config_headers.
958 +_am_arg=$1
959 +_am_stamp_count=1
960 +for _am_header in $config_headers :; do
961 + case $_am_header in
962 + $_am_arg | $_am_arg:* )
963 + break ;;
964 + * )
965 + _am_stamp_count=`expr $_am_stamp_count + 1` ;;
966 + esac
967 +done
968 +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
969 +
970 +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
971 +#
972 +# This file is free software; the Free Software Foundation
973 +# gives unlimited permission to copy and/or distribute it,
974 +# with or without modifications, as long as this notice is preserved.
975 +
976 +# AM_PROG_INSTALL_SH
977 +# ------------------
978 +# Define $install_sh.
979 +AC_DEFUN([AM_PROG_INSTALL_SH],
980 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
981 +if test x"${install_sh}" != xset; then
982 + case $am_aux_dir in
983 + *\ * | *\ *)
984 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
985 + *)
986 + install_sh="\${SHELL} $am_aux_dir/install-sh"
987 + esac
988 +fi
989 +AC_SUBST(install_sh)])
990 +
991 +# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
992 +#
993 +# This file is free software; the Free Software Foundation
994 +# gives unlimited permission to copy and/or distribute it,
995 +# with or without modifications, as long as this notice is preserved.
996
997 # serial 2
998
999 +# Check whether the underlying file-system supports filenames
1000 +# with a leading dot. For instance MS-DOS doesn't.
1001 +AC_DEFUN([AM_SET_LEADING_DOT],
1002 +[rm -rf .tst 2>/dev/null
1003 +mkdir .tst 2>/dev/null
1004 +if test -d .tst; then
1005 + am__leading_dot=.
1006 +else
1007 + am__leading_dot=_
1008 +fi
1009 +rmdir .tst 2>/dev/null
1010 +AC_SUBST([am__leading_dot])])
1011 +
1012 +# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
1013 +# Free Software Foundation, Inc.
1014 +#
1015 +# This file is free software; the Free Software Foundation
1016 +# gives unlimited permission to copy and/or distribute it,
1017 +# with or without modifications, as long as this notice is preserved.
1018 +
1019 +# serial 5
1020 +
1021 +# AM_PROG_LEX
1022 +# -----------
1023 +# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
1024 +# "missing" invocation, for better error output.
1025 +AC_DEFUN([AM_PROG_LEX],
1026 +[AC_PREREQ(2.50)dnl
1027 +AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
1028 +AC_REQUIRE([AC_PROG_LEX])dnl
1029 +if test "$LEX" = :; then
1030 + LEX=${am_missing_run}flex
1031 +fi])
1032 +
1033 +# Check to see how 'make' treats includes. -*- Autoconf -*-
1034 +
1035 +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
1036 +#
1037 +# This file is free software; the Free Software Foundation
1038 +# gives unlimited permission to copy and/or distribute it,
1039 +# with or without modifications, as long as this notice is preserved.
1040 +
1041 +# serial 4
1042 +
1043 # AM_MAKE_INCLUDE()
1044 # -----------------
1045 # Check to see how make treats includes.
1046 AC_DEFUN([AM_MAKE_INCLUDE],
1047 [am_make=${MAKE-make}
1048 cat > confinc << 'END'
1049 -doit:
1050 - @echo done
1051 +am__doit:
1052 + @echo this is the am__doit target
1053 +.PHONY: am__doit
1054 END
1055 # If we don't find an include directive, just comment out the code.
1056 AC_MSG_CHECKING([for style of include used by $am_make])
1057 @@ -687,183 +647,338 @@
1058 _am_result=none
1059 # First try GNU make style include.
1060 echo "include confinc" > confmf
1061 -# We grep out `Entering directory' and `Leaving directory'
1062 -# messages which can occur if `w' ends up in MAKEFLAGS.
1063 -# In particular we don't look at `^make:' because GNU make might
1064 -# be invoked under some other name (usually "gmake"), in which
1065 -# case it prints its new name instead of `make'.
1066 -if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
1067 - am__include=include
1068 - am__quote=
1069 - _am_result=GNU
1070 -fi
1071 +# Ignore all kinds of additional output from `make'.
1072 +case `$am_make -s -f confmf 2> /dev/null` in #(
1073 +*the\ am__doit\ target*)
1074 + am__include=include
1075 + am__quote=
1076 + _am_result=GNU
1077 + ;;
1078 +esac
1079 # Now try BSD make style include.
1080 if test "$am__include" = "#"; then
1081 echo '.include "confinc"' > confmf
1082 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
1083 - am__include=.include
1084 - am__quote="\""
1085 - _am_result=BSD
1086 - fi
1087 + case `$am_make -s -f confmf 2> /dev/null` in #(
1088 + *the\ am__doit\ target*)
1089 + am__include=.include
1090 + am__quote="\""
1091 + _am_result=BSD
1092 + ;;
1093 + esac
1094 fi
1095 -AC_SUBST(am__include)
1096 -AC_SUBST(am__quote)
1097 -AC_MSG_RESULT($_am_result)
1098 +AC_SUBST([am__include])
1099 +AC_SUBST([am__quote])
1100 +AC_MSG_RESULT([$_am_result])
1101 rm -f confinc confmf
1102 ])
1103
1104 -# AM_CONDITIONAL -*- Autoconf -*-
1105 +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1106
1107 -# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
1108 -
1109 -# This program is free software; you can redistribute it and/or modify
1110 -# it under the terms of the GNU General Public License as published by
1111 -# the Free Software Foundation; either version 2, or (at your option)
1112 -# any later version.
1113 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
1114 +# Free Software Foundation, Inc.
1115 +#
1116 +# This file is free software; the Free Software Foundation
1117 +# gives unlimited permission to copy and/or distribute it,
1118 +# with or without modifications, as long as this notice is preserved.
1119
1120 -# This program is distributed in the hope that it will be useful,
1121 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
1122 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1123 -# GNU General Public License for more details.
1124 -
1125 -# You should have received a copy of the GNU General Public License
1126 -# along with this program; if not, write to the Free Software
1127 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1128 -# 02111-1307, USA.
1129 +# serial 6
1130
1131 -# serial 5
1132 +# AM_MISSING_PROG(NAME, PROGRAM)
1133 +# ------------------------------
1134 +AC_DEFUN([AM_MISSING_PROG],
1135 +[AC_REQUIRE([AM_MISSING_HAS_RUN])
1136 +$1=${$1-"${am_missing_run}$2"}
1137 +AC_SUBST($1)])
1138
1139 -AC_PREREQ(2.52)
1140
1141 -# AM_CONDITIONAL(NAME, SHELL-CONDITION)
1142 -# -------------------------------------
1143 -# Define a conditional.
1144 -AC_DEFUN([AM_CONDITIONAL],
1145 -[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1146 - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1147 -AC_SUBST([$1_TRUE])
1148 -AC_SUBST([$1_FALSE])
1149 -if $2; then
1150 - $1_TRUE=
1151 - $1_FALSE='#'
1152 +# AM_MISSING_HAS_RUN
1153 +# ------------------
1154 +# Define MISSING if not defined so far and test if it supports --run.
1155 +# If it does, set am_missing_run to use it, otherwise, to nothing.
1156 +AC_DEFUN([AM_MISSING_HAS_RUN],
1157 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1158 +AC_REQUIRE_AUX_FILE([missing])dnl
1159 +if test x"${MISSING+set}" != xset; then
1160 + case $am_aux_dir in
1161 + *\ * | *\ *)
1162 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1163 + *)
1164 + MISSING="\${SHELL} $am_aux_dir/missing" ;;
1165 + esac
1166 +fi
1167 +# Use eval to expand $SHELL
1168 +if eval "$MISSING --run true"; then
1169 + am_missing_run="$MISSING --run "
1170 else
1171 - $1_TRUE='#'
1172 - $1_FALSE=
1173 + am_missing_run=
1174 + AC_MSG_WARN([`missing' script is too old or missing])
1175 fi
1176 -AC_CONFIG_COMMANDS_PRE(
1177 -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1178 - AC_MSG_ERROR([conditional \"$1\" was never defined.
1179 -Usually this means the macro was only invoked conditionally.])
1180 -fi])])
1181 +])
1182
1183 -# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
1184 +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1185 +#
1186 +# This file is free software; the Free Software Foundation
1187 +# gives unlimited permission to copy and/or distribute it,
1188 +# with or without modifications, as long as this notice is preserved.
1189
1190 -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
1191 +# AM_PROG_MKDIR_P
1192 +# ---------------
1193 +# Check for `mkdir -p'.
1194 +AC_DEFUN([AM_PROG_MKDIR_P],
1195 +[AC_PREREQ([2.60])dnl
1196 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1197 +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
1198 +dnl while keeping a definition of mkdir_p for backward compatibility.
1199 +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1200 +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1201 +dnl Makefile.ins that do not define MKDIR_P, so we do our own
1202 +dnl adjustment using top_builddir (which is defined more often than
1203 +dnl MKDIR_P).
1204 +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1205 +case $mkdir_p in
1206 + [[\\/$]]* | ?:[[\\/]]*) ;;
1207 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1208 +esac
1209 +])
1210
1211 -# This program is free software; you can redistribute it and/or modify
1212 -# it under the terms of the GNU General Public License as published by
1213 -# the Free Software Foundation; either version 2, or (at your option)
1214 -# any later version.
1215 +# Helper functions for option handling. -*- Autoconf -*-
1216
1217 -# This program is distributed in the hope that it will be useful,
1218 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
1219 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1220 -# GNU General Public License for more details.
1221 -
1222 -# You should have received a copy of the GNU General Public License
1223 -# along with this program; if not, write to the Free Software
1224 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1225 -# 02111-1307, USA.
1226 +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
1227 +#
1228 +# This file is free software; the Free Software Foundation
1229 +# gives unlimited permission to copy and/or distribute it,
1230 +# with or without modifications, as long as this notice is preserved.
1231
1232 -AC_PREREQ([2.52])
1233 +# serial 4
1234
1235 -# serial 6
1236 +# _AM_MANGLE_OPTION(NAME)
1237 +# -----------------------
1238 +AC_DEFUN([_AM_MANGLE_OPTION],
1239 +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1240
1241 -# When config.status generates a header, we must update the stamp-h file.
1242 -# This file resides in the same directory as the config header
1243 -# that is generated. We must strip everything past the first ":",
1244 -# and everything past the last "/".
1245 +# _AM_SET_OPTION(NAME)
1246 +# ------------------------------
1247 +# Set option NAME. Presently that only means defining a flag for this option.
1248 +AC_DEFUN([_AM_SET_OPTION],
1249 +[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
1250
1251 -# _AM_DIRNAME(PATH)
1252 -# -----------------
1253 -# Like AS_DIRNAME, only do it during macro expansion
1254 -AC_DEFUN([_AM_DIRNAME],
1255 - [m4_if(regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
1256 - m4_if(regexp([$1], [^//\([^/]\|$\)]), -1,
1257 - m4_if(regexp([$1], [^/.*]), -1,
1258 - [.],
1259 - patsubst([$1], [^\(/\).*], [\1])),
1260 - patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
1261 - patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
1262 -])# _AM_DIRNAME
1263 -
1264 -
1265 -# The stamp files are numbered to have different names.
1266 -# We could number them on a directory basis, but that's additional
1267 -# complications, let's have a unique counter.
1268 -m4_define([_AM_STAMP_Count], [0])
1269 +# _AM_SET_OPTIONS(OPTIONS)
1270 +# ----------------------------------
1271 +# OPTIONS is a space-separated list of Automake options.
1272 +AC_DEFUN([_AM_SET_OPTIONS],
1273 +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1274
1275 +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1276 +# -------------------------------------------
1277 +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1278 +AC_DEFUN([_AM_IF_OPTION],
1279 +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1280
1281 -# _AM_STAMP(HEADER)
1282 -# -----------------
1283 -# The name of the stamp file for HEADER.
1284 -AC_DEFUN([_AM_STAMP],
1285 -[m4_define([_AM_STAMP_Count], m4_incr(_AM_STAMP_Count))dnl
1286 -AS_ESCAPE(_AM_DIRNAME(patsubst([$1],
1287 - [:.*])))/stamp-h[]_AM_STAMP_Count])
1288 -
1289 -
1290 -# _AM_CONFIG_HEADER(HEADER[:SOURCES], COMMANDS, INIT-COMMANDS)
1291 -# ------------------------------------------------------------
1292 -# We used to try to get a real timestamp in stamp-h. But the fear is that
1293 -# that will cause unnecessary cvs conflicts.
1294 -AC_DEFUN([_AM_CONFIG_HEADER],
1295 -[# Add the stamp file to the list of files AC keeps track of,
1296 -# along with our hook.
1297 -AC_CONFIG_HEADERS([$1],
1298 - [# update the timestamp
1299 -echo 'timestamp for $1' >"_AM_STAMP([$1])"
1300 -$2],
1301 - [$3])
1302 -])# _AM_CONFIG_HEADER
1303 -
1304 -
1305 -# AM_CONFIG_HEADER(HEADER[:SOURCES]..., COMMANDS, INIT-COMMANDS)
1306 -# --------------------------------------------------------------
1307 -AC_DEFUN([AM_CONFIG_HEADER],
1308 -[AC_FOREACH([_AM_File], [$1], [_AM_CONFIG_HEADER(_AM_File, [$2], [$3])])
1309 -])# AM_CONFIG_HEADER
1310 -
1311 -
1312 -# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1313 -
1314 -# This program is free software; you can redistribute it and/or modify
1315 -# it under the terms of the GNU General Public License as published by
1316 -# the Free Software Foundation; either version 2, or (at your option)
1317 -# any later version.
1318 +# Check to make sure that the build environment is sane. -*- Autoconf -*-
1319
1320 -# This program is distributed in the hope that it will be useful,
1321 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
1322 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1323 -# GNU General Public License for more details.
1324 -
1325 -# You should have received a copy of the GNU General Public License
1326 -# along with this program; if not, write to the Free Software
1327 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1328 -# 02111-1307, USA.
1329 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1330 +# Free Software Foundation, Inc.
1331 +#
1332 +# This file is free software; the Free Software Foundation
1333 +# gives unlimited permission to copy and/or distribute it,
1334 +# with or without modifications, as long as this notice is preserved.
1335
1336 -# serial 3
1337 +# serial 5
1338
1339 -AC_PREREQ(2.50)
1340 +# AM_SANITY_CHECK
1341 +# ---------------
1342 +AC_DEFUN([AM_SANITY_CHECK],
1343 +[AC_MSG_CHECKING([whether build environment is sane])
1344 +# Just in case
1345 +sleep 1
1346 +echo timestamp > conftest.file
1347 +# Reject unsafe characters in $srcdir or the absolute working directory
1348 +# name. Accept space and tab only in the latter.
1349 +am_lf='
1350 +'
1351 +case `pwd` in
1352 + *[[\\\"\#\$\&\'\`$am_lf]]*)
1353 + AC_MSG_ERROR([unsafe absolute working directory name]);;
1354 +esac
1355 +case $srcdir in
1356 + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1357 + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1358 +esac
1359
1360 -# AM_PROG_LEX
1361 -# -----------
1362 -# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
1363 -# "missing" invocation, for better error output.
1364 -AC_DEFUN([AM_PROG_LEX],
1365 -[AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
1366 -AC_REQUIRE([AC_PROG_LEX])dnl
1367 -if test "$LEX" = :; then
1368 - LEX=${am_missing_run}flex
1369 -fi])
1370 +# Do `set' in a subshell so we don't clobber the current shell's
1371 +# arguments. Must try -L first in case configure is actually a
1372 +# symlink; some systems play weird games with the mod time of symlinks
1373 +# (eg FreeBSD returns the mod time of the symlink's containing
1374 +# directory).
1375 +if (
1376 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1377 + if test "$[*]" = "X"; then
1378 + # -L didn't work.
1379 + set X `ls -t "$srcdir/configure" conftest.file`
1380 + fi
1381 + rm -f conftest.file
1382 + if test "$[*]" != "X $srcdir/configure conftest.file" \
1383 + && test "$[*]" != "X conftest.file $srcdir/configure"; then
1384 +
1385 + # If neither matched, then we have a broken ls. This can happen
1386 + # if, for instance, CONFIG_SHELL is bash and it inherits a
1387 + # broken ls alias from the environment. This has actually
1388 + # happened. Such a system could not be considered "sane".
1389 + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1390 +alias in your environment])
1391 + fi
1392 +
1393 + test "$[2]" = conftest.file
1394 + )
1395 +then
1396 + # Ok.
1397 + :
1398 +else
1399 + AC_MSG_ERROR([newly created file is older than distributed files!
1400 +Check your system clock])
1401 +fi
1402 +AC_MSG_RESULT(yes)])
1403 +
1404 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1405 +#
1406 +# This file is free software; the Free Software Foundation
1407 +# gives unlimited permission to copy and/or distribute it,
1408 +# with or without modifications, as long as this notice is preserved.
1409 +
1410 +# AM_PROG_INSTALL_STRIP
1411 +# ---------------------
1412 +# One issue with vendor `install' (even GNU) is that you can't
1413 +# specify the program used to strip binaries. This is especially
1414 +# annoying in cross-compiling environments, where the build's strip
1415 +# is unlikely to handle the host's binaries.
1416 +# Fortunately install-sh will honor a STRIPPROG variable, so we
1417 +# always use install-sh in `make install-strip', and initialize
1418 +# STRIPPROG with the value of the STRIP variable (set by the user).
1419 +AC_DEFUN([AM_PROG_INSTALL_STRIP],
1420 +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1421 +# Installed binaries are usually stripped using `strip' when the user
1422 +# run `make install-strip'. However `strip' might not be the right
1423 +# tool to use in cross-compilation environments, therefore Automake
1424 +# will honor the `STRIP' environment variable to overrule this program.
1425 +dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1426 +if test "$cross_compiling" != no; then
1427 + AC_CHECK_TOOL([STRIP], [strip], :)
1428 +fi
1429 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1430 +AC_SUBST([INSTALL_STRIP_PROGRAM])])
1431 +
1432 +# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
1433 +#
1434 +# This file is free software; the Free Software Foundation
1435 +# gives unlimited permission to copy and/or distribute it,
1436 +# with or without modifications, as long as this notice is preserved.
1437 +
1438 +# serial 2
1439 +
1440 +# _AM_SUBST_NOTMAKE(VARIABLE)
1441 +# ---------------------------
1442 +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1443 +# This macro is traced by Automake.
1444 +AC_DEFUN([_AM_SUBST_NOTMAKE])
1445 +
1446 +# AM_SUBST_NOTMAKE(VARIABLE)
1447 +# ---------------------------
1448 +# Public sister of _AM_SUBST_NOTMAKE.
1449 +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1450 +
1451 +# Check how to create a tarball. -*- Autoconf -*-
1452 +
1453 +# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
1454 +#
1455 +# This file is free software; the Free Software Foundation
1456 +# gives unlimited permission to copy and/or distribute it,
1457 +# with or without modifications, as long as this notice is preserved.
1458 +
1459 +# serial 2
1460 +
1461 +# _AM_PROG_TAR(FORMAT)
1462 +# --------------------
1463 +# Check how to create a tarball in format FORMAT.
1464 +# FORMAT should be one of `v7', `ustar', or `pax'.
1465 +#
1466 +# Substitute a variable $(am__tar) that is a command
1467 +# writing to stdout a FORMAT-tarball containing the directory
1468 +# $tardir.
1469 +# tardir=directory && $(am__tar) > result.tar
1470 +#
1471 +# Substitute a variable $(am__untar) that extract such
1472 +# a tarball read from stdin.
1473 +# $(am__untar) < result.tar
1474 +AC_DEFUN([_AM_PROG_TAR],
1475 +[# Always define AMTAR for backward compatibility.
1476 +AM_MISSING_PROG([AMTAR], [tar])
1477 +m4_if([$1], [v7],
1478 + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
1479 + [m4_case([$1], [ustar],, [pax],,
1480 + [m4_fatal([Unknown tar format])])
1481 +AC_MSG_CHECKING([how to create a $1 tar archive])
1482 +# Loop over all known methods to create a tar archive until one works.
1483 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1484 +_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1485 +# Do not fold the above two line into one, because Tru64 sh and
1486 +# Solaris sh will not grok spaces in the rhs of `-'.
1487 +for _am_tool in $_am_tools
1488 +do
1489 + case $_am_tool in
1490 + gnutar)
1491 + for _am_tar in tar gnutar gtar;
1492 + do
1493 + AM_RUN_LOG([$_am_tar --version]) && break
1494 + done
1495 + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1496 + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1497 + am__untar="$_am_tar -xf -"
1498 + ;;
1499 + plaintar)
1500 + # Must skip GNU tar: if it does not support --format= it doesn't create
1501 + # ustar tarball either.
1502 + (tar --version) >/dev/null 2>&1 && continue
1503 + am__tar='tar chf - "$$tardir"'
1504 + am__tar_='tar chf - "$tardir"'
1505 + am__untar='tar xf -'
1506 + ;;
1507 + pax)
1508 + am__tar='pax -L -x $1 -w "$$tardir"'
1509 + am__tar_='pax -L -x $1 -w "$tardir"'
1510 + am__untar='pax -r'
1511 + ;;
1512 + cpio)
1513 + am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1514 + am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1515 + am__untar='cpio -i -H $1 -d'
1516 + ;;
1517 + none)
1518 + am__tar=false
1519 + am__tar_=false
1520 + am__untar=false
1521 + ;;
1522 + esac
1523 +
1524 + # If the value was cached, stop now. We just wanted to have am__tar
1525 + # and am__untar set.
1526 + test -n "${am_cv_prog_tar_$1}" && break
1527 +
1528 + # tar/untar a dummy directory, and stop if the command works
1529 + rm -rf conftest.dir
1530 + mkdir conftest.dir
1531 + echo GrepMe > conftest.dir/file
1532 + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1533 + rm -rf conftest.dir
1534 + if test -s conftest.tar; then
1535 + AM_RUN_LOG([$am__untar <conftest.tar])
1536 + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1537 + fi
1538 +done
1539 +rm -rf conftest.dir
1540 +
1541 +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1542 +AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1543 +AC_SUBST([am__tar])
1544 +AC_SUBST([am__untar])
1545 +]) # _AM_PROG_TAR
1546
1547 diff -urN b/configure d/configure
1548 --- b/configure 2009-11-07 21:07:07.000000000 +0100
1549 +++ d/configure 2010-01-22 21:53:57.000000000 +0100
1550 @@ -1,25 +1,82 @@
1551 #! /bin/sh
1552 # Guess values for system-dependent variables and create Makefiles.
1553 -# Generated by GNU Autoconf 2.59 for gsoap 2.7.
1554 +# Generated by GNU Autoconf 2.63 for gsoap 2.7.
1555 #
1556 -# Copyright (C) 2003 Free Software Foundation, Inc.
1557 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1558 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1559 # This configure script is free software; the Free Software Foundation
1560 # gives unlimited permission to copy, distribute and modify it.
1561 ## --------------------- ##
1562 ## M4sh Initialization. ##
1563 ## --------------------- ##
1564
1565 -# Be Bourne compatible
1566 +# Be more Bourne compatible
1567 +DUALCASE=1; export DUALCASE # for MKS sh
1568 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1569 emulate sh
1570 NULLCMD=:
1571 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1572 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1573 # is contrary to our usage. Disable this feature.
1574 alias -g '${1+"$@"}'='"$@"'
1575 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1576 - set -o posix
1577 + setopt NO_GLOB_SUBST
1578 +else
1579 + case `(set -o) 2>/dev/null` in
1580 + *posix*) set -o posix ;;
1581 +esac
1582 +
1583 +fi
1584 +
1585 +
1586 +
1587 +
1588 +# PATH needs CR
1589 +# Avoid depending upon Character Ranges.
1590 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1591 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1592 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1593 +as_cr_digits='0123456789'
1594 +as_cr_alnum=$as_cr_Letters$as_cr_digits
1595 +
1596 +as_nl='
1597 +'
1598 +export as_nl
1599 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
1600 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1601 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1602 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1603 +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1604 + as_echo='printf %s\n'
1605 + as_echo_n='printf %s'
1606 +else
1607 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1608 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1609 + as_echo_n='/usr/ucb/echo -n'
1610 + else
1611 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1612 + as_echo_n_body='eval
1613 + arg=$1;
1614 + case $arg in
1615 + *"$as_nl"*)
1616 + expr "X$arg" : "X\\(.*\\)$as_nl";
1617 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1618 + esac;
1619 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1620 + '
1621 + export as_echo_n_body
1622 + as_echo_n='sh -c $as_echo_n_body as_echo'
1623 + fi
1624 + export as_echo_body
1625 + as_echo='sh -c $as_echo_body as_echo'
1626 +fi
1627 +
1628 +# The user is always right.
1629 +if test "${PATH_SEPARATOR+set}" != set; then
1630 + PATH_SEPARATOR=:
1631 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1632 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1633 + PATH_SEPARATOR=';'
1634 + }
1635 fi
1636 -DUALCASE=1; export DUALCASE # for MKS sh
1637
1638 # Support unset when possible.
1639 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1640 @@ -29,33 +86,60 @@
1641 fi
1642
1643
1644 +# IFS
1645 +# We need space, tab and new line, in precisely that order. Quoting is
1646 +# there to prevent editors from complaining about space-tab.
1647 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1648 +# splitting by setting IFS to empty value.)
1649 +IFS=" "" $as_nl"
1650 +
1651 +# Find who we are. Look in the path if we contain no directory separator.
1652 +case $0 in
1653 + *[\\/]* ) as_myself=$0 ;;
1654 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1655 +for as_dir in $PATH
1656 +do
1657 + IFS=$as_save_IFS
1658 + test -z "$as_dir" && as_dir=.
1659 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1660 +done
1661 +IFS=$as_save_IFS
1662 +
1663 + ;;
1664 +esac
1665 +# We did not find ourselves, most probably we were run as `sh COMMAND'
1666 +# in which case we are not to be found in the path.
1667 +if test "x$as_myself" = x; then
1668 + as_myself=$0
1669 +fi
1670 +if test ! -f "$as_myself"; then
1671 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1672 + { (exit 1); exit 1; }
1673 +fi
1674 +
1675 # Work around bugs in pre-3.0 UWIN ksh.
1676 -$as_unset ENV MAIL MAILPATH
1677 +for as_var in ENV MAIL MAILPATH
1678 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1679 +done
1680 PS1='$ '
1681 PS2='> '
1682 PS4='+ '
1683
1684 # NLS nuisances.
1685 -for as_var in \
1686 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1687 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1688 - LC_TELEPHONE LC_TIME
1689 -do
1690 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1691 - eval $as_var=C; export $as_var
1692 - else
1693 - $as_unset $as_var
1694 - fi
1695 -done
1696 +LC_ALL=C
1697 +export LC_ALL
1698 +LANGUAGE=C
1699 +export LANGUAGE
1700
1701 # Required to use basename.
1702 -if expr a : '\(a\)' >/dev/null 2>&1; then
1703 +if expr a : '\(a\)' >/dev/null 2>&1 &&
1704 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
1705 as_expr=expr
1706 else
1707 as_expr=false
1708 fi
1709
1710 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1711 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1712 as_basename=basename
1713 else
1714 as_basename=false
1715 @@ -63,157 +147,391 @@
1716
1717
1718 # Name of the executable.
1719 -as_me=`$as_basename "$0" ||
1720 +as_me=`$as_basename -- "$0" ||
1721 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1722 X"$0" : 'X\(//\)$' \| \
1723 - X"$0" : 'X\(/\)$' \| \
1724 - . : '\(.\)' 2>/dev/null ||
1725 -echo X/"$0" |
1726 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1727 - /^X\/\(\/\/\)$/{ s//\1/; q; }
1728 - /^X\/\(\/\).*/{ s//\1/; q; }
1729 - s/.*/./; q'`
1730 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1731 +$as_echo X/"$0" |
1732 + sed '/^.*\/\([^/][^/]*\)\/*$/{
1733 + s//\1/
1734 + q
1735 + }
1736 + /^X\/\(\/\/\)$/{
1737 + s//\1/
1738 + q
1739 + }
1740 + /^X\/\(\/\).*/{
1741 + s//\1/
1742 + q
1743 + }
1744 + s/.*/./; q'`
1745
1746 +# CDPATH.
1747 +$as_unset CDPATH
1748
1749 -# PATH needs CR, and LINENO needs CR and PATH.
1750 -# Avoid depending upon Character Ranges.
1751 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1752 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1753 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1754 -as_cr_digits='0123456789'
1755 -as_cr_alnum=$as_cr_Letters$as_cr_digits
1756
1757 -# The user is always right.
1758 -if test "${PATH_SEPARATOR+set}" != set; then
1759 - echo "#! /bin/sh" >conf$$.sh
1760 - echo "exit 0" >>conf$$.sh
1761 - chmod +x conf$$.sh
1762 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1763 - PATH_SEPARATOR=';'
1764 - else
1765 - PATH_SEPARATOR=:
1766 - fi
1767 - rm -f conf$$.sh
1768 +if test "x$CONFIG_SHELL" = x; then
1769 + if (eval ":") 2>/dev/null; then
1770 + as_have_required=yes
1771 +else
1772 + as_have_required=no
1773 fi
1774
1775 + if test $as_have_required = yes && (eval ":
1776 +(as_func_return () {
1777 + (exit \$1)
1778 +}
1779 +as_func_success () {
1780 + as_func_return 0
1781 +}
1782 +as_func_failure () {
1783 + as_func_return 1
1784 +}
1785 +as_func_ret_success () {
1786 + return 0
1787 +}
1788 +as_func_ret_failure () {
1789 + return 1
1790 +}
1791
1792 - as_lineno_1=$LINENO
1793 - as_lineno_2=$LINENO
1794 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1795 - test "x$as_lineno_1" != "x$as_lineno_2" &&
1796 - test "x$as_lineno_3" = "x$as_lineno_2" || {
1797 - # Find who we are. Look in the path if we contain no path at all
1798 - # relative or not.
1799 - case $0 in
1800 - *[\\/]* ) as_myself=$0 ;;
1801 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1802 -for as_dir in $PATH
1803 -do
1804 - IFS=$as_save_IFS
1805 - test -z "$as_dir" && as_dir=.
1806 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1807 -done
1808 +exitcode=0
1809 +if as_func_success; then
1810 + :
1811 +else
1812 + exitcode=1
1813 + echo as_func_success failed.
1814 +fi
1815
1816 - ;;
1817 - esac
1818 - # We did not find ourselves, most probably we were run as `sh COMMAND'
1819 - # in which case we are not to be found in the path.
1820 - if test "x$as_myself" = x; then
1821 - as_myself=$0
1822 - fi
1823 - if test ! -f "$as_myself"; then
1824 - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
1825 - { (exit 1); exit 1; }; }
1826 - fi
1827 - case $CONFIG_SHELL in
1828 - '')
1829 +if as_func_failure; then
1830 + exitcode=1
1831 + echo as_func_failure succeeded.
1832 +fi
1833 +
1834 +if as_func_ret_success; then
1835 + :
1836 +else
1837 + exitcode=1
1838 + echo as_func_ret_success failed.
1839 +fi
1840 +
1841 +if as_func_ret_failure; then
1842 + exitcode=1
1843 + echo as_func_ret_failure succeeded.
1844 +fi
1845 +
1846 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
1847 + :
1848 +else
1849 + exitcode=1
1850 + echo positional parameters were not saved.
1851 +fi
1852 +
1853 +test \$exitcode = 0) || { (exit 1); exit 1; }
1854 +
1855 +(
1856 + as_lineno_1=\$LINENO
1857 + as_lineno_2=\$LINENO
1858 + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
1859 + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
1860 +") 2> /dev/null; then
1861 + :
1862 +else
1863 + as_candidate_shells=
1864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1865 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1866 do
1867 IFS=$as_save_IFS
1868 test -z "$as_dir" && as_dir=.
1869 - for as_base in sh bash ksh sh5; do
1870 - case $as_dir in
1871 + case $as_dir in
1872 /*)
1873 - if ("$as_dir/$as_base" -c '
1874 + for as_base in sh bash ksh sh5; do
1875 + as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
1876 + done;;
1877 + esac
1878 +done
1879 +IFS=$as_save_IFS
1880 +
1881 +
1882 + for as_shell in $as_candidate_shells $SHELL; do
1883 + # Try only shells that exist, to save several forks.
1884 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1885 + { ("$as_shell") 2> /dev/null <<\_ASEOF
1886 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1887 + emulate sh
1888 + NULLCMD=:
1889 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1890 + # is contrary to our usage. Disable this feature.
1891 + alias -g '${1+"$@"}'='"$@"'
1892 + setopt NO_GLOB_SUBST
1893 +else
1894 + case `(set -o) 2>/dev/null` in
1895 + *posix*) set -o posix ;;
1896 +esac
1897 +
1898 +fi
1899 +
1900 +
1901 +:
1902 +_ASEOF
1903 +}; then
1904 + CONFIG_SHELL=$as_shell
1905 + as_have_required=yes
1906 + if { "$as_shell" 2> /dev/null <<\_ASEOF
1907 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1908 + emulate sh
1909 + NULLCMD=:
1910 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1911 + # is contrary to our usage. Disable this feature.
1912 + alias -g '${1+"$@"}'='"$@"'
1913 + setopt NO_GLOB_SUBST
1914 +else
1915 + case `(set -o) 2>/dev/null` in
1916 + *posix*) set -o posix ;;
1917 +esac
1918 +
1919 +fi
1920 +
1921 +
1922 +:
1923 +(as_func_return () {
1924 + (exit $1)
1925 +}
1926 +as_func_success () {
1927 + as_func_return 0
1928 +}
1929 +as_func_failure () {
1930 + as_func_return 1
1931 +}
1932 +as_func_ret_success () {
1933 + return 0
1934 +}
1935 +as_func_ret_failure () {
1936 + return 1
1937 +}
1938 +
1939 +exitcode=0
1940 +if as_func_success; then
1941 + :
1942 +else
1943 + exitcode=1
1944 + echo as_func_success failed.
1945 +fi
1946 +
1947 +if as_func_failure; then
1948 + exitcode=1
1949 + echo as_func_failure succeeded.
1950 +fi
1951 +
1952 +if as_func_ret_success; then
1953 + :
1954 +else
1955 + exitcode=1
1956 + echo as_func_ret_success failed.
1957 +fi
1958 +
1959 +if as_func_ret_failure; then
1960 + exitcode=1
1961 + echo as_func_ret_failure succeeded.
1962 +fi
1963 +
1964 +if ( set x; as_func_ret_success y && test x = "$1" ); then
1965 + :
1966 +else
1967 + exitcode=1
1968 + echo positional parameters were not saved.
1969 +fi
1970 +
1971 +test $exitcode = 0) || { (exit 1); exit 1; }
1972 +
1973 +(
1974 as_lineno_1=$LINENO
1975 as_lineno_2=$LINENO
1976 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1977 test "x$as_lineno_1" != "x$as_lineno_2" &&
1978 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
1979 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1980 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1981 - CONFIG_SHELL=$as_dir/$as_base
1982 - export CONFIG_SHELL
1983 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1984 - fi;;
1985 - esac
1986 - done
1987 -done
1988 -;;
1989 - esac
1990 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
1991 +
1992 +_ASEOF
1993 +}; then
1994 + break
1995 +fi
1996 +
1997 +fi
1998 +
1999 + done
2000 +
2001 + if test "x$CONFIG_SHELL" != x; then
2002 + for as_var in BASH_ENV ENV
2003 + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2004 + done
2005 + export CONFIG_SHELL
2006 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
2007 +fi
2008 +
2009 +
2010 + if test $as_have_required = no; then
2011 + echo This script requires a shell more modern than all the
2012 + echo shells that I found on your system. Please install a
2013 + echo modern shell, or manually run the script under such a
2014 + echo shell if you do have one.
2015 + { (exit 1); exit 1; }
2016 +fi
2017 +
2018 +
2019 +fi
2020 +
2021 +fi
2022 +
2023 +
2024 +
2025 +(eval "as_func_return () {
2026 + (exit \$1)
2027 +}
2028 +as_func_success () {
2029 + as_func_return 0
2030 +}
2031 +as_func_failure () {
2032 + as_func_return 1
2033 +}
2034 +as_func_ret_success () {
2035 + return 0
2036 +}
2037 +as_func_ret_failure () {
2038 + return 1
2039 +}
2040 +
2041 +exitcode=0
2042 +if as_func_success; then
2043 + :
2044 +else
2045 + exitcode=1
2046 + echo as_func_success failed.
2047 +fi
2048 +
2049 +if as_func_failure; then
2050 + exitcode=1
2051 + echo as_func_failure succeeded.
2052 +fi
2053 +
2054 +if as_func_ret_success; then
2055 + :
2056 +else
2057 + exitcode=1
2058 + echo as_func_ret_success failed.
2059 +fi
2060 +
2061 +if as_func_ret_failure; then
2062 + exitcode=1
2063 + echo as_func_ret_failure succeeded.
2064 +fi
2065 +
2066 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
2067 + :
2068 +else
2069 + exitcode=1
2070 + echo positional parameters were not saved.
2071 +fi
2072 +
2073 +test \$exitcode = 0") || {
2074 + echo No shell found that supports shell functions.
2075 + echo Please tell bug-autoconf@gnu.org about your system,
2076 + echo including any error possibly output before this message.
2077 + echo This can help us improve future autoconf versions.
2078 + echo Configuration will now proceed without shell functions.
2079 +}
2080 +
2081 +
2082 +
2083 + as_lineno_1=$LINENO
2084 + as_lineno_2=$LINENO
2085 + test "x$as_lineno_1" != "x$as_lineno_2" &&
2086 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2087
2088 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2089 # uniformly replaced by the line number. The first 'sed' inserts a
2090 - # line-number line before each line; the second 'sed' does the real
2091 - # work. The second script uses 'N' to pair each line-number line
2092 - # with the numbered line, and appends trailing '-' during
2093 - # substitution so that $LINENO is not a special case at line end.
2094 + # line-number line after each line using $LINENO; the second 'sed'
2095 + # does the real work. The second script uses 'N' to pair each
2096 + # line-number line with the line containing $LINENO, and appends
2097 + # trailing '-' during substitution so that $LINENO is not a special
2098 + # case at line end.
2099 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2100 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2101 - sed '=' <$as_myself |
2102 + # scripts with optimization help from Paolo Bonzini. Blame Lee
2103 + # E. McMahon (1931-1989) for sed's syntax. :-)
2104 + sed -n '
2105 + p
2106 + /[$]LINENO/=
2107 + ' <$as_myself |
2108 sed '
2109 + s/[$]LINENO.*/&-/
2110 + t lineno
2111 + b
2112 + :lineno
2113 N
2114 - s,$,-,
2115 - : loop
2116 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2117 + :loop
2118 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2119 t loop
2120 - s,-$,,
2121 - s,^['$as_cr_digits']*\n,,
2122 + s/-\n.*//
2123 ' >$as_me.lineno &&
2124 - chmod +x $as_me.lineno ||
2125 - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2126 + chmod +x "$as_me.lineno" ||
2127 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2128 { (exit 1); exit 1; }; }
2129
2130 # Don't try to exec as it changes $[0], causing all sort of problems
2131 # (the dirname of $[0] is not the place where we might find the
2132 - # original and so on. Autoconf is especially sensible to this).
2133 - . ./$as_me.lineno
2134 + # original and so on. Autoconf is especially sensitive to this).
2135 + . "./$as_me.lineno"
2136 # Exit status is that of the last command.
2137 exit
2138 }
2139
2140
2141 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2142 - *c*,-n*) ECHO_N= ECHO_C='
2143 -' ECHO_T=' ' ;;
2144 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2145 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
2146 -esac
2147 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2148 + as_dirname=dirname
2149 +else
2150 + as_dirname=false
2151 +fi
2152
2153 -if expr a : '\(a\)' >/dev/null 2>&1; then
2154 +ECHO_C= ECHO_N= ECHO_T=
2155 +case `echo -n x` in
2156 +-n*)
2157 + case `echo 'x\c'` in
2158 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2159 + *) ECHO_C='\c';;
2160 + esac;;
2161 +*)
2162 + ECHO_N='-n';;
2163 +esac
2164 +if expr a : '\(a\)' >/dev/null 2>&1 &&
2165 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
2166 as_expr=expr
2167 else
2168 as_expr=false
2169 fi
2170
2171 rm -f conf$$ conf$$.exe conf$$.file
2172 -echo >conf$$.file
2173 -if ln -s conf$$.file conf$$ 2>/dev/null; then
2174 - # We could just check for DJGPP; but this test a) works b) is more generic
2175 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2176 - if test -f conf$$.exe; then
2177 - # Don't use ln at all; we don't have any links
2178 - as_ln_s='cp -p'
2179 - else
2180 +if test -d conf$$.dir; then
2181 + rm -f conf$$.dir/conf$$.file
2182 +else
2183 + rm -f conf$$.dir
2184 + mkdir conf$$.dir 2>/dev/null
2185 +fi
2186 +if (echo >conf$$.file) 2>/dev/null; then
2187 + if ln -s conf$$.file conf$$ 2>/dev/null; then
2188 as_ln_s='ln -s'
2189 + # ... but there are two gotchas:
2190 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2191 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2192 + # In both cases, we have to default to `cp -p'.
2193 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2194 + as_ln_s='cp -p'
2195 + elif ln conf$$.file conf$$ 2>/dev/null; then
2196 + as_ln_s=ln
2197 + else
2198 + as_ln_s='cp -p'
2199 fi
2200 -elif ln conf$$.file conf$$ 2>/dev/null; then
2201 - as_ln_s=ln
2202 else
2203 as_ln_s='cp -p'
2204 fi
2205 -rm -f conf$$ conf$$.exe conf$$.file
2206 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2207 +rmdir conf$$.dir 2>/dev/null
2208
2209 if mkdir -p . 2>/dev/null; then
2210 as_mkdir_p=:
2211 @@ -222,7 +540,28 @@
2212 as_mkdir_p=false
2213 fi
2214
2215 -as_executable_p="test -f"
2216 +if test -x / >/dev/null 2>&1; then
2217 + as_test_x='test -x'
2218 +else
2219 + if ls -dL / >/dev/null 2>&1; then
2220 + as_ls_L_option=L
2221 + else
2222 + as_ls_L_option=
2223 + fi
2224 + as_test_x='
2225 + eval sh -c '\''
2226 + if test -d "$1"; then
2227 + test -d "$1/.";
2228 + else
2229 + case $1 in
2230 + -*)set "./$1";;
2231 + esac;
2232 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2233 + ???[sx]*):;;*)false;;esac;fi
2234 + '\'' sh
2235 + '
2236 +fi
2237 +as_executable_p=$as_test_x
2238
2239 # Sed expression to map a string onto a valid CPP name.
2240 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2241 @@ -231,39 +570,27 @@
2242 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2243
2244
2245 -# IFS
2246 -# We need space, tab and new line, in precisely that order.
2247 -as_nl='
2248 -'
2249 -IFS=" $as_nl"
2250 -
2251 -# CDPATH.
2252 -$as_unset CDPATH
2253
2254 +exec 7<&0 </dev/null 6>&1
2255
2256 # Name of the host.
2257 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
2258 # so uname gets run too.
2259 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2260
2261 -exec 6>&1
2262 -
2263 #
2264 # Initializations.
2265 #
2266 ac_default_prefix=/usr/local
2267 +ac_clean_files=
2268 ac_config_libobj_dir=.
2269 +LIBOBJS=
2270 cross_compiling=no
2271 subdirs=
2272 MFLAGS=
2273 MAKEFLAGS=
2274 SHELL=${CONFIG_SHELL-/bin/sh}
2275
2276 -# Maximum number of lines to put in a shell here document.
2277 -# This variable seems obsolete. It should probably be removed, and
2278 -# only ac_max_sed_lines should be used.
2279 -: ${ac_max_here_lines=38}
2280 -
2281 # Identity of this package.
2282 PACKAGE_NAME='gsoap'
2283 PACKAGE_TARNAME='gsoap'
2284 @@ -275,46 +602,194 @@
2285 # Factoring default headers for most tests.
2286 ac_includes_default="\
2287 #include <stdio.h>
2288 -#if HAVE_SYS_TYPES_H
2289 +#ifdef HAVE_SYS_TYPES_H
2290 # include <sys/types.h>
2291 #endif
2292 -#if HAVE_SYS_STAT_H
2293 +#ifdef HAVE_SYS_STAT_H
2294 # include <sys/stat.h>
2295 #endif
2296 -#if STDC_HEADERS
2297 +#ifdef STDC_HEADERS
2298 # include <stdlib.h>
2299 # include <stddef.h>
2300 #else
2301 -# if HAVE_STDLIB_H
2302 +# ifdef HAVE_STDLIB_H
2303 # include <stdlib.h>
2304 # endif
2305 #endif
2306 -#if HAVE_STRING_H
2307 -# if !STDC_HEADERS && HAVE_MEMORY_H
2308 +#ifdef HAVE_STRING_H
2309 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2310 # include <memory.h>
2311 # endif
2312 # include <string.h>
2313 #endif
2314 -#if HAVE_STRINGS_H
2315 +#ifdef HAVE_STRINGS_H
2316 # include <strings.h>
2317 #endif
2318 -#if HAVE_INTTYPES_H
2319 +#ifdef HAVE_INTTYPES_H
2320 # include <inttypes.h>
2321 -#else
2322 -# if HAVE_STDINT_H
2323 -# include <stdint.h>
2324 -# endif
2325 #endif
2326 -#if HAVE_UNISTD_H
2327 +#ifdef HAVE_STDINT_H
2328 +# include <stdint.h>
2329 +#endif
2330 +#ifdef HAVE_UNISTD_H
2331 # include <unistd.h>
2332 #endif"
2333
2334 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE build build_cpu build_vendor build_os host host_cpu host_vendor host_os CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE CC CFLAGS ac_ct_CC CCDEPMODE LEX LEXLIB LEX_OUTPUT_ROOT YACC CPP RANLIB ac_ct_RANLIB LN_S SAMPLE_EXTRA_LIBS platform EGREP LIBOBJS DEBUG_COMPILE_TRUE DEBUG_COMPILE_FALSE SOAPCPP2_DEBUG SOAPCPP2_IMPORTPATH WSDL2H_IMPORTPATH SOAPCPP2_NONAMESPACES WSDL2H_EXTRA_FLAGS WSDL2H_EXTRA_LIBS WSDL2H_SOAP_CPP_LIB ENABLE_SAMPLES_TRUE ENABLE_SAMPLES_FALSE ENABLE_SAMPLES SAMPLE_DIRS LEX_DEFINE LEX_FLAGS BISON_DEFINE YACC_LIB LTLIBOBJS'
2335 +ac_header_list=
2336 +ac_func_list=
2337 +ac_subst_vars='am__EXEEXT_FALSE
2338 +am__EXEEXT_TRUE
2339 +LTLIBOBJS
2340 +YACC_LIB
2341 +BISON_DEFINE
2342 +LEX_FLAGS
2343 +LEX_DEFINE
2344 +SAMPLE_DIRS
2345 +ENABLE_SAMPLES
2346 +ENABLE_SAMPLES_FALSE
2347 +ENABLE_SAMPLES_TRUE
2348 +WSDL2H_SOAP_CPP_LIB
2349 +WSDL2H_EXTRA_LIBS
2350 +WSDL2H_EXTRA_FLAGS
2351 +SOAPCPP2_NONAMESPACES
2352 +WSDL2H_IMPORTPATH
2353 +SOAPCPP2_IMPORTPATH
2354 +SOAPCPP2_DEBUG
2355 +DEBUG_COMPILE_FALSE
2356 +DEBUG_COMPILE_TRUE
2357 +LIBOBJS
2358 +EGREP
2359 +GREP
2360 +platform
2361 +SAMPLE_EXTRA_LIBS
2362 +LN_S
2363 +RANLIB
2364 +CPP
2365 +YFLAGS
2366 +YACC
2367 +LEXLIB
2368 +LEX_OUTPUT_ROOT
2369 +LEX
2370 +am__fastdepCC_FALSE
2371 +am__fastdepCC_TRUE
2372 +CCDEPMODE
2373 +ac_ct_CC
2374 +CFLAGS
2375 +CC
2376 +am__fastdepCXX_FALSE
2377 +am__fastdepCXX_TRUE
2378 +CXXDEPMODE
2379 +AMDEPBACKSLASH
2380 +AMDEP_FALSE
2381 +AMDEP_TRUE
2382 +am__quote
2383 +am__include
2384 +DEPDIR
2385 +OBJEXT
2386 +EXEEXT
2387 +ac_ct_CXX
2388 +CPPFLAGS
2389 +LDFLAGS
2390 +CXXFLAGS
2391 +CXX
2392 +host_os
2393 +host_vendor
2394 +host_cpu
2395 +host
2396 +build_os
2397 +build_vendor
2398 +build_cpu
2399 +build
2400 +am__untar
2401 +am__tar
2402 +AMTAR
2403 +am__leading_dot
2404 +SET_MAKE
2405 +AWK
2406 +mkdir_p
2407 +MKDIR_P
2408 +INSTALL_STRIP_PROGRAM
2409 +STRIP
2410 +install_sh
2411 +MAKEINFO
2412 +AUTOHEADER
2413 +AUTOMAKE
2414 +AUTOCONF
2415 +ACLOCAL
2416 +VERSION
2417 +PACKAGE
2418 +CYGPATH_W
2419 +am__isrc
2420 +INSTALL_DATA
2421 +INSTALL_SCRIPT
2422 +INSTALL_PROGRAM
2423 +target_alias
2424 +host_alias
2425 +build_alias
2426 +LIBS
2427 +ECHO_T
2428 +ECHO_N
2429 +ECHO_C
2430 +DEFS
2431 +mandir
2432 +localedir
2433 +libdir
2434 +psdir
2435 +pdfdir
2436 +dvidir
2437 +htmldir
2438 +infodir
2439 +docdir
2440 +oldincludedir
2441 +includedir
2442 +localstatedir
2443 +sharedstatedir
2444 +sysconfdir
2445 +datadir
2446 +datarootdir
2447 +libexecdir
2448 +sbindir
2449 +bindir
2450 +program_transform_name
2451 +prefix
2452 +exec_prefix
2453 +PACKAGE_BUGREPORT
2454 +PACKAGE_STRING
2455 +PACKAGE_VERSION
2456 +PACKAGE_TARNAME
2457 +PACKAGE_NAME
2458 +PATH_SEPARATOR
2459 +SHELL'
2460 ac_subst_files=''
2461 +ac_user_opts='
2462 +enable_option_checking
2463 +enable_dependency_tracking
2464 +enable_debug
2465 +enable_namespaces
2466 +enable_openssl
2467 +enable_samples
2468 +'
2469 + ac_precious_vars='build_alias
2470 +host_alias
2471 +target_alias
2472 +CXX
2473 +CXXFLAGS
2474 +LDFLAGS
2475 +LIBS
2476 +CPPFLAGS
2477 +CCC
2478 +CC
2479 +CFLAGS
2480 +YACC
2481 +YFLAGS
2482 +CPP'
2483 +
2484
2485 # Initialize some variables set by options.
2486 ac_init_help=
2487 ac_init_version=false
2488 +ac_unrecognized_opts=
2489 +ac_unrecognized_sep=
2490 # The variables have the same names as the options, with
2491 # dashes changed to underlines.
2492 cache_file=/dev/null
2493 @@ -337,34 +812,48 @@
2494 # and all the variables that are supposed to be based on exec_prefix
2495 # by default will actually change.
2496 # Use braces instead of parens because sh, perl, etc. also accept them.
2497 +# (The list follows the same order as the GNU Coding Standards.)
2498 bindir='${exec_prefix}/bin'
2499 sbindir='${exec_prefix}/sbin'
2500 libexecdir='${exec_prefix}/libexec'
2501 -datadir='${prefix}/share'
2502 +datarootdir='${prefix}/share'
2503 +datadir='${datarootdir}'
2504 sysconfdir='${prefix}/etc'
2505 sharedstatedir='${prefix}/com'
2506 localstatedir='${prefix}/var'
2507 -libdir='${exec_prefix}/lib'
2508 includedir='${prefix}/include'
2509 oldincludedir='/usr/include'
2510 -infodir='${prefix}/info'
2511 -mandir='${prefix}/man'
2512 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2513 +infodir='${datarootdir}/info'
2514 +htmldir='${docdir}'
2515 +dvidir='${docdir}'
2516 +pdfdir='${docdir}'
2517 +psdir='${docdir}'
2518 +libdir='${exec_prefix}/lib'
2519 +localedir='${datarootdir}/locale'
2520 +mandir='${datarootdir}/man'
2521
2522 ac_prev=
2523 +ac_dashdash=
2524 for ac_option
2525 do
2526 # If the previous option needs an argument, assign it.
2527 if test -n "$ac_prev"; then
2528 - eval "$ac_prev=\$ac_option"
2529 + eval $ac_prev=\$ac_option
2530 ac_prev=
2531 continue
2532 fi
2533
2534 - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
2535 + case $ac_option in
2536 + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2537 + *) ac_optarg=yes ;;
2538 + esac
2539
2540 # Accept the important Cygnus configure options, so we can diagnose typos.
2541
2542 - case $ac_option in
2543 + case $ac_dashdash$ac_option in
2544 + --)
2545 + ac_dashdash=yes ;;
2546
2547 -bindir | --bindir | --bindi | --bind | --bin | --bi)
2548 ac_prev=bindir ;;
2549 @@ -386,33 +875,61 @@
2550 --config-cache | -C)
2551 cache_file=config.cache ;;
2552
2553 - -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
2554 + -datadir | --datadir | --datadi | --datad)
2555 ac_prev=datadir ;;
2556 - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
2557 - | --da=*)
2558 + -datadir=* | --datadir=* | --datadi=* | --datad=*)
2559 datadir=$ac_optarg ;;
2560
2561 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2562 + | --dataroo | --dataro | --datar)
2563 + ac_prev=datarootdir ;;
2564 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2565 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2566 + datarootdir=$ac_optarg ;;
2567 +
2568 -disable-* | --disable-*)
2569 - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2570 + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2571 # Reject names that are not valid shell variable names.
2572 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2573 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2
2574 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2575 + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
2576 { (exit 1); exit 1; }; }
2577 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
2578 - eval "enable_$ac_feature=no" ;;
2579 + ac_useropt_orig=$ac_useropt
2580 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2581 + case $ac_user_opts in
2582 + *"
2583 +"enable_$ac_useropt"
2584 +"*) ;;
2585 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2586 + ac_unrecognized_sep=', ';;
2587 + esac
2588 + eval enable_$ac_useropt=no ;;
2589 +
2590 + -docdir | --docdir | --docdi | --doc | --do)
2591 + ac_prev=docdir ;;
2592 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2593 + docdir=$ac_optarg ;;
2594 +
2595 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2596 + ac_prev=dvidir ;;
2597 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2598 + dvidir=$ac_optarg ;;
2599
2600 -enable-* | --enable-*)
2601 - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2602 + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2603 # Reject names that are not valid shell variable names.
2604 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2605 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2
2606 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2607 + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
2608 { (exit 1); exit 1; }; }
2609 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
2610 - case $ac_option in
2611 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
2612 - *) ac_optarg=yes ;;
2613 + ac_useropt_orig=$ac_useropt
2614 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2615 + case $ac_user_opts in
2616 + *"
2617 +"enable_$ac_useropt"
2618 +"*) ;;
2619 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2620 + ac_unrecognized_sep=', ';;
2621 esac
2622 - eval "enable_$ac_feature='$ac_optarg'" ;;
2623 + eval enable_$ac_useropt=\$ac_optarg ;;
2624
2625 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2626 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2627 @@ -439,6 +956,12 @@
2628 -host=* | --host=* | --hos=* | --ho=*)
2629 host_alias=$ac_optarg ;;
2630
2631 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2632 + ac_prev=htmldir ;;
2633 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2634 + | --ht=*)
2635 + htmldir=$ac_optarg ;;
2636 +
2637 -includedir | --includedir | --includedi | --included | --include \
2638 | --includ | --inclu | --incl | --inc)
2639 ac_prev=includedir ;;
2640 @@ -463,13 +986,16 @@
2641 | --libexe=* | --libex=* | --libe=*)
2642 libexecdir=$ac_optarg ;;
2643
2644 + -localedir | --localedir | --localedi | --localed | --locale)
2645 + ac_prev=localedir ;;
2646 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2647 + localedir=$ac_optarg ;;
2648 +
2649 -localstatedir | --localstatedir | --localstatedi | --localstated \
2650 - | --localstate | --localstat | --localsta | --localst \
2651 - | --locals | --local | --loca | --loc | --lo)
2652 + | --localstate | --localstat | --localsta | --localst | --locals)
2653 ac_prev=localstatedir ;;
2654 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2655 - | --localstate=* | --localstat=* | --localsta=* | --localst=* \
2656 - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
2657 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2658 localstatedir=$ac_optarg ;;
2659
2660 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2661 @@ -534,6 +1060,16 @@
2662 | --progr-tra=* | --program-tr=* | --program-t=*)
2663 program_transform_name=$ac_optarg ;;
2664
2665 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
2666 + ac_prev=pdfdir ;;
2667 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
2668 + pdfdir=$ac_optarg ;;
2669 +
2670 + -psdir | --psdir | --psdi | --psd | --ps)
2671 + ac_prev=psdir ;;
2672 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
2673 + psdir=$ac_optarg ;;
2674 +
2675 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2676 | -silent | --silent | --silen | --sile | --sil)
2677 silent=yes ;;
2678 @@ -584,26 +1120,38 @@
2679 ac_init_version=: ;;
2680
2681 -with-* | --with-*)
2682 - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2683 + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2684 # Reject names that are not valid shell variable names.
2685 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2686 - { echo "$as_me: error: invalid package name: $ac_package" >&2
2687 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2688 + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
2689 { (exit 1); exit 1; }; }
2690 - ac_package=`echo $ac_package| sed 's/-/_/g'`
2691 - case $ac_option in
2692 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
2693 - *) ac_optarg=yes ;;
2694 + ac_useropt_orig=$ac_useropt
2695 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2696 + case $ac_user_opts in
2697 + *"
2698 +"with_$ac_useropt"
2699 +"*) ;;
2700 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2701 + ac_unrecognized_sep=', ';;
2702 esac
2703 - eval "with_$ac_package='$ac_optarg'" ;;
2704 + eval with_$ac_useropt=\$ac_optarg ;;
2705
2706 -without-* | --without-*)
2707 - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2708 + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2709 # Reject names that are not valid shell variable names.
2710 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2711 - { echo "$as_me: error: invalid package name: $ac_package" >&2
2712 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2713 + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
2714 { (exit 1); exit 1; }; }
2715 - ac_package=`echo $ac_package | sed 's/-/_/g'`
2716 - eval "with_$ac_package=no" ;;
2717 + ac_useropt_orig=$ac_useropt
2718 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2719 + case $ac_user_opts in
2720 + *"
2721 +"with_$ac_useropt"
2722 +"*) ;;
2723 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2724 + ac_unrecognized_sep=', ';;
2725 + esac
2726 + eval with_$ac_useropt=no ;;
2727
2728 --x)
2729 # Obsolete; use --with-x.
2730 @@ -623,7 +1171,7 @@
2731 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2732 x_libraries=$ac_optarg ;;
2733
2734 - -*) { echo "$as_me: error: unrecognized option: $ac_option
2735 + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
2736 Try \`$0 --help' for more information." >&2
2737 { (exit 1); exit 1; }; }
2738 ;;
2739 @@ -632,17 +1180,16 @@
2740 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2741 # Reject names that are not valid shell variable names.
2742 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
2743 - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
2744 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
2745 { (exit 1); exit 1; }; }
2746 - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
2747 - eval "$ac_envvar='$ac_optarg'"
2748 + eval $ac_envvar=\$ac_optarg
2749 export $ac_envvar ;;
2750
2751 *)
2752 # FIXME: should be removed in autoconf 3.0.
2753 - echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2754 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2755 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2756 - echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2757 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2758 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
2759 ;;
2760
2761 @@ -651,31 +1198,39 @@
2762
2763 if test -n "$ac_prev"; then
2764 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2765 - { echo "$as_me: error: missing argument to $ac_option" >&2
2766 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2
2767 { (exit 1); exit 1; }; }
2768 fi
2769
2770 -# Be sure to have absolute paths.
2771 -for ac_var in exec_prefix prefix
2772 -do
2773 - eval ac_val=$`echo $ac_var`
2774 - case $ac_val in
2775 - [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
2776 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
2777 - { (exit 1); exit 1; }; };;
2778 +if test -n "$ac_unrecognized_opts"; then
2779 + case $enable_option_checking in
2780 + no) ;;
2781 + fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
2782 + { (exit 1); exit 1; }; } ;;
2783 + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2784 esac
2785 -done
2786 +fi
2787
2788 -# Be sure to have absolute paths.
2789 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
2790 - localstatedir libdir includedir oldincludedir infodir mandir
2791 +# Check all directory arguments for consistency.
2792 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2793 + datadir sysconfdir sharedstatedir localstatedir includedir \
2794 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2795 + libdir localedir mandir
2796 do
2797 - eval ac_val=$`echo $ac_var`
2798 + eval ac_val=\$$ac_var
2799 + # Remove trailing slashes.
2800 case $ac_val in
2801 - [\\/$]* | ?:[\\/]* ) ;;
2802 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
2803 - { (exit 1); exit 1; }; };;
2804 + */ )
2805 + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2806 + eval $ac_var=\$ac_val;;
2807 + esac
2808 + # Be sure to have absolute directory names.
2809 + case $ac_val in
2810 + [\\/$]* | ?:[\\/]* ) continue;;
2811 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2812 esac
2813 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
2814 + { (exit 1); exit 1; }; }
2815 done
2816
2817 # There might be people who depend on the old broken behavior: `$host'
2818 @@ -689,7 +1244,7 @@
2819 if test "x$host_alias" != x; then
2820 if test "x$build_alias" = x; then
2821 cross_compiling=maybe
2822 - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
2823 + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
2824 If a cross compiler is detected then cross compile mode will be used." >&2
2825 elif test "x$build_alias" != "x$host_alias"; then
2826 cross_compiling=yes
2827 @@ -702,82 +1257,76 @@
2828 test "$silent" = yes && exec 6>/dev/null
2829
2830
2831 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
2832 +ac_ls_di=`ls -di .` &&
2833 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2834 + { $as_echo "$as_me: error: working directory cannot be determined" >&2
2835 + { (exit 1); exit 1; }; }
2836 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2837 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
2838 + { (exit 1); exit 1; }; }
2839 +
2840 +
2841 # Find the source files, if location was not specified.
2842 if test -z "$srcdir"; then
2843 ac_srcdir_defaulted=yes
2844 - # Try the directory containing this script, then its parent.
2845 - ac_confdir=`(dirname "$0") 2>/dev/null ||
2846 -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2847 - X"$0" : 'X\(//\)[^/]' \| \
2848 - X"$0" : 'X\(//\)$' \| \
2849 - X"$0" : 'X\(/\)' \| \
2850 - . : '\(.\)' 2>/dev/null ||
2851 -echo X"$0" |
2852 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2853 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2854 - /^X\(\/\/\)$/{ s//\1/; q; }
2855 - /^X\(\/\).*/{ s//\1/; q; }
2856 - s/.*/./; q'`
2857 + # Try the directory containing this script, then the parent directory.
2858 + ac_confdir=`$as_dirname -- "$as_myself" ||
2859 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2860 + X"$as_myself" : 'X\(//\)[^/]' \| \
2861 + X"$as_myself" : 'X\(//\)$' \| \
2862 + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2863 +$as_echo X"$as_myself" |
2864 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2865 + s//\1/
2866 + q
2867 + }
2868 + /^X\(\/\/\)[^/].*/{
2869 + s//\1/
2870 + q
2871 + }
2872 + /^X\(\/\/\)$/{
2873 + s//\1/
2874 + q
2875 + }
2876 + /^X\(\/\).*/{
2877 + s//\1/
2878 + q
2879 + }
2880 + s/.*/./; q'`
2881 srcdir=$ac_confdir
2882 - if test ! -r $srcdir/$ac_unique_file; then
2883 + if test ! -r "$srcdir/$ac_unique_file"; then
2884 srcdir=..
2885 fi
2886 else
2887 ac_srcdir_defaulted=no
2888 fi
2889 -if test ! -r $srcdir/$ac_unique_file; then
2890 - if test "$ac_srcdir_defaulted" = yes; then
2891 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
2892 - { (exit 1); exit 1; }; }
2893 - else
2894 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
2895 +if test ! -r "$srcdir/$ac_unique_file"; then
2896 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2897 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
2898 { (exit 1); exit 1; }; }
2899 - fi
2900 fi
2901 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
2902 - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
2903 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2904 +ac_abs_confdir=`(
2905 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
2906 { (exit 1); exit 1; }; }
2907 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
2908 -ac_env_build_alias_set=${build_alias+set}
2909 -ac_env_build_alias_value=$build_alias
2910 -ac_cv_env_build_alias_set=${build_alias+set}
2911 -ac_cv_env_build_alias_value=$build_alias
2912 -ac_env_host_alias_set=${host_alias+set}
2913 -ac_env_host_alias_value=$host_alias
2914 -ac_cv_env_host_alias_set=${host_alias+set}
2915 -ac_cv_env_host_alias_value=$host_alias
2916 -ac_env_target_alias_set=${target_alias+set}
2917 -ac_env_target_alias_value=$target_alias
2918 -ac_cv_env_target_alias_set=${target_alias+set}
2919 -ac_cv_env_target_alias_value=$target_alias
2920 -ac_env_CXX_set=${CXX+set}
2921 -ac_env_CXX_value=$CXX
2922 -ac_cv_env_CXX_set=${CXX+set}
2923 -ac_cv_env_CXX_value=$CXX
2924 -ac_env_CXXFLAGS_set=${CXXFLAGS+set}
2925 -ac_env_CXXFLAGS_value=$CXXFLAGS
2926 -ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
2927 -ac_cv_env_CXXFLAGS_value=$CXXFLAGS
2928 -ac_env_LDFLAGS_set=${LDFLAGS+set}
2929 -ac_env_LDFLAGS_value=$LDFLAGS
2930 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
2931 -ac_cv_env_LDFLAGS_value=$LDFLAGS
2932 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
2933 -ac_env_CPPFLAGS_value=$CPPFLAGS
2934 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
2935 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
2936 -ac_env_CC_set=${CC+set}
2937 -ac_env_CC_value=$CC
2938 -ac_cv_env_CC_set=${CC+set}
2939 -ac_cv_env_CC_value=$CC
2940 -ac_env_CFLAGS_set=${CFLAGS+set}
2941 -ac_env_CFLAGS_value=$CFLAGS
2942 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
2943 -ac_cv_env_CFLAGS_value=$CFLAGS
2944 -ac_env_CPP_set=${CPP+set}
2945 -ac_env_CPP_value=$CPP
2946 -ac_cv_env_CPP_set=${CPP+set}
2947 -ac_cv_env_CPP_value=$CPP
2948 + pwd)`
2949 +# When building in place, set srcdir=.
2950 +if test "$ac_abs_confdir" = "$ac_pwd"; then
2951 + srcdir=.
2952 +fi
2953 +# Remove unnecessary trailing slashes from srcdir.
2954 +# Double slashes in file names in object file debugging info
2955 +# mess up M-x gdb in Emacs.
2956 +case $srcdir in
2957 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2958 +esac
2959 +for ac_var in $ac_precious_vars; do
2960 + eval ac_env_${ac_var}_set=\${${ac_var}+set}
2961 + eval ac_env_${ac_var}_value=\$${ac_var}
2962 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2963 + eval ac_cv_env_${ac_var}_value=\$${ac_var}
2964 +done
2965
2966 #
2967 # Report the --help message.
2968 @@ -806,14 +1355,11 @@
2969 -n, --no-create do not create output files
2970 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2971
2972 -_ACEOF
2973 -
2974 - cat <<_ACEOF
2975 Installation directories:
2976 --prefix=PREFIX install architecture-independent files in PREFIX
2977 - [$ac_default_prefix]
2978 + [$ac_default_prefix]
2979 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2980 - [PREFIX]
2981 + [PREFIX]
2982
2983 By default, \`make install' will install all the files in
2984 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2985 @@ -823,18 +1369,25 @@
2986 For better control, use the options below.
2987
2988 Fine tuning of the installation directories:
2989 - --bindir=DIR user executables [EPREFIX/bin]
2990 - --sbindir=DIR system admin executables [EPREFIX/sbin]
2991 - --libexecdir=DIR program executables [EPREFIX/libexec]
2992 - --datadir=DIR read-only architecture-independent data [PREFIX/share]
2993 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2994 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2995 - --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2996 - --libdir=DIR object code libraries [EPREFIX/lib]
2997 - --includedir=DIR C header files [PREFIX/include]
2998 - --oldincludedir=DIR C header files for non-gcc [/usr/include]
2999 - --infodir=DIR info documentation [PREFIX/info]
3000 - --mandir=DIR man documentation [PREFIX/man]
3001 + --bindir=DIR user executables [EPREFIX/bin]
3002 + --sbindir=DIR system admin executables [EPREFIX/sbin]
3003 + --libexecdir=DIR program executables [EPREFIX/libexec]
3004 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
3005 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
3006 + --localstatedir=DIR modifiable single-machine data [PREFIX/var]
3007 + --libdir=DIR object code libraries [EPREFIX/lib]
3008 + --includedir=DIR C header files [PREFIX/include]
3009 + --oldincludedir=DIR C header files for non-gcc [/usr/include]
3010 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
3011 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
3012 + --infodir=DIR info documentation [DATAROOTDIR/info]
3013 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
3014 + --mandir=DIR man documentation [DATAROOTDIR/man]
3015 + --docdir=DIR documentation root [DATAROOTDIR/doc/gsoap]
3016 + --htmldir=DIR html documentation [DOCDIR]
3017 + --dvidir=DIR dvi documentation [DOCDIR]
3018 + --pdfdir=DIR pdf documentation [DOCDIR]
3019 + --psdir=DIR ps documentation [DOCDIR]
3020 _ACEOF
3021
3022 cat <<\_ACEOF
3023 @@ -857,10 +1410,11 @@
3024 cat <<\_ACEOF
3025
3026 Optional Features:
3027 + --disable-option-checking ignore unrecognized --enable/--with options
3028 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
3029 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
3030 - --disable-dependency-tracking Speeds up one-time builds
3031 - --enable-dependency-tracking Do not reject slow dependency extractors
3032 + --disable-dependency-tracking speeds up one-time build
3033 + --enable-dependency-tracking do not reject slow dependency extractors
3034 --enable-debug add debug symbols for debugging
3035 --disable-namespaces compile library without namespaces
3036 --disable-openssl compile wsdl2h without openssl
3037 @@ -871,130 +1425,104 @@
3038 CXXFLAGS C++ compiler flags
3039 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
3040 nonstandard directory <lib dir>
3041 - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
3042 - headers in a nonstandard directory <include dir>
3043 + LIBS libraries to pass to the linker, e.g. -l<library>
3044 + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
3045 + you have headers in a nonstandard directory <include dir>
3046 CC C compiler command
3047 CFLAGS C compiler flags
3048 + YACC The `Yet Another C Compiler' implementation to use. Defaults to
3049 + the first program found out of: `bison -y', `byacc', `yacc'.
3050 + YFLAGS The list of arguments that will be passed by default to $YACC.
3051 + This script will default YFLAGS to the empty string to avoid a
3052 + default value of `-d' given by some make applications.
3053 CPP C preprocessor
3054
3055 Use these variables to override the choices made by `configure' or to help
3056 it to find libraries and programs with nonstandard names/locations.
3057
3058 _ACEOF
3059 +ac_status=$?
3060 fi
3061
3062 if test "$ac_init_help" = "recursive"; then
3063 # If there are subdirs, report their specific --help.
3064 - ac_popdir=`pwd`
3065 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
3066 - test -d $ac_dir || continue
3067 + test -d "$ac_dir" ||
3068 + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
3069 + continue
3070 ac_builddir=.
3071
3072 -if test "$ac_dir" != .; then
3073 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3074 - # A "../" for each directory in $ac_dir_suffix.
3075 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3076 -else
3077 - ac_dir_suffix= ac_top_builddir=
3078 -fi
3079 +case "$ac_dir" in
3080 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3081 +*)
3082 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3083 + # A ".." for each directory in $ac_dir_suffix.
3084 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3085 + case $ac_top_builddir_sub in
3086 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3087 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3088 + esac ;;
3089 +esac
3090 +ac_abs_top_builddir=$ac_pwd
3091 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
3092 +# for backward compatibility:
3093 +ac_top_builddir=$ac_top_build_prefix
3094
3095 case $srcdir in
3096 - .) # No --srcdir option. We are building in place.
3097 + .) # We are building in place.
3098 ac_srcdir=.
3099 - if test -z "$ac_top_builddir"; then
3100 - ac_top_srcdir=.
3101 - else
3102 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3103 - fi ;;
3104 - [\\/]* | ?:[\\/]* ) # Absolute path.
3105 + ac_top_srcdir=$ac_top_builddir_sub
3106 + ac_abs_top_srcdir=$ac_pwd ;;
3107 + [\\/]* | ?:[\\/]* ) # Absolute name.
3108 ac_srcdir=$srcdir$ac_dir_suffix;
3109 - ac_top_srcdir=$srcdir ;;
3110 - *) # Relative path.
3111 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3112 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
3113 -esac
3114 -
3115 -# Do not use `cd foo && pwd` to compute absolute paths, because
3116 -# the directories may not exist.
3117 -case `pwd` in
3118 -.) ac_abs_builddir="$ac_dir";;
3119 -*)
3120 - case "$ac_dir" in
3121 - .) ac_abs_builddir=`pwd`;;
3122 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3123 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
3124 - esac;;
3125 -esac
3126 -case $ac_abs_builddir in
3127 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
3128 -*)
3129 - case ${ac_top_builddir}. in
3130 - .) ac_abs_top_builddir=$ac_abs_builddir;;
3131 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3132 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3133 - esac;;
3134 -esac
3135 -case $ac_abs_builddir in
3136 -.) ac_abs_srcdir=$ac_srcdir;;
3137 -*)
3138 - case $ac_srcdir in
3139 - .) ac_abs_srcdir=$ac_abs_builddir;;
3140 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3141 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3142 - esac;;
3143 -esac
3144 -case $ac_abs_builddir in
3145 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
3146 -*)
3147 - case $ac_top_srcdir in
3148 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
3149 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3150 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3151 - esac;;
3152 + ac_top_srcdir=$srcdir
3153 + ac_abs_top_srcdir=$srcdir ;;
3154 + *) # Relative name.
3155 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3156 + ac_top_srcdir=$ac_top_build_prefix$srcdir
3157 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3158 esac
3159 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3160
3161 - cd $ac_dir
3162 - # Check for guested configure; otherwise get Cygnus style configure.
3163 - if test -f $ac_srcdir/configure.gnu; then
3164 - echo
3165 - $SHELL $ac_srcdir/configure.gnu --help=recursive
3166 - elif test -f $ac_srcdir/configure; then
3167 - echo
3168 - $SHELL $ac_srcdir/configure --help=recursive
3169 - elif test -f $ac_srcdir/configure.ac ||
3170 - test -f $ac_srcdir/configure.in; then
3171 - echo
3172 - $ac_configure --help
3173 + cd "$ac_dir" || { ac_status=$?; continue; }
3174 + # Check for guested configure.
3175 + if test -f "$ac_srcdir/configure.gnu"; then
3176 + echo &&
3177 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive
3178 + elif test -f "$ac_srcdir/configure"; then
3179 + echo &&
3180 + $SHELL "$ac_srcdir/configure" --help=recursive
3181 else
3182 - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3183 - fi
3184 - cd $ac_popdir
3185 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3186 + fi || ac_status=$?
3187 + cd "$ac_pwd" || { ac_status=$?; break; }
3188 done
3189 fi
3190
3191 -test -n "$ac_init_help" && exit 0
3192 +test -n "$ac_init_help" && exit $ac_status
3193 if $ac_init_version; then
3194 cat <<\_ACEOF
3195 gsoap configure 2.7
3196 -generated by GNU Autoconf 2.59
3197 +generated by GNU Autoconf 2.63
3198
3199 -Copyright (C) 2003 Free Software Foundation, Inc.
3200 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
3201 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3202 This configure script is free software; the Free Software Foundation
3203 gives unlimited permission to copy, distribute and modify it.
3204 _ACEOF
3205 - exit 0
3206 + exit
3207 fi
3208 -exec 5>config.log
3209 -cat >&5 <<_ACEOF
3210 +cat >config.log <<_ACEOF
3211 This file contains any messages produced by compilers while
3212 running configure, to aid debugging if configure makes a mistake.
3213
3214 It was created by gsoap $as_me 2.7, which was
3215 -generated by GNU Autoconf 2.59. Invocation command line was
3216 +generated by GNU Autoconf 2.63. Invocation command line was
3217
3218 $ $0 $@
3219
3220 _ACEOF
3221 +exec 5>>config.log
3222 {
3223 cat <<_ASUNAME
3224 ## --------- ##
3225 @@ -1013,7 +1541,7 @@
3226 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3227 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3228 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3229 -hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
3230 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3231 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3232 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3233 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3234 @@ -1025,8 +1553,9 @@
3235 do
3236 IFS=$as_save_IFS
3237 test -z "$as_dir" && as_dir=.
3238 - echo "PATH: $as_dir"
3239 + $as_echo "PATH: $as_dir"
3240 done
3241 +IFS=$as_save_IFS
3242
3243 } >&5
3244
3245 @@ -1048,7 +1577,6 @@
3246 ac_configure_args=
3247 ac_configure_args0=
3248 ac_configure_args1=
3249 -ac_sep=
3250 ac_must_keep_next=false
3251 for ac_pass in 1 2
3252 do
3253 @@ -1059,8 +1587,8 @@
3254 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3255 | -silent | --silent | --silen | --sile | --sil)
3256 continue ;;
3257 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
3258 - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3259 + *\'*)
3260 + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3261 esac
3262 case $ac_pass in
3263 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
3264 @@ -1081,9 +1609,7 @@
3265 -* ) ac_must_keep_next=true ;;
3266 esac
3267 fi
3268 - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
3269 - # Get rid of the leading space.
3270 - ac_sep=" "
3271 + ac_configure_args="$ac_configure_args '$ac_arg'"
3272 ;;
3273 esac
3274 done
3275 @@ -1094,8 +1620,8 @@
3276 # When interrupted or exit'd, cleanup temporary files, and complete
3277 # config.log. We remove comments because anyway the quotes in there
3278 # would cause problems or look ugly.
3279 -# WARNING: Be sure not to use single quotes in there, as some shells,
3280 -# such as our DU 5.0 friend, will then `close' the trap.
3281 +# WARNING: Use '\'' to represent an apostrophe within the trap.
3282 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3283 trap 'exit_status=$?
3284 # Save into config.log some information that might help in debugging.
3285 {
3286 @@ -1108,20 +1634,35 @@
3287 _ASBOX
3288 echo
3289 # The following way of writing the cache mishandles newlines in values,
3290 -{
3291 +(
3292 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3293 + eval ac_val=\$$ac_var
3294 + case $ac_val in #(
3295 + *${as_nl}*)
3296 + case $ac_var in #(
3297 + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
3298 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3299 + esac
3300 + case $ac_var in #(
3301 + _ | IFS | as_nl) ;; #(
3302 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3303 + *) $as_unset $ac_var ;;
3304 + esac ;;
3305 + esac
3306 + done
3307 (set) 2>&1 |
3308 - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
3309 - *ac_space=\ *)
3310 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3311 + *${as_nl}ac_space=\ *)
3312 sed -n \
3313 - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
3314 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
3315 - ;;
3316 + "s/'\''/'\''\\\\'\'''\''/g;
3317 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3318 + ;; #(
3319 *)
3320 - sed -n \
3321 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3322 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3323 ;;
3324 - esac;
3325 -}
3326 + esac |
3327 + sort
3328 +)
3329 echo
3330
3331 cat <<\_ASBOX
3332 @@ -1132,22 +1673,28 @@
3333 echo
3334 for ac_var in $ac_subst_vars
3335 do
3336 - eval ac_val=$`echo $ac_var`
3337 - echo "$ac_var='"'"'$ac_val'"'"'"
3338 + eval ac_val=\$$ac_var
3339 + case $ac_val in
3340 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3341 + esac
3342 + $as_echo "$ac_var='\''$ac_val'\''"
3343 done | sort
3344 echo
3345
3346 if test -n "$ac_subst_files"; then
3347 cat <<\_ASBOX
3348 -## ------------- ##
3349 -## Output files. ##
3350 -## ------------- ##
3351 +## ------------------- ##
3352 +## File substitutions. ##
3353 +## ------------------- ##
3354 _ASBOX
3355 echo
3356 for ac_var in $ac_subst_files
3357 do
3358 - eval ac_val=$`echo $ac_var`
3359 - echo "$ac_var='"'"'$ac_val'"'"'"
3360 + eval ac_val=\$$ac_var
3361 + case $ac_val in
3362 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3363 + esac
3364 + $as_echo "$ac_var='\''$ac_val'\''"
3365 done | sort
3366 echo
3367 fi
3368 @@ -1159,26 +1706,24 @@
3369 ## ----------- ##
3370 _ASBOX
3371 echo
3372 - sed "/^$/d" confdefs.h | sort
3373 + cat confdefs.h
3374 echo
3375 fi
3376 test "$ac_signal" != 0 &&
3377 - echo "$as_me: caught signal $ac_signal"
3378 - echo "$as_me: exit $exit_status"
3379 + $as_echo "$as_me: caught signal $ac_signal"
3380 + $as_echo "$as_me: exit $exit_status"
3381 } >&5
3382 - rm -f core *.core &&
3383 - rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
3384 + rm -f core *.core core.conftest.* &&
3385 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3386 exit $exit_status
3387 - ' 0
3388 +' 0
3389 for ac_signal in 1 2 13 15; do
3390 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
3391 done
3392 ac_signal=0
3393
3394 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3395 -rm -rf conftest* confdefs.h
3396 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
3397 -echo >confdefs.h
3398 +rm -f -r conftest* confdefs.h
3399
3400 # Predefined preprocessor variables.
3401
3402 @@ -1208,18 +1753,24 @@
3403
3404
3405 # Let the site file select an alternate cache file if it wants to.
3406 -# Prefer explicitly selected file to automatically selected ones.
3407 -if test -z "$CONFIG_SITE"; then
3408 - if test "x$prefix" != xNONE; then
3409 - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
3410 - else
3411 - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
3412 - fi
3413 +# Prefer an explicitly selected file to automatically selected ones.
3414 +ac_site_file1=NONE
3415 +ac_site_file2=NONE
3416 +if test -n "$CONFIG_SITE"; then
3417 + ac_site_file1=$CONFIG_SITE
3418 +elif test "x$prefix" != xNONE; then
3419 + ac_site_file1=$prefix/share/config.site
3420 + ac_site_file2=$prefix/etc/config.site
3421 +else
3422 + ac_site_file1=$ac_default_prefix/share/config.site
3423 + ac_site_file2=$ac_default_prefix/etc/config.site
3424 fi
3425 -for ac_site_file in $CONFIG_SITE; do
3426 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3427 +do
3428 + test "x$ac_site_file" = xNONE && continue
3429 if test -r "$ac_site_file"; then
3430 - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
3431 -echo "$as_me: loading site script $ac_site_file" >&6;}
3432 + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
3433 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3434 sed 's/^/| /' "$ac_site_file" >&5
3435 . "$ac_site_file"
3436 fi
3437 @@ -1229,54 +1780,64 @@
3438 # Some versions of bash will fail to source /dev/null (special
3439 # files actually), so we avoid doing that.
3440 if test -f "$cache_file"; then
3441 - { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3442 -echo "$as_me: loading cache $cache_file" >&6;}
3443 + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
3444 +$as_echo "$as_me: loading cache $cache_file" >&6;}
3445 case $cache_file in
3446 - [\\/]* | ?:[\\/]* ) . $cache_file;;
3447 - *) . ./$cache_file;;
3448 + [\\/]* | ?:[\\/]* ) . "$cache_file";;
3449 + *) . "./$cache_file";;
3450 esac
3451 fi
3452 else
3453 - { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3454 -echo "$as_me: creating cache $cache_file" >&6;}
3455 + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
3456 +$as_echo "$as_me: creating cache $cache_file" >&6;}
3457 >$cache_file
3458 fi
3459
3460 +ac_header_list="$ac_header_list sys/time.h"
3461 +ac_header_list="$ac_header_list unistd.h"
3462 +ac_func_list="$ac_func_list alarm"
3463 # Check that the precious variables saved in the cache have kept the same
3464 # value.
3465 ac_cache_corrupted=false
3466 -for ac_var in `(set) 2>&1 |
3467 - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
3468 +for ac_var in $ac_precious_vars; do
3469 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3470 eval ac_new_set=\$ac_env_${ac_var}_set
3471 - eval ac_old_val="\$ac_cv_env_${ac_var}_value"
3472 - eval ac_new_val="\$ac_env_${ac_var}_value"
3473 + eval ac_old_val=\$ac_cv_env_${ac_var}_value
3474 + eval ac_new_val=\$ac_env_${ac_var}_value
3475 case $ac_old_set,$ac_new_set in
3476 set,)
3477 - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3478 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3479 + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3480 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3481 ac_cache_corrupted=: ;;
3482 ,set)
3483 - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
3484 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3485 + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
3486 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3487 ac_cache_corrupted=: ;;
3488 ,);;
3489 *)
3490 if test "x$ac_old_val" != "x$ac_new_val"; then
3491 - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
3492 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3493 - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
3494 -echo "$as_me: former value: $ac_old_val" >&2;}
3495 - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
3496 -echo "$as_me: current value: $ac_new_val" >&2;}
3497 - ac_cache_corrupted=:
3498 + # differences in whitespace do not lead to failure.
3499 + ac_old_val_w=`echo x $ac_old_val`
3500 + ac_new_val_w=`echo x $ac_new_val`
3501 + if test "$ac_old_val_w" != "$ac_new_val_w"; then
3502 + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
3503 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3504 + ac_cache_corrupted=:
3505 + else
3506 + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3507 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3508 + eval $ac_var=\$ac_old_val
3509 + fi
3510 + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
3511 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3512 + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
3513 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3514 fi;;
3515 esac
3516 # Pass precious variables to config.status.
3517 if test "$ac_new_set" = set; then
3518 case $ac_new_val in
3519 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
3520 - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3521 + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3522 *) ac_arg=$ac_var=$ac_new_val ;;
3523 esac
3524 case " $ac_configure_args " in
3525 @@ -1286,18 +1847,15 @@
3526 fi
3527 done
3528 if $ac_cache_corrupted; then
3529 - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
3530 -echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3531 - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
3532 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
3533 + { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3534 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3535 + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
3536 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3537 + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
3538 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
3539 { (exit 1); exit 1; }; }
3540 fi
3541
3542 -ac_ext=c
3543 -ac_cpp='$CPP $CPPFLAGS'
3544 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3545 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3546 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
3547
3548
3549
3550 @@ -1322,34 +1880,45 @@
3551
3552
3553
3554 +ac_ext=c
3555 +ac_cpp='$CPP $CPPFLAGS'
3556 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3557 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3558 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
3559
3560
3561 +am__api_version='1.11'
3562
3563 -am__api_version="1.6"
3564 ac_aux_dir=
3565 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
3566 - if test -f $ac_dir/install-sh; then
3567 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3568 + if test -f "$ac_dir/install-sh"; then
3569 ac_aux_dir=$ac_dir
3570 ac_install_sh="$ac_aux_dir/install-sh -c"
3571 break
3572 - elif test -f $ac_dir/install.sh; then
3573 + elif test -f "$ac_dir/install.sh"; then
3574 ac_aux_dir=$ac_dir
3575 ac_install_sh="$ac_aux_dir/install.sh -c"
3576 break
3577 - elif test -f $ac_dir/shtool; then
3578 + elif test -f "$ac_dir/shtool"; then
3579 ac_aux_dir=$ac_dir
3580 ac_install_sh="$ac_aux_dir/shtool install -c"
3581 break
3582 fi
3583 done
3584 if test -z "$ac_aux_dir"; then
3585 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
3586 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
3587 + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
3588 +$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
3589 { (exit 1); exit 1; }; }
3590 fi
3591 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
3592 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
3593 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
3594 +
3595 +# These three variables are undocumented and unsupported,
3596 +# and are intended to be withdrawn in a future Autoconf release.
3597 +# They can cause serious problems if a builder's source tree is in a directory
3598 +# whose full name contains unusual characters.
3599 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3600 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3601 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3602 +
3603
3604 # Find a good install program. We prefer a C program (faster),
3605 # so one script is as good as another. But avoid the broken or
3606 @@ -1364,11 +1933,12 @@
3607 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3608 # OS/2's system install, which has a completely different semantic
3609 # ./install, which can be erroneously created by make from ./install.sh.
3610 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3611 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3612 +# Reject install programs that cannot install multiple files.
3613 +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3614 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
3615 if test -z "$INSTALL"; then
3616 if test "${ac_cv_path_install+set}" = set; then
3617 - echo $ECHO_N "(cached) $ECHO_C" >&6
3618 + $as_echo_n "(cached) " >&6
3619 else
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 for as_dir in $PATH
3622 @@ -1387,7 +1957,7 @@
3623 # by default.
3624 for ac_prog in ginstall scoinst install; do
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3627 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3628 if test $ac_prog = install &&
3629 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3630 # AIX install. It has an incompatible calling convention.
3631 @@ -1397,30 +1967,43 @@
3632 # program-specific install script used by HP pwplus--don't use.
3633 :
3634 else
3635 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3636 - break 3
3637 + rm -rf conftest.one conftest.two conftest.dir
3638 + echo one > conftest.one
3639 + echo two > conftest.two
3640 + mkdir conftest.dir
3641 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3642 + test -s conftest.one && test -s conftest.two &&
3643 + test -s conftest.dir/conftest.one &&
3644 + test -s conftest.dir/conftest.two
3645 + then
3646 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3647 + break 3
3648 + fi
3649 fi
3650 fi
3651 done
3652 done
3653 ;;
3654 esac
3655 +
3656 done
3657 +IFS=$as_save_IFS
3658
3659 +rm -rf conftest.one conftest.two conftest.dir
3660
3661 fi
3662 if test "${ac_cv_path_install+set}" = set; then
3663 INSTALL=$ac_cv_path_install
3664 else
3665 - # As a last resort, use the slow shell script. We don't cache a
3666 - # path for INSTALL within a source directory, because that will
3667 + # As a last resort, use the slow shell script. Don't cache a
3668 + # value for INSTALL within a source directory, because that will
3669 # break other packages using the cache if that directory is
3670 - # removed, or if the path is relative.
3671 + # removed, or if the value is a relative name.
3672 INSTALL=$ac_install_sh
3673 fi
3674 fi
3675 -echo "$as_me:$LINENO: result: $INSTALL" >&5
3676 -echo "${ECHO_T}$INSTALL" >&6
3677 +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3678 +$as_echo "$INSTALL" >&6; }
3679
3680 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3681 # It thinks the first close brace ends the variable substitution.
3682 @@ -1430,21 +2013,38 @@
3683
3684 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3685
3686 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
3687 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
3688 +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
3689 +$as_echo_n "checking whether build environment is sane... " >&6; }
3690 # Just in case
3691 sleep 1
3692 echo timestamp > conftest.file
3693 +# Reject unsafe characters in $srcdir or the absolute working directory
3694 +# name. Accept space and tab only in the latter.
3695 +am_lf='
3696 +'
3697 +case `pwd` in
3698 + *[\\\"\#\$\&\'\`$am_lf]*)
3699 + { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
3700 +$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
3701 + { (exit 1); exit 1; }; };;
3702 +esac
3703 +case $srcdir in
3704 + *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3705 + { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
3706 +$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
3707 + { (exit 1); exit 1; }; };;
3708 +esac
3709 +
3710 # Do `set' in a subshell so we don't clobber the current shell's
3711 # arguments. Must try -L first in case configure is actually a
3712 # symlink; some systems play weird games with the mod time of symlinks
3713 # (eg FreeBSD returns the mod time of the symlink's containing
3714 # directory).
3715 if (
3716 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
3717 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3718 if test "$*" = "X"; then
3719 # -L didn't work.
3720 - set X `ls -t $srcdir/configure conftest.file`
3721 + set X `ls -t "$srcdir/configure" conftest.file`
3722 fi
3723 rm -f conftest.file
3724 if test "$*" != "X $srcdir/configure conftest.file" \
3725 @@ -1454,9 +2054,9 @@
3726 # if, for instance, CONFIG_SHELL is bash and it inherits a
3727 # broken ls alias from the environment. This has actually
3728 # happened. Such a system could not be considered "sane".
3729 - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
3730 + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
3731 alias in your environment" >&5
3732 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
3733 +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
3734 alias in your environment" >&2;}
3735 { (exit 1); exit 1; }; }
3736 fi
3737 @@ -1467,49 +2067,209 @@
3738 # Ok.
3739 :
3740 else
3741 - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
3742 + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
3743 Check your system clock" >&5
3744 -echo "$as_me: error: newly created file is older than distributed files!
3745 +$as_echo "$as_me: error: newly created file is older than distributed files!
3746 Check your system clock" >&2;}
3747 { (exit 1); exit 1; }; }
3748 fi
3749 -echo "$as_me:$LINENO: result: yes" >&5
3750 -echo "${ECHO_T}yes" >&6
3751 +{ $as_echo "$as_me:$LINENO: result: yes" >&5
3752 +$as_echo "yes" >&6; }
3753 test "$program_prefix" != NONE &&
3754 - program_transform_name="s,^,$program_prefix,;$program_transform_name"
3755 + program_transform_name="s&^&$program_prefix&;$program_transform_name"
3756 # Use a double $ so make ignores it.
3757 test "$program_suffix" != NONE &&
3758 - program_transform_name="s,\$,$program_suffix,;$program_transform_name"
3759 -# Double any \ or $. echo might interpret backslashes.
3760 + program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3761 +# Double any \ or $.
3762 # By default was `s,x,x', remove it if useless.
3763 -cat <<\_ACEOF >conftest.sed
3764 -s/[\\$]/&&/g;s/;s,x,x,$//
3765 -_ACEOF
3766 -program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
3767 -rm conftest.sed
3768 -
3769 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3770 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3771
3772 # expand $ac_aux_dir to an absolute path
3773 am_aux_dir=`cd $ac_aux_dir && pwd`
3774
3775 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
3776 +if test x"${MISSING+set}" != xset; then
3777 + case $am_aux_dir in
3778 + *\ * | *\ *)
3779 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3780 + *)
3781 + MISSING="\${SHELL} $am_aux_dir/missing" ;;
3782 + esac
3783 +fi
3784 # Use eval to expand $SHELL
3785 if eval "$MISSING --run true"; then
3786 am_missing_run="$MISSING --run "
3787 else
3788 am_missing_run=
3789 - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
3790 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3791 + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
3792 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3793 +fi
3794 +
3795 +if test x"${install_sh}" != xset; then
3796 + case $am_aux_dir in
3797 + *\ * | *\ *)
3798 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3799 + *)
3800 + install_sh="\${SHELL} $am_aux_dir/install-sh"
3801 + esac
3802 +fi
3803 +
3804 +# Installed binaries are usually stripped using `strip' when the user
3805 +# run `make install-strip'. However `strip' might not be the right
3806 +# tool to use in cross-compilation environments, therefore Automake
3807 +# will honor the `STRIP' environment variable to overrule this program.
3808 +if test "$cross_compiling" != no; then
3809 + if test -n "$ac_tool_prefix"; then
3810 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3811 +set dummy ${ac_tool_prefix}strip; ac_word=$2
3812 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3813 +$as_echo_n "checking for $ac_word... " >&6; }
3814 +if test "${ac_cv_prog_STRIP+set}" = set; then
3815 + $as_echo_n "(cached) " >&6
3816 +else
3817 + if test -n "$STRIP"; then
3818 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3819 +else
3820 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3821 +for as_dir in $PATH
3822 +do
3823 + IFS=$as_save_IFS
3824 + test -z "$as_dir" && as_dir=.
3825 + for ac_exec_ext in '' $ac_executable_extensions; do
3826 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3827 + ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3828 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3829 + break 2
3830 + fi
3831 +done
3832 +done
3833 +IFS=$as_save_IFS
3834 +
3835 +fi
3836 +fi
3837 +STRIP=$ac_cv_prog_STRIP
3838 +if test -n "$STRIP"; then
3839 + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
3840 +$as_echo "$STRIP" >&6; }
3841 +else
3842 + { $as_echo "$as_me:$LINENO: result: no" >&5
3843 +$as_echo "no" >&6; }
3844 +fi
3845 +
3846 +
3847 +fi
3848 +if test -z "$ac_cv_prog_STRIP"; then
3849 + ac_ct_STRIP=$STRIP
3850 + # Extract the first word of "strip", so it can be a program name with args.
3851 +set dummy strip; ac_word=$2
3852 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3853 +$as_echo_n "checking for $ac_word... " >&6; }
3854 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3855 + $as_echo_n "(cached) " >&6
3856 +else
3857 + if test -n "$ac_ct_STRIP"; then
3858 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3859 +else
3860 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3861 +for as_dir in $PATH
3862 +do
3863 + IFS=$as_save_IFS
3864 + test -z "$as_dir" && as_dir=.
3865 + for ac_exec_ext in '' $ac_executable_extensions; do
3866 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3867 + ac_cv_prog_ac_ct_STRIP="strip"
3868 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3869 + break 2
3870 + fi
3871 +done
3872 +done
3873 +IFS=$as_save_IFS
3874 +
3875 +fi
3876 +fi
3877 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3878 +if test -n "$ac_ct_STRIP"; then
3879 + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3880 +$as_echo "$ac_ct_STRIP" >&6; }
3881 +else
3882 + { $as_echo "$as_me:$LINENO: result: no" >&5
3883 +$as_echo "no" >&6; }
3884 +fi
3885 +
3886 + if test "x$ac_ct_STRIP" = x; then
3887 + STRIP=":"
3888 + else
3889 + case $cross_compiling:$ac_tool_warned in
3890 +yes:)
3891 +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3892 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3893 +ac_tool_warned=yes ;;
3894 +esac
3895 + STRIP=$ac_ct_STRIP
3896 + fi
3897 +else
3898 + STRIP="$ac_cv_prog_STRIP"
3899 +fi
3900 +
3901 fi
3902 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3903 +
3904 +{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
3905 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3906 +if test -z "$MKDIR_P"; then
3907 + if test "${ac_cv_path_mkdir+set}" = set; then
3908 + $as_echo_n "(cached) " >&6
3909 +else
3910 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3912 +do
3913 + IFS=$as_save_IFS
3914 + test -z "$as_dir" && as_dir=.
3915 + for ac_prog in mkdir gmkdir; do
3916 + for ac_exec_ext in '' $ac_executable_extensions; do
3917 + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3918 + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3919 + 'mkdir (GNU coreutils) '* | \
3920 + 'mkdir (coreutils) '* | \
3921 + 'mkdir (fileutils) '4.1*)
3922 + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3923 + break 3;;
3924 + esac
3925 + done
3926 + done
3927 +done
3928 +IFS=$as_save_IFS
3929 +
3930 +fi
3931 +
3932 + if test "${ac_cv_path_mkdir+set}" = set; then
3933 + MKDIR_P="$ac_cv_path_mkdir -p"
3934 + else
3935 + # As a last resort, use the slow shell script. Don't cache a
3936 + # value for MKDIR_P within a source directory, because that will
3937 + # break other packages using the cache if that directory is
3938 + # removed, or if the value is a relative name.
3939 + test -d ./--version && rmdir ./--version
3940 + MKDIR_P="$ac_install_sh -d"
3941 + fi
3942 +fi
3943 +{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
3944 +$as_echo "$MKDIR_P" >&6; }
3945 +
3946 +mkdir_p="$MKDIR_P"
3947 +case $mkdir_p in
3948 + [\\/$]* | ?:[\\/]*) ;;
3949 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3950 +esac
3951
3952 for ac_prog in gawk mawk nawk awk
3953 do
3954 # Extract the first word of "$ac_prog", so it can be a program name with args.
3955 set dummy $ac_prog; ac_word=$2
3956 -echo "$as_me:$LINENO: checking for $ac_word" >&5
3957 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3958 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3959 +$as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_AWK+set}" = set; then
3961 - echo $ECHO_N "(cached) $ECHO_C" >&6
3962 + $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$AWK"; then
3965 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3966 @@ -1520,65 +2280,92 @@
3967 IFS=$as_save_IFS
3968 test -z "$as_dir" && as_dir=.
3969 for ac_exec_ext in '' $ac_executable_extensions; do
3970 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3971 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3972 ac_cv_prog_AWK="$ac_prog"
3973 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3974 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3976 fi
3977 done
3978 done
3979 +IFS=$as_save_IFS
3980
3981 fi
3982 fi
3983 AWK=$ac_cv_prog_AWK
3984 if test -n "$AWK"; then
3985 - echo "$as_me:$LINENO: result: $AWK" >&5
3986 -echo "${ECHO_T}$AWK" >&6
3987 + { $as_echo "$as_me:$LINENO: result: $AWK" >&5
3988 +$as_echo "$AWK" >&6; }
3989 else
3990 - echo "$as_me:$LINENO: result: no" >&5
3991 -echo "${ECHO_T}no" >&6
3992 + { $as_echo "$as_me:$LINENO: result: no" >&5
3993 +$as_echo "no" >&6; }
3994 fi
3995
3996 +
3997 test -n "$AWK" && break
3998 done
3999
4000 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4001 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4002 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4003 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4004 - echo $ECHO_N "(cached) $ECHO_C" >&6
4005 +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4006 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4007 +set x ${MAKE-make}
4008 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4009 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
4010 + $as_echo_n "(cached) " >&6
4011 else
4012 cat >conftest.make <<\_ACEOF
4013 +SHELL = /bin/sh
4014 all:
4015 - @echo 'ac_maketemp="$(MAKE)"'
4016 + @echo '@@@%%%=$(MAKE)=@@@%%%'
4017 _ACEOF
4018 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4019 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4020 -if test -n "$ac_maketemp"; then
4021 - eval ac_cv_prog_make_${ac_make}_set=yes
4022 -else
4023 - eval ac_cv_prog_make_${ac_make}_set=no
4024 -fi
4025 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4026 + *@@@%%%=?*=@@@%%%*)
4027 + eval ac_cv_prog_make_${ac_make}_set=yes;;
4028 + *)
4029 + eval ac_cv_prog_make_${ac_make}_set=no;;
4030 +esac
4031 rm -f conftest.make
4032 fi
4033 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4034 - echo "$as_me:$LINENO: result: yes" >&5
4035 -echo "${ECHO_T}yes" >&6
4036 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4037 + { $as_echo "$as_me:$LINENO: result: yes" >&5
4038 +$as_echo "yes" >&6; }
4039 SET_MAKE=
4040 else
4041 - echo "$as_me:$LINENO: result: no" >&5
4042 -echo "${ECHO_T}no" >&6
4043 + { $as_echo "$as_me:$LINENO: result: no" >&5
4044 +$as_echo "no" >&6; }
4045 SET_MAKE="MAKE=${MAKE-make}"
4046 fi
4047
4048 - # test to see if srcdir already configured
4049 -if test "`cd $srcdir && pwd`" != "`pwd`" &&
4050 - test -f $srcdir/config.status; then
4051 - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
4052 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
4053 +rm -rf .tst 2>/dev/null
4054 +mkdir .tst 2>/dev/null
4055 +if test -d .tst; then
4056 + am__leading_dot=.
4057 +else
4058 + am__leading_dot=_
4059 +fi
4060 +rmdir .tst 2>/dev/null
4061 +
4062 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
4063 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4064 + # is not polluted with repeated "-I."
4065 + am__isrc=' -I$(srcdir)'
4066 + # test to see if srcdir already configured
4067 + if test -f $srcdir/config.status; then
4068 + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
4069 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
4070 { (exit 1); exit 1; }; }
4071 + fi
4072 +fi
4073 +
4074 +# test whether we have cygpath
4075 +if test -z "$CYGPATH_W"; then
4076 + if (cygpath --version) >/dev/null 2>/dev/null; then
4077 + CYGPATH_W='cygpath -w'
4078 + else
4079 + CYGPATH_W=echo
4080 + fi
4081 fi
4082
4083 +
4084 # Define the identity of the package.
4085 PACKAGE=gsoap
4086 VERSION=2.7
4087 @@ -1609,211 +2396,156 @@
4088
4089 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4090
4091 +# We need awk for the "check" target. The system "awk" is bad on
4092 +# some platforms.
4093 +# Always define AMTAR for backward compatibility.
4094
4095 AMTAR=${AMTAR-"${am_missing_run}tar"}
4096
4097 -install_sh=${install_sh-"$am_aux_dir/install-sh"}
4098 -
4099 -# Installed binaries are usually stripped using `strip' when the user
4100 -# run `make install-strip'. However `strip' might not be the right
4101 -# tool to use in cross-compilation environments, therefore Automake
4102 -# will honor the `STRIP' environment variable to overrule this program.
4103 -if test "$cross_compiling" != no; then
4104 - if test -n "$ac_tool_prefix"; then
4105 - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4106 -set dummy ${ac_tool_prefix}strip; ac_word=$2
4107 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4109 -if test "${ac_cv_prog_STRIP+set}" = set; then
4110 - echo $ECHO_N "(cached) $ECHO_C" >&6
4111 -else
4112 - if test -n "$STRIP"; then
4113 - ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4114 -else
4115 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116 -for as_dir in $PATH
4117 -do
4118 - IFS=$as_save_IFS
4119 - test -z "$as_dir" && as_dir=.
4120 - for ac_exec_ext in '' $ac_executable_extensions; do
4121 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4122 - ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4123 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124 - break 2
4125 - fi
4126 -done
4127 -done
4128 -
4129 -fi
4130 -fi
4131 -STRIP=$ac_cv_prog_STRIP
4132 -if test -n "$STRIP"; then
4133 - echo "$as_me:$LINENO: result: $STRIP" >&5
4134 -echo "${ECHO_T}$STRIP" >&6
4135 -else
4136 - echo "$as_me:$LINENO: result: no" >&5
4137 -echo "${ECHO_T}no" >&6
4138 -fi
4139 -
4140 -fi
4141 -if test -z "$ac_cv_prog_STRIP"; then
4142 - ac_ct_STRIP=$STRIP
4143 - # Extract the first word of "strip", so it can be a program name with args.
4144 -set dummy strip; ac_word=$2
4145 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4146 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4147 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4148 - echo $ECHO_N "(cached) $ECHO_C" >&6
4149 -else
4150 - if test -n "$ac_ct_STRIP"; then
4151 - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4152 -else
4153 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4154 -for as_dir in $PATH
4155 -do
4156 - IFS=$as_save_IFS
4157 - test -z "$as_dir" && as_dir=.
4158 - for ac_exec_ext in '' $ac_executable_extensions; do
4159 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4160 - ac_cv_prog_ac_ct_STRIP="strip"
4161 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4162 - break 2
4163 - fi
4164 -done
4165 -done
4166 -
4167 - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
4168 -fi
4169 -fi
4170 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4171 -if test -n "$ac_ct_STRIP"; then
4172 - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4173 -echo "${ECHO_T}$ac_ct_STRIP" >&6
4174 -else
4175 - echo "$as_me:$LINENO: result: no" >&5
4176 -echo "${ECHO_T}no" >&6
4177 -fi
4178 -
4179 - STRIP=$ac_ct_STRIP
4180 -else
4181 - STRIP="$ac_cv_prog_STRIP"
4182 -fi
4183 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4184
4185 -fi
4186 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
4187
4188 -# We need awk for the "check" target. The system "awk" is bad on
4189 -# some platforms.
4190
4191
4192
4193
4194 # Make sure we can run config.sub.
4195 -$ac_config_sub sun4 >/dev/null 2>&1 ||
4196 - { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
4197 -echo "$as_me: error: cannot run $ac_config_sub" >&2;}
4198 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4199 + { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4200 +$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4201 { (exit 1); exit 1; }; }
4202
4203 -echo "$as_me:$LINENO: checking build system type" >&5
4204 -echo $ECHO_N "checking build system type... $ECHO_C" >&6
4205 +{ $as_echo "$as_me:$LINENO: checking build system type" >&5
4206 +$as_echo_n "checking build system type... " >&6; }
4207 if test "${ac_cv_build+set}" = set; then
4208 - echo $ECHO_N "(cached) $ECHO_C" >&6
4209 + $as_echo_n "(cached) " >&6
4210 else
4211 - ac_cv_build_alias=$build_alias
4212 -test -z "$ac_cv_build_alias" &&
4213 - ac_cv_build_alias=`$ac_config_guess`
4214 -test -z "$ac_cv_build_alias" &&
4215 - { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4216 -echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4217 + ac_build_alias=$build_alias
4218 +test "x$ac_build_alias" = x &&
4219 + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4220 +test "x$ac_build_alias" = x &&
4221 + { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4222 +$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4223 { (exit 1); exit 1; }; }
4224 -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
4225 - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
4226 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
4227 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4228 + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4229 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4230 { (exit 1); exit 1; }; }
4231
4232 fi
4233 -echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4234 -echo "${ECHO_T}$ac_cv_build" >&6
4235 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4236 +$as_echo "$ac_cv_build" >&6; }
4237 +case $ac_cv_build in
4238 +*-*-*) ;;
4239 +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4240 +$as_echo "$as_me: error: invalid value of canonical build" >&2;}
4241 + { (exit 1); exit 1; }; };;
4242 +esac
4243 build=$ac_cv_build
4244 -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4245 -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4246 -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4247 +ac_save_IFS=$IFS; IFS='-'
4248 +set x $ac_cv_build
4249 +shift
4250 +build_cpu=$1
4251 +build_vendor=$2
4252 +shift; shift
4253 +# Remember, the first character of IFS is used to create $*,
4254 +# except with old shells:
4255 +build_os=$*
4256 +IFS=$ac_save_IFS
4257 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4258
4259
4260 -echo "$as_me:$LINENO: checking host system type" >&5
4261 -echo $ECHO_N "checking host system type... $ECHO_C" >&6
4262 +{ $as_echo "$as_me:$LINENO: checking host system type" >&5
4263 +$as_echo_n "checking host system type... " >&6; }
4264 if test "${ac_cv_host+set}" = set; then
4265 - echo $ECHO_N "(cached) $ECHO_C" >&6
4266 + $as_echo_n "(cached) " >&6
4267 +else
4268 + if test "x$host_alias" = x; then
4269 + ac_cv_host=$ac_cv_build
4270 else
4271 - ac_cv_host_alias=$host_alias
4272 -test -z "$ac_cv_host_alias" &&
4273 - ac_cv_host_alias=$ac_cv_build_alias
4274 -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4275 - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4276 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4277 + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4278 + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4279 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4280 { (exit 1); exit 1; }; }
4281 +fi
4282
4283 fi
4284 -echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4285 -echo "${ECHO_T}$ac_cv_host" >&6
4286 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4287 +$as_echo "$ac_cv_host" >&6; }
4288 +case $ac_cv_host in
4289 +*-*-*) ;;
4290 +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4291 +$as_echo "$as_me: error: invalid value of canonical host" >&2;}
4292 + { (exit 1); exit 1; }; };;
4293 +esac
4294 host=$ac_cv_host
4295 -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4296 -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4297 -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4298 -
4299 +ac_save_IFS=$IFS; IFS='-'
4300 +set x $ac_cv_host
4301 +shift
4302 +host_cpu=$1
4303 +host_vendor=$2
4304 +shift; shift
4305 +# Remember, the first character of IFS is used to create $*,
4306 +# except with old shells:
4307 +host_os=$*
4308 +IFS=$ac_save_IFS
4309 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4310
4311
4312 -# Add the stamp file to the list of files AC keeps track of,
4313 -# along with our hook.
4314 - ac_config_headers="$ac_config_headers config.h"
4315
4316 -
4317 -
4318 -
4319 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4320 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4321 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4322 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4323 - echo $ECHO_N "(cached) $ECHO_C" >&6
4324 +ac_config_headers="$ac_config_headers config.h"
4325 +
4326 +
4327 +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4328 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4329 +set x ${MAKE-make}
4330 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4331 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
4332 + $as_echo_n "(cached) " >&6
4333 else
4334 cat >conftest.make <<\_ACEOF
4335 +SHELL = /bin/sh
4336 all:
4337 - @echo 'ac_maketemp="$(MAKE)"'
4338 + @echo '@@@%%%=$(MAKE)=@@@%%%'
4339 _ACEOF
4340 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4341 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4342 -if test -n "$ac_maketemp"; then
4343 - eval ac_cv_prog_make_${ac_make}_set=yes
4344 -else
4345 - eval ac_cv_prog_make_${ac_make}_set=no
4346 -fi
4347 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4348 + *@@@%%%=?*=@@@%%%*)
4349 + eval ac_cv_prog_make_${ac_make}_set=yes;;
4350 + *)
4351 + eval ac_cv_prog_make_${ac_make}_set=no;;
4352 +esac
4353 rm -f conftest.make
4354 fi
4355 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4356 - echo "$as_me:$LINENO: result: yes" >&5
4357 -echo "${ECHO_T}yes" >&6
4358 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4359 + { $as_echo "$as_me:$LINENO: result: yes" >&5
4360 +$as_echo "yes" >&6; }
4361 SET_MAKE=
4362 else
4363 - echo "$as_me:$LINENO: result: no" >&5
4364 -echo "${ECHO_T}no" >&6
4365 + { $as_echo "$as_me:$LINENO: result: no" >&5
4366 +$as_echo "no" >&6; }
4367 SET_MAKE="MAKE=${MAKE-make}"
4368 fi
4369
4370 # Checks for programs.
4371 -ac_ext=cc
4372 +ac_ext=cpp
4373 ac_cpp='$CXXCPP $CPPFLAGS'
4374 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4375 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4376 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4377 -if test -n "$ac_tool_prefix"; then
4378 - for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4379 +if test -z "$CXX"; then
4380 + if test -n "$CCC"; then
4381 + CXX=$CCC
4382 + else
4383 + if test -n "$ac_tool_prefix"; then
4384 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4385 do
4386 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4387 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4388 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4389 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4390 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4391 +$as_echo_n "checking for $ac_word... " >&6; }
4392 if test "${ac_cv_prog_CXX+set}" = set; then
4393 - echo $ECHO_N "(cached) $ECHO_C" >&6
4394 + $as_echo_n "(cached) " >&6
4395 else
4396 if test -n "$CXX"; then
4397 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4398 @@ -1824,38 +2556,40 @@
4399 IFS=$as_save_IFS
4400 test -z "$as_dir" && as_dir=.
4401 for ac_exec_ext in '' $ac_executable_extensions; do
4402 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4403 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4404 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4405 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4406 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4407 break 2
4408 fi
4409 done
4410 done
4411 +IFS=$as_save_IFS
4412
4413 fi
4414 fi
4415 CXX=$ac_cv_prog_CXX
4416 if test -n "$CXX"; then
4417 - echo "$as_me:$LINENO: result: $CXX" >&5
4418 -echo "${ECHO_T}$CXX" >&6
4419 + { $as_echo "$as_me:$LINENO: result: $CXX" >&5
4420 +$as_echo "$CXX" >&6; }
4421 else
4422 - echo "$as_me:$LINENO: result: no" >&5
4423 -echo "${ECHO_T}no" >&6
4424 + { $as_echo "$as_me:$LINENO: result: no" >&5
4425 +$as_echo "no" >&6; }
4426 fi
4427
4428 +
4429 test -n "$CXX" && break
4430 done
4431 fi
4432 if test -z "$CXX"; then
4433 ac_ct_CXX=$CXX
4434 - for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4435 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4436 do
4437 # Extract the first word of "$ac_prog", so it can be a program name with args.
4438 set dummy $ac_prog; ac_word=$2
4439 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4440 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4441 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4442 +$as_echo_n "checking for $ac_word... " >&6; }
4443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
4444 - echo $ECHO_N "(cached) $ECHO_C" >&6
4445 + $as_echo_n "(cached) " >&6
4446 else
4447 if test -n "$ac_ct_CXX"; then
4448 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4449 @@ -1866,51 +2600,81 @@
4450 IFS=$as_save_IFS
4451 test -z "$as_dir" && as_dir=.
4452 for ac_exec_ext in '' $ac_executable_extensions; do
4453 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4454 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4455 ac_cv_prog_ac_ct_CXX="$ac_prog"
4456 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4457 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4458 break 2
4459 fi
4460 done
4461 done
4462 +IFS=$as_save_IFS
4463
4464 fi
4465 fi
4466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4467 if test -n "$ac_ct_CXX"; then
4468 - echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
4469 -echo "${ECHO_T}$ac_ct_CXX" >&6
4470 + { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
4471 +$as_echo "$ac_ct_CXX" >&6; }
4472 else
4473 - echo "$as_me:$LINENO: result: no" >&5
4474 -echo "${ECHO_T}no" >&6
4475 + { $as_echo "$as_me:$LINENO: result: no" >&5
4476 +$as_echo "no" >&6; }
4477 fi
4478
4479 +
4480 test -n "$ac_ct_CXX" && break
4481 done
4482 -test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
4483
4484 - CXX=$ac_ct_CXX
4485 + if test "x$ac_ct_CXX" = x; then
4486 + CXX="g++"
4487 + else
4488 + case $cross_compiling:$ac_tool_warned in
4489 +yes:)
4490 +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4491 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4492 +ac_tool_warned=yes ;;
4493 +esac
4494 + CXX=$ac_ct_CXX
4495 + fi
4496 fi
4497
4498 -
4499 + fi
4500 +fi
4501 # Provide some information about the compiler.
4502 -echo "$as_me:$LINENO:" \
4503 - "checking for C++ compiler version" >&5
4504 -ac_compiler=`set X $ac_compile; echo $2`
4505 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4506 - (eval $ac_compiler --version </dev/null >&5) 2>&5
4507 +$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
4508 +set X $ac_compile
4509 +ac_compiler=$2
4510 +{ (ac_try="$ac_compiler --version >&5"
4511 +case "(($ac_try" in
4512 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4513 + *) ac_try_echo=$ac_try;;
4514 +esac
4515 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4516 +$as_echo "$ac_try_echo") >&5
4517 + (eval "$ac_compiler --version >&5") 2>&5
4518 ac_status=$?
4519 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4520 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521 (exit $ac_status); }
4522 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4523 - (eval $ac_compiler -v </dev/null >&5) 2>&5
4524 +{ (ac_try="$ac_compiler -v >&5"
4525 +case "(($ac_try" in
4526 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4527 + *) ac_try_echo=$ac_try;;
4528 +esac
4529 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4530 +$as_echo "$ac_try_echo") >&5
4531 + (eval "$ac_compiler -v >&5") 2>&5
4532 ac_status=$?
4533 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4534 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4535 (exit $ac_status); }
4536 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4537 - (eval $ac_compiler -V </dev/null >&5) 2>&5
4538 +{ (ac_try="$ac_compiler -V >&5"
4539 +case "(($ac_try" in
4540 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4541 + *) ac_try_echo=$ac_try;;
4542 +esac
4543 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4544 +$as_echo "$ac_try_echo") >&5
4545 + (eval "$ac_compiler -V >&5") 2>&5
4546 ac_status=$?
4547 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4548 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4549 (exit $ac_status); }
4550
4551 cat >conftest.$ac_ext <<_ACEOF
4552 @@ -1929,111 +2693,150 @@
4553 }
4554 _ACEOF
4555 ac_clean_files_save=$ac_clean_files
4556 -ac_clean_files="$ac_clean_files a.out a.exe b.out"
4557 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4558 # Try to create an executable without -o first, disregard a.out.
4559 # It will help us diagnose broken compilers, and finding out an intuition
4560 # of exeext.
4561 -echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
4562 -echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
4563 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4564 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
4565 - (eval $ac_link_default) 2>&5
4566 +{ $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
4567 +$as_echo_n "checking for C++ compiler default output file name... " >&6; }
4568 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4569 +
4570 +# The possible output files:
4571 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4572 +
4573 +ac_rmfiles=
4574 +for ac_file in $ac_files
4575 +do
4576 + case $ac_file in
4577 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4578 + * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4579 + esac
4580 +done
4581 +rm -f $ac_rmfiles
4582 +
4583 +if { (ac_try="$ac_link_default"
4584 +case "(($ac_try" in
4585 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4586 + *) ac_try_echo=$ac_try;;
4587 +esac
4588 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4589 +$as_echo "$ac_try_echo") >&5
4590 + (eval "$ac_link_default") 2>&5
4591 ac_status=$?
4592 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4594 (exit $ac_status); }; then
4595 - # Find the output, starting from the most likely. This scheme is
4596 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
4597 -# resort.
4598 -
4599 -# Be careful to initialize this variable, since it used to be cached.
4600 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
4601 -ac_cv_exeext=
4602 -# b.out is created by i960 compilers.
4603 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
4604 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4605 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4606 +# in a Makefile. We should not override ac_cv_exeext if it was cached,
4607 +# so that the user can short-circuit this test for compilers unknown to
4608 +# Autoconf.
4609 +for ac_file in $ac_files ''
4610 do
4611 test -f "$ac_file" || continue
4612 case $ac_file in
4613 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
4614 - ;;
4615 - conftest.$ac_ext )
4616 - # This is the source file.
4617 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4618 ;;
4619 [ab].out )
4620 # We found the default executable, but exeext='' is most
4621 # certainly right.
4622 break;;
4623 *.* )
4624 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4625 - # FIXME: I believe we export ac_cv_exeext for Libtool,
4626 - # but it would be cool to find out if it's true. Does anybody
4627 - # maintain Libtool? --akim.
4628 - export ac_cv_exeext
4629 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4630 + then :; else
4631 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4632 + fi
4633 + # We set ac_cv_exeext here because the later test for it is not
4634 + # safe: cross compilers may not add the suffix if given an `-o'
4635 + # argument, so we may need to know it at that point already.
4636 + # Even if this section looks crufty: it has the advantage of
4637 + # actually working.
4638 break;;
4639 * )
4640 break;;
4641 esac
4642 done
4643 +test "$ac_cv_exeext" = no && ac_cv_exeext=
4644 +
4645 else
4646 - echo "$as_me: failed program was:" >&5
4647 + ac_file=''
4648 +fi
4649 +
4650 +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
4651 +$as_echo "$ac_file" >&6; }
4652 +if test -z "$ac_file"; then
4653 + $as_echo "$as_me: failed program was:" >&5
4654 sed 's/^/| /' conftest.$ac_ext >&5
4655
4656 -{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
4657 +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4658 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4659 +{ { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables
4660 See \`config.log' for more details." >&5
4661 -echo "$as_me: error: C++ compiler cannot create executables
4662 +$as_echo "$as_me: error: C++ compiler cannot create executables
4663 See \`config.log' for more details." >&2;}
4664 - { (exit 77); exit 77; }; }
4665 + { (exit 77); exit 77; }; }; }
4666 fi
4667
4668 ac_exeext=$ac_cv_exeext
4669 -echo "$as_me:$LINENO: result: $ac_file" >&5
4670 -echo "${ECHO_T}$ac_file" >&6
4671
4672 -# Check the compiler produces executables we can run. If not, either
4673 +# Check that the compiler produces executables we can run. If not, either
4674 # the compiler is broken, or we cross compile.
4675 -echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
4676 -echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
4677 +{ $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
4678 +$as_echo_n "checking whether the C++ compiler works... " >&6; }
4679 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
4680 # If not cross compiling, check that we can run a simple program.
4681 if test "$cross_compiling" != yes; then
4682 if { ac_try='./$ac_file'
4683 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4684 - (eval $ac_try) 2>&5
4685 + { (case "(($ac_try" in
4686 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4687 + *) ac_try_echo=$ac_try;;
4688 +esac
4689 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4690 +$as_echo "$ac_try_echo") >&5
4691 + (eval "$ac_try") 2>&5
4692 ac_status=$?
4693 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4694 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; }; then
4696 cross_compiling=no
4697 else
4698 if test "$cross_compiling" = maybe; then
4699 cross_compiling=yes
4700 else
4701 - { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
4702 + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4703 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4704 +{ { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
4705 If you meant to cross compile, use \`--host'.
4706 See \`config.log' for more details." >&5
4707 -echo "$as_me: error: cannot run C++ compiled programs.
4708 +$as_echo "$as_me: error: cannot run C++ compiled programs.
4709 If you meant to cross compile, use \`--host'.
4710 See \`config.log' for more details." >&2;}
4711 - { (exit 1); exit 1; }; }
4712 + { (exit 1); exit 1; }; }; }
4713 fi
4714 fi
4715 fi
4716 -echo "$as_me:$LINENO: result: yes" >&5
4717 -echo "${ECHO_T}yes" >&6
4718 +{ $as_echo "$as_me:$LINENO: result: yes" >&5
4719 +$as_echo "yes" >&6; }
4720
4721 -rm -f a.out a.exe conftest$ac_cv_exeext b.out
4722 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4723 ac_clean_files=$ac_clean_files_save
4724 -# Check the compiler produces executables we can run. If not, either
4725 +# Check that the compiler produces executables we can run. If not, either
4726 # the compiler is broken, or we cross compile.
4727 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
4728 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
4729 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
4730 -echo "${ECHO_T}$cross_compiling" >&6
4731 -
4732 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
4733 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
4734 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4735 - (eval $ac_link) 2>&5
4736 +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
4737 +$as_echo_n "checking whether we are cross compiling... " >&6; }
4738 +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
4739 +$as_echo "$cross_compiling" >&6; }
4740 +
4741 +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
4742 +$as_echo_n "checking for suffix of executables... " >&6; }
4743 +if { (ac_try="$ac_link"
4744 +case "(($ac_try" in
4745 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4746 + *) ac_try_echo=$ac_try;;
4747 +esac
4748 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4749 +$as_echo "$ac_try_echo") >&5
4750 + (eval "$ac_link") 2>&5
4751 ac_status=$?
4752 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4754 (exit $ac_status); }; then
4755 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4756 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4757 @@ -2042,32 +2845,33 @@
4758 for ac_file in conftest.exe conftest conftest.*; do
4759 test -f "$ac_file" || continue
4760 case $ac_file in
4761 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
4762 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4763 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4764 - export ac_cv_exeext
4765 break;;
4766 * ) break;;
4767 esac
4768 done
4769 else
4770 - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
4771 + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4772 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4773 +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
4774 See \`config.log' for more details." >&5
4775 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
4776 +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
4777 See \`config.log' for more details." >&2;}
4778 - { (exit 1); exit 1; }; }
4779 + { (exit 1); exit 1; }; }; }
4780 fi
4781
4782 rm -f conftest$ac_cv_exeext
4783 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
4784 -echo "${ECHO_T}$ac_cv_exeext" >&6
4785 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
4786 +$as_echo "$ac_cv_exeext" >&6; }
4787
4788 rm -f conftest.$ac_ext
4789 EXEEXT=$ac_cv_exeext
4790 ac_exeext=$EXEEXT
4791 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
4792 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
4793 +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
4794 +$as_echo_n "checking for suffix of object files... " >&6; }
4795 if test "${ac_cv_objext+set}" = set; then
4796 - echo $ECHO_N "(cached) $ECHO_C" >&6
4797 + $as_echo_n "(cached) " >&6
4798 else
4799 cat >conftest.$ac_ext <<_ACEOF
4800 /* confdefs.h. */
4801 @@ -2085,39 +2889,48 @@
4802 }
4803 _ACEOF
4804 rm -f conftest.o conftest.obj
4805 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4806 - (eval $ac_compile) 2>&5
4807 +if { (ac_try="$ac_compile"
4808 +case "(($ac_try" in
4809 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4810 + *) ac_try_echo=$ac_try;;
4811 +esac
4812 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4813 +$as_echo "$ac_try_echo") >&5
4814 + (eval "$ac_compile") 2>&5
4815 ac_status=$?
4816 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4817 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4818 (exit $ac_status); }; then
4819 - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
4820 + for ac_file in conftest.o conftest.obj conftest.*; do
4821 + test -f "$ac_file" || continue;
4822 case $ac_file in
4823 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
4824 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4825 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4826 break;;
4827 esac
4828 done
4829 else
4830 - echo "$as_me: failed program was:" >&5
4831 + $as_echo "$as_me: failed program was:" >&5
4832 sed 's/^/| /' conftest.$ac_ext >&5
4833
4834 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
4835 +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4836 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4837 +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
4838 See \`config.log' for more details." >&5
4839 -echo "$as_me: error: cannot compute suffix of object files: cannot compile
4840 +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
4841 See \`config.log' for more details." >&2;}
4842 - { (exit 1); exit 1; }; }
4843 + { (exit 1); exit 1; }; }; }
4844 fi
4845
4846 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4847 fi
4848 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
4849 -echo "${ECHO_T}$ac_cv_objext" >&6
4850 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
4851 +$as_echo "$ac_cv_objext" >&6; }
4852 OBJEXT=$ac_cv_objext
4853 ac_objext=$OBJEXT
4854 -echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4855 -echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
4856 +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4857 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4858 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4859 - echo $ECHO_N "(cached) $ECHO_C" >&6
4860 + $as_echo_n "(cached) " >&6
4861 else
4862 cat >conftest.$ac_ext <<_ACEOF
4863 /* confdefs.h. */
4864 @@ -2138,50 +2951,54 @@
4865 }
4866 _ACEOF
4867 rm -f conftest.$ac_objext
4868 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4869 - (eval $ac_compile) 2>conftest.er1
4870 +if { (ac_try="$ac_compile"
4871 +case "(($ac_try" in
4872 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4873 + *) ac_try_echo=$ac_try;;
4874 +esac
4875 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4876 +$as_echo "$ac_try_echo") >&5
4877 + (eval "$ac_compile") 2>conftest.er1
4878 ac_status=$?
4879 grep -v '^ *+' conftest.er1 >conftest.err
4880 rm -f conftest.er1
4881 cat conftest.err >&5
4882 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4883 - (exit $ac_status); } &&
4884 - { ac_try='test -z "$ac_cxx_werror_flag"
4885 - || test ! -s conftest.err'
4886 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4887 - (eval $ac_try) 2>&5
4888 - ac_status=$?
4889 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 - (exit $ac_status); }; } &&
4891 - { ac_try='test -s conftest.$ac_objext'
4892 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4893 - (eval $ac_try) 2>&5
4894 - ac_status=$?
4895 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896 - (exit $ac_status); }; }; then
4897 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898 + (exit $ac_status); } && {
4899 + test -z "$ac_cxx_werror_flag" ||
4900 + test ! -s conftest.err
4901 + } && test -s conftest.$ac_objext; then
4902 ac_compiler_gnu=yes
4903 else
4904 - echo "$as_me: failed program was:" >&5
4905 + $as_echo "$as_me: failed program was:" >&5
4906 sed 's/^/| /' conftest.$ac_ext >&5
4907
4908 -ac_compiler_gnu=no
4909 + ac_compiler_gnu=no
4910 fi
4911 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4912 +
4913 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4914 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4915
4916 fi
4917 -echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4918 -echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4919 -GXX=`test $ac_compiler_gnu = yes && echo yes`
4920 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4921 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4922 +if test $ac_compiler_gnu = yes; then
4923 + GXX=yes
4924 +else
4925 + GXX=
4926 +fi
4927 ac_test_CXXFLAGS=${CXXFLAGS+set}
4928 ac_save_CXXFLAGS=$CXXFLAGS
4929 -CXXFLAGS="-g"
4930 -echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4931 -echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4932 +{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4933 +$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4934 if test "${ac_cv_prog_cxx_g+set}" = set; then
4935 - echo $ECHO_N "(cached) $ECHO_C" >&6
4936 + $as_echo_n "(cached) " >&6
4937 else
4938 - cat >conftest.$ac_ext <<_ACEOF
4939 + ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4940 + ac_cxx_werror_flag=yes
4941 + ac_cv_prog_cxx_g=no
4942 + CXXFLAGS="-g"
4943 + cat >conftest.$ac_ext <<_ACEOF
4944 /* confdefs.h. */
4945 _ACEOF
4946 cat confdefs.h >>conftest.$ac_ext
4947 @@ -2197,228 +3014,195 @@
4948 }
4949 _ACEOF
4950 rm -f conftest.$ac_objext
4951 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4952 - (eval $ac_compile) 2>conftest.er1
4953 +if { (ac_try="$ac_compile"
4954 +case "(($ac_try" in
4955 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4956 + *) ac_try_echo=$ac_try;;
4957 +esac
4958 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4959 +$as_echo "$ac_try_echo") >&5
4960 + (eval "$ac_compile") 2>conftest.er1
4961 ac_status=$?
4962 grep -v '^ *+' conftest.er1 >conftest.err
4963 rm -f conftest.er1
4964 cat conftest.err >&5
4965 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966 - (exit $ac_status); } &&
4967 - { ac_try='test -z "$ac_cxx_werror_flag"
4968 - || test ! -s conftest.err'
4969 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4970 - (eval $ac_try) 2>&5
4971 - ac_status=$?
4972 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 - (exit $ac_status); }; } &&
4974 - { ac_try='test -s conftest.$ac_objext'
4975 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4976 - (eval $ac_try) 2>&5
4977 - ac_status=$?
4978 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
4979 - (exit $ac_status); }; }; then
4980 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981 + (exit $ac_status); } && {
4982 + test -z "$ac_cxx_werror_flag" ||
4983 + test ! -s conftest.err
4984 + } && test -s conftest.$ac_objext; then
4985 ac_cv_prog_cxx_g=yes
4986 else
4987 - echo "$as_me: failed program was:" >&5
4988 + $as_echo "$as_me: failed program was:" >&5
4989 sed 's/^/| /' conftest.$ac_ext >&5
4990
4991 -ac_cv_prog_cxx_g=no
4992 -fi
4993 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4994 -fi
4995 -echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4996 -echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4997 -if test "$ac_test_CXXFLAGS" = set; then
4998 - CXXFLAGS=$ac_save_CXXFLAGS
4999 -elif test $ac_cv_prog_cxx_g = yes; then
5000 - if test "$GXX" = yes; then
5001 - CXXFLAGS="-g -O2"
5002 - else
5003 - CXXFLAGS="-g"
5004 - fi
5005 -else
5006 - if test "$GXX" = yes; then
5007 - CXXFLAGS="-O2"
5008 - else
5009 - CXXFLAGS=
5010 - fi
5011 -fi
5012 -for ac_declaration in \
5013 - '' \
5014 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
5015 - 'extern "C" void std::exit (int); using std::exit;' \
5016 - 'extern "C" void exit (int) throw ();' \
5017 - 'extern "C" void exit (int);' \
5018 - 'void exit (int);'
5019 -do
5020 - cat >conftest.$ac_ext <<_ACEOF
5021 + CXXFLAGS=""
5022 + cat >conftest.$ac_ext <<_ACEOF
5023 /* confdefs.h. */
5024 _ACEOF
5025 cat confdefs.h >>conftest.$ac_ext
5026 cat >>conftest.$ac_ext <<_ACEOF
5027 /* end confdefs.h. */
5028 -$ac_declaration
5029 -#include <stdlib.h>
5030 +
5031 int
5032 main ()
5033 {
5034 -exit (42);
5035 +
5036 ;
5037 return 0;
5038 }
5039 _ACEOF
5040 rm -f conftest.$ac_objext
5041 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5042 - (eval $ac_compile) 2>conftest.er1
5043 +if { (ac_try="$ac_compile"
5044 +case "(($ac_try" in
5045 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5046 + *) ac_try_echo=$ac_try;;
5047 +esac
5048 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5049 +$as_echo "$ac_try_echo") >&5
5050 + (eval "$ac_compile") 2>conftest.er1
5051 ac_status=$?
5052 grep -v '^ *+' conftest.er1 >conftest.err
5053 rm -f conftest.er1
5054 cat conftest.err >&5
5055 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5056 - (exit $ac_status); } &&
5057 - { ac_try='test -z "$ac_cxx_werror_flag"
5058 - || test ! -s conftest.err'
5059 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5060 - (eval $ac_try) 2>&5
5061 - ac_status=$?
5062 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5063 - (exit $ac_status); }; } &&
5064 - { ac_try='test -s conftest.$ac_objext'
5065 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5066 - (eval $ac_try) 2>&5
5067 - ac_status=$?
5068 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 - (exit $ac_status); }; }; then
5070 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5071 + (exit $ac_status); } && {
5072 + test -z "$ac_cxx_werror_flag" ||
5073 + test ! -s conftest.err
5074 + } && test -s conftest.$ac_objext; then
5075 :
5076 else
5077 - echo "$as_me: failed program was:" >&5
5078 + $as_echo "$as_me: failed program was:" >&5
5079 sed 's/^/| /' conftest.$ac_ext >&5
5080
5081 -continue
5082 -fi
5083 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5084 - cat >conftest.$ac_ext <<_ACEOF
5085 + ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5086 + CXXFLAGS="-g"
5087 + cat >conftest.$ac_ext <<_ACEOF
5088 /* confdefs.h. */
5089 _ACEOF
5090 cat confdefs.h >>conftest.$ac_ext
5091 cat >>conftest.$ac_ext <<_ACEOF
5092 /* end confdefs.h. */
5093 -$ac_declaration
5094 +
5095 int
5096 main ()
5097 {
5098 -exit (42);
5099 +
5100 ;
5101 return 0;
5102 }
5103 _ACEOF
5104 rm -f conftest.$ac_objext
5105 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5106 - (eval $ac_compile) 2>conftest.er1
5107 +if { (ac_try="$ac_compile"
5108 +case "(($ac_try" in
5109 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5110 + *) ac_try_echo=$ac_try;;
5111 +esac
5112 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5113 +$as_echo "$ac_try_echo") >&5
5114 + (eval "$ac_compile") 2>conftest.er1
5115 ac_status=$?
5116 grep -v '^ *+' conftest.er1 >conftest.err
5117 rm -f conftest.er1
5118 cat conftest.err >&5
5119 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 - (exit $ac_status); } &&
5121 - { ac_try='test -z "$ac_cxx_werror_flag"
5122 - || test ! -s conftest.err'
5123 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5124 - (eval $ac_try) 2>&5
5125 - ac_status=$?
5126 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5127 - (exit $ac_status); }; } &&
5128 - { ac_try='test -s conftest.$ac_objext'
5129 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5130 - (eval $ac_try) 2>&5
5131 - ac_status=$?
5132 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 - (exit $ac_status); }; }; then
5134 - break
5135 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5136 + (exit $ac_status); } && {
5137 + test -z "$ac_cxx_werror_flag" ||
5138 + test ! -s conftest.err
5139 + } && test -s conftest.$ac_objext; then
5140 + ac_cv_prog_cxx_g=yes
5141 else
5142 - echo "$as_me: failed program was:" >&5
5143 + $as_echo "$as_me: failed program was:" >&5
5144 sed 's/^/| /' conftest.$ac_ext >&5
5145
5146 +
5147 fi
5148 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5149 -done
5150 -rm -f conftest*
5151 -if test -n "$ac_declaration"; then
5152 - echo '#ifdef __cplusplus' >>confdefs.h
5153 - echo $ac_declaration >>confdefs.h
5154 - echo '#endif' >>confdefs.h
5155 +
5156 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5157 fi
5158
5159 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5160 +fi
5161 +
5162 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5163 + ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5164 +fi
5165 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5166 +$as_echo "$ac_cv_prog_cxx_g" >&6; }
5167 +if test "$ac_test_CXXFLAGS" = set; then
5168 + CXXFLAGS=$ac_save_CXXFLAGS
5169 +elif test $ac_cv_prog_cxx_g = yes; then
5170 + if test "$GXX" = yes; then
5171 + CXXFLAGS="-g -O2"
5172 + else
5173 + CXXFLAGS="-g"
5174 + fi
5175 +else
5176 + if test "$GXX" = yes; then
5177 + CXXFLAGS="-O2"
5178 + else
5179 + CXXFLAGS=
5180 + fi
5181 +fi
5182 ac_ext=c
5183 ac_cpp='$CPP $CPPFLAGS'
5184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5187 -rm -f .deps 2>/dev/null
5188 -mkdir .deps 2>/dev/null
5189 -if test -d .deps; then
5190 - DEPDIR=.deps
5191 -else
5192 - # MS-DOS does not allow filenames that begin with a dot.
5193 - DEPDIR=_deps
5194 -fi
5195 -rmdir .deps 2>/dev/null
5196 +DEPDIR="${am__leading_dot}deps"
5197
5198 -
5199 - ac_config_commands="$ac_config_commands depfiles"
5200 +ac_config_commands="$ac_config_commands depfiles"
5201
5202
5203 am_make=${MAKE-make}
5204 cat > confinc << 'END'
5205 -doit:
5206 - @echo done
5207 +am__doit:
5208 + @echo this is the am__doit target
5209 +.PHONY: am__doit
5210 END
5211 # If we don't find an include directive, just comment out the code.
5212 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
5213 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
5214 +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
5215 +$as_echo_n "checking for style of include used by $am_make... " >&6; }
5216 am__include="#"
5217 am__quote=
5218 _am_result=none
5219 # First try GNU make style include.
5220 echo "include confinc" > confmf
5221 -# We grep out `Entering directory' and `Leaving directory'
5222 -# messages which can occur if `w' ends up in MAKEFLAGS.
5223 -# In particular we don't look at `^make:' because GNU make might
5224 -# be invoked under some other name (usually "gmake"), in which
5225 -# case it prints its new name instead of `make'.
5226 -if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
5227 - am__include=include
5228 - am__quote=
5229 - _am_result=GNU
5230 -fi
5231 +# Ignore all kinds of additional output from `make'.
5232 +case `$am_make -s -f confmf 2> /dev/null` in #(
5233 +*the\ am__doit\ target*)
5234 + am__include=include
5235 + am__quote=
5236 + _am_result=GNU
5237 + ;;
5238 +esac
5239 # Now try BSD make style include.
5240 if test "$am__include" = "#"; then
5241 echo '.include "confinc"' > confmf
5242 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
5243 - am__include=.include
5244 - am__quote="\""
5245 - _am_result=BSD
5246 - fi
5247 + case `$am_make -s -f confmf 2> /dev/null` in #(
5248 + *the\ am__doit\ target*)
5249 + am__include=.include
5250 + am__quote="\""
5251 + _am_result=BSD
5252 + ;;
5253 + esac
5254 fi
5255
5256
5257 -echo "$as_me:$LINENO: result: $_am_result" >&5
5258 -echo "${ECHO_T}$_am_result" >&6
5259 +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
5260 +$as_echo "$_am_result" >&6; }
5261 rm -f confinc confmf
5262
5263 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
5264 +# Check whether --enable-dependency-tracking was given.
5265 if test "${enable_dependency_tracking+set}" = set; then
5266 - enableval="$enable_dependency_tracking"
5267 + enableval=$enable_dependency_tracking;
5268 +fi
5269
5270 -fi;
5271 if test "x$enable_dependency_tracking" != xno; then
5272 am_depcomp="$ac_aux_dir/depcomp"
5273 AMDEPBACKSLASH='\'
5274 fi
5275 -
5276 -
5277 -if test "x$enable_dependency_tracking" != xno; then
5278 + if test "x$enable_dependency_tracking" != xno; then
5279 AMDEP_TRUE=
5280 AMDEP_FALSE='#'
5281 else
5282 @@ -2428,13 +3212,12 @@
5283
5284
5285
5286 -
5287 depcc="$CXX" am_compiler_list=
5288
5289 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5290 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5291 +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5292 +$as_echo_n "checking dependency style of $depcc... " >&6; }
5293 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5294 - echo $ECHO_N "(cached) $ECHO_C" >&6
5295 + $as_echo_n "(cached) " >&6
5296 else
5297 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5298 # We make a subdir and do the tests there. Otherwise we can end up
5299 @@ -2447,20 +3230,51 @@
5300 # using a relative directory.
5301 cp "$am_depcomp" conftest.dir
5302 cd conftest.dir
5303 + # We will build objects and dependencies in a subdirectory because
5304 + # it helps to detect inapplicable dependency modes. For instance
5305 + # both Tru64's cc and ICC support -MD to output dependencies as a
5306 + # side effect of compilation, but ICC will put the dependencies in
5307 + # the current directory while Tru64 will put them in the object
5308 + # directory.
5309 + mkdir sub
5310
5311 am_cv_CXX_dependencies_compiler_type=none
5312 if test "$am_compiler_list" = ""; then
5313 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5314 fi
5315 + am__universal=false
5316 + case " $depcc " in #(
5317 + *\ -arch\ *\ -arch\ *) am__universal=true ;;
5318 + esac
5319 +
5320 for depmode in $am_compiler_list; do
5321 + # Setup a source with many dependencies, because some compilers
5322 + # like to wrap large dependency lists on column 80 (with \), and
5323 + # we should not choose a depcomp mode which is confused by this.
5324 + #
5325 # We need to recreate these files for each test, as the compiler may
5326 # overwrite some of them when testing with obscure command lines.
5327 # This happens at least with the AIX C compiler.
5328 - echo '#include "conftest.h"' > conftest.c
5329 - echo 'int i;' > conftest.h
5330 - echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
5331 + : > sub/conftest.c
5332 + for i in 1 2 3 4 5 6; do
5333 + echo '#include "conftst'$i'.h"' >> sub/conftest.c
5334 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5335 + # Solaris 8's {/usr,}/bin/sh.
5336 + touch sub/conftst$i.h
5337 + done
5338 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5339
5340 + # We check with `-c' and `-o' for the sake of the "dashmstdout"
5341 + # mode. It turns out that the SunPro C++ compiler does not properly
5342 + # handle `-M -o', and we need to detect this. Also, some Intel
5343 + # versions had trouble with output in subdirs
5344 + am__obj=sub/conftest.${OBJEXT-o}
5345 + am__minus_obj="-o $am__obj"
5346 case $depmode in
5347 + gcc)
5348 + # This depmode causes a compiler race in universal mode.
5349 + test "$am__universal" = false || continue
5350 + ;;
5351 nosideeffect)
5352 # after this tag, mechanisms are not by side-effect, so they'll
5353 # only be used when explicitly requested
5354 @@ -2470,19 +3284,36 @@
5355 break
5356 fi
5357 ;;
5358 + msvisualcpp | msvcmsys)
5359 + # This compiler won't grok `-c -o', but also, the minuso test has
5360 + # not run yet. These depmodes are late enough in the game, and
5361 + # so weak that their functioning should not be impacted.
5362 + am__obj=conftest.${OBJEXT-o}
5363 + am__minus_obj=
5364 + ;;
5365 none) break ;;
5366 esac
5367 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
5368 - # mode. It turns out that the SunPro C++ compiler does not properly
5369 - # handle `-M -o', and we need to detect this.
5370 if depmode=$depmode \
5371 - source=conftest.c object=conftest.o \
5372 - depfile=conftest.Po tmpdepfile=conftest.TPo \
5373 - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
5374 - grep conftest.h conftest.Po > /dev/null 2>&1 &&
5375 + source=sub/conftest.c object=$am__obj \
5376 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5377 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5378 + >/dev/null 2>conftest.err &&
5379 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5380 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5381 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5382 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5383 - am_cv_CXX_dependencies_compiler_type=$depmode
5384 - break
5385 + # icc doesn't choke on unknown options, it will just issue warnings
5386 + # or remarks (even with -Werror). So we grep stderr for any message
5387 + # that says an option was ignored or not supported.
5388 + # When given -MP, icc 7.0 and 7.1 complain thusly:
5389 + # icc: Command line warning: ignoring option '-M'; no argument required
5390 + # The diagnosis changed in icc 8.0:
5391 + # icc: Command line remark: option '-MP' not supported
5392 + if (grep 'ignoring option' conftest.err ||
5393 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5394 + am_cv_CXX_dependencies_compiler_type=$depmode
5395 + break
5396 + fi
5397 fi
5398 done
5399
5400 @@ -2493,10 +3324,20 @@
5401 fi
5402
5403 fi
5404 -echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5405 -echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
5406 +{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5407 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5408 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5409
5410 + if
5411 + test "x$enable_dependency_tracking" != xno \
5412 + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5413 + am__fastdepCXX_TRUE=
5414 + am__fastdepCXX_FALSE='#'
5415 +else
5416 + am__fastdepCXX_TRUE='#'
5417 + am__fastdepCXX_FALSE=
5418 +fi
5419 +
5420
5421 ac_ext=c
5422 ac_cpp='$CPP $CPPFLAGS'
5423 @@ -2506,10 +3347,10 @@
5424 if test -n "$ac_tool_prefix"; then
5425 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5426 set dummy ${ac_tool_prefix}gcc; ac_word=$2
5427 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5428 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5429 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5430 +$as_echo_n "checking for $ac_word... " >&6; }
5431 if test "${ac_cv_prog_CC+set}" = set; then
5432 - echo $ECHO_N "(cached) $ECHO_C" >&6
5433 + $as_echo_n "(cached) " >&6
5434 else
5435 if test -n "$CC"; then
5436 ac_cv_prog_CC="$CC" # Let the user override the test.
5437 @@ -2520,34 +3361,36 @@
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5442 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5444 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5445 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5446 break 2
5447 fi
5448 done
5449 done
5450 +IFS=$as_save_IFS
5451
5452 fi
5453 fi
5454 CC=$ac_cv_prog_CC
5455 if test -n "$CC"; then
5456 - echo "$as_me:$LINENO: result: $CC" >&5
5457 -echo "${ECHO_T}$CC" >&6
5458 + { $as_echo "$as_me:$LINENO: result: $CC" >&5
5459 +$as_echo "$CC" >&6; }
5460 else
5461 - echo "$as_me:$LINENO: result: no" >&5
5462 -echo "${ECHO_T}no" >&6
5463 + { $as_echo "$as_me:$LINENO: result: no" >&5
5464 +$as_echo "no" >&6; }
5465 fi
5466
5467 +
5468 fi
5469 if test -z "$ac_cv_prog_CC"; then
5470 ac_ct_CC=$CC
5471 # Extract the first word of "gcc", so it can be a program name with args.
5472 set dummy gcc; ac_word=$2
5473 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5474 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5475 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5476 +$as_echo_n "checking for $ac_word... " >&6; }
5477 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5478 - echo $ECHO_N "(cached) $ECHO_C" >&6
5479 + $as_echo_n "(cached) " >&6
5480 else
5481 if test -n "$ac_ct_CC"; then
5482 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5483 @@ -2558,38 +3401,49 @@
5484 IFS=$as_save_IFS
5485 test -z "$as_dir" && as_dir=.
5486 for ac_exec_ext in '' $ac_executable_extensions; do
5487 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5488 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5489 ac_cv_prog_ac_ct_CC="gcc"
5490 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5491 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5492 break 2
5493 fi
5494 done
5495 done
5496 +IFS=$as_save_IFS
5497
5498 fi
5499 fi
5500 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5501 if test -n "$ac_ct_CC"; then
5502 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5503 -echo "${ECHO_T}$ac_ct_CC" >&6
5504 + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5505 +$as_echo "$ac_ct_CC" >&6; }
5506 else
5507 - echo "$as_me:$LINENO: result: no" >&5
5508 -echo "${ECHO_T}no" >&6
5509 + { $as_echo "$as_me:$LINENO: result: no" >&5
5510 +$as_echo "no" >&6; }
5511 fi
5512
5513 - CC=$ac_ct_CC
5514 + if test "x$ac_ct_CC" = x; then
5515 + CC=""
5516 + else
5517 + case $cross_compiling:$ac_tool_warned in
5518 +yes:)
5519 +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5520 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5521 +ac_tool_warned=yes ;;
5522 +esac
5523 + CC=$ac_ct_CC
5524 + fi
5525 else
5526 CC="$ac_cv_prog_CC"
5527 fi
5528
5529 if test -z "$CC"; then
5530 - if test -n "$ac_tool_prefix"; then
5531 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5532 + if test -n "$ac_tool_prefix"; then
5533 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5534 set dummy ${ac_tool_prefix}cc; ac_word=$2
5535 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5536 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5537 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5538 +$as_echo_n "checking for $ac_word... " >&6; }
5539 if test "${ac_cv_prog_CC+set}" = set; then
5540 - echo $ECHO_N "(cached) $ECHO_C" >&6
5541 + $as_echo_n "(cached) " >&6
5542 else
5543 if test -n "$CC"; then
5544 ac_cv_prog_CC="$CC" # Let the user override the test.
5545 @@ -2600,76 +3454,36 @@
5546 IFS=$as_save_IFS
5547 test -z "$as_dir" && as_dir=.
5548 for ac_exec_ext in '' $ac_executable_extensions; do
5549 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5550 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5551 ac_cv_prog_CC="${ac_tool_prefix}cc"
5552 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5554 break 2
5555 fi
5556 done
5557 done
5558 +IFS=$as_save_IFS
5559
5560 fi
5561 fi
5562 CC=$ac_cv_prog_CC
5563 if test -n "$CC"; then
5564 - echo "$as_me:$LINENO: result: $CC" >&5
5565 -echo "${ECHO_T}$CC" >&6
5566 -else
5567 - echo "$as_me:$LINENO: result: no" >&5
5568 -echo "${ECHO_T}no" >&6
5569 -fi
5570 -
5571 -fi
5572 -if test -z "$ac_cv_prog_CC"; then
5573 - ac_ct_CC=$CC
5574 - # Extract the first word of "cc", so it can be a program name with args.
5575 -set dummy cc; ac_word=$2
5576 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5577 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5578 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5579 - echo $ECHO_N "(cached) $ECHO_C" >&6
5580 -else
5581 - if test -n "$ac_ct_CC"; then
5582 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5583 -else
5584 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5585 -for as_dir in $PATH
5586 -do
5587 - IFS=$as_save_IFS
5588 - test -z "$as_dir" && as_dir=.
5589 - for ac_exec_ext in '' $ac_executable_extensions; do
5590 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5591 - ac_cv_prog_ac_ct_CC="cc"
5592 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5593 - break 2
5594 - fi
5595 -done
5596 -done
5597 -
5598 -fi
5599 -fi
5600 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
5601 -if test -n "$ac_ct_CC"; then
5602 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5603 -echo "${ECHO_T}$ac_ct_CC" >&6
5604 + { $as_echo "$as_me:$LINENO: result: $CC" >&5
5605 +$as_echo "$CC" >&6; }
5606 else
5607 - echo "$as_me:$LINENO: result: no" >&5
5608 -echo "${ECHO_T}no" >&6
5609 + { $as_echo "$as_me:$LINENO: result: no" >&5
5610 +$as_echo "no" >&6; }
5611 fi
5612
5613 - CC=$ac_ct_CC
5614 -else
5615 - CC="$ac_cv_prog_CC"
5616 -fi
5617
5618 + fi
5619 fi
5620 if test -z "$CC"; then
5621 # Extract the first word of "cc", so it can be a program name with args.
5622 set dummy cc; ac_word=$2
5623 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5624 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5625 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5626 +$as_echo_n "checking for $ac_word... " >&6; }
5627 if test "${ac_cv_prog_CC+set}" = set; then
5628 - echo $ECHO_N "(cached) $ECHO_C" >&6
5629 + $as_echo_n "(cached) " >&6
5630 else
5631 if test -n "$CC"; then
5632 ac_cv_prog_CC="$CC" # Let the user override the test.
5633 @@ -2681,17 +3495,18 @@
5634 IFS=$as_save_IFS
5635 test -z "$as_dir" && as_dir=.
5636 for ac_exec_ext in '' $ac_executable_extensions; do
5637 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5638 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5639 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5640 ac_prog_rejected=yes
5641 continue
5642 fi
5643 ac_cv_prog_CC="cc"
5644 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5645 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5646 break 2
5647 fi
5648 done
5649 done
5650 +IFS=$as_save_IFS
5651
5652 if test $ac_prog_rejected = yes; then
5653 # We found a bogon in the path, so make sure we never use it.
5654 @@ -2709,24 +3524,25 @@
5655 fi
5656 CC=$ac_cv_prog_CC
5657 if test -n "$CC"; then
5658 - echo "$as_me:$LINENO: result: $CC" >&5
5659 -echo "${ECHO_T}$CC" >&6
5660 + { $as_echo "$as_me:$LINENO: result: $CC" >&5
5661 +$as_echo "$CC" >&6; }
5662 else
5663 - echo "$as_me:$LINENO: result: no" >&5
5664 -echo "${ECHO_T}no" >&6
5665 + { $as_echo "$as_me:$LINENO: result: no" >&5
5666 +$as_echo "no" >&6; }
5667 fi
5668
5669 +
5670 fi
5671 if test -z "$CC"; then
5672 if test -n "$ac_tool_prefix"; then
5673 - for ac_prog in cl
5674 + for ac_prog in cl.exe
5675 do
5676 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5677 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5678 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5679 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5680 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5681 +$as_echo_n "checking for $ac_word... " >&6; }
5682 if test "${ac_cv_prog_CC+set}" = set; then
5683 - echo $ECHO_N "(cached) $ECHO_C" >&6
5684 + $as_echo_n "(cached) " >&6
5685 else
5686 if test -n "$CC"; then
5687 ac_cv_prog_CC="$CC" # Let the user override the test.
5688 @@ -2737,38 +3553,40 @@
5689 IFS=$as_save_IFS
5690 test -z "$as_dir" && as_dir=.
5691 for ac_exec_ext in '' $ac_executable_extensions; do
5692 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5693 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5694 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5695 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5697 break 2
5698 fi
5699 done
5700 done
5701 +IFS=$as_save_IFS
5702
5703 fi
5704 fi
5705 CC=$ac_cv_prog_CC
5706 if test -n "$CC"; then
5707 - echo "$as_me:$LINENO: result: $CC" >&5
5708 -echo "${ECHO_T}$CC" >&6
5709 + { $as_echo "$as_me:$LINENO: result: $CC" >&5
5710 +$as_echo "$CC" >&6; }
5711 else
5712 - echo "$as_me:$LINENO: result: no" >&5
5713 -echo "${ECHO_T}no" >&6
5714 + { $as_echo "$as_me:$LINENO: result: no" >&5
5715 +$as_echo "no" >&6; }
5716 fi
5717
5718 +
5719 test -n "$CC" && break
5720 done
5721 fi
5722 if test -z "$CC"; then
5723 ac_ct_CC=$CC
5724 - for ac_prog in cl
5725 + for ac_prog in cl.exe
5726 do
5727 # Extract the first word of "$ac_prog", so it can be a program name with args.
5728 set dummy $ac_prog; ac_word=$2
5729 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5730 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5731 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5732 +$as_echo_n "checking for $ac_word... " >&6; }
5733 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5734 - echo $ECHO_N "(cached) $ECHO_C" >&6
5735 + $as_echo_n "(cached) " >&6
5736 else
5737 if test -n "$ac_ct_CC"; then
5738 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5739 @@ -2779,64 +3597,96 @@
5740 IFS=$as_save_IFS
5741 test -z "$as_dir" && as_dir=.
5742 for ac_exec_ext in '' $ac_executable_extensions; do
5743 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5744 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5745 ac_cv_prog_ac_ct_CC="$ac_prog"
5746 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5747 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5748 break 2
5749 fi
5750 done
5751 done
5752 +IFS=$as_save_IFS
5753
5754 fi
5755 fi
5756 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5757 if test -n "$ac_ct_CC"; then
5758 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5759 -echo "${ECHO_T}$ac_ct_CC" >&6
5760 + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5761 +$as_echo "$ac_ct_CC" >&6; }
5762 else
5763 - echo "$as_me:$LINENO: result: no" >&5
5764 -echo "${ECHO_T}no" >&6
5765 + { $as_echo "$as_me:$LINENO: result: no" >&5
5766 +$as_echo "no" >&6; }
5767 fi
5768
5769 +
5770 test -n "$ac_ct_CC" && break
5771 done
5772
5773 - CC=$ac_ct_CC
5774 + if test "x$ac_ct_CC" = x; then
5775 + CC=""
5776 + else
5777 + case $cross_compiling:$ac_tool_warned in
5778 +yes:)
5779 +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5780 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5781 +ac_tool_warned=yes ;;
5782 +esac
5783 + CC=$ac_ct_CC
5784 + fi
5785 fi
5786
5787 fi
5788
5789
5790 -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5791 +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5792 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5793 +{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5794 See \`config.log' for more details." >&5
5795 -echo "$as_me: error: no acceptable C compiler found in \$PATH
5796 +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
5797 See \`config.log' for more details." >&2;}
5798 - { (exit 1); exit 1; }; }
5799 + { (exit 1); exit 1; }; }; }
5800
5801 # Provide some information about the compiler.
5802 -echo "$as_me:$LINENO:" \
5803 - "checking for C compiler version" >&5
5804 -ac_compiler=`set X $ac_compile; echo $2`
5805 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5806 - (eval $ac_compiler --version </dev/null >&5) 2>&5
5807 +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
5808 +set X $ac_compile
5809 +ac_compiler=$2
5810 +{ (ac_try="$ac_compiler --version >&5"
5811 +case "(($ac_try" in
5812 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5813 + *) ac_try_echo=$ac_try;;
5814 +esac
5815 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5816 +$as_echo "$ac_try_echo") >&5
5817 + (eval "$ac_compiler --version >&5") 2>&5
5818 ac_status=$?
5819 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5820 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5821 (exit $ac_status); }
5822 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5823 - (eval $ac_compiler -v </dev/null >&5) 2>&5
5824 +{ (ac_try="$ac_compiler -v >&5"
5825 +case "(($ac_try" in
5826 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5827 + *) ac_try_echo=$ac_try;;
5828 +esac
5829 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5830 +$as_echo "$ac_try_echo") >&5
5831 + (eval "$ac_compiler -v >&5") 2>&5
5832 ac_status=$?
5833 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5834 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835 (exit $ac_status); }
5836 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5837 - (eval $ac_compiler -V </dev/null >&5) 2>&5
5838 +{ (ac_try="$ac_compiler -V >&5"
5839 +case "(($ac_try" in
5840 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5841 + *) ac_try_echo=$ac_try;;
5842 +esac
5843 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5844 +$as_echo "$ac_try_echo") >&5
5845 + (eval "$ac_compiler -V >&5") 2>&5
5846 ac_status=$?
5847 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849 (exit $ac_status); }
5850
5851 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5852 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5853 +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5854 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5855 if test "${ac_cv_c_compiler_gnu+set}" = set; then
5856 - echo $ECHO_N "(cached) $ECHO_C" >&6
5857 + $as_echo_n "(cached) " >&6
5858 else
5859 cat >conftest.$ac_ext <<_ACEOF
5860 /* confdefs.h. */
5861 @@ -2857,50 +3707,93 @@
5862 }
5863 _ACEOF
5864 rm -f conftest.$ac_objext
5865 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5866 - (eval $ac_compile) 2>conftest.er1
5867 +if { (ac_try="$ac_compile"
5868 +case "(($ac_try" in
5869 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5870 + *) ac_try_echo=$ac_try;;
5871 +esac
5872 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5873 +$as_echo "$ac_try_echo") >&5
5874 + (eval "$ac_compile") 2>conftest.er1
5875 ac_status=$?
5876 grep -v '^ *+' conftest.er1 >conftest.err
5877 rm -f conftest.er1
5878 cat conftest.err >&5
5879 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5880 - (exit $ac_status); } &&
5881 - { ac_try='test -z "$ac_c_werror_flag"
5882 - || test ! -s conftest.err'
5883 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5884 - (eval $ac_try) 2>&5
5885 - ac_status=$?
5886 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5887 - (exit $ac_status); }; } &&
5888 - { ac_try='test -s conftest.$ac_objext'
5889 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5890 - (eval $ac_try) 2>&5
5891 - ac_status=$?
5892 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893 - (exit $ac_status); }; }; then
5894 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895 + (exit $ac_status); } && {
5896 + test -z "$ac_c_werror_flag" ||
5897 + test ! -s conftest.err
5898 + } && test -s conftest.$ac_objext; then
5899 ac_compiler_gnu=yes
5900 else
5901 - echo "$as_me: failed program was:" >&5
5902 + $as_echo "$as_me: failed program was:" >&5
5903 sed 's/^/| /' conftest.$ac_ext >&5
5904
5905 -ac_compiler_gnu=no
5906 + ac_compiler_gnu=no
5907 fi
5908 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5909 +
5910 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5911 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5912
5913 fi
5914 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5915 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5916 -GCC=`test $ac_compiler_gnu = yes && echo yes`
5917 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5918 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
5919 +if test $ac_compiler_gnu = yes; then
5920 + GCC=yes
5921 +else
5922 + GCC=
5923 +fi
5924 ac_test_CFLAGS=${CFLAGS+set}
5925 ac_save_CFLAGS=$CFLAGS
5926 -CFLAGS="-g"
5927 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5928 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5929 +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5930 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
5931 if test "${ac_cv_prog_cc_g+set}" = set; then
5932 - echo $ECHO_N "(cached) $ECHO_C" >&6
5933 + $as_echo_n "(cached) " >&6
5934 else
5935 - cat >conftest.$ac_ext <<_ACEOF
5936 + ac_save_c_werror_flag=$ac_c_werror_flag
5937 + ac_c_werror_flag=yes
5938 + ac_cv_prog_cc_g=no
5939 + CFLAGS="-g"
5940 + cat >conftest.$ac_ext <<_ACEOF
5941 +/* confdefs.h. */
5942 +_ACEOF
5943 +cat confdefs.h >>conftest.$ac_ext
5944 +cat >>conftest.$ac_ext <<_ACEOF
5945 +/* end confdefs.h. */
5946 +
5947 +int
5948 +main ()
5949 +{
5950 +
5951 + ;
5952 + return 0;
5953 +}
5954 +_ACEOF
5955 +rm -f conftest.$ac_objext
5956 +if { (ac_try="$ac_compile"
5957 +case "(($ac_try" in
5958 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5959 + *) ac_try_echo=$ac_try;;
5960 +esac
5961 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5962 +$as_echo "$ac_try_echo") >&5
5963 + (eval "$ac_compile") 2>conftest.er1
5964 + ac_status=$?
5965 + grep -v '^ *+' conftest.er1 >conftest.err
5966 + rm -f conftest.er1
5967 + cat conftest.err >&5
5968 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5969 + (exit $ac_status); } && {
5970 + test -z "$ac_c_werror_flag" ||
5971 + test ! -s conftest.err
5972 + } && test -s conftest.$ac_objext; then
5973 + ac_cv_prog_cc_g=yes
5974 +else
5975 + $as_echo "$as_me: failed program was:" >&5
5976 +sed 's/^/| /' conftest.$ac_ext >&5
5977 +
5978 + CFLAGS=""
5979 + cat >conftest.$ac_ext <<_ACEOF
5980 /* confdefs.h. */
5981 _ACEOF
5982 cat confdefs.h >>conftest.$ac_ext
5983 @@ -2916,38 +3809,82 @@
5984 }
5985 _ACEOF
5986 rm -f conftest.$ac_objext
5987 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5988 - (eval $ac_compile) 2>conftest.er1
5989 +if { (ac_try="$ac_compile"
5990 +case "(($ac_try" in
5991 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5992 + *) ac_try_echo=$ac_try;;
5993 +esac
5994 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5995 +$as_echo "$ac_try_echo") >&5
5996 + (eval "$ac_compile") 2>conftest.er1
5997 ac_status=$?
5998 grep -v '^ *+' conftest.er1 >conftest.err
5999 rm -f conftest.er1
6000 cat conftest.err >&5
6001 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6002 - (exit $ac_status); } &&
6003 - { ac_try='test -z "$ac_c_werror_flag"
6004 - || test ! -s conftest.err'
6005 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6006 - (eval $ac_try) 2>&5
6007 - ac_status=$?
6008 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 - (exit $ac_status); }; } &&
6010 - { ac_try='test -s conftest.$ac_objext'
6011 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6012 - (eval $ac_try) 2>&5
6013 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6014 + (exit $ac_status); } && {
6015 + test -z "$ac_c_werror_flag" ||
6016 + test ! -s conftest.err
6017 + } && test -s conftest.$ac_objext; then
6018 + :
6019 +else
6020 + $as_echo "$as_me: failed program was:" >&5
6021 +sed 's/^/| /' conftest.$ac_ext >&5
6022 +
6023 + ac_c_werror_flag=$ac_save_c_werror_flag
6024 + CFLAGS="-g"
6025 + cat >conftest.$ac_ext <<_ACEOF
6026 +/* confdefs.h. */
6027 +_ACEOF
6028 +cat confdefs.h >>conftest.$ac_ext
6029 +cat >>conftest.$ac_ext <<_ACEOF
6030 +/* end confdefs.h. */
6031 +
6032 +int
6033 +main ()
6034 +{
6035 +
6036 + ;
6037 + return 0;
6038 +}
6039 +_ACEOF
6040 +rm -f conftest.$ac_objext
6041 +if { (ac_try="$ac_compile"
6042 +case "(($ac_try" in
6043 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6044 + *) ac_try_echo=$ac_try;;
6045 +esac
6046 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6047 +$as_echo "$ac_try_echo") >&5
6048 + (eval "$ac_compile") 2>conftest.er1
6049 ac_status=$?
6050 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6051 - (exit $ac_status); }; }; then
6052 + grep -v '^ *+' conftest.er1 >conftest.err
6053 + rm -f conftest.er1
6054 + cat conftest.err >&5
6055 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6056 + (exit $ac_status); } && {
6057 + test -z "$ac_c_werror_flag" ||
6058 + test ! -s conftest.err
6059 + } && test -s conftest.$ac_objext; then
6060 ac_cv_prog_cc_g=yes
6061 else
6062 - echo "$as_me: failed program was:" >&5
6063 + $as_echo "$as_me: failed program was:" >&5
6064 sed 's/^/| /' conftest.$ac_ext >&5
6065
6066 -ac_cv_prog_cc_g=no
6067 +
6068 +fi
6069 +
6070 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6071 +fi
6072 +
6073 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6074 fi
6075 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6076 +
6077 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6078 + ac_c_werror_flag=$ac_save_c_werror_flag
6079 fi
6080 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
6081 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
6082 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
6083 +$as_echo "$ac_cv_prog_cc_g" >&6; }
6084 if test "$ac_test_CFLAGS" = set; then
6085 CFLAGS=$ac_save_CFLAGS
6086 elif test $ac_cv_prog_cc_g = yes; then
6087 @@ -2963,12 +3900,12 @@
6088 CFLAGS=
6089 fi
6090 fi
6091 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
6092 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
6093 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
6094 - echo $ECHO_N "(cached) $ECHO_C" >&6
6095 +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
6096 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6097 +if test "${ac_cv_prog_cc_c89+set}" = set; then
6098 + $as_echo_n "(cached) " >&6
6099 else
6100 - ac_cv_prog_cc_stdc=no
6101 + ac_cv_prog_cc_c89=no
6102 ac_save_CC=$CC
6103 cat >conftest.$ac_ext <<_ACEOF
6104 /* confdefs.h. */
6105 @@ -3002,12 +3939,17 @@
6106 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
6107 function prototypes and stuff, but not '\xHH' hex character constants.
6108 These don't provoke an error unfortunately, instead are silently treated
6109 - as 'x'. The following induces an error, until -std1 is added to get
6110 + as 'x'. The following induces an error, until -std is added to get
6111 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
6112 array size at least. It's necessary to write '\x00'==0 to get something
6113 - that's true only with -std1. */
6114 + that's true only with -std. */
6115 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
6116
6117 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
6118 + inside strings and character constants. */
6119 +#define FOO(x) 'x'
6120 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
6121 +
6122 int test (int i, double x);
6123 struct s1 {int (*f) (int a);};
6124 struct s2 {int (*f) (double a);};
6125 @@ -3022,205 +3964,58 @@
6126 return 0;
6127 }
6128 _ACEOF
6129 -# Don't try gcc -ansi; that turns off useful extensions and
6130 -# breaks some systems' header files.
6131 -# AIX -qlanglvl=ansi
6132 -# Ultrix and OSF/1 -std1
6133 -# HP-UX 10.20 and later -Ae
6134 -# HP-UX older versions -Aa -D_HPUX_SOURCE
6135 -# SVR4 -Xc -D__EXTENSIONS__
6136 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
6137 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
6138 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
6139 do
6140 CC="$ac_save_CC $ac_arg"
6141 rm -f conftest.$ac_objext
6142 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6143 - (eval $ac_compile) 2>conftest.er1
6144 +if { (ac_try="$ac_compile"
6145 +case "(($ac_try" in
6146 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6147 + *) ac_try_echo=$ac_try;;
6148 +esac
6149 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6150 +$as_echo "$ac_try_echo") >&5
6151 + (eval "$ac_compile") 2>conftest.er1
6152 ac_status=$?
6153 grep -v '^ *+' conftest.er1 >conftest.err
6154 rm -f conftest.er1
6155 cat conftest.err >&5
6156 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 - (exit $ac_status); } &&
6158 - { ac_try='test -z "$ac_c_werror_flag"
6159 - || test ! -s conftest.err'
6160 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6161 - (eval $ac_try) 2>&5
6162 - ac_status=$?
6163 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 - (exit $ac_status); }; } &&
6165 - { ac_try='test -s conftest.$ac_objext'
6166 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6167 - (eval $ac_try) 2>&5
6168 - ac_status=$?
6169 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6170 - (exit $ac_status); }; }; then
6171 - ac_cv_prog_cc_stdc=$ac_arg
6172 -break
6173 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6174 + (exit $ac_status); } && {
6175 + test -z "$ac_c_werror_flag" ||
6176 + test ! -s conftest.err
6177 + } && test -s conftest.$ac_objext; then
6178 + ac_cv_prog_cc_c89=$ac_arg
6179 else
6180 - echo "$as_me: failed program was:" >&5
6181 + $as_echo "$as_me: failed program was:" >&5
6182 sed 's/^/| /' conftest.$ac_ext >&5
6183
6184 +
6185 fi
6186 -rm -f conftest.err conftest.$ac_objext
6187 +
6188 +rm -f core conftest.err conftest.$ac_objext
6189 + test "x$ac_cv_prog_cc_c89" != "xno" && break
6190 done
6191 -rm -f conftest.$ac_ext conftest.$ac_objext
6192 +rm -f conftest.$ac_ext
6193 CC=$ac_save_CC
6194
6195 fi
6196 -
6197 -case "x$ac_cv_prog_cc_stdc" in
6198 - x|xno)
6199 - echo "$as_me:$LINENO: result: none needed" >&5
6200 -echo "${ECHO_T}none needed" >&6 ;;
6201 +# AC_CACHE_VAL
6202 +case "x$ac_cv_prog_cc_c89" in
6203 + x)
6204 + { $as_echo "$as_me:$LINENO: result: none needed" >&5
6205 +$as_echo "none needed" >&6; } ;;
6206 + xno)
6207 + { $as_echo "$as_me:$LINENO: result: unsupported" >&5
6208 +$as_echo "unsupported" >&6; } ;;
6209 *)
6210 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
6211 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
6212 - CC="$CC $ac_cv_prog_cc_stdc" ;;
6213 + CC="$CC $ac_cv_prog_cc_c89"
6214 + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
6215 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
6216 esac
6217
6218 -# Some people use a C++ compiler to compile C. Since we use `exit',
6219 -# in C++ we need to declare it. In case someone uses the same compiler
6220 -# for both compiling C and C++ we need to have the C++ compiler decide
6221 -# the declaration of exit, since it's the most demanding environment.
6222 -cat >conftest.$ac_ext <<_ACEOF
6223 -#ifndef __cplusplus
6224 - choke me
6225 -#endif
6226 -_ACEOF
6227 -rm -f conftest.$ac_objext
6228 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6229 - (eval $ac_compile) 2>conftest.er1
6230 - ac_status=$?
6231 - grep -v '^ *+' conftest.er1 >conftest.err
6232 - rm -f conftest.er1
6233 - cat conftest.err >&5
6234 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6235 - (exit $ac_status); } &&
6236 - { ac_try='test -z "$ac_c_werror_flag"
6237 - || test ! -s conftest.err'
6238 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6239 - (eval $ac_try) 2>&5
6240 - ac_status=$?
6241 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6242 - (exit $ac_status); }; } &&
6243 - { ac_try='test -s conftest.$ac_objext'
6244 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6245 - (eval $ac_try) 2>&5
6246 - ac_status=$?
6247 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6248 - (exit $ac_status); }; }; then
6249 - for ac_declaration in \
6250 - '' \
6251 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
6252 - 'extern "C" void std::exit (int); using std::exit;' \
6253 - 'extern "C" void exit (int) throw ();' \
6254 - 'extern "C" void exit (int);' \
6255 - 'void exit (int);'
6256 -do
6257 - cat >conftest.$ac_ext <<_ACEOF
6258 -/* confdefs.h. */
6259 -_ACEOF
6260 -cat confdefs.h >>conftest.$ac_ext
6261 -cat >>conftest.$ac_ext <<_ACEOF
6262 -/* end confdefs.h. */
6263 -$ac_declaration
6264 -#include <stdlib.h>
6265 -int
6266 -main ()
6267 -{
6268 -exit (42);
6269 - ;
6270 - return 0;
6271 -}
6272 -_ACEOF
6273 -rm -f conftest.$ac_objext
6274 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6275 - (eval $ac_compile) 2>conftest.er1
6276 - ac_status=$?
6277 - grep -v '^ *+' conftest.er1 >conftest.err
6278 - rm -f conftest.er1
6279 - cat conftest.err >&5
6280 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6281 - (exit $ac_status); } &&
6282 - { ac_try='test -z "$ac_c_werror_flag"
6283 - || test ! -s conftest.err'
6284 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6285 - (eval $ac_try) 2>&5
6286 - ac_status=$?
6287 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 - (exit $ac_status); }; } &&
6289 - { ac_try='test -s conftest.$ac_objext'
6290 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6291 - (eval $ac_try) 2>&5
6292 - ac_status=$?
6293 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6294 - (exit $ac_status); }; }; then
6295 - :
6296 -else
6297 - echo "$as_me: failed program was:" >&5
6298 -sed 's/^/| /' conftest.$ac_ext >&5
6299 -
6300 -continue
6301 -fi
6302 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6303 - cat >conftest.$ac_ext <<_ACEOF
6304 -/* confdefs.h. */
6305 -_ACEOF
6306 -cat confdefs.h >>conftest.$ac_ext
6307 -cat >>conftest.$ac_ext <<_ACEOF
6308 -/* end confdefs.h. */
6309 -$ac_declaration
6310 -int
6311 -main ()
6312 -{
6313 -exit (42);
6314 - ;
6315 - return 0;
6316 -}
6317 -_ACEOF
6318 -rm -f conftest.$ac_objext
6319 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6320 - (eval $ac_compile) 2>conftest.er1
6321 - ac_status=$?
6322 - grep -v '^ *+' conftest.er1 >conftest.err
6323 - rm -f conftest.er1
6324 - cat conftest.err >&5
6325 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6326 - (exit $ac_status); } &&
6327 - { ac_try='test -z "$ac_c_werror_flag"
6328 - || test ! -s conftest.err'
6329 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6330 - (eval $ac_try) 2>&5
6331 - ac_status=$?
6332 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6333 - (exit $ac_status); }; } &&
6334 - { ac_try='test -s conftest.$ac_objext'
6335 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6336 - (eval $ac_try) 2>&5
6337 - ac_status=$?
6338 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6339 - (exit $ac_status); }; }; then
6340 - break
6341 -else
6342 - echo "$as_me: failed program was:" >&5
6343 -sed 's/^/| /' conftest.$ac_ext >&5
6344 -
6345 -fi
6346 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6347 -done
6348 -rm -f conftest*
6349 -if test -n "$ac_declaration"; then
6350 - echo '#ifdef __cplusplus' >>confdefs.h
6351 - echo $ac_declaration >>confdefs.h
6352 - echo '#endif' >>confdefs.h
6353 -fi
6354
6355 -else
6356 - echo "$as_me: failed program was:" >&5
6357 -sed 's/^/| /' conftest.$ac_ext >&5
6358 -
6359 -fi
6360 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6361 ac_ext=c
6362 ac_cpp='$CPP $CPPFLAGS'
6363 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6364 @@ -3229,10 +4024,10 @@
6365
6366 depcc="$CC" am_compiler_list=
6367
6368 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6369 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
6370 +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6371 +$as_echo_n "checking dependency style of $depcc... " >&6; }
6372 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
6373 - echo $ECHO_N "(cached) $ECHO_C" >&6
6374 + $as_echo_n "(cached) " >&6
6375 else
6376 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6377 # We make a subdir and do the tests there. Otherwise we can end up
6378 @@ -3245,20 +4040,51 @@
6379 # using a relative directory.
6380 cp "$am_depcomp" conftest.dir
6381 cd conftest.dir
6382 + # We will build objects and dependencies in a subdirectory because
6383 + # it helps to detect inapplicable dependency modes. For instance
6384 + # both Tru64's cc and ICC support -MD to output dependencies as a
6385 + # side effect of compilation, but ICC will put the dependencies in
6386 + # the current directory while Tru64 will put them in the object
6387 + # directory.
6388 + mkdir sub
6389
6390 am_cv_CC_dependencies_compiler_type=none
6391 if test "$am_compiler_list" = ""; then
6392 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6393 fi
6394 + am__universal=false
6395 + case " $depcc " in #(
6396 + *\ -arch\ *\ -arch\ *) am__universal=true ;;
6397 + esac
6398 +
6399 for depmode in $am_compiler_list; do
6400 + # Setup a source with many dependencies, because some compilers
6401 + # like to wrap large dependency lists on column 80 (with \), and
6402 + # we should not choose a depcomp mode which is confused by this.
6403 + #
6404 # We need to recreate these files for each test, as the compiler may
6405 # overwrite some of them when testing with obscure command lines.
6406 # This happens at least with the AIX C compiler.
6407 - echo '#include "conftest.h"' > conftest.c
6408 - echo 'int i;' > conftest.h
6409 - echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
6410 + : > sub/conftest.c
6411 + for i in 1 2 3 4 5 6; do
6412 + echo '#include "conftst'$i'.h"' >> sub/conftest.c
6413 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6414 + # Solaris 8's {/usr,}/bin/sh.
6415 + touch sub/conftst$i.h
6416 + done
6417 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6418
6419 + # We check with `-c' and `-o' for the sake of the "dashmstdout"
6420 + # mode. It turns out that the SunPro C++ compiler does not properly
6421 + # handle `-M -o', and we need to detect this. Also, some Intel
6422 + # versions had trouble with output in subdirs
6423 + am__obj=sub/conftest.${OBJEXT-o}
6424 + am__minus_obj="-o $am__obj"
6425 case $depmode in
6426 + gcc)
6427 + # This depmode causes a compiler race in universal mode.
6428 + test "$am__universal" = false || continue
6429 + ;;
6430 nosideeffect)
6431 # after this tag, mechanisms are not by side-effect, so they'll
6432 # only be used when explicitly requested
6433 @@ -3268,19 +4094,36 @@
6434 break
6435 fi
6436 ;;
6437 + msvisualcpp | msvcmsys)
6438 + # This compiler won't grok `-c -o', but also, the minuso test has
6439 + # not run yet. These depmodes are late enough in the game, and
6440 + # so weak that their functioning should not be impacted.
6441 + am__obj=conftest.${OBJEXT-o}
6442 + am__minus_obj=
6443 + ;;
6444 none) break ;;
6445 esac
6446 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
6447 - # mode. It turns out that the SunPro C++ compiler does not properly
6448 - # handle `-M -o', and we need to detect this.
6449 if depmode=$depmode \
6450 - source=conftest.c object=conftest.o \
6451 - depfile=conftest.Po tmpdepfile=conftest.TPo \
6452 - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
6453 - grep conftest.h conftest.Po > /dev/null 2>&1 &&
6454 + source=sub/conftest.c object=$am__obj \
6455 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6456 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6457 + >/dev/null 2>conftest.err &&
6458 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6459 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6460 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6461 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6462 - am_cv_CC_dependencies_compiler_type=$depmode
6463 - break
6464 + # icc doesn't choke on unknown options, it will just issue warnings
6465 + # or remarks (even with -Werror). So we grep stderr for any message
6466 + # that says an option was ignored or not supported.
6467 + # When given -MP, icc 7.0 and 7.1 complain thusly:
6468 + # icc: Command line warning: ignoring option '-M'; no argument required
6469 + # The diagnosis changed in icc 8.0:
6470 + # icc: Command line remark: option '-MP' not supported
6471 + if (grep 'ignoring option' conftest.err ||
6472 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6473 + am_cv_CC_dependencies_compiler_type=$depmode
6474 + break
6475 + fi
6476 fi
6477 done
6478
6479 @@ -3291,20 +4134,30 @@
6480 fi
6481
6482 fi
6483 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
6484 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
6485 +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
6486 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6487 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6488
6489 + if
6490 + test "x$enable_dependency_tracking" != xno \
6491 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
6492 + am__fastdepCC_TRUE=
6493 + am__fastdepCC_FALSE='#'
6494 +else
6495 + am__fastdepCC_TRUE='#'
6496 + am__fastdepCC_FALSE=
6497 +fi
6498 +
6499
6500
6501 for ac_prog in flex lex
6502 do
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy $ac_prog; ac_word=$2
6505 -echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6507 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6508 +$as_echo_n "checking for $ac_word... " >&6; }
6509 if test "${ac_cv_prog_LEX+set}" = set; then
6510 - echo $ECHO_N "(cached) $ECHO_C" >&6
6511 + $as_echo_n "(cached) " >&6
6512 else
6513 if test -n "$LEX"; then
6514 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6515 @@ -3315,253 +4168,191 @@
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6520 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_LEX="$ac_prog"
6522 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6523 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6524 break 2
6525 fi
6526 done
6527 done
6528 +IFS=$as_save_IFS
6529
6530 fi
6531 fi
6532 LEX=$ac_cv_prog_LEX
6533 if test -n "$LEX"; then
6534 - echo "$as_me:$LINENO: result: $LEX" >&5
6535 -echo "${ECHO_T}$LEX" >&6
6536 + { $as_echo "$as_me:$LINENO: result: $LEX" >&5
6537 +$as_echo "$LEX" >&6; }
6538 else
6539 - echo "$as_me:$LINENO: result: no" >&5
6540 -echo "${ECHO_T}no" >&6
6541 + { $as_echo "$as_me:$LINENO: result: no" >&5
6542 +$as_echo "no" >&6; }
6543 fi
6544
6545 +
6546 test -n "$LEX" && break
6547 done
6548 test -n "$LEX" || LEX=":"
6549
6550 -if test -z "$LEXLIB"
6551 -then
6552 - echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
6553 -echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
6554 -if test "${ac_cv_lib_fl_yywrap+set}" = set; then
6555 - echo $ECHO_N "(cached) $ECHO_C" >&6
6556 -else
6557 - ac_check_lib_save_LIBS=$LIBS
6558 -LIBS="-lfl $LIBS"
6559 -cat >conftest.$ac_ext <<_ACEOF
6560 -/* confdefs.h. */
6561 -_ACEOF
6562 -cat confdefs.h >>conftest.$ac_ext
6563 -cat >>conftest.$ac_ext <<_ACEOF
6564 -/* end confdefs.h. */
6565 -
6566 -/* Override any gcc2 internal prototype to avoid an error. */
6567 -#ifdef __cplusplus
6568 -extern "C"
6569 +if test "x$LEX" != "x:"; then
6570 + cat >conftest.l <<_ACEOF
6571 +%%
6572 +a { ECHO; }
6573 +b { REJECT; }
6574 +c { yymore (); }
6575 +d { yyless (1); }
6576 +e { yyless (input () != 0); }
6577 +f { unput (yytext[0]); }
6578 +. { BEGIN INITIAL; }
6579 +%%
6580 +#ifdef YYTEXT_POINTER
6581 +extern char *yytext;
6582 #endif
6583 -/* We use char because int might match the return type of a gcc2
6584 - builtin and then its argument prototype would still apply. */
6585 -char yywrap ();
6586 int
6587 -main ()
6588 +main (void)
6589 {
6590 -yywrap ();
6591 - ;
6592 - return 0;
6593 + return ! yylex () + ! yywrap ();
6594 }
6595 _ACEOF
6596 -rm -f conftest.$ac_objext conftest$ac_exeext
6597 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6598 - (eval $ac_link) 2>conftest.er1
6599 - ac_status=$?
6600 - grep -v '^ *+' conftest.er1 >conftest.err
6601 - rm -f conftest.er1
6602 - cat conftest.err >&5
6603 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6604 - (exit $ac_status); } &&
6605 - { ac_try='test -z "$ac_c_werror_flag"
6606 - || test ! -s conftest.err'
6607 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6608 - (eval $ac_try) 2>&5
6609 - ac_status=$?
6610 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6611 - (exit $ac_status); }; } &&
6612 - { ac_try='test -s conftest$ac_exeext'
6613 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6614 - (eval $ac_try) 2>&5
6615 +{ (ac_try="$LEX conftest.l"
6616 +case "(($ac_try" in
6617 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6618 + *) ac_try_echo=$ac_try;;
6619 +esac
6620 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6621 +$as_echo "$ac_try_echo") >&5
6622 + (eval "$LEX conftest.l") 2>&5
6623 ac_status=$?
6624 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6625 - (exit $ac_status); }; }; then
6626 - ac_cv_lib_fl_yywrap=yes
6627 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6628 + (exit $ac_status); }
6629 +{ $as_echo "$as_me:$LINENO: checking lex output file root" >&5
6630 +$as_echo_n "checking lex output file root... " >&6; }
6631 +if test "${ac_cv_prog_lex_root+set}" = set; then
6632 + $as_echo_n "(cached) " >&6
6633 else
6634 - echo "$as_me: failed program was:" >&5
6635 -sed 's/^/| /' conftest.$ac_ext >&5
6636
6637 -ac_cv_lib_fl_yywrap=no
6638 +if test -f lex.yy.c; then
6639 + ac_cv_prog_lex_root=lex.yy
6640 +elif test -f lexyy.c; then
6641 + ac_cv_prog_lex_root=lexyy
6642 +else
6643 + { { $as_echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6644 +$as_echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6645 + { (exit 1); exit 1; }; }
6646 fi
6647 -rm -f conftest.err conftest.$ac_objext \
6648 - conftest$ac_exeext conftest.$ac_ext
6649 -LIBS=$ac_check_lib_save_LIBS
6650 fi
6651 -echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
6652 -echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
6653 -if test $ac_cv_lib_fl_yywrap = yes; then
6654 - LEXLIB="-lfl"
6655 -else
6656 - echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
6657 -echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
6658 -if test "${ac_cv_lib_l_yywrap+set}" = set; then
6659 - echo $ECHO_N "(cached) $ECHO_C" >&6
6660 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6661 +$as_echo "$ac_cv_prog_lex_root" >&6; }
6662 +LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
6663 +
6664 +if test -z "${LEXLIB+set}"; then
6665 + { $as_echo "$as_me:$LINENO: checking lex library" >&5
6666 +$as_echo_n "checking lex library... " >&6; }
6667 +if test "${ac_cv_lib_lex+set}" = set; then
6668 + $as_echo_n "(cached) " >&6
6669 else
6670 - ac_check_lib_save_LIBS=$LIBS
6671 -LIBS="-ll $LIBS"
6672 -cat >conftest.$ac_ext <<_ACEOF
6673 -/* confdefs.h. */
6674 -_ACEOF
6675 -cat confdefs.h >>conftest.$ac_ext
6676 -cat >>conftest.$ac_ext <<_ACEOF
6677 -/* end confdefs.h. */
6678
6679 -/* Override any gcc2 internal prototype to avoid an error. */
6680 -#ifdef __cplusplus
6681 -extern "C"
6682 -#endif
6683 -/* We use char because int might match the return type of a gcc2
6684 - builtin and then its argument prototype would still apply. */
6685 -char yywrap ();
6686 -int
6687 -main ()
6688 -{
6689 -yywrap ();
6690 - ;
6691 - return 0;
6692 -}
6693 + ac_save_LIBS=$LIBS
6694 + ac_cv_lib_lex='none needed'
6695 + for ac_lib in '' -lfl -ll; do
6696 + LIBS="$ac_lib $ac_save_LIBS"
6697 + cat >conftest.$ac_ext <<_ACEOF
6698 +`cat $LEX_OUTPUT_ROOT.c`
6699 _ACEOF
6700 rm -f conftest.$ac_objext conftest$ac_exeext
6701 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6702 - (eval $ac_link) 2>conftest.er1
6703 +if { (ac_try="$ac_link"
6704 +case "(($ac_try" in
6705 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6706 + *) ac_try_echo=$ac_try;;
6707 +esac
6708 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6709 +$as_echo "$ac_try_echo") >&5
6710 + (eval "$ac_link") 2>conftest.er1
6711 ac_status=$?
6712 grep -v '^ *+' conftest.er1 >conftest.err
6713 rm -f conftest.er1
6714 cat conftest.err >&5
6715 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6716 - (exit $ac_status); } &&
6717 - { ac_try='test -z "$ac_c_werror_flag"
6718 - || test ! -s conftest.err'
6719 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6720 - (eval $ac_try) 2>&5
6721 - ac_status=$?
6722 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6723 - (exit $ac_status); }; } &&
6724 - { ac_try='test -s conftest$ac_exeext'
6725 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6726 - (eval $ac_try) 2>&5
6727 - ac_status=$?
6728 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729 - (exit $ac_status); }; }; then
6730 - ac_cv_lib_l_yywrap=yes
6731 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 + (exit $ac_status); } && {
6733 + test -z "$ac_c_werror_flag" ||
6734 + test ! -s conftest.err
6735 + } && test -s conftest$ac_exeext && {
6736 + test "$cross_compiling" = yes ||
6737 + $as_test_x conftest$ac_exeext
6738 + }; then
6739 + ac_cv_lib_lex=$ac_lib
6740 else
6741 - echo "$as_me: failed program was:" >&5
6742 + $as_echo "$as_me: failed program was:" >&5
6743 sed 's/^/| /' conftest.$ac_ext >&5
6744
6745 -ac_cv_lib_l_yywrap=no
6746 -fi
6747 -rm -f conftest.err conftest.$ac_objext \
6748 - conftest$ac_exeext conftest.$ac_ext
6749 -LIBS=$ac_check_lib_save_LIBS
6750 -fi
6751 -echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
6752 -echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
6753 -if test $ac_cv_lib_l_yywrap = yes; then
6754 - LEXLIB="-ll"
6755 -fi
6756
6757 fi
6758
6759 -fi
6760 +rm -rf conftest.dSYM
6761 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6762 + conftest$ac_exeext conftest.$ac_ext
6763 + test "$ac_cv_lib_lex" != 'none needed' && break
6764 + done
6765 + LIBS=$ac_save_LIBS
6766
6767 -if test "x$LEX" != "x:"; then
6768 - echo "$as_me:$LINENO: checking lex output file root" >&5
6769 -echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
6770 -if test "${ac_cv_prog_lex_root+set}" = set; then
6771 - echo $ECHO_N "(cached) $ECHO_C" >&6
6772 -else
6773 - # The minimal lex program is just a single line: %%. But some broken lexes
6774 -# (Solaris, I think it was) want two %% lines, so accommodate them.
6775 -cat >conftest.l <<_ACEOF
6776 -%%
6777 -%%
6778 -_ACEOF
6779 -{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
6780 - (eval $LEX conftest.l) 2>&5
6781 - ac_status=$?
6782 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6783 - (exit $ac_status); }
6784 -if test -f lex.yy.c; then
6785 - ac_cv_prog_lex_root=lex.yy
6786 -elif test -f lexyy.c; then
6787 - ac_cv_prog_lex_root=lexyy
6788 -else
6789 - { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6790 -echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6791 - { (exit 1); exit 1; }; }
6792 fi
6793 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
6794 +$as_echo "$ac_cv_lib_lex" >&6; }
6795 + test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
6796 fi
6797 -echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6798 -echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
6799 -rm -f conftest.l
6800 -LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
6801
6802 -echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6803 -echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6804 +
6805 +{ $as_echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6806 +$as_echo_n "checking whether yytext is a pointer... " >&6; }
6807 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6808 - echo $ECHO_N "(cached) $ECHO_C" >&6
6809 + $as_echo_n "(cached) " >&6
6810 else
6811 # POSIX says lex can declare yytext either as a pointer or an array; the
6812 -# default is implementation-dependent. Figure out which it is, since
6813 +# default is implementation-dependent. Figure out which it is, since
6814 # not all implementations provide the %pointer and %array declarations.
6815 ac_cv_prog_lex_yytext_pointer=no
6816 -echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
6817 ac_save_LIBS=$LIBS
6818 -LIBS="$LIBS $LEXLIB"
6819 +LIBS="$LEXLIB $ac_save_LIBS"
6820 cat >conftest.$ac_ext <<_ACEOF
6821 +#define YYTEXT_POINTER 1
6822 `cat $LEX_OUTPUT_ROOT.c`
6823 _ACEOF
6824 rm -f conftest.$ac_objext conftest$ac_exeext
6825 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6826 - (eval $ac_link) 2>conftest.er1
6827 +if { (ac_try="$ac_link"
6828 +case "(($ac_try" in
6829 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6830 + *) ac_try_echo=$ac_try;;
6831 +esac
6832 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6833 +$as_echo "$ac_try_echo") >&5
6834 + (eval "$ac_link") 2>conftest.er1
6835 ac_status=$?
6836 grep -v '^ *+' conftest.er1 >conftest.err
6837 rm -f conftest.er1
6838 cat conftest.err >&5
6839 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6840 - (exit $ac_status); } &&
6841 - { ac_try='test -z "$ac_c_werror_flag"
6842 - || test ! -s conftest.err'
6843 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6844 - (eval $ac_try) 2>&5
6845 - ac_status=$?
6846 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6847 - (exit $ac_status); }; } &&
6848 - { ac_try='test -s conftest$ac_exeext'
6849 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6850 - (eval $ac_try) 2>&5
6851 - ac_status=$?
6852 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853 - (exit $ac_status); }; }; then
6854 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6855 + (exit $ac_status); } && {
6856 + test -z "$ac_c_werror_flag" ||
6857 + test ! -s conftest.err
6858 + } && test -s conftest$ac_exeext && {
6859 + test "$cross_compiling" = yes ||
6860 + $as_test_x conftest$ac_exeext
6861 + }; then
6862 ac_cv_prog_lex_yytext_pointer=yes
6863 else
6864 - echo "$as_me: failed program was:" >&5
6865 + $as_echo "$as_me: failed program was:" >&5
6866 sed 's/^/| /' conftest.$ac_ext >&5
6867
6868 +
6869 fi
6870 -rm -f conftest.err conftest.$ac_objext \
6871 +
6872 +rm -rf conftest.dSYM
6873 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6874 conftest$ac_exeext conftest.$ac_ext
6875 LIBS=$ac_save_LIBS
6876 -rm -f "${LEX_OUTPUT_ROOT}.c"
6877
6878 fi
6879 -echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6880 -echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6881 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6882 +$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
6883 if test $ac_cv_prog_lex_yytext_pointer = yes; then
6884
6885 cat >>confdefs.h <<\_ACEOF
6886 @@ -3569,6 +4360,7 @@
6887 _ACEOF
6888
6889 fi
6890 +rm -f conftest.l $LEX_OUTPUT_ROOT.c
6891
6892 fi
6893 if test "$LEX" = :; then
6894 @@ -3578,10 +4370,10 @@
6895 do
6896 # Extract the first word of "$ac_prog", so it can be a program name with args.
6897 set dummy $ac_prog; ac_word=$2
6898 -echo "$as_me:$LINENO: checking for $ac_word" >&5
6899 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6900 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6901 +$as_echo_n "checking for $ac_word... " >&6; }
6902 if test "${ac_cv_prog_YACC+set}" = set; then
6903 - echo $ECHO_N "(cached) $ECHO_C" >&6
6904 + $as_echo_n "(cached) " >&6
6905 else
6906 if test -n "$YACC"; then
6907 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6908 @@ -3592,25 +4384,27 @@
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6913 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6914 ac_cv_prog_YACC="$ac_prog"
6915 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6916 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6917 break 2
6918 fi
6919 done
6920 done
6921 +IFS=$as_save_IFS
6922
6923 fi
6924 fi
6925 YACC=$ac_cv_prog_YACC
6926 if test -n "$YACC"; then
6927 - echo "$as_me:$LINENO: result: $YACC" >&5
6928 -echo "${ECHO_T}$YACC" >&6
6929 + { $as_echo "$as_me:$LINENO: result: $YACC" >&5
6930 +$as_echo "$YACC" >&6; }
6931 else
6932 - echo "$as_me:$LINENO: result: no" >&5
6933 -echo "${ECHO_T}no" >&6
6934 + { $as_echo "$as_me:$LINENO: result: no" >&5
6935 +$as_echo "no" >&6; }
6936 fi
6937
6938 +
6939 test -n "$YACC" && break
6940 done
6941 test -n "$YACC" || YACC="yacc"
6942 @@ -3620,15 +4414,15 @@
6943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6946 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6947 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6948 +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6949 +$as_echo_n "checking how to run the C preprocessor... " >&6; }
6950 # On Suns, sometimes $CPP names a directory.
6951 if test -n "$CPP" && test -d "$CPP"; then
6952 CPP=
6953 fi
6954 if test -z "$CPP"; then
6955 if test "${ac_cv_prog_CPP+set}" = set; then
6956 - echo $ECHO_N "(cached) $ECHO_C" >&6
6957 + $as_echo_n "(cached) " >&6
6958 else
6959 # Double quotes because CPP needs to be expanded
6960 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6961 @@ -3655,35 +4449,35 @@
6962 #endif
6963 Syntax error
6964 _ACEOF
6965 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6966 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6967 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6968 +case "(($ac_try" in
6969 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6970 + *) ac_try_echo=$ac_try;;
6971 +esac
6972 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6973 +$as_echo "$ac_try_echo") >&5
6974 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6975 ac_status=$?
6976 grep -v '^ *+' conftest.er1 >conftest.err
6977 rm -f conftest.er1
6978 cat conftest.err >&5
6979 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 - (exit $ac_status); } >/dev/null; then
6981 - if test -s conftest.err; then
6982 - ac_cpp_err=$ac_c_preproc_warn_flag
6983 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6984 - else
6985 - ac_cpp_err=
6986 - fi
6987 -else
6988 - ac_cpp_err=yes
6989 -fi
6990 -if test -z "$ac_cpp_err"; then
6991 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992 + (exit $ac_status); } >/dev/null && {
6993 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6994 + test ! -s conftest.err
6995 + }; then
6996 :
6997 else
6998 - echo "$as_me: failed program was:" >&5
6999 + $as_echo "$as_me: failed program was:" >&5
7000 sed 's/^/| /' conftest.$ac_ext >&5
7001
7002 # Broken: fails on valid input.
7003 continue
7004 fi
7005 +
7006 rm -f conftest.err conftest.$ac_ext
7007
7008 - # OK, works on sane cases. Now check whether non-existent headers
7009 + # OK, works on sane cases. Now check whether nonexistent headers
7010 # can be detected and how.
7011 cat >conftest.$ac_ext <<_ACEOF
7012 /* confdefs.h. */
7013 @@ -3693,34 +4487,34 @@
7014 /* end confdefs.h. */
7015 #include <ac_nonexistent.h>
7016 _ACEOF
7017 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7018 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7019 +if { (ac_try="$ac_cpp conftest.$ac_ext"
7020 +case "(($ac_try" in
7021 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7022 + *) ac_try_echo=$ac_try;;
7023 +esac
7024 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7025 +$as_echo "$ac_try_echo") >&5
7026 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7027 ac_status=$?
7028 grep -v '^ *+' conftest.er1 >conftest.err
7029 rm -f conftest.er1
7030 cat conftest.err >&5
7031 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 - (exit $ac_status); } >/dev/null; then
7033 - if test -s conftest.err; then
7034 - ac_cpp_err=$ac_c_preproc_warn_flag
7035 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7036 - else
7037 - ac_cpp_err=
7038 - fi
7039 -else
7040 - ac_cpp_err=yes
7041 -fi
7042 -if test -z "$ac_cpp_err"; then
7043 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7044 + (exit $ac_status); } >/dev/null && {
7045 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7046 + test ! -s conftest.err
7047 + }; then
7048 # Broken: success on invalid input.
7049 continue
7050 else
7051 - echo "$as_me: failed program was:" >&5
7052 + $as_echo "$as_me: failed program was:" >&5
7053 sed 's/^/| /' conftest.$ac_ext >&5
7054
7055 # Passes both tests.
7056 ac_preproc_ok=:
7057 break
7058 fi
7059 +
7060 rm -f conftest.err conftest.$ac_ext
7061
7062 done
7063 @@ -3738,8 +4532,8 @@
7064 else
7065 ac_cv_prog_CPP=$CPP
7066 fi
7067 -echo "$as_me:$LINENO: result: $CPP" >&5
7068 -echo "${ECHO_T}$CPP" >&6
7069 +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
7070 +$as_echo "$CPP" >&6; }
7071 ac_preproc_ok=false
7072 for ac_c_preproc_warn_flag in '' yes
7073 do
7074 @@ -3762,35 +4556,35 @@
7075 #endif
7076 Syntax error
7077 _ACEOF
7078 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7079 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7080 +if { (ac_try="$ac_cpp conftest.$ac_ext"
7081 +case "(($ac_try" in
7082 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7083 + *) ac_try_echo=$ac_try;;
7084 +esac
7085 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7086 +$as_echo "$ac_try_echo") >&5
7087 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7088 ac_status=$?
7089 grep -v '^ *+' conftest.er1 >conftest.err
7090 rm -f conftest.er1
7091 cat conftest.err >&5
7092 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7093 - (exit $ac_status); } >/dev/null; then
7094 - if test -s conftest.err; then
7095 - ac_cpp_err=$ac_c_preproc_warn_flag
7096 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7097 - else
7098 - ac_cpp_err=
7099 - fi
7100 -else
7101 - ac_cpp_err=yes
7102 -fi
7103 -if test -z "$ac_cpp_err"; then
7104 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7105 + (exit $ac_status); } >/dev/null && {
7106 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7107 + test ! -s conftest.err
7108 + }; then
7109 :
7110 else
7111 - echo "$as_me: failed program was:" >&5
7112 + $as_echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7114
7115 # Broken: fails on valid input.
7116 continue
7117 fi
7118 +
7119 rm -f conftest.err conftest.$ac_ext
7120
7121 - # OK, works on sane cases. Now check whether non-existent headers
7122 + # OK, works on sane cases. Now check whether nonexistent headers
7123 # can be detected and how.
7124 cat >conftest.$ac_ext <<_ACEOF
7125 /* confdefs.h. */
7126 @@ -3800,34 +4594,34 @@
7127 /* end confdefs.h. */
7128 #include <ac_nonexistent.h>
7129 _ACEOF
7130 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7131 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7132 +if { (ac_try="$ac_cpp conftest.$ac_ext"
7133 +case "(($ac_try" in
7134 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7135 + *) ac_try_echo=$ac_try;;
7136 +esac
7137 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7138 +$as_echo "$ac_try_echo") >&5
7139 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7140 ac_status=$?
7141 grep -v '^ *+' conftest.er1 >conftest.err
7142 rm -f conftest.er1
7143 cat conftest.err >&5
7144 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7145 - (exit $ac_status); } >/dev/null; then
7146 - if test -s conftest.err; then
7147 - ac_cpp_err=$ac_c_preproc_warn_flag
7148 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7149 - else
7150 - ac_cpp_err=
7151 - fi
7152 -else
7153 - ac_cpp_err=yes
7154 -fi
7155 -if test -z "$ac_cpp_err"; then
7156 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7157 + (exit $ac_status); } >/dev/null && {
7158 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7159 + test ! -s conftest.err
7160 + }; then
7161 # Broken: success on invalid input.
7162 continue
7163 else
7164 - echo "$as_me: failed program was:" >&5
7165 + $as_echo "$as_me: failed program was:" >&5
7166 sed 's/^/| /' conftest.$ac_ext >&5
7167
7168 # Passes both tests.
7169 ac_preproc_ok=:
7170 break
7171 fi
7172 +
7173 rm -f conftest.err conftest.$ac_ext
7174
7175 done
7176 @@ -3836,11 +4630,13 @@
7177 if $ac_preproc_ok; then
7178 :
7179 else
7180 - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7181 + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7182 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7183 +{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7184 See \`config.log' for more details." >&5
7185 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7186 +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7187 See \`config.log' for more details." >&2;}
7188 - { (exit 1); exit 1; }; }
7189 + { (exit 1); exit 1; }; }; }
7190 fi
7191
7192 ac_ext=c
7193 @@ -3852,10 +4648,10 @@
7194 if test -n "$ac_tool_prefix"; then
7195 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7196 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7197 -echo "$as_me:$LINENO: checking for $ac_word" >&5
7198 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7199 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7200 +$as_echo_n "checking for $ac_word... " >&6; }
7201 if test "${ac_cv_prog_RANLIB+set}" = set; then
7202 - echo $ECHO_N "(cached) $ECHO_C" >&6
7203 + $as_echo_n "(cached) " >&6
7204 else
7205 if test -n "$RANLIB"; then
7206 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7207 @@ -3866,34 +4662,36 @@
7208 IFS=$as_save_IFS
7209 test -z "$as_dir" && as_dir=.
7210 for ac_exec_ext in '' $ac_executable_extensions; do
7211 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7212 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7213 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7214 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7215 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7216 break 2
7217 fi
7218 done
7219 done
7220 +IFS=$as_save_IFS
7221
7222 fi
7223 fi
7224 RANLIB=$ac_cv_prog_RANLIB
7225 if test -n "$RANLIB"; then
7226 - echo "$as_me:$LINENO: result: $RANLIB" >&5
7227 -echo "${ECHO_T}$RANLIB" >&6
7228 + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
7229 +$as_echo "$RANLIB" >&6; }
7230 else
7231 - echo "$as_me:$LINENO: result: no" >&5
7232 -echo "${ECHO_T}no" >&6
7233 + { $as_echo "$as_me:$LINENO: result: no" >&5
7234 +$as_echo "no" >&6; }
7235 fi
7236
7237 +
7238 fi
7239 if test -z "$ac_cv_prog_RANLIB"; then
7240 ac_ct_RANLIB=$RANLIB
7241 # Extract the first word of "ranlib", so it can be a program name with args.
7242 set dummy ranlib; ac_word=$2
7243 -echo "$as_me:$LINENO: checking for $ac_word" >&5
7244 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7245 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7246 +$as_echo_n "checking for $ac_word... " >&6; }
7247 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
7248 - echo $ECHO_N "(cached) $ECHO_C" >&6
7249 + $as_echo_n "(cached) " >&6
7250 else
7251 if test -n "$ac_ct_RANLIB"; then
7252 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7253 @@ -3904,51 +4702,61 @@
7254 IFS=$as_save_IFS
7255 test -z "$as_dir" && as_dir=.
7256 for ac_exec_ext in '' $ac_executable_extensions; do
7257 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7258 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7259 ac_cv_prog_ac_ct_RANLIB="ranlib"
7260 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7262 break 2
7263 fi
7264 done
7265 done
7266 +IFS=$as_save_IFS
7267
7268 - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
7269 fi
7270 fi
7271 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7272 if test -n "$ac_ct_RANLIB"; then
7273 - echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7274 -echo "${ECHO_T}$ac_ct_RANLIB" >&6
7275 + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7276 +$as_echo "$ac_ct_RANLIB" >&6; }
7277 else
7278 - echo "$as_me:$LINENO: result: no" >&5
7279 -echo "${ECHO_T}no" >&6
7280 + { $as_echo "$as_me:$LINENO: result: no" >&5
7281 +$as_echo "no" >&6; }
7282 fi
7283
7284 - RANLIB=$ac_ct_RANLIB
7285 + if test "x$ac_ct_RANLIB" = x; then
7286 + RANLIB=":"
7287 + else
7288 + case $cross_compiling:$ac_tool_warned in
7289 +yes:)
7290 +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7291 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7292 +ac_tool_warned=yes ;;
7293 +esac
7294 + RANLIB=$ac_ct_RANLIB
7295 + fi
7296 else
7297 RANLIB="$ac_cv_prog_RANLIB"
7298 fi
7299
7300 #AC_PROG_LIBTOOL
7301 -echo "$as_me:$LINENO: checking whether ln -s works" >&5
7302 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
7303 +{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
7304 +$as_echo_n "checking whether ln -s works... " >&6; }
7305 LN_S=$as_ln_s
7306 if test "$LN_S" = "ln -s"; then
7307 - echo "$as_me:$LINENO: result: yes" >&5
7308 -echo "${ECHO_T}yes" >&6
7309 + { $as_echo "$as_me:$LINENO: result: yes" >&5
7310 +$as_echo "yes" >&6; }
7311 else
7312 - echo "$as_me:$LINENO: result: no, using $LN_S" >&5
7313 -echo "${ECHO_T}no, using $LN_S" >&6
7314 + { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
7315 +$as_echo "no, using $LN_S" >&6; }
7316 fi
7317
7318 for ac_prog in gawk mawk nawk awk
7319 do
7320 # Extract the first word of "$ac_prog", so it can be a program name with args.
7321 set dummy $ac_prog; ac_word=$2
7322 -echo "$as_me:$LINENO: checking for $ac_word" >&5
7323 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7324 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7325 +$as_echo_n "checking for $ac_word... " >&6; }
7326 if test "${ac_cv_prog_AWK+set}" = set; then
7327 - echo $ECHO_N "(cached) $ECHO_C" >&6
7328 + $as_echo_n "(cached) " >&6
7329 else
7330 if test -n "$AWK"; then
7331 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7332 @@ -3959,25 +4767,27 @@
7333 IFS=$as_save_IFS
7334 test -z "$as_dir" && as_dir=.
7335 for ac_exec_ext in '' $ac_executable_extensions; do
7336 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7337 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7338 ac_cv_prog_AWK="$ac_prog"
7339 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7340 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7341 break 2
7342 fi
7343 done
7344 done
7345 +IFS=$as_save_IFS
7346
7347 fi
7348 fi
7349 AWK=$ac_cv_prog_AWK
7350 if test -n "$AWK"; then
7351 - echo "$as_me:$LINENO: result: $AWK" >&5
7352 -echo "${ECHO_T}$AWK" >&6
7353 + { $as_echo "$as_me:$LINENO: result: $AWK" >&5
7354 +$as_echo "$AWK" >&6; }
7355 else
7356 - echo "$as_me:$LINENO: result: no" >&5
7357 -echo "${ECHO_T}no" >&6
7358 + { $as_echo "$as_me:$LINENO: result: no" >&5
7359 +$as_echo "no" >&6; }
7360 fi
7361
7362 +
7363 test -n "$AWK" && break
7364 done
7365
7366 @@ -3994,11 +4804,12 @@
7367 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7368 # OS/2's system install, which has a completely different semantic
7369 # ./install, which can be erroneously created by make from ./install.sh.
7370 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
7371 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
7372 +# Reject install programs that cannot install multiple files.
7373 +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
7374 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
7375 if test -z "$INSTALL"; then
7376 if test "${ac_cv_path_install+set}" = set; then
7377 - echo $ECHO_N "(cached) $ECHO_C" >&6
7378 + $as_echo_n "(cached) " >&6
7379 else
7380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7381 for as_dir in $PATH
7382 @@ -4017,7 +4828,7 @@
7383 # by default.
7384 for ac_prog in ginstall scoinst install; do
7385 for ac_exec_ext in '' $ac_executable_extensions; do
7386 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
7387 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
7388 if test $ac_prog = install &&
7389 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7390 # AIX install. It has an incompatible calling convention.
7391 @@ -4027,30 +4838,43 @@
7392 # program-specific install script used by HP pwplus--don't use.
7393 :
7394 else
7395 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7396 - break 3
7397 + rm -rf conftest.one conftest.two conftest.dir
7398 + echo one > conftest.one
7399 + echo two > conftest.two
7400 + mkdir conftest.dir
7401 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
7402 + test -s conftest.one && test -s conftest.two &&
7403 + test -s conftest.dir/conftest.one &&
7404 + test -s conftest.dir/conftest.two
7405 + then
7406 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7407 + break 3
7408 + fi
7409 fi
7410 fi
7411 done
7412 done
7413 ;;
7414 esac
7415 +
7416 done
7417 +IFS=$as_save_IFS
7418
7419 +rm -rf conftest.one conftest.two conftest.dir
7420
7421 fi
7422 if test "${ac_cv_path_install+set}" = set; then
7423 INSTALL=$ac_cv_path_install
7424 else
7425 - # As a last resort, use the slow shell script. We don't cache a
7426 - # path for INSTALL within a source directory, because that will
7427 + # As a last resort, use the slow shell script. Don't cache a
7428 + # value for INSTALL within a source directory, because that will
7429 # break other packages using the cache if that directory is
7430 - # removed, or if the path is relative.
7431 + # removed, or if the value is a relative name.
7432 INSTALL=$ac_install_sh
7433 fi
7434 fi
7435 -echo "$as_me:$LINENO: result: $INSTALL" >&5
7436 -echo "${ECHO_T}$INSTALL" >&6
7437 +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
7438 +$as_echo "$INSTALL" >&6; }
7439
7440 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7441 # It thinks the first close brace ends the variable substitution.
7442 @@ -4115,25 +4939,144 @@
7443
7444 # Checks for header files.
7445
7446 -echo "$as_me:$LINENO: checking for egrep" >&5
7447 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6
7448 -if test "${ac_cv_prog_egrep+set}" = set; then
7449 - echo $ECHO_N "(cached) $ECHO_C" >&6
7450 -else
7451 - if echo a | (grep -E '(a|b)') >/dev/null 2>&1
7452 - then ac_cv_prog_egrep='grep -E'
7453 - else ac_cv_prog_egrep='egrep'
7454 +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
7455 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
7456 +if test "${ac_cv_path_GREP+set}" = set; then
7457 + $as_echo_n "(cached) " >&6
7458 +else
7459 + if test -z "$GREP"; then
7460 + ac_path_GREP_found=false
7461 + # Loop through the user's path and test for each of PROGNAME-LIST
7462 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7464 +do
7465 + IFS=$as_save_IFS
7466 + test -z "$as_dir" && as_dir=.
7467 + for ac_prog in grep ggrep; do
7468 + for ac_exec_ext in '' $ac_executable_extensions; do
7469 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
7470 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
7471 +# Check for GNU ac_path_GREP and select it if it is found.
7472 + # Check for GNU $ac_path_GREP
7473 +case `"$ac_path_GREP" --version 2>&1` in
7474 +*GNU*)
7475 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
7476 +*)
7477 + ac_count=0
7478 + $as_echo_n 0123456789 >"conftest.in"
7479 + while :
7480 + do
7481 + cat "conftest.in" "conftest.in" >"conftest.tmp"
7482 + mv "conftest.tmp" "conftest.in"
7483 + cp "conftest.in" "conftest.nl"
7484 + $as_echo 'GREP' >> "conftest.nl"
7485 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7486 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7487 + ac_count=`expr $ac_count + 1`
7488 + if test $ac_count -gt ${ac_path_GREP_max-0}; then
7489 + # Best one so far, save it but keep looking for a better one
7490 + ac_cv_path_GREP="$ac_path_GREP"
7491 + ac_path_GREP_max=$ac_count
7492 + fi
7493 + # 10*(2^10) chars as input seems more than enough
7494 + test $ac_count -gt 10 && break
7495 + done
7496 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7497 +esac
7498 +
7499 + $ac_path_GREP_found && break 3
7500 + done
7501 + done
7502 +done
7503 +IFS=$as_save_IFS
7504 + if test -z "$ac_cv_path_GREP"; then
7505 + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7506 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
7507 + { (exit 1); exit 1; }; }
7508 + fi
7509 +else
7510 + ac_cv_path_GREP=$GREP
7511 +fi
7512 +
7513 +fi
7514 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
7515 +$as_echo "$ac_cv_path_GREP" >&6; }
7516 + GREP="$ac_cv_path_GREP"
7517 +
7518 +
7519 +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
7520 +$as_echo_n "checking for egrep... " >&6; }
7521 +if test "${ac_cv_path_EGREP+set}" = set; then
7522 + $as_echo_n "(cached) " >&6
7523 +else
7524 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7525 + then ac_cv_path_EGREP="$GREP -E"
7526 + else
7527 + if test -z "$EGREP"; then
7528 + ac_path_EGREP_found=false
7529 + # Loop through the user's path and test for each of PROGNAME-LIST
7530 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7532 +do
7533 + IFS=$as_save_IFS
7534 + test -z "$as_dir" && as_dir=.
7535 + for ac_prog in egrep; do
7536 + for ac_exec_ext in '' $ac_executable_extensions; do
7537 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
7538 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
7539 +# Check for GNU ac_path_EGREP and select it if it is found.
7540 + # Check for GNU $ac_path_EGREP
7541 +case `"$ac_path_EGREP" --version 2>&1` in
7542 +*GNU*)
7543 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
7544 +*)
7545 + ac_count=0
7546 + $as_echo_n 0123456789 >"conftest.in"
7547 + while :
7548 + do
7549 + cat "conftest.in" "conftest.in" >"conftest.tmp"
7550 + mv "conftest.tmp" "conftest.in"
7551 + cp "conftest.in" "conftest.nl"
7552 + $as_echo 'EGREP' >> "conftest.nl"
7553 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
7554 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7555 + ac_count=`expr $ac_count + 1`
7556 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then
7557 + # Best one so far, save it but keep looking for a better one
7558 + ac_cv_path_EGREP="$ac_path_EGREP"
7559 + ac_path_EGREP_max=$ac_count
7560 fi
7561 + # 10*(2^10) chars as input seems more than enough
7562 + test $ac_count -gt 10 && break
7563 + done
7564 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7565 +esac
7566 +
7567 + $ac_path_EGREP_found && break 3
7568 + done
7569 + done
7570 +done
7571 +IFS=$as_save_IFS
7572 + if test -z "$ac_cv_path_EGREP"; then
7573 + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7574 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
7575 + { (exit 1); exit 1; }; }
7576 + fi
7577 +else
7578 + ac_cv_path_EGREP=$EGREP
7579 +fi
7580 +
7581 + fi
7582 fi
7583 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
7584 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
7585 - EGREP=$ac_cv_prog_egrep
7586 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
7587 +$as_echo "$ac_cv_path_EGREP" >&6; }
7588 + EGREP="$ac_cv_path_EGREP"
7589
7590
7591 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7592 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7593 +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7594 +$as_echo_n "checking for ANSI C header files... " >&6; }
7595 if test "${ac_cv_header_stdc+set}" = set; then
7596 - echo $ECHO_N "(cached) $ECHO_C" >&6
7597 + $as_echo_n "(cached) " >&6
7598 else
7599 cat >conftest.$ac_ext <<_ACEOF
7600 /* confdefs.h. */
7601 @@ -4155,35 +5098,32 @@
7602 }
7603 _ACEOF
7604 rm -f conftest.$ac_objext
7605 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7606 - (eval $ac_compile) 2>conftest.er1
7607 +if { (ac_try="$ac_compile"
7608 +case "(($ac_try" in
7609 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7610 + *) ac_try_echo=$ac_try;;
7611 +esac
7612 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7613 +$as_echo "$ac_try_echo") >&5
7614 + (eval "$ac_compile") 2>conftest.er1
7615 ac_status=$?
7616 grep -v '^ *+' conftest.er1 >conftest.err
7617 rm -f conftest.er1
7618 cat conftest.err >&5
7619 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7620 - (exit $ac_status); } &&
7621 - { ac_try='test -z "$ac_c_werror_flag"
7622 - || test ! -s conftest.err'
7623 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7624 - (eval $ac_try) 2>&5
7625 - ac_status=$?
7626 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7627 - (exit $ac_status); }; } &&
7628 - { ac_try='test -s conftest.$ac_objext'
7629 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7630 - (eval $ac_try) 2>&5
7631 - ac_status=$?
7632 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7633 - (exit $ac_status); }; }; then
7634 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635 + (exit $ac_status); } && {
7636 + test -z "$ac_c_werror_flag" ||
7637 + test ! -s conftest.err
7638 + } && test -s conftest.$ac_objext; then
7639 ac_cv_header_stdc=yes
7640 else
7641 - echo "$as_me: failed program was:" >&5
7642 + $as_echo "$as_me: failed program was:" >&5
7643 sed 's/^/| /' conftest.$ac_ext >&5
7644
7645 -ac_cv_header_stdc=no
7646 + ac_cv_header_stdc=no
7647 fi
7648 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7649 +
7650 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7651
7652 if test $ac_cv_header_stdc = yes; then
7653 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7654 @@ -4239,6 +5179,7 @@
7655 cat >>conftest.$ac_ext <<_ACEOF
7656 /* end confdefs.h. */
7657 #include <ctype.h>
7658 +#include <stdlib.h>
7659 #if ((' ' & 0x0FF) == 0x020)
7660 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7661 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7662 @@ -4258,36 +5199,50 @@
7663 for (i = 0; i < 256; i++)
7664 if (XOR (islower (i), ISLOWER (i))
7665 || toupper (i) != TOUPPER (i))
7666 - exit(2);
7667 - exit (0);
7668 + return 2;
7669 + return 0;
7670 }
7671 _ACEOF
7672 rm -f conftest$ac_exeext
7673 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7674 - (eval $ac_link) 2>&5
7675 +if { (ac_try="$ac_link"
7676 +case "(($ac_try" in
7677 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 + *) ac_try_echo=$ac_try;;
7679 +esac
7680 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7681 +$as_echo "$ac_try_echo") >&5
7682 + (eval "$ac_link") 2>&5
7683 ac_status=$?
7684 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7687 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7688 - (eval $ac_try) 2>&5
7689 + { (case "(($ac_try" in
7690 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7691 + *) ac_try_echo=$ac_try;;
7692 +esac
7693 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7694 +$as_echo "$ac_try_echo") >&5
7695 + (eval "$ac_try") 2>&5
7696 ac_status=$?
7697 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699 (exit $ac_status); }; }; then
7700 :
7701 else
7702 - echo "$as_me: program exited with status $ac_status" >&5
7703 -echo "$as_me: failed program was:" >&5
7704 + $as_echo "$as_me: program exited with status $ac_status" >&5
7705 +$as_echo "$as_me: failed program was:" >&5
7706 sed 's/^/| /' conftest.$ac_ext >&5
7707
7708 ( exit $ac_status )
7709 ac_cv_header_stdc=no
7710 fi
7711 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7712 +rm -rf conftest.dSYM
7713 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7714 fi
7715 +
7716 +
7717 fi
7718 fi
7719 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7720 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
7721 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7722 +$as_echo "$ac_cv_header_stdc" >&6; }
7723 if test $ac_cv_header_stdc = yes; then
7724
7725 cat >>confdefs.h <<\_ACEOF
7726 @@ -4309,11 +5264,11 @@
7727 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7728 inttypes.h stdint.h unistd.h
7729 do
7730 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7731 -echo "$as_me:$LINENO: checking for $ac_header" >&5
7732 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7733 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
7734 - echo $ECHO_N "(cached) $ECHO_C" >&6
7735 +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7736 +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7737 +$as_echo_n "checking for $ac_header... " >&6; }
7738 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7739 + $as_echo_n "(cached) " >&6
7740 else
7741 cat >conftest.$ac_ext <<_ACEOF
7742 /* confdefs.h. */
7743 @@ -4326,41 +5281,42 @@
7744 #include <$ac_header>
7745 _ACEOF
7746 rm -f conftest.$ac_objext
7747 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7748 - (eval $ac_compile) 2>conftest.er1
7749 +if { (ac_try="$ac_compile"
7750 +case "(($ac_try" in
7751 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7752 + *) ac_try_echo=$ac_try;;
7753 +esac
7754 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7755 +$as_echo "$ac_try_echo") >&5
7756 + (eval "$ac_compile") 2>conftest.er1
7757 ac_status=$?
7758 grep -v '^ *+' conftest.er1 >conftest.err
7759 rm -f conftest.er1
7760 cat conftest.err >&5
7761 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762 - (exit $ac_status); } &&
7763 - { ac_try='test -z "$ac_c_werror_flag"
7764 - || test ! -s conftest.err'
7765 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7766 - (eval $ac_try) 2>&5
7767 - ac_status=$?
7768 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7769 - (exit $ac_status); }; } &&
7770 - { ac_try='test -s conftest.$ac_objext'
7771 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7772 - (eval $ac_try) 2>&5
7773 - ac_status=$?
7774 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7775 - (exit $ac_status); }; }; then
7776 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7777 + (exit $ac_status); } && {
7778 + test -z "$ac_c_werror_flag" ||
7779 + test ! -s conftest.err
7780 + } && test -s conftest.$ac_objext; then
7781 eval "$as_ac_Header=yes"
7782 else
7783 - echo "$as_me: failed program was:" >&5
7784 + $as_echo "$as_me: failed program was:" >&5
7785 sed 's/^/| /' conftest.$ac_ext >&5
7786
7787 -eval "$as_ac_Header=no"
7788 + eval "$as_ac_Header=no"
7789 fi
7790 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7791 +
7792 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7793 fi
7794 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7795 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7796 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
7797 +ac_res=`eval 'as_val=${'$as_ac_Header'}
7798 + $as_echo "$as_val"'`
7799 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7800 +$as_echo "$ac_res" >&6; }
7801 +as_val=`eval 'as_val=${'$as_ac_Header'}
7802 + $as_echo "$as_val"'`
7803 + if test "x$as_val" = x""yes; then
7804 cat >>confdefs.h <<_ACEOF
7805 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7806 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7807 _ACEOF
7808
7809 fi
7810 @@ -4389,19 +5345,21 @@
7811
7812 for ac_header in arpa/inet.h xlocale.h errno.h fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h stdint.h sys/socket.h sys/types.h sys/time.h sys/timeb.h unistd.h poll.h openssl/ssl.h zlib.h
7813 do
7814 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7815 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
7816 - echo "$as_me:$LINENO: checking for $ac_header" >&5
7817 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7818 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
7819 - echo $ECHO_N "(cached) $ECHO_C" >&6
7820 -fi
7821 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7822 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7823 +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7824 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7825 + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7826 +$as_echo_n "checking for $ac_header... " >&6; }
7827 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7828 + $as_echo_n "(cached) " >&6
7829 +fi
7830 +ac_res=`eval 'as_val=${'$as_ac_Header'}
7831 + $as_echo "$as_val"'`
7832 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7833 +$as_echo "$ac_res" >&6; }
7834 else
7835 # Is the header compilable?
7836 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
7837 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7838 +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7839 +$as_echo_n "checking $ac_header usability... " >&6; }
7840 cat >conftest.$ac_ext <<_ACEOF
7841 /* confdefs.h. */
7842 _ACEOF
7843 @@ -4412,41 +5370,38 @@
7844 #include <$ac_header>
7845 _ACEOF
7846 rm -f conftest.$ac_objext
7847 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7848 - (eval $ac_compile) 2>conftest.er1
7849 +if { (ac_try="$ac_compile"
7850 +case "(($ac_try" in
7851 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7852 + *) ac_try_echo=$ac_try;;
7853 +esac
7854 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7855 +$as_echo "$ac_try_echo") >&5
7856 + (eval "$ac_compile") 2>conftest.er1
7857 ac_status=$?
7858 grep -v '^ *+' conftest.er1 >conftest.err
7859 rm -f conftest.er1
7860 cat conftest.err >&5
7861 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7862 - (exit $ac_status); } &&
7863 - { ac_try='test -z "$ac_c_werror_flag"
7864 - || test ! -s conftest.err'
7865 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7866 - (eval $ac_try) 2>&5
7867 - ac_status=$?
7868 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 - (exit $ac_status); }; } &&
7870 - { ac_try='test -s conftest.$ac_objext'
7871 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7872 - (eval $ac_try) 2>&5
7873 - ac_status=$?
7874 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7875 - (exit $ac_status); }; }; then
7876 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7877 + (exit $ac_status); } && {
7878 + test -z "$ac_c_werror_flag" ||
7879 + test ! -s conftest.err
7880 + } && test -s conftest.$ac_objext; then
7881 ac_header_compiler=yes
7882 else
7883 - echo "$as_me: failed program was:" >&5
7884 + $as_echo "$as_me: failed program was:" >&5
7885 sed 's/^/| /' conftest.$ac_ext >&5
7886
7887 -ac_header_compiler=no
7888 + ac_header_compiler=no
7889 fi
7890 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7891 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7892 -echo "${ECHO_T}$ac_header_compiler" >&6
7893 +
7894 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7895 +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7896 +$as_echo "$ac_header_compiler" >&6; }
7897
7898 # Is the header present?
7899 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
7900 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7901 +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7902 +$as_echo_n "checking $ac_header presence... " >&6; }
7903 cat >conftest.$ac_ext <<_ACEOF
7904 /* confdefs.h. */
7905 _ACEOF
7906 @@ -4455,81 +5410,78 @@
7907 /* end confdefs.h. */
7908 #include <$ac_header>
7909 _ACEOF
7910 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7911 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7912 +if { (ac_try="$ac_cpp conftest.$ac_ext"
7913 +case "(($ac_try" in
7914 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7915 + *) ac_try_echo=$ac_try;;
7916 +esac
7917 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7918 +$as_echo "$ac_try_echo") >&5
7919 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7920 ac_status=$?
7921 grep -v '^ *+' conftest.er1 >conftest.err
7922 rm -f conftest.er1
7923 cat conftest.err >&5
7924 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925 - (exit $ac_status); } >/dev/null; then
7926 - if test -s conftest.err; then
7927 - ac_cpp_err=$ac_c_preproc_warn_flag
7928 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7929 - else
7930 - ac_cpp_err=
7931 - fi
7932 -else
7933 - ac_cpp_err=yes
7934 -fi
7935 -if test -z "$ac_cpp_err"; then
7936 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7937 + (exit $ac_status); } >/dev/null && {
7938 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7939 + test ! -s conftest.err
7940 + }; then
7941 ac_header_preproc=yes
7942 else
7943 - echo "$as_me: failed program was:" >&5
7944 + $as_echo "$as_me: failed program was:" >&5
7945 sed 's/^/| /' conftest.$ac_ext >&5
7946
7947 ac_header_preproc=no
7948 fi
7949 +
7950 rm -f conftest.err conftest.$ac_ext
7951 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7952 -echo "${ECHO_T}$ac_header_preproc" >&6
7953 +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7954 +$as_echo "$ac_header_preproc" >&6; }
7955
7956 # So? What about this header?
7957 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7958 yes:no: )
7959 - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7960 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7961 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7962 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7963 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7964 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7965 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7966 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7967 ac_header_preproc=yes
7968 ;;
7969 no:yes:* )
7970 - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7971 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7972 - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7973 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7974 - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7975 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7976 - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7977 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7978 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7979 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7980 - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7981 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7982 - (
7983 - cat <<\_ASBOX
7984 -## -------------------------------- ##
7985 -## Report this to the gsoap lists. ##
7986 -## -------------------------------- ##
7987 -_ASBOX
7988 - ) |
7989 - sed "s/^/$as_me: WARNING: /" >&2
7990 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7991 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7992 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7993 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7994 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7995 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7996 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7997 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7998 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7999 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8000 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8001 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8002 +
8003 ;;
8004 esac
8005 -echo "$as_me:$LINENO: checking for $ac_header" >&5
8006 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8007 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
8008 - echo $ECHO_N "(cached) $ECHO_C" >&6
8009 +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8010 +$as_echo_n "checking for $ac_header... " >&6; }
8011 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8012 + $as_echo_n "(cached) " >&6
8013 else
8014 eval "$as_ac_Header=\$ac_header_preproc"
8015 fi
8016 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8017 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8018 +ac_res=`eval 'as_val=${'$as_ac_Header'}
8019 + $as_echo "$as_val"'`
8020 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8021 +$as_echo "$ac_res" >&6; }
8022
8023 fi
8024 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
8025 +as_val=`eval 'as_val=${'$as_ac_Header'}
8026 + $as_echo "$as_val"'`
8027 + if test "x$as_val" = x""yes; then
8028 cat >>confdefs.h <<_ACEOF
8029 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8030 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8031 _ACEOF
8032
8033 fi
8034 @@ -4538,10 +5490,10 @@
8035
8036
8037 # Checks for typedefs, structures, and compiler characteristics.
8038 -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8039 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
8040 +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8041 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
8042 if test "${ac_cv_c_const+set}" = set; then
8043 - echo $ECHO_N "(cached) $ECHO_C" >&6
8044 + $as_echo_n "(cached) " >&6
8045 else
8046 cat >conftest.$ac_ext <<_ACEOF
8047 /* confdefs.h. */
8048 @@ -4557,10 +5509,10 @@
8049 #ifndef __cplusplus
8050 /* Ultrix mips cc rejects this. */
8051 typedef int charset[2];
8052 - const charset x;
8053 + const charset cs;
8054 /* SunOS 4.1.1 cc rejects this. */
8055 - char const *const *ccp;
8056 - char **p;
8057 + char const *const *pcpcc;
8058 + char **ppc;
8059 /* NEC SVR4.0.2 mips cc rejects this. */
8060 struct point {int x, y;};
8061 static struct point const zero = {0,0};
8062 @@ -4569,16 +5521,17 @@
8063 an arm of an if-expression whose if-part is not a constant
8064 expression */
8065 const char *g = "string";
8066 - ccp = &g + (g ? g-g : 0);
8067 + pcpcc = &g + (g ? g-g : 0);
8068 /* HPUX 7.0 cc rejects these. */
8069 - ++ccp;
8070 - p = (char**) ccp;
8071 - ccp = (char const *const *) p;
8072 + ++pcpcc;
8073 + ppc = (char**) pcpcc;
8074 + pcpcc = (char const *const *) ppc;
8075 { /* SCO 3.2v4 cc rejects this. */
8076 char *t;
8077 char const *s = 0 ? (char *) 0 : (char const *) 0;
8078
8079 *t++ = 0;
8080 + if (s) return 0;
8081 }
8082 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8083 int x[] = {25, 17};
8084 @@ -4597,7 +5550,9 @@
8085 }
8086 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8087 const int foo = 10;
8088 + if (!foo) return 0;
8089 }
8090 + return !cs[0] && !zero.x;
8091 #endif
8092
8093 ;
8094 @@ -4605,52 +5560,50 @@
8095 }
8096 _ACEOF
8097 rm -f conftest.$ac_objext
8098 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8099 - (eval $ac_compile) 2>conftest.er1
8100 +if { (ac_try="$ac_compile"
8101 +case "(($ac_try" in
8102 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8103 + *) ac_try_echo=$ac_try;;
8104 +esac
8105 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8106 +$as_echo "$ac_try_echo") >&5
8107 + (eval "$ac_compile") 2>conftest.er1
8108 ac_status=$?
8109 grep -v '^ *+' conftest.er1 >conftest.err
8110 rm -f conftest.er1
8111 cat conftest.err >&5
8112 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 - (exit $ac_status); } &&
8114 - { ac_try='test -z "$ac_c_werror_flag"
8115 - || test ! -s conftest.err'
8116 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8117 - (eval $ac_try) 2>&5
8118 - ac_status=$?
8119 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8120 - (exit $ac_status); }; } &&
8121 - { ac_try='test -s conftest.$ac_objext'
8122 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8123 - (eval $ac_try) 2>&5
8124 - ac_status=$?
8125 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126 - (exit $ac_status); }; }; then
8127 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8128 + (exit $ac_status); } && {
8129 + test -z "$ac_c_werror_flag" ||
8130 + test ! -s conftest.err
8131 + } && test -s conftest.$ac_objext; then
8132 ac_cv_c_const=yes
8133 else
8134 - echo "$as_me: failed program was:" >&5
8135 + $as_echo "$as_me: failed program was:" >&5
8136 sed 's/^/| /' conftest.$ac_ext >&5
8137
8138 -ac_cv_c_const=no
8139 + ac_cv_c_const=no
8140 fi
8141 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8142 +
8143 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8144 fi
8145 -echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8146 -echo "${ECHO_T}$ac_cv_c_const" >&6
8147 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8148 +$as_echo "$ac_cv_c_const" >&6; }
8149 if test $ac_cv_c_const = no; then
8150
8151 cat >>confdefs.h <<\_ACEOF
8152 -#define const
8153 +#define const /**/
8154 _ACEOF
8155
8156 fi
8157
8158 -echo "$as_me:$LINENO: checking for size_t" >&5
8159 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6
8160 +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
8161 +$as_echo_n "checking for size_t... " >&6; }
8162 if test "${ac_cv_type_size_t+set}" = set; then
8163 - echo $ECHO_N "(cached) $ECHO_C" >&6
8164 + $as_echo_n "(cached) " >&6
8165 else
8166 - cat >conftest.$ac_ext <<_ACEOF
8167 + ac_cv_type_size_t=no
8168 +cat >conftest.$ac_ext <<_ACEOF
8169 /* confdefs.h. */
8170 _ACEOF
8171 cat confdefs.h >>conftest.$ac_ext
8172 @@ -4660,61 +5613,98 @@
8173 int
8174 main ()
8175 {
8176 -if ((size_t *) 0)
8177 - return 0;
8178 if (sizeof (size_t))
8179 - return 0;
8180 + return 0;
8181 ;
8182 return 0;
8183 }
8184 _ACEOF
8185 rm -f conftest.$ac_objext
8186 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8187 - (eval $ac_compile) 2>conftest.er1
8188 +if { (ac_try="$ac_compile"
8189 +case "(($ac_try" in
8190 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8191 + *) ac_try_echo=$ac_try;;
8192 +esac
8193 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8194 +$as_echo "$ac_try_echo") >&5
8195 + (eval "$ac_compile") 2>conftest.er1
8196 ac_status=$?
8197 grep -v '^ *+' conftest.er1 >conftest.err
8198 rm -f conftest.er1
8199 cat conftest.err >&5
8200 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8201 - (exit $ac_status); } &&
8202 - { ac_try='test -z "$ac_c_werror_flag"
8203 - || test ! -s conftest.err'
8204 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8205 - (eval $ac_try) 2>&5
8206 - ac_status=$?
8207 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208 - (exit $ac_status); }; } &&
8209 - { ac_try='test -s conftest.$ac_objext'
8210 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8211 - (eval $ac_try) 2>&5
8212 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8213 + (exit $ac_status); } && {
8214 + test -z "$ac_c_werror_flag" ||
8215 + test ! -s conftest.err
8216 + } && test -s conftest.$ac_objext; then
8217 + cat >conftest.$ac_ext <<_ACEOF
8218 +/* confdefs.h. */
8219 +_ACEOF
8220 +cat confdefs.h >>conftest.$ac_ext
8221 +cat >>conftest.$ac_ext <<_ACEOF
8222 +/* end confdefs.h. */
8223 +$ac_includes_default
8224 +int
8225 +main ()
8226 +{
8227 +if (sizeof ((size_t)))
8228 + return 0;
8229 + ;
8230 + return 0;
8231 +}
8232 +_ACEOF
8233 +rm -f conftest.$ac_objext
8234 +if { (ac_try="$ac_compile"
8235 +case "(($ac_try" in
8236 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8237 + *) ac_try_echo=$ac_try;;
8238 +esac
8239 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8240 +$as_echo "$ac_try_echo") >&5
8241 + (eval "$ac_compile") 2>conftest.er1
8242 ac_status=$?
8243 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8244 - (exit $ac_status); }; }; then
8245 - ac_cv_type_size_t=yes
8246 + grep -v '^ *+' conftest.er1 >conftest.err
8247 + rm -f conftest.er1
8248 + cat conftest.err >&5
8249 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8250 + (exit $ac_status); } && {
8251 + test -z "$ac_c_werror_flag" ||
8252 + test ! -s conftest.err
8253 + } && test -s conftest.$ac_objext; then
8254 + :
8255 +else
8256 + $as_echo "$as_me: failed program was:" >&5
8257 +sed 's/^/| /' conftest.$ac_ext >&5
8258 +
8259 + ac_cv_type_size_t=yes
8260 +fi
8261 +
8262 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8263 else
8264 - echo "$as_me: failed program was:" >&5
8265 + $as_echo "$as_me: failed program was:" >&5
8266 sed 's/^/| /' conftest.$ac_ext >&5
8267
8268 -ac_cv_type_size_t=no
8269 +
8270 fi
8271 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8272 +
8273 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8274 fi
8275 -echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
8276 -echo "${ECHO_T}$ac_cv_type_size_t" >&6
8277 -if test $ac_cv_type_size_t = yes; then
8278 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
8279 +$as_echo "$ac_cv_type_size_t" >&6; }
8280 +if test "x$ac_cv_type_size_t" = x""yes; then
8281 :
8282 else
8283
8284 cat >>confdefs.h <<_ACEOF
8285 -#define size_t unsigned
8286 +#define size_t unsigned int
8287 _ACEOF
8288
8289 fi
8290
8291 -echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
8292 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
8293 +{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
8294 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8295 if test "${ac_cv_header_time+set}" = set; then
8296 - echo $ECHO_N "(cached) $ECHO_C" >&6
8297 + $as_echo_n "(cached) " >&6
8298 else
8299 cat >conftest.$ac_ext <<_ACEOF
8300 /* confdefs.h. */
8301 @@ -4736,38 +5726,35 @@
8302 }
8303 _ACEOF
8304 rm -f conftest.$ac_objext
8305 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8306 - (eval $ac_compile) 2>conftest.er1
8307 +if { (ac_try="$ac_compile"
8308 +case "(($ac_try" in
8309 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8310 + *) ac_try_echo=$ac_try;;
8311 +esac
8312 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8313 +$as_echo "$ac_try_echo") >&5
8314 + (eval "$ac_compile") 2>conftest.er1
8315 ac_status=$?
8316 grep -v '^ *+' conftest.er1 >conftest.err
8317 rm -f conftest.er1
8318 cat conftest.err >&5
8319 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320 - (exit $ac_status); } &&
8321 - { ac_try='test -z "$ac_c_werror_flag"
8322 - || test ! -s conftest.err'
8323 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8324 - (eval $ac_try) 2>&5
8325 - ac_status=$?
8326 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8327 - (exit $ac_status); }; } &&
8328 - { ac_try='test -s conftest.$ac_objext'
8329 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8330 - (eval $ac_try) 2>&5
8331 - ac_status=$?
8332 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333 - (exit $ac_status); }; }; then
8334 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8335 + (exit $ac_status); } && {
8336 + test -z "$ac_c_werror_flag" ||
8337 + test ! -s conftest.err
8338 + } && test -s conftest.$ac_objext; then
8339 ac_cv_header_time=yes
8340 else
8341 - echo "$as_me: failed program was:" >&5
8342 + $as_echo "$as_me: failed program was:" >&5
8343 sed 's/^/| /' conftest.$ac_ext >&5
8344
8345 -ac_cv_header_time=no
8346 + ac_cv_header_time=no
8347 fi
8348 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8349 +
8350 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8351 fi
8352 -echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
8353 -echo "${ECHO_T}$ac_cv_header_time" >&6
8354 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
8355 +$as_echo "$ac_cv_header_time" >&6; }
8356 if test $ac_cv_header_time = yes; then
8357
8358 cat >>confdefs.h <<\_ACEOF
8359 @@ -4776,10 +5763,10 @@
8360
8361 fi
8362
8363 -echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
8364 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
8365 +{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
8366 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
8367 if test "${ac_cv_struct_tm+set}" = set; then
8368 - echo $ECHO_N "(cached) $ECHO_C" >&6
8369 + $as_echo_n "(cached) " >&6
8370 else
8371 cat >conftest.$ac_ext <<_ACEOF
8372 /* confdefs.h. */
8373 @@ -4793,44 +5780,43 @@
8374 int
8375 main ()
8376 {
8377 -struct tm *tp; tp->tm_sec;
8378 +struct tm tm;
8379 + int *p = &tm.tm_sec;
8380 + return !p;
8381 ;
8382 return 0;
8383 }
8384 _ACEOF
8385 rm -f conftest.$ac_objext
8386 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8387 - (eval $ac_compile) 2>conftest.er1
8388 +if { (ac_try="$ac_compile"
8389 +case "(($ac_try" in
8390 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8391 + *) ac_try_echo=$ac_try;;
8392 +esac
8393 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8394 +$as_echo "$ac_try_echo") >&5
8395 + (eval "$ac_compile") 2>conftest.er1
8396 ac_status=$?
8397 grep -v '^ *+' conftest.er1 >conftest.err
8398 rm -f conftest.er1
8399 cat conftest.err >&5
8400 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8401 - (exit $ac_status); } &&
8402 - { ac_try='test -z "$ac_c_werror_flag"
8403 - || test ! -s conftest.err'
8404 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8405 - (eval $ac_try) 2>&5
8406 - ac_status=$?
8407 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408 - (exit $ac_status); }; } &&
8409 - { ac_try='test -s conftest.$ac_objext'
8410 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8411 - (eval $ac_try) 2>&5
8412 - ac_status=$?
8413 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8414 - (exit $ac_status); }; }; then
8415 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8416 + (exit $ac_status); } && {
8417 + test -z "$ac_c_werror_flag" ||
8418 + test ! -s conftest.err
8419 + } && test -s conftest.$ac_objext; then
8420 ac_cv_struct_tm=time.h
8421 else
8422 - echo "$as_me: failed program was:" >&5
8423 + $as_echo "$as_me: failed program was:" >&5
8424 sed 's/^/| /' conftest.$ac_ext >&5
8425
8426 -ac_cv_struct_tm=sys/time.h
8427 + ac_cv_struct_tm=sys/time.h
8428 fi
8429 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8430 +
8431 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8432 fi
8433 -echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
8434 -echo "${ECHO_T}$ac_cv_struct_tm" >&6
8435 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
8436 +$as_echo "$ac_cv_struct_tm" >&6; }
8437 if test $ac_cv_struct_tm = sys/time.h; then
8438
8439 cat >>confdefs.h <<\_ACEOF
8440 @@ -4844,21 +5830,24 @@
8441
8442
8443
8444 -for ac_header in stdlib.h sys/time.h unistd.h
8445 +
8446 +for ac_header in $ac_header_list
8447 do
8448 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8449 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
8450 - echo "$as_me:$LINENO: checking for $ac_header" >&5
8451 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8452 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
8453 - echo $ECHO_N "(cached) $ECHO_C" >&6
8454 -fi
8455 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8456 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8457 +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8458 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8459 + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8460 +$as_echo_n "checking for $ac_header... " >&6; }
8461 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8462 + $as_echo_n "(cached) " >&6
8463 +fi
8464 +ac_res=`eval 'as_val=${'$as_ac_Header'}
8465 + $as_echo "$as_val"'`
8466 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8467 +$as_echo "$ac_res" >&6; }
8468 else
8469 # Is the header compilable?
8470 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
8471 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8472 +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
8473 +$as_echo_n "checking $ac_header usability... " >&6; }
8474 cat >conftest.$ac_ext <<_ACEOF
8475 /* confdefs.h. */
8476 _ACEOF
8477 @@ -4869,41 +5858,38 @@
8478 #include <$ac_header>
8479 _ACEOF
8480 rm -f conftest.$ac_objext
8481 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8482 - (eval $ac_compile) 2>conftest.er1
8483 +if { (ac_try="$ac_compile"
8484 +case "(($ac_try" in
8485 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8486 + *) ac_try_echo=$ac_try;;
8487 +esac
8488 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8489 +$as_echo "$ac_try_echo") >&5
8490 + (eval "$ac_compile") 2>conftest.er1
8491 ac_status=$?
8492 grep -v '^ *+' conftest.er1 >conftest.err
8493 rm -f conftest.er1
8494 cat conftest.err >&5
8495 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8496 - (exit $ac_status); } &&
8497 - { ac_try='test -z "$ac_c_werror_flag"
8498 - || test ! -s conftest.err'
8499 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8500 - (eval $ac_try) 2>&5
8501 - ac_status=$?
8502 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 - (exit $ac_status); }; } &&
8504 - { ac_try='test -s conftest.$ac_objext'
8505 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506 - (eval $ac_try) 2>&5
8507 - ac_status=$?
8508 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509 - (exit $ac_status); }; }; then
8510 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8511 + (exit $ac_status); } && {
8512 + test -z "$ac_c_werror_flag" ||
8513 + test ! -s conftest.err
8514 + } && test -s conftest.$ac_objext; then
8515 ac_header_compiler=yes
8516 else
8517 - echo "$as_me: failed program was:" >&5
8518 + $as_echo "$as_me: failed program was:" >&5
8519 sed 's/^/| /' conftest.$ac_ext >&5
8520
8521 -ac_header_compiler=no
8522 + ac_header_compiler=no
8523 fi
8524 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8525 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8526 -echo "${ECHO_T}$ac_header_compiler" >&6
8527 +
8528 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8529 +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8530 +$as_echo "$ac_header_compiler" >&6; }
8531
8532 # Is the header present?
8533 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
8534 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8535 +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
8536 +$as_echo_n "checking $ac_header presence... " >&6; }
8537 cat >conftest.$ac_ext <<_ACEOF
8538 /* confdefs.h. */
8539 _ACEOF
8540 @@ -4912,81 +5898,78 @@
8541 /* end confdefs.h. */
8542 #include <$ac_header>
8543 _ACEOF
8544 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8545 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8546 +if { (ac_try="$ac_cpp conftest.$ac_ext"
8547 +case "(($ac_try" in
8548 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8549 + *) ac_try_echo=$ac_try;;
8550 +esac
8551 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8552 +$as_echo "$ac_try_echo") >&5
8553 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8554 ac_status=$?
8555 grep -v '^ *+' conftest.er1 >conftest.err
8556 rm -f conftest.er1
8557 cat conftest.err >&5
8558 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559 - (exit $ac_status); } >/dev/null; then
8560 - if test -s conftest.err; then
8561 - ac_cpp_err=$ac_c_preproc_warn_flag
8562 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8563 - else
8564 - ac_cpp_err=
8565 - fi
8566 -else
8567 - ac_cpp_err=yes
8568 -fi
8569 -if test -z "$ac_cpp_err"; then
8570 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 + (exit $ac_status); } >/dev/null && {
8572 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8573 + test ! -s conftest.err
8574 + }; then
8575 ac_header_preproc=yes
8576 else
8577 - echo "$as_me: failed program was:" >&5
8578 + $as_echo "$as_me: failed program was:" >&5
8579 sed 's/^/| /' conftest.$ac_ext >&5
8580
8581 ac_header_preproc=no
8582 fi
8583 +
8584 rm -f conftest.err conftest.$ac_ext
8585 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8586 -echo "${ECHO_T}$ac_header_preproc" >&6
8587 +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8588 +$as_echo "$ac_header_preproc" >&6; }
8589
8590 # So? What about this header?
8591 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8592 yes:no: )
8593 - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8594 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8595 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8596 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8597 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8598 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8599 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8600 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8601 ac_header_preproc=yes
8602 ;;
8603 no:yes:* )
8604 - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8605 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8606 - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8607 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8608 - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8609 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8610 - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8611 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8612 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8613 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8614 - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8615 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8616 - (
8617 - cat <<\_ASBOX
8618 -## -------------------------------- ##
8619 -## Report this to the gsoap lists. ##
8620 -## -------------------------------- ##
8621 -_ASBOX
8622 - ) |
8623 - sed "s/^/$as_me: WARNING: /" >&2
8624 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8625 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8626 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8627 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8628 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8629 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8630 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8631 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8632 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8633 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8634 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8635 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8636 +
8637 ;;
8638 esac
8639 -echo "$as_me:$LINENO: checking for $ac_header" >&5
8640 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8641 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
8642 - echo $ECHO_N "(cached) $ECHO_C" >&6
8643 +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8644 +$as_echo_n "checking for $ac_header... " >&6; }
8645 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8646 + $as_echo_n "(cached) " >&6
8647 else
8648 eval "$as_ac_Header=\$ac_header_preproc"
8649 fi
8650 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8651 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8652 +ac_res=`eval 'as_val=${'$as_ac_Header'}
8653 + $as_echo "$as_val"'`
8654 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8655 +$as_echo "$ac_res" >&6; }
8656
8657 fi
8658 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
8659 +as_val=`eval 'as_val=${'$as_ac_Header'}
8660 + $as_echo "$as_val"'`
8661 + if test "x$as_val" = x""yes; then
8662 cat >>confdefs.h <<_ACEOF
8663 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8664 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8665 _ACEOF
8666
8667 fi
8668 @@ -4994,13 +5977,20 @@
8669 done
8670
8671
8672 -for ac_func in alarm
8673 +
8674 +
8675 +
8676 +
8677 +
8678 +
8679 +
8680 +for ac_func in $ac_func_list
8681 do
8682 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8683 -echo "$as_me:$LINENO: checking for $ac_func" >&5
8684 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8685 -if eval "test \"\${$as_ac_var+set}\" = set"; then
8686 - echo $ECHO_N "(cached) $ECHO_C" >&6
8687 +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8688 +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
8689 +$as_echo_n "checking for $ac_func... " >&6; }
8690 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8691 + $as_echo_n "(cached) " >&6
8692 else
8693 cat >conftest.$ac_ext <<_ACEOF
8694 /* confdefs.h. */
8695 @@ -5025,80 +6015,95 @@
8696
8697 #undef $ac_func
8698
8699 -/* Override any gcc2 internal prototype to avoid an error. */
8700 +/* Override any GCC internal prototype to avoid an error.
8701 + Use char because int might match the return type of a GCC
8702 + builtin and then its argument prototype would still apply. */
8703 #ifdef __cplusplus
8704 extern "C"
8705 -{
8706 #endif
8707 -/* We use char because int might match the return type of a gcc2
8708 - builtin and then its argument prototype would still apply. */
8709 char $ac_func ();
8710 /* The GNU C library defines this for functions which it implements
8711 to always fail with ENOSYS. Some functions are actually named
8712 something starting with __ and the normal name is an alias. */
8713 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8714 +#if defined __stub_$ac_func || defined __stub___$ac_func
8715 choke me
8716 -#else
8717 -char (*f) () = $ac_func;
8718 -#endif
8719 -#ifdef __cplusplus
8720 -}
8721 #endif
8722
8723 int
8724 main ()
8725 {
8726 -return f != $ac_func;
8727 +return $ac_func ();
8728 ;
8729 return 0;
8730 }
8731 _ACEOF
8732 rm -f conftest.$ac_objext conftest$ac_exeext
8733 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8734 - (eval $ac_link) 2>conftest.er1
8735 +if { (ac_try="$ac_link"
8736 +case "(($ac_try" in
8737 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8738 + *) ac_try_echo=$ac_try;;
8739 +esac
8740 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8741 +$as_echo "$ac_try_echo") >&5
8742 + (eval "$ac_link") 2>conftest.er1
8743 ac_status=$?
8744 grep -v '^ *+' conftest.er1 >conftest.err
8745 rm -f conftest.er1
8746 cat conftest.err >&5
8747 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8748 - (exit $ac_status); } &&
8749 - { ac_try='test -z "$ac_c_werror_flag"
8750 - || test ! -s conftest.err'
8751 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8752 - (eval $ac_try) 2>&5
8753 - ac_status=$?
8754 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 - (exit $ac_status); }; } &&
8756 - { ac_try='test -s conftest$ac_exeext'
8757 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8758 - (eval $ac_try) 2>&5
8759 - ac_status=$?
8760 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 - (exit $ac_status); }; }; then
8762 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 + (exit $ac_status); } && {
8764 + test -z "$ac_c_werror_flag" ||
8765 + test ! -s conftest.err
8766 + } && test -s conftest$ac_exeext && {
8767 + test "$cross_compiling" = yes ||
8768 + $as_test_x conftest$ac_exeext
8769 + }; then
8770 eval "$as_ac_var=yes"
8771 else
8772 - echo "$as_me: failed program was:" >&5
8773 + $as_echo "$as_me: failed program was:" >&5
8774 sed 's/^/| /' conftest.$ac_ext >&5
8775
8776 -eval "$as_ac_var=no"
8777 + eval "$as_ac_var=no"
8778 fi
8779 -rm -f conftest.err conftest.$ac_objext \
8780 +
8781 +rm -rf conftest.dSYM
8782 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8783 conftest$ac_exeext conftest.$ac_ext
8784 fi
8785 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8786 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8787 -if test `eval echo '${'$as_ac_var'}'` = yes; then
8788 +ac_res=`eval 'as_val=${'$as_ac_var'}
8789 + $as_echo "$as_val"'`
8790 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8791 +$as_echo "$ac_res" >&6; }
8792 +as_val=`eval 'as_val=${'$as_ac_var'}
8793 + $as_echo "$as_val"'`
8794 + if test "x$as_val" = x""yes; then
8795 cat >>confdefs.h <<_ACEOF
8796 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8797 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8798 _ACEOF
8799
8800 fi
8801 done
8802
8803 -echo "$as_me:$LINENO: checking for working mktime" >&5
8804 -echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8805 +
8806 +
8807 +
8808 +
8809 +
8810 +
8811 +
8812 +
8813 +
8814 +
8815 +
8816 +
8817 +
8818 +
8819 +
8820 +
8821 +{ $as_echo "$as_me:$LINENO: checking for working mktime" >&5
8822 +$as_echo_n "checking for working mktime... " >&6; }
8823 if test "${ac_cv_func_working_mktime+set}" = set; then
8824 - echo $ECHO_N "(cached) $ECHO_C" >&6
8825 + $as_echo_n "(cached) " >&6
8826 else
8827 if test "$cross_compiling" = yes; then
8828 ac_cv_func_working_mktime=no
8829 @@ -5110,26 +6115,25 @@
8830 cat >>conftest.$ac_ext <<_ACEOF
8831 /* end confdefs.h. */
8832 /* Test program from Paul Eggert and Tony Leneis. */
8833 -#if TIME_WITH_SYS_TIME
8834 +#ifdef TIME_WITH_SYS_TIME
8835 # include <sys/time.h>
8836 # include <time.h>
8837 #else
8838 -# if HAVE_SYS_TIME_H
8839 +# ifdef HAVE_SYS_TIME_H
8840 # include <sys/time.h>
8841 # else
8842 # include <time.h>
8843 # endif
8844 #endif
8845
8846 -#if HAVE_STDLIB_H
8847 -# include <stdlib.h>
8848 -#endif
8849 +#include <limits.h>
8850 +#include <stdlib.h>
8851
8852 -#if HAVE_UNISTD_H
8853 +#ifdef HAVE_UNISTD_H
8854 # include <unistd.h>
8855 #endif
8856
8857 -#if !HAVE_ALARM
8858 +#ifndef HAVE_ALARM
8859 # define alarm(X) /* empty */
8860 #endif
8861
8862 @@ -5146,9 +6150,9 @@
8863 };
8864 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
8865
8866 -/* Fail if mktime fails to convert a date in the spring-forward gap.
8867 +/* Return 0 if mktime fails to convert a date in the spring-forward gap.
8868 Based on a problem report from Andreas Jaeger. */
8869 -static void
8870 +static int
8871 spring_forward_gap ()
8872 {
8873 /* glibc (up to about 1998-10-07) failed this test. */
8874 @@ -5167,29 +6171,27 @@
8875 tm.tm_min = 0;
8876 tm.tm_sec = 0;
8877 tm.tm_isdst = -1;
8878 - if (mktime (&tm) == (time_t)-1)
8879 - exit (1);
8880 + return mktime (&tm) != (time_t) -1;
8881 }
8882
8883 -static void
8884 +static int
8885 mktime_test1 (now)
8886 time_t now;
8887 {
8888 struct tm *lt;
8889 - if ((lt = localtime (&now)) && mktime (lt) != now)
8890 - exit (1);
8891 + return ! (lt = localtime (&now)) || mktime (lt) == now;
8892 }
8893
8894 -static void
8895 +static int
8896 mktime_test (now)
8897 time_t now;
8898 {
8899 - mktime_test1 (now);
8900 - mktime_test1 ((time_t) (time_t_max - now));
8901 - mktime_test1 ((time_t) (time_t_min + now));
8902 + return (mktime_test1 (now)
8903 + && mktime_test1 ((time_t) (time_t_max - now))
8904 + && mktime_test1 ((time_t) (time_t_min + now)));
8905 }
8906
8907 -static void
8908 +static int
8909 irix_6_4_bug ()
8910 {
8911 /* Based on code from Ariel Faigon. */
8912 @@ -5202,11 +6204,10 @@
8913 tm.tm_sec = 0;
8914 tm.tm_isdst = -1;
8915 mktime (&tm);
8916 - if (tm.tm_mon != 2 || tm.tm_mday != 31)
8917 - exit (1);
8918 + return tm.tm_mon == 2 && tm.tm_mday == 31;
8919 }
8920
8921 -static void
8922 +static int
8923 bigtime_test (j)
8924 int j;
8925 {
8926 @@ -5228,8 +6229,39 @@
8927 && lt->tm_wday == tm.tm_wday
8928 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
8929 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
8930 - exit (1);
8931 + return 0;
8932 }
8933 + return 1;
8934 +}
8935 +
8936 +static int
8937 +year_2050_test ()
8938 +{
8939 + /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
8940 + ignoring leap seconds. */
8941 + unsigned long int answer = 2527315200UL;
8942 +
8943 + struct tm tm;
8944 + time_t t;
8945 + tm.tm_year = 2050 - 1900;
8946 + tm.tm_mon = 2 - 1;
8947 + tm.tm_mday = 1;
8948 + tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
8949 + tm.tm_isdst = -1;
8950 +
8951 + /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
8952 + instead of "TZ=America/Vancouver" in order to detect the bug even
8953 + on systems that don't support the Olson extension, or don't have the
8954 + full zoneinfo tables installed. */
8955 + putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
8956 +
8957 + t = mktime (&tm);
8958 +
8959 + /* Check that the result is either a failure, or close enough
8960 + to the correct answer that we can assume the discrepancy is
8961 + due to leap seconds. */
8962 + return (t == (time_t) -1
8963 + || (0 < t && answer - 120 <= t && t <= answer + 120));
8964 }
8965
8966 int
8967 @@ -5243,12 +6275,15 @@
8968 isn't worth using anyway. */
8969 alarm (60);
8970
8971 - for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
8972 - continue;
8973 - time_t_max--;
8974 - if ((time_t) -1 < 0)
8975 - for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
8976 - continue;
8977 + for (;;)
8978 + {
8979 + t = (time_t_max << 1) + 1;
8980 + if (t <= time_t_max)
8981 + break;
8982 + time_t_max = t;
8983 + }
8984 + time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
8985 +
8986 delta = time_t_max / 997; /* a suitable prime number */
8987 for (i = 0; i < N_STRINGS; i++)
8988 {
8989 @@ -5256,60 +6291,76 @@
8990 putenv (tz_strings[i]);
8991
8992 for (t = 0; t <= time_t_max - delta; t += delta)
8993 - mktime_test (t);
8994 - mktime_test ((time_t) 1);
8995 - mktime_test ((time_t) (60 * 60));
8996 - mktime_test ((time_t) (60 * 60 * 24));
8997 -
8998 - for (j = 1; 0 < j; j *= 2)
8999 - bigtime_test (j);
9000 - bigtime_test (j - 1);
9001 + if (! mktime_test (t))
9002 + return 1;
9003 + if (! (mktime_test ((time_t) 1)
9004 + && mktime_test ((time_t) (60 * 60))
9005 + && mktime_test ((time_t) (60 * 60 * 24))))
9006 + return 1;
9007 +
9008 + for (j = 1; ; j <<= 1)
9009 + if (! bigtime_test (j))
9010 + return 1;
9011 + else if (INT_MAX / 2 < j)
9012 + break;
9013 + if (! bigtime_test (INT_MAX))
9014 + return 1;
9015 }
9016 - irix_6_4_bug ();
9017 - spring_forward_gap ();
9018 - exit (0);
9019 + return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
9020 }
9021 _ACEOF
9022 rm -f conftest$ac_exeext
9023 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9024 - (eval $ac_link) 2>&5
9025 +if { (ac_try="$ac_link"
9026 +case "(($ac_try" in
9027 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9028 + *) ac_try_echo=$ac_try;;
9029 +esac
9030 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9031 +$as_echo "$ac_try_echo") >&5
9032 + (eval "$ac_link") 2>&5
9033 ac_status=$?
9034 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9035 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9037 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9038 - (eval $ac_try) 2>&5
9039 + { (case "(($ac_try" in
9040 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9041 + *) ac_try_echo=$ac_try;;
9042 +esac
9043 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9044 +$as_echo "$ac_try_echo") >&5
9045 + (eval "$ac_try") 2>&5
9046 ac_status=$?
9047 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049 (exit $ac_status); }; }; then
9050 ac_cv_func_working_mktime=yes
9051 else
9052 - echo "$as_me: program exited with status $ac_status" >&5
9053 -echo "$as_me: failed program was:" >&5
9054 + $as_echo "$as_me: program exited with status $ac_status" >&5
9055 +$as_echo "$as_me: failed program was:" >&5
9056 sed 's/^/| /' conftest.$ac_ext >&5
9057
9058 ( exit $ac_status )
9059 ac_cv_func_working_mktime=no
9060 fi
9061 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9062 +rm -rf conftest.dSYM
9063 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9064 fi
9065 +
9066 +
9067 fi
9068 -echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
9069 -echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
9070 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
9071 +$as_echo "$ac_cv_func_working_mktime" >&6; }
9072 if test $ac_cv_func_working_mktime = no; then
9073 - case $LIBOBJS in
9074 - "mktime.$ac_objext" | \
9075 - *" mktime.$ac_objext" | \
9076 - "mktime.$ac_objext "* | \
9077 + case " $LIBOBJS " in
9078 *" mktime.$ac_objext "* ) ;;
9079 - *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;;
9080 + *) LIBOBJS="$LIBOBJS mktime.$ac_objext"
9081 + ;;
9082 esac
9083
9084 fi
9085
9086 -echo "$as_me:$LINENO: checking return type of signal handlers" >&5
9087 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
9088 +{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
9089 +$as_echo_n "checking return type of signal handlers... " >&6; }
9090 if test "${ac_cv_type_signal+set}" = set; then
9091 - echo $ECHO_N "(cached) $ECHO_C" >&6
9092 + $as_echo_n "(cached) " >&6
9093 else
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 @@ -5319,56 +6370,45 @@
9097 /* end confdefs.h. */
9098 #include <sys/types.h>
9099 #include <signal.h>
9100 -#ifdef signal
9101 -# undef signal
9102 -#endif
9103 -#ifdef __cplusplus
9104 -extern "C" void (*signal (int, void (*)(int)))(int);
9105 -#else
9106 -void (*signal ()) ();
9107 -#endif
9108
9109 int
9110 main ()
9111 {
9112 -int i;
9113 +return *(signal (0, 0)) (0) == 1;
9114 ;
9115 return 0;
9116 }
9117 _ACEOF
9118 rm -f conftest.$ac_objext
9119 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9120 - (eval $ac_compile) 2>conftest.er1
9121 +if { (ac_try="$ac_compile"
9122 +case "(($ac_try" in
9123 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9124 + *) ac_try_echo=$ac_try;;
9125 +esac
9126 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9127 +$as_echo "$ac_try_echo") >&5
9128 + (eval "$ac_compile") 2>conftest.er1
9129 ac_status=$?
9130 grep -v '^ *+' conftest.er1 >conftest.err
9131 rm -f conftest.er1
9132 cat conftest.err >&5
9133 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9134 - (exit $ac_status); } &&
9135 - { ac_try='test -z "$ac_c_werror_flag"
9136 - || test ! -s conftest.err'
9137 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9138 - (eval $ac_try) 2>&5
9139 - ac_status=$?
9140 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 - (exit $ac_status); }; } &&
9142 - { ac_try='test -s conftest.$ac_objext'
9143 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9144 - (eval $ac_try) 2>&5
9145 - ac_status=$?
9146 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9147 - (exit $ac_status); }; }; then
9148 - ac_cv_type_signal=void
9149 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150 + (exit $ac_status); } && {
9151 + test -z "$ac_c_werror_flag" ||
9152 + test ! -s conftest.err
9153 + } && test -s conftest.$ac_objext; then
9154 + ac_cv_type_signal=int
9155 else
9156 - echo "$as_me: failed program was:" >&5
9157 + $as_echo "$as_me: failed program was:" >&5
9158 sed 's/^/| /' conftest.$ac_ext >&5
9159
9160 -ac_cv_type_signal=int
9161 + ac_cv_type_signal=void
9162 fi
9163 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9164 +
9165 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9166 fi
9167 -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
9168 -echo "${ECHO_T}$ac_cv_type_signal" >&6
9169 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
9170 +$as_echo "$ac_cv_type_signal" >&6; }
9171
9172 cat >>confdefs.h <<_ACEOF
9173 #define RETSIGTYPE $ac_cv_type_signal
9174 @@ -5378,11 +6418,11 @@
9175
9176 for ac_func in strftime
9177 do
9178 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9179 -echo "$as_me:$LINENO: checking for $ac_func" >&5
9180 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9181 -if eval "test \"\${$as_ac_var+set}\" = set"; then
9182 - echo $ECHO_N "(cached) $ECHO_C" >&6
9183 +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9184 +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9185 +$as_echo_n "checking for $ac_func... " >&6; }
9186 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9187 + $as_echo_n "(cached) " >&6
9188 else
9189 cat >conftest.$ac_ext <<_ACEOF
9190 /* confdefs.h. */
9191 @@ -5407,79 +6447,78 @@
9192
9193 #undef $ac_func
9194
9195 -/* Override any gcc2 internal prototype to avoid an error. */
9196 +/* Override any GCC internal prototype to avoid an error.
9197 + Use char because int might match the return type of a GCC
9198 + builtin and then its argument prototype would still apply. */
9199 #ifdef __cplusplus
9200 extern "C"
9201 -{
9202 #endif
9203 -/* We use char because int might match the return type of a gcc2
9204 - builtin and then its argument prototype would still apply. */
9205 char $ac_func ();
9206 /* The GNU C library defines this for functions which it implements
9207 to always fail with ENOSYS. Some functions are actually named
9208 something starting with __ and the normal name is an alias. */
9209 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9210 +#if defined __stub_$ac_func || defined __stub___$ac_func
9211 choke me
9212 -#else
9213 -char (*f) () = $ac_func;
9214 -#endif
9215 -#ifdef __cplusplus
9216 -}
9217 #endif
9218
9219 int
9220 main ()
9221 {
9222 -return f != $ac_func;
9223 +return $ac_func ();
9224 ;
9225 return 0;
9226 }
9227 _ACEOF
9228 rm -f conftest.$ac_objext conftest$ac_exeext
9229 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9230 - (eval $ac_link) 2>conftest.er1
9231 +if { (ac_try="$ac_link"
9232 +case "(($ac_try" in
9233 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9234 + *) ac_try_echo=$ac_try;;
9235 +esac
9236 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9237 +$as_echo "$ac_try_echo") >&5
9238 + (eval "$ac_link") 2>conftest.er1
9239 ac_status=$?
9240 grep -v '^ *+' conftest.er1 >conftest.err
9241 rm -f conftest.er1
9242 cat conftest.err >&5
9243 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9244 - (exit $ac_status); } &&
9245 - { ac_try='test -z "$ac_c_werror_flag"
9246 - || test ! -s conftest.err'
9247 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9248 - (eval $ac_try) 2>&5
9249 - ac_status=$?
9250 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9251 - (exit $ac_status); }; } &&
9252 - { ac_try='test -s conftest$ac_exeext'
9253 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9254 - (eval $ac_try) 2>&5
9255 - ac_status=$?
9256 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9257 - (exit $ac_status); }; }; then
9258 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 + (exit $ac_status); } && {
9260 + test -z "$ac_c_werror_flag" ||
9261 + test ! -s conftest.err
9262 + } && test -s conftest$ac_exeext && {
9263 + test "$cross_compiling" = yes ||
9264 + $as_test_x conftest$ac_exeext
9265 + }; then
9266 eval "$as_ac_var=yes"
9267 else
9268 - echo "$as_me: failed program was:" >&5
9269 + $as_echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.$ac_ext >&5
9271
9272 -eval "$as_ac_var=no"
9273 + eval "$as_ac_var=no"
9274 fi
9275 -rm -f conftest.err conftest.$ac_objext \
9276 +
9277 +rm -rf conftest.dSYM
9278 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9279 conftest$ac_exeext conftest.$ac_ext
9280 fi
9281 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9282 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9283 -if test `eval echo '${'$as_ac_var'}'` = yes; then
9284 +ac_res=`eval 'as_val=${'$as_ac_var'}
9285 + $as_echo "$as_val"'`
9286 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9287 +$as_echo "$ac_res" >&6; }
9288 +as_val=`eval 'as_val=${'$as_ac_var'}
9289 + $as_echo "$as_val"'`
9290 + if test "x$as_val" = x""yes; then
9291 cat >>confdefs.h <<_ACEOF
9292 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9293 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9294 _ACEOF
9295
9296 else
9297 # strftime is in -lintl on SCO UNIX.
9298 -echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
9299 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
9300 +{ $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
9301 +$as_echo_n "checking for strftime in -lintl... " >&6; }
9302 if test "${ac_cv_lib_intl_strftime+set}" = set; then
9303 - echo $ECHO_N "(cached) $ECHO_C" >&6
9304 + $as_echo_n "(cached) " >&6
9305 else
9306 ac_check_lib_save_LIBS=$LIBS
9307 LIBS="-lintl $LIBS"
9308 @@ -5490,57 +6529,58 @@
9309 cat >>conftest.$ac_ext <<_ACEOF
9310 /* end confdefs.h. */
9311
9312 -/* Override any gcc2 internal prototype to avoid an error. */
9313 +/* Override any GCC internal prototype to avoid an error.
9314 + Use char because int might match the return type of a GCC
9315 + builtin and then its argument prototype would still apply. */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 -/* We use char because int might match the return type of a gcc2
9320 - builtin and then its argument prototype would still apply. */
9321 char strftime ();
9322 int
9323 main ()
9324 {
9325 -strftime ();
9326 +return strftime ();
9327 ;
9328 return 0;
9329 }
9330 _ACEOF
9331 rm -f conftest.$ac_objext conftest$ac_exeext
9332 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9333 - (eval $ac_link) 2>conftest.er1
9334 +if { (ac_try="$ac_link"
9335 +case "(($ac_try" in
9336 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 + *) ac_try_echo=$ac_try;;
9338 +esac
9339 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9340 +$as_echo "$ac_try_echo") >&5
9341 + (eval "$ac_link") 2>conftest.er1
9342 ac_status=$?
9343 grep -v '^ *+' conftest.er1 >conftest.err
9344 rm -f conftest.er1
9345 cat conftest.err >&5
9346 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347 - (exit $ac_status); } &&
9348 - { ac_try='test -z "$ac_c_werror_flag"
9349 - || test ! -s conftest.err'
9350 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9351 - (eval $ac_try) 2>&5
9352 - ac_status=$?
9353 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 - (exit $ac_status); }; } &&
9355 - { ac_try='test -s conftest$ac_exeext'
9356 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9357 - (eval $ac_try) 2>&5
9358 - ac_status=$?
9359 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9360 - (exit $ac_status); }; }; then
9361 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 + (exit $ac_status); } && {
9363 + test -z "$ac_c_werror_flag" ||
9364 + test ! -s conftest.err
9365 + } && test -s conftest$ac_exeext && {
9366 + test "$cross_compiling" = yes ||
9367 + $as_test_x conftest$ac_exeext
9368 + }; then
9369 ac_cv_lib_intl_strftime=yes
9370 else
9371 - echo "$as_me: failed program was:" >&5
9372 + $as_echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9374
9375 -ac_cv_lib_intl_strftime=no
9376 + ac_cv_lib_intl_strftime=no
9377 fi
9378 -rm -f conftest.err conftest.$ac_objext \
9379 +
9380 +rm -rf conftest.dSYM
9381 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9382 conftest$ac_exeext conftest.$ac_ext
9383 LIBS=$ac_check_lib_save_LIBS
9384 fi
9385 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
9386 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
9387 -if test $ac_cv_lib_intl_strftime = yes; then
9388 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
9389 +$as_echo "$ac_cv_lib_intl_strftime" >&6; }
9390 +if test "x$ac_cv_lib_intl_strftime" = x""yes; then
9391 cat >>confdefs.h <<\_ACEOF
9392 #define HAVE_STRFTIME 1
9393 _ACEOF
9394 @@ -5583,11 +6623,11 @@
9395
9396 for ac_func in random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc poll
9397 do
9398 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9399 -echo "$as_me:$LINENO: checking for $ac_func" >&5
9400 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9401 -if eval "test \"\${$as_ac_var+set}\" = set"; then
9402 - echo $ECHO_N "(cached) $ECHO_C" >&6
9403 +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9404 +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9405 +$as_echo_n "checking for $ac_func... " >&6; }
9406 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9407 + $as_echo_n "(cached) " >&6
9408 else
9409 cat >conftest.$ac_ext <<_ACEOF
9410 /* confdefs.h. */
9411 @@ -5612,71 +6652,70 @@
9412
9413 #undef $ac_func
9414
9415 -/* Override any gcc2 internal prototype to avoid an error. */
9416 +/* Override any GCC internal prototype to avoid an error.
9417 + Use char because int might match the return type of a GCC
9418 + builtin and then its argument prototype would still apply. */
9419 #ifdef __cplusplus
9420 extern "C"
9421 -{
9422 #endif
9423 -/* We use char because int might match the return type of a gcc2
9424 - builtin and then its argument prototype would still apply. */
9425 char $ac_func ();
9426 /* The GNU C library defines this for functions which it implements
9427 to always fail with ENOSYS. Some functions are actually named
9428 something starting with __ and the normal name is an alias. */
9429 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9430 +#if defined __stub_$ac_func || defined __stub___$ac_func
9431 choke me
9432 -#else
9433 -char (*f) () = $ac_func;
9434 -#endif
9435 -#ifdef __cplusplus
9436 -}
9437 #endif
9438
9439 int
9440 main ()
9441 {
9442 -return f != $ac_func;
9443 +return $ac_func ();
9444 ;
9445 return 0;
9446 }
9447 _ACEOF
9448 rm -f conftest.$ac_objext conftest$ac_exeext
9449 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9450 - (eval $ac_link) 2>conftest.er1
9451 +if { (ac_try="$ac_link"
9452 +case "(($ac_try" in
9453 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9454 + *) ac_try_echo=$ac_try;;
9455 +esac
9456 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9457 +$as_echo "$ac_try_echo") >&5
9458 + (eval "$ac_link") 2>conftest.er1
9459 ac_status=$?
9460 grep -v '^ *+' conftest.er1 >conftest.err
9461 rm -f conftest.er1
9462 cat conftest.err >&5
9463 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9464 - (exit $ac_status); } &&
9465 - { ac_try='test -z "$ac_c_werror_flag"
9466 - || test ! -s conftest.err'
9467 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9468 - (eval $ac_try) 2>&5
9469 - ac_status=$?
9470 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9471 - (exit $ac_status); }; } &&
9472 - { ac_try='test -s conftest$ac_exeext'
9473 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9474 - (eval $ac_try) 2>&5
9475 - ac_status=$?
9476 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9477 - (exit $ac_status); }; }; then
9478 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479 + (exit $ac_status); } && {
9480 + test -z "$ac_c_werror_flag" ||
9481 + test ! -s conftest.err
9482 + } && test -s conftest$ac_exeext && {
9483 + test "$cross_compiling" = yes ||
9484 + $as_test_x conftest$ac_exeext
9485 + }; then
9486 eval "$as_ac_var=yes"
9487 else
9488 - echo "$as_me: failed program was:" >&5
9489 + $as_echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.$ac_ext >&5
9491
9492 -eval "$as_ac_var=no"
9493 + eval "$as_ac_var=no"
9494 fi
9495 -rm -f conftest.err conftest.$ac_objext \
9496 +
9497 +rm -rf conftest.dSYM
9498 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9499 conftest$ac_exeext conftest.$ac_ext
9500 fi
9501 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9502 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9503 -if test `eval echo '${'$as_ac_var'}'` = yes; then
9504 +ac_res=`eval 'as_val=${'$as_ac_var'}
9505 + $as_echo "$as_val"'`
9506 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9507 +$as_echo "$ac_res" >&6; }
9508 +as_val=`eval 'as_val=${'$as_ac_var'}
9509 + $as_echo "$as_val"'`
9510 + if test "x$as_val" = x""yes; then
9511 cat >>confdefs.h <<_ACEOF
9512 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9513 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9514 _ACEOF
9515
9516 fi
9517 @@ -5687,11 +6726,11 @@
9518
9519 for ac_func in gethostbyname_r
9520 do
9521 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9522 -echo "$as_me:$LINENO: checking for $ac_func" >&5
9523 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9524 -if eval "test \"\${$as_ac_var+set}\" = set"; then
9525 - echo $ECHO_N "(cached) $ECHO_C" >&6
9526 +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9527 +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
9528 +$as_echo_n "checking for $ac_func... " >&6; }
9529 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9530 + $as_echo_n "(cached) " >&6
9531 else
9532 cat >conftest.$ac_ext <<_ACEOF
9533 /* confdefs.h. */
9534 @@ -5716,71 +6755,70 @@
9535
9536 #undef $ac_func
9537
9538 -/* Override any gcc2 internal prototype to avoid an error. */
9539 +/* Override any GCC internal prototype to avoid an error.
9540 + Use char because int might match the return type of a GCC
9541 + builtin and then its argument prototype would still apply. */
9542 #ifdef __cplusplus
9543 extern "C"
9544 -{
9545 #endif
9546 -/* We use char because int might match the return type of a gcc2
9547 - builtin and then its argument prototype would still apply. */
9548 char $ac_func ();
9549 /* The GNU C library defines this for functions which it implements
9550 to always fail with ENOSYS. Some functions are actually named
9551 something starting with __ and the normal name is an alias. */
9552 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9553 +#if defined __stub_$ac_func || defined __stub___$ac_func
9554 choke me
9555 -#else
9556 -char (*f) () = $ac_func;
9557 -#endif
9558 -#ifdef __cplusplus
9559 -}
9560 #endif
9561
9562 int
9563 main ()
9564 {
9565 -return f != $ac_func;
9566 +return $ac_func ();
9567 ;
9568 return 0;
9569 }
9570 _ACEOF
9571 rm -f conftest.$ac_objext conftest$ac_exeext
9572 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9573 - (eval $ac_link) 2>conftest.er1
9574 +if { (ac_try="$ac_link"
9575 +case "(($ac_try" in
9576 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9577 + *) ac_try_echo=$ac_try;;
9578 +esac
9579 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9580 +$as_echo "$ac_try_echo") >&5
9581 + (eval "$ac_link") 2>conftest.er1
9582 ac_status=$?
9583 grep -v '^ *+' conftest.er1 >conftest.err
9584 rm -f conftest.er1
9585 cat conftest.err >&5
9586 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587 - (exit $ac_status); } &&
9588 - { ac_try='test -z "$ac_c_werror_flag"
9589 - || test ! -s conftest.err'
9590 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9591 - (eval $ac_try) 2>&5
9592 - ac_status=$?
9593 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594 - (exit $ac_status); }; } &&
9595 - { ac_try='test -s conftest$ac_exeext'
9596 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9597 - (eval $ac_try) 2>&5
9598 - ac_status=$?
9599 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600 - (exit $ac_status); }; }; then
9601 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602 + (exit $ac_status); } && {
9603 + test -z "$ac_c_werror_flag" ||
9604 + test ! -s conftest.err
9605 + } && test -s conftest$ac_exeext && {
9606 + test "$cross_compiling" = yes ||
9607 + $as_test_x conftest$ac_exeext
9608 + }; then
9609 eval "$as_ac_var=yes"
9610 else
9611 - echo "$as_me: failed program was:" >&5
9612 + $as_echo "$as_me: failed program was:" >&5
9613 sed 's/^/| /' conftest.$ac_ext >&5
9614
9615 -eval "$as_ac_var=no"
9616 + eval "$as_ac_var=no"
9617 fi
9618 -rm -f conftest.err conftest.$ac_objext \
9619 +
9620 +rm -rf conftest.dSYM
9621 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9622 conftest$ac_exeext conftest.$ac_ext
9623 fi
9624 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9625 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9626 -if test `eval echo '${'$as_ac_var'}'` = yes; then
9627 +ac_res=`eval 'as_val=${'$as_ac_var'}
9628 + $as_echo "$as_val"'`
9629 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9630 +$as_echo "$ac_res" >&6; }
9631 +as_val=`eval 'as_val=${'$as_ac_var'}
9632 + $as_echo "$as_val"'`
9633 + if test "x$as_val" = x""yes; then
9634 cat >>confdefs.h <<_ACEOF
9635 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9636 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9637 _ACEOF
9638
9639 fi
9640 @@ -5789,19 +6827,21 @@
9641
9642 for ac_header in stdlib.h
9643 do
9644 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9645 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9646 - echo "$as_me:$LINENO: checking for $ac_header" >&5
9647 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9648 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9649 - echo $ECHO_N "(cached) $ECHO_C" >&6
9650 -fi
9651 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9652 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9653 +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9654 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9655 + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9656 +$as_echo_n "checking for $ac_header... " >&6; }
9657 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9658 + $as_echo_n "(cached) " >&6
9659 +fi
9660 +ac_res=`eval 'as_val=${'$as_ac_Header'}
9661 + $as_echo "$as_val"'`
9662 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9663 +$as_echo "$ac_res" >&6; }
9664 else
9665 # Is the header compilable?
9666 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
9667 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9668 +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
9669 +$as_echo_n "checking $ac_header usability... " >&6; }
9670 cat >conftest.$ac_ext <<_ACEOF
9671 /* confdefs.h. */
9672 _ACEOF
9673 @@ -5812,41 +6852,38 @@
9674 #include <$ac_header>
9675 _ACEOF
9676 rm -f conftest.$ac_objext
9677 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9678 - (eval $ac_compile) 2>conftest.er1
9679 +if { (ac_try="$ac_compile"
9680 +case "(($ac_try" in
9681 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9682 + *) ac_try_echo=$ac_try;;
9683 +esac
9684 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9685 +$as_echo "$ac_try_echo") >&5
9686 + (eval "$ac_compile") 2>conftest.er1
9687 ac_status=$?
9688 grep -v '^ *+' conftest.er1 >conftest.err
9689 rm -f conftest.er1
9690 cat conftest.err >&5
9691 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 - (exit $ac_status); } &&
9693 - { ac_try='test -z "$ac_c_werror_flag"
9694 - || test ! -s conftest.err'
9695 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9696 - (eval $ac_try) 2>&5
9697 - ac_status=$?
9698 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 - (exit $ac_status); }; } &&
9700 - { ac_try='test -s conftest.$ac_objext'
9701 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9702 - (eval $ac_try) 2>&5
9703 - ac_status=$?
9704 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9705 - (exit $ac_status); }; }; then
9706 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 + (exit $ac_status); } && {
9708 + test -z "$ac_c_werror_flag" ||
9709 + test ! -s conftest.err
9710 + } && test -s conftest.$ac_objext; then
9711 ac_header_compiler=yes
9712 else
9713 - echo "$as_me: failed program was:" >&5
9714 + $as_echo "$as_me: failed program was:" >&5
9715 sed 's/^/| /' conftest.$ac_ext >&5
9716
9717 -ac_header_compiler=no
9718 + ac_header_compiler=no
9719 fi
9720 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9721 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9722 -echo "${ECHO_T}$ac_header_compiler" >&6
9723 +
9724 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9725 +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9726 +$as_echo "$ac_header_compiler" >&6; }
9727
9728 # Is the header present?
9729 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
9730 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9731 +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
9732 +$as_echo_n "checking $ac_header presence... " >&6; }
9733 cat >conftest.$ac_ext <<_ACEOF
9734 /* confdefs.h. */
9735 _ACEOF
9736 @@ -5855,91 +6892,88 @@
9737 /* end confdefs.h. */
9738 #include <$ac_header>
9739 _ACEOF
9740 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9741 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9742 +if { (ac_try="$ac_cpp conftest.$ac_ext"
9743 +case "(($ac_try" in
9744 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9745 + *) ac_try_echo=$ac_try;;
9746 +esac
9747 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9748 +$as_echo "$ac_try_echo") >&5
9749 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9750 ac_status=$?
9751 grep -v '^ *+' conftest.er1 >conftest.err
9752 rm -f conftest.er1
9753 cat conftest.err >&5
9754 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9755 - (exit $ac_status); } >/dev/null; then
9756 - if test -s conftest.err; then
9757 - ac_cpp_err=$ac_c_preproc_warn_flag
9758 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9759 - else
9760 - ac_cpp_err=
9761 - fi
9762 -else
9763 - ac_cpp_err=yes
9764 -fi
9765 -if test -z "$ac_cpp_err"; then
9766 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9767 + (exit $ac_status); } >/dev/null && {
9768 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9769 + test ! -s conftest.err
9770 + }; then
9771 ac_header_preproc=yes
9772 else
9773 - echo "$as_me: failed program was:" >&5
9774 + $as_echo "$as_me: failed program was:" >&5
9775 sed 's/^/| /' conftest.$ac_ext >&5
9776
9777 ac_header_preproc=no
9778 fi
9779 +
9780 rm -f conftest.err conftest.$ac_ext
9781 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9782 -echo "${ECHO_T}$ac_header_preproc" >&6
9783 +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9784 +$as_echo "$ac_header_preproc" >&6; }
9785
9786 # So? What about this header?
9787 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9788 yes:no: )
9789 - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9790 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9791 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9792 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9793 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9794 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9795 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9796 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9797 ac_header_preproc=yes
9798 ;;
9799 no:yes:* )
9800 - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9801 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9802 - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9803 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9804 - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9805 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9806 - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9807 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9808 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9809 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9810 - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9811 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9812 - (
9813 - cat <<\_ASBOX
9814 -## -------------------------------- ##
9815 -## Report this to the gsoap lists. ##
9816 -## -------------------------------- ##
9817 -_ASBOX
9818 - ) |
9819 - sed "s/^/$as_me: WARNING: /" >&2
9820 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9821 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9822 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9823 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9824 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9825 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9826 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9827 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9828 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9829 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9830 + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9831 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9832 +
9833 ;;
9834 esac
9835 -echo "$as_me:$LINENO: checking for $ac_header" >&5
9836 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9837 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
9838 - echo $ECHO_N "(cached) $ECHO_C" >&6
9839 +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9840 +$as_echo_n "checking for $ac_header... " >&6; }
9841 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9842 + $as_echo_n "(cached) " >&6
9843 else
9844 eval "$as_ac_Header=\$ac_header_preproc"
9845 fi
9846 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9847 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9848 +ac_res=`eval 'as_val=${'$as_ac_Header'}
9849 + $as_echo "$as_val"'`
9850 + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9851 +$as_echo "$ac_res" >&6; }
9852
9853 fi
9854 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
9855 +as_val=`eval 'as_val=${'$as_ac_Header'}
9856 + $as_echo "$as_val"'`
9857 + if test "x$as_val" = x""yes; then
9858 cat >>confdefs.h <<_ACEOF
9859 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9860 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9861 _ACEOF
9862
9863 fi
9864
9865 done
9866
9867 -echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
9868 -echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
9869 +{ $as_echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
9870 +$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
9871 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
9872 - echo $ECHO_N "(cached) $ECHO_C" >&6
9873 + $as_echo_n "(cached) " >&6
9874 else
9875 if test "$cross_compiling" = yes; then
9876 ac_cv_func_malloc_0_nonnull=no
9877 @@ -5950,7 +6984,7 @@
9878 cat confdefs.h >>conftest.$ac_ext
9879 cat >>conftest.$ac_ext <<_ACEOF
9880 /* end confdefs.h. */
9881 -#if STDC_HEADERS || HAVE_STDLIB_H
9882 +#if defined STDC_HEADERS || defined HAVE_STDLIB_H
9883 # include <stdlib.h>
9884 #else
9885 char *malloc ();
9886 @@ -5959,36 +6993,50 @@
9887 int
9888 main ()
9889 {
9890 -exit (malloc (0) ? 0 : 1);
9891 +return ! malloc (0);
9892 ;
9893 return 0;
9894 }
9895 _ACEOF
9896 rm -f conftest$ac_exeext
9897 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9898 - (eval $ac_link) 2>&5
9899 +if { (ac_try="$ac_link"
9900 +case "(($ac_try" in
9901 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9902 + *) ac_try_echo=$ac_try;;
9903 +esac
9904 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9905 +$as_echo "$ac_try_echo") >&5
9906 + (eval "$ac_link") 2>&5
9907 ac_status=$?
9908 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9909 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9910 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9911 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9912 - (eval $ac_try) 2>&5
9913 + { (case "(($ac_try" in
9914 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9915 + *) ac_try_echo=$ac_try;;
9916 +esac
9917 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9918 +$as_echo "$ac_try_echo") >&5
9919 + (eval "$ac_try") 2>&5
9920 ac_status=$?
9921 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
9922 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9923 (exit $ac_status); }; }; then
9924 ac_cv_func_malloc_0_nonnull=yes
9925 else
9926 - echo "$as_me: program exited with status $ac_status" >&5
9927 -echo "$as_me: failed program was:" >&5
9928 + $as_echo "$as_me: program exited with status $ac_status" >&5
9929 +$as_echo "$as_me: failed program was:" >&5
9930 sed 's/^/| /' conftest.$ac_ext >&5
9931
9932 ( exit $ac_status )
9933 ac_cv_func_malloc_0_nonnull=no
9934 fi
9935 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9936 +rm -rf conftest.dSYM
9937 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9938 fi
9939 +
9940 +
9941 fi
9942 -echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
9943 -echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
9944 +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
9945 +$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
9946 if test $ac_cv_func_malloc_0_nonnull = yes; then
9947
9948 cat >>confdefs.h <<\_ACEOF
9949 @@ -6000,12 +7048,10 @@
9950 #define HAVE_MALLOC 0
9951 _ACEOF
9952
9953 - case $LIBOBJS in
9954 - "malloc.$ac_objext" | \
9955 - *" malloc.$ac_objext" | \
9956 - "malloc.$ac_objext "* | \
9957 + case " $LIBOBJS " in
9958 *" malloc.$ac_objext "* ) ;;
9959 - *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
9960 + *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
9961 + ;;
9962 esac
9963
9964
9965 @@ -6019,22 +7065,20 @@
9966
9967 fi
9968
9969 -# Check whether --enable-debug or --disable-debug was given.
9970 +# Check whether --enable-debug was given.
9971 if test "${enable_debug+set}" = set; then
9972 - enableval="$enable_debug"
9973 - case "${enableval}" in
9974 + enableval=$enable_debug; case "${enableval}" in
9975 yes) debug=true ;;
9976 no) debug=false ;;
9977 - *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-debug" >&5
9978 -echo "$as_me: error: bad value ${enableval} for --enable-debug" >&2;}
9979 + *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-debug" >&5
9980 +$as_echo "$as_me: error: bad value ${enableval} for --enable-debug" >&2;}
9981 { (exit 1); exit 1; }; } ;;
9982 esac
9983 else
9984 debug=false
9985 -fi;
9986 -
9987 +fi
9988
9989 -if test x$debug = xtrue; then
9990 + if test x$debug = xtrue; then
9991 DEBUG_COMPILE_TRUE=
9992 DEBUG_COMPILE_FALSE='#'
9993 else
9994 @@ -6057,45 +7101,45 @@
9995 #WSDL2H_IMPORTPATH="-DWSDL2H_IMPORT_PATH=\"\\\"`pwd`/gsoap/WS\\\"\""
9996
9997
9998 -# Check whether --enable-namespaces or --disable-namespaces was given.
9999 +# Check whether --enable-namespaces was given.
10000 if test "${enable_namespaces+set}" = set; then
10001 - enableval="$enable_namespaces"
10002 - with_namespaces="$enable_ns"
10003 + enableval=$enable_namespaces; with_namespaces="$enable_ns"
10004 else
10005 with_namespaces="yes"
10006 -fi;
10007 +fi
10008
10009 -echo "$as_me:$LINENO: checking for disable namespaces in library" >&5
10010 -echo $ECHO_N "checking for disable namespaces in library... $ECHO_C" >&6
10011 +
10012 +{ $as_echo "$as_me:$LINENO: checking for disable namespaces in library" >&5
10013 +$as_echo_n "checking for disable namespaces in library... " >&6; }
10014 if test "x$with_namespaces" = "xyes"; then
10015 - echo "$as_me:$LINENO: result: no" >&5
10016 -echo "${ECHO_T}no" >&6
10017 + { $as_echo "$as_me:$LINENO: result: no" >&5
10018 +$as_echo "no" >&6; }
10019 else
10020 - echo "$as_me:$LINENO: result: yes" >&5
10021 -echo "${ECHO_T}yes" >&6
10022 + { $as_echo "$as_me:$LINENO: result: yes" >&5
10023 +$as_echo "yes" >&6; }
10024 SOAPCPP2_NONAMESPACES="-DWITH_NONAMESPACES" ##define to remove nsmap link dependence
10025 fi
10026
10027
10028 -# Check whether --enable-openssl or --disable-openssl was given.
10029 +# Check whether --enable-openssl was given.
10030 if test "${enable_openssl+set}" = set; then
10031 - enableval="$enable_openssl"
10032 - with_openssl="$enable_openssl"
10033 + enableval=$enable_openssl; with_openssl="$enable_openssl"
10034 else
10035 with_openssl="yes"
10036 -fi;
10037 +fi
10038
10039 -echo "$as_me:$LINENO: checking for disable openssl in library" >&5
10040 -echo $ECHO_N "checking for disable openssl in library... $ECHO_C" >&6
10041 +
10042 +{ $as_echo "$as_me:$LINENO: checking for disable openssl in library" >&5
10043 +$as_echo_n "checking for disable openssl in library... " >&6; }
10044 if test "x$with_openssl" = "xyes"; then
10045 - echo "$as_me:$LINENO: result: no" >&5
10046 -echo "${ECHO_T}no" >&6
10047 + { $as_echo "$as_me:$LINENO: result: no" >&5
10048 +$as_echo "no" >&6; }
10049 WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
10050 WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz"
10051 WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
10052 else
10053 - echo "$as_me:$LINENO: result: yes" >&5
10054 -echo "${ECHO_T}yes" >&6
10055 + { $as_echo "$as_me:$LINENO: result: yes" >&5
10056 +$as_echo "yes" >&6; }
10057 WSDL2H_EXTRA_FLAGS=
10058 WSDL2H_EXTRA_LIBS=
10059 WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
10060 @@ -6104,22 +7148,20 @@
10061
10062
10063
10064 -# Check whether --enable-samples or --disable-samples was given.
10065 +# Check whether --enable-samples was given.
10066 if test "${enable_samples+set}" = set; then
10067 - enableval="$enable_samples"
10068 - case "${enableval}" in
10069 + enableval=$enable_samples; case "${enableval}" in
10070 yes) samples=true ;;
10071 no) samples=false ;;
10072 - *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-samples" >&5
10073 -echo "$as_me: error: bad value ${enableval} for --enable-samples" >&2;}
10074 + *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-samples" >&5
10075 +$as_echo "$as_me: error: bad value ${enableval} for --enable-samples" >&2;}
10076 { (exit 1); exit 1; }; } ;;
10077 esac
10078 else
10079 samples=false
10080 -fi;
10081 -
10082 +fi
10083
10084 -if test x$samples = xtrue; then
10085 + if test x$samples = xtrue; then
10086 ENABLE_SAMPLES_TRUE=
10087 ENABLE_SAMPLES_FALSE='#'
10088 else
10089 @@ -6140,8 +7182,8 @@
10090 LEX_DEFINE=-DWITH_FLEX
10091 LEX_FLAGS="-l"
10092 else
10093 - { echo "$as_me:$LINENO: WARNING: No 'flex' command detected on current path: trying existing scanner" >&5
10094 -echo "$as_me: WARNING: No 'flex' command detected on current path: trying existing scanner" >&2;}
10095 + { $as_echo "$as_me:$LINENO: WARNING: No 'flex' command detected on current path: trying existing scanner" >&5
10096 +$as_echo "$as_me: WARNING: No 'flex' command detected on current path: trying existing scanner" >&2;}
10097 LEX_DEFINE=-DWITH_LEX
10098 LEX_FLAGS=
10099 fi
10100 @@ -6159,7 +7201,7 @@
10101
10102
10103
10104 - ac_config_files="$ac_config_files Makefile gsoap.pc gsoap++.pc gsoapck.pc gsoapck++.pc gsoapssl.pc gsoapssl++.pc gsoap/Makefile gsoap/src/Makefile gsoap/wsdl/Makefile gsoap/samples/Makefile gsoap/samples/calc/Makefile gsoap/samples/calc++/Makefile gsoap/samples/databinding/Makefile gsoap/samples/dime/Makefile gsoap/samples/dom/Makefile gsoap/samples/events/Makefile gsoap/samples/events++/Makefile gsoap/samples/factory/Makefile gsoap/samples/factorytest/Makefile gsoap/samples/gmt/Makefile gsoap/samples/googleapi/Makefile gsoap/samples/hello/Makefile gsoap/samples/httpcookies/Makefile gsoap/samples/lu/Makefile gsoap/samples/magic/Makefile gsoap/samples/mashup/Makefile gsoap/samples/mashup++/Makefile gsoap/samples/mtom/Makefile gsoap/samples/mtom-stream/Makefile gsoap/samples/polytest/Makefile gsoap/samples/roll/Makefile gsoap/samples/router/Makefile gsoap/samples/rss/Makefile gsoap/samples/ssl/Makefile gsoap/samples/udp/Makefile gsoap/samples/varparam/Makefile gsoap/samples/wsa/Makefile gsoap/samples/wsse/Makefile gsoap/samples/xml-rpc/Makefile"
10105 +ac_config_files="$ac_config_files Makefile gsoap.pc gsoap++.pc gsoapck.pc gsoapck++.pc gsoapssl.pc gsoapssl++.pc gsoap/Makefile gsoap/src/Makefile gsoap/wsdl/Makefile gsoap/samples/Makefile gsoap/samples/calc/Makefile gsoap/samples/calc++/Makefile gsoap/samples/databinding/Makefile gsoap/samples/dime/Makefile gsoap/samples/dom/Makefile gsoap/samples/events/Makefile gsoap/samples/events++/Makefile gsoap/samples/factory/Makefile gsoap/samples/factorytest/Makefile gsoap/samples/gmt/Makefile gsoap/samples/googleapi/Makefile gsoap/samples/hello/Makefile gsoap/samples/httpcookies/Makefile gsoap/samples/lu/Makefile gsoap/samples/magic/Makefile gsoap/samples/mashup/Makefile gsoap/samples/mashup++/Makefile gsoap/samples/mtom/Makefile gsoap/samples/mtom-stream/Makefile gsoap/samples/polytest/Makefile gsoap/samples/roll/Makefile gsoap/samples/router/Makefile gsoap/samples/rss/Makefile gsoap/samples/ssl/Makefile gsoap/samples/udp/Makefile gsoap/samples/varparam/Makefile gsoap/samples/wsa/Makefile gsoap/samples/wsse/Makefile gsoap/samples/xml-rpc/Makefile"
10106
10107 cat >confcache <<\_ACEOF
10108 # This file is a shell script that caches the results of configure
10109 @@ -6179,39 +7221,59 @@
10110
10111 # The following way of writing the cache mishandles newlines in values,
10112 # but we know of no workaround that is simple, portable, and efficient.
10113 -# So, don't put newlines in cache variables' values.
10114 +# So, we kill variables containing newlines.
10115 # Ultrix sh set writes to stderr and can't be redirected directly,
10116 # and sets the high bit in the cache file unless we assign to the vars.
10117 -{
10118 +(
10119 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10120 + eval ac_val=\$$ac_var
10121 + case $ac_val in #(
10122 + *${as_nl}*)
10123 + case $ac_var in #(
10124 + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
10125 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10126 + esac
10127 + case $ac_var in #(
10128 + _ | IFS | as_nl) ;; #(
10129 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10130 + *) $as_unset $ac_var ;;
10131 + esac ;;
10132 + esac
10133 + done
10134 +
10135 (set) 2>&1 |
10136 - case `(ac_space=' '; set | grep ac_space) 2>&1` in
10137 - *ac_space=\ *)
10138 + case $as_nl`(ac_space=' '; set) 2>&1` in #(
10139 + *${as_nl}ac_space=\ *)
10140 # `set' does not quote correctly, so add quotes (double-quote
10141 # substitution turns \\\\ into \\, and sed turns \\ into \).
10142 sed -n \
10143 "s/'/'\\\\''/g;
10144 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10145 - ;;
10146 + ;; #(
10147 *)
10148 # `set' quotes correctly as required by POSIX, so do not add quotes.
10149 - sed -n \
10150 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10151 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10152 ;;
10153 - esac;
10154 -} |
10155 + esac |
10156 + sort
10157 +) |
10158 sed '
10159 + /^ac_cv_env_/b end
10160 t clear
10161 - : clear
10162 + :clear
10163 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10164 t end
10165 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10166 - : end' >>confcache
10167 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
10168 - if test -w $cache_file; then
10169 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10170 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10171 + :end' >>confcache
10172 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10173 + if test -w "$cache_file"; then
10174 + test "x$cache_file" != "x/dev/null" &&
10175 + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
10176 +$as_echo "$as_me: updating cache $cache_file" >&6;}
10177 cat confcache >$cache_file
10178 else
10179 - echo "not updating unwritable cache $cache_file"
10180 + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10181 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10182 fi
10183 fi
10184 rm -f confcache
10185 @@ -6220,66 +7282,75 @@
10186 # Let make expand exec_prefix.
10187 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10188
10189 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
10190 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10191 -# trailing colons and then remove the whole line if VPATH becomes empty
10192 -# (actually we leave an empty line to preserve line numbers).
10193 -if test "x$srcdir" = x.; then
10194 - ac_vpsub='/^[ ]*VPATH[ ]*=/{
10195 -s/:*\$(srcdir):*/:/;
10196 -s/:*\${srcdir}:*/:/;
10197 -s/:*@srcdir@:*/:/;
10198 -s/^\([^=]*=[ ]*\):*/\1/;
10199 -s/:*$//;
10200 -s/^[^=]*=[ ]*$//;
10201 -}'
10202 -fi
10203 -
10204 DEFS=-DHAVE_CONFIG_H
10205
10206 ac_libobjs=
10207 ac_ltlibobjs=
10208 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10209 # 1. Remove the extension, and $U if already installed.
10210 - ac_i=`echo "$ac_i" |
10211 - sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10212 - # 2. Add them.
10213 - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10214 - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10215 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10216 + ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
10217 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
10218 + # will be set to the directory where LIBOBJS objects are built.
10219 + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10220 + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
10221 done
10222 LIBOBJS=$ac_libobjs
10223
10224 LTLIBOBJS=$ac_ltlibobjs
10225
10226
10227 + if test -n "$EXEEXT"; then
10228 + am__EXEEXT_TRUE=
10229 + am__EXEEXT_FALSE='#'
10230 +else
10231 + am__EXEEXT_TRUE='#'
10232 + am__EXEEXT_FALSE=
10233 +fi
10234 +
10235 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10236 - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10237 + { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10238 +Usually this means the macro was only invoked conditionally." >&5
10239 +$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
10240 +Usually this means the macro was only invoked conditionally." >&2;}
10241 + { (exit 1); exit 1; }; }
10242 +fi
10243 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10244 + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10245 +Usually this means the macro was only invoked conditionally." >&5
10246 +$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10247 +Usually this means the macro was only invoked conditionally." >&2;}
10248 + { (exit 1); exit 1; }; }
10249 +fi
10250 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10251 + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10252 Usually this means the macro was only invoked conditionally." >&5
10253 -echo "$as_me: error: conditional \"AMDEP\" was never defined.
10254 +$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10255 Usually this means the macro was only invoked conditionally." >&2;}
10256 { (exit 1); exit 1; }; }
10257 fi
10258 if test -z "${DEBUG_COMPILE_TRUE}" && test -z "${DEBUG_COMPILE_FALSE}"; then
10259 - { { echo "$as_me:$LINENO: error: conditional \"DEBUG_COMPILE\" was never defined.
10260 + { { $as_echo "$as_me:$LINENO: error: conditional \"DEBUG_COMPILE\" was never defined.
10261 Usually this means the macro was only invoked conditionally." >&5
10262 -echo "$as_me: error: conditional \"DEBUG_COMPILE\" was never defined.
10263 +$as_echo "$as_me: error: conditional \"DEBUG_COMPILE\" was never defined.
10264 Usually this means the macro was only invoked conditionally." >&2;}
10265 { (exit 1); exit 1; }; }
10266 fi
10267 if test -z "${ENABLE_SAMPLES_TRUE}" && test -z "${ENABLE_SAMPLES_FALSE}"; then
10268 - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SAMPLES\" was never defined.
10269 + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SAMPLES\" was never defined.
10270 Usually this means the macro was only invoked conditionally." >&5
10271 -echo "$as_me: error: conditional \"ENABLE_SAMPLES\" was never defined.
10272 +$as_echo "$as_me: error: conditional \"ENABLE_SAMPLES\" was never defined.
10273 Usually this means the macro was only invoked conditionally." >&2;}
10274 { (exit 1); exit 1; }; }
10275 fi
10276
10277 : ${CONFIG_STATUS=./config.status}
10278 +ac_write_fail=0
10279 ac_clean_files_save=$ac_clean_files
10280 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10281 -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10282 -echo "$as_me: creating $CONFIG_STATUS" >&6;}
10283 -cat >$CONFIG_STATUS <<_ACEOF
10284 +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10285 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
10286 +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10287 #! $SHELL
10288 # Generated by $as_me.
10289 # Run this file to recreate the current configuration.
10290 @@ -6292,78 +7363,31 @@
10291 SHELL=\${CONFIG_SHELL-$SHELL}
10292 _ACEOF
10293
10294 -cat >>$CONFIG_STATUS <<\_ACEOF
10295 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10296 ## --------------------- ##
10297 ## M4sh Initialization. ##
10298 ## --------------------- ##
10299
10300 -# Be Bourne compatible
10301 +# Be more Bourne compatible
10302 +DUALCASE=1; export DUALCASE # for MKS sh
10303 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10304 emulate sh
10305 NULLCMD=:
10306 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10307 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10308 # is contrary to our usage. Disable this feature.
10309 alias -g '${1+"$@"}'='"$@"'
10310 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10311 - set -o posix
10312 -fi
10313 -DUALCASE=1; export DUALCASE # for MKS sh
10314 -
10315 -# Support unset when possible.
10316 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10317 - as_unset=unset
10318 + setopt NO_GLOB_SUBST
10319 else
10320 - as_unset=false
10321 -fi
10322 + case `(set -o) 2>/dev/null` in
10323 + *posix*) set -o posix ;;
10324 +esac
10325
10326 +fi
10327
10328 -# Work around bugs in pre-3.0 UWIN ksh.
10329 -$as_unset ENV MAIL MAILPATH
10330 -PS1='$ '
10331 -PS2='> '
10332 -PS4='+ '
10333
10334 -# NLS nuisances.
10335 -for as_var in \
10336 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10337 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10338 - LC_TELEPHONE LC_TIME
10339 -do
10340 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10341 - eval $as_var=C; export $as_var
10342 - else
10343 - $as_unset $as_var
10344 - fi
10345 -done
10346
10347 -# Required to use basename.
10348 -if expr a : '\(a\)' >/dev/null 2>&1; then
10349 - as_expr=expr
10350 -else
10351 - as_expr=false
10352 -fi
10353
10354 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10355 - as_basename=basename
10356 -else
10357 - as_basename=false
10358 -fi
10359 -
10360 -
10361 -# Name of the executable.
10362 -as_me=`$as_basename "$0" ||
10363 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10364 - X"$0" : 'X\(//\)$' \| \
10365 - X"$0" : 'X\(/\)$' \| \
10366 - . : '\(.\)' 2>/dev/null ||
10367 -echo X/"$0" |
10368 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10369 - /^X\/\(\/\/\)$/{ s//\1/; q; }
10370 - /^X\/\(\/\).*/{ s//\1/; q; }
10371 - s/.*/./; q'`
10372 -
10373 -
10374 -# PATH needs CR, and LINENO needs CR and PATH.
10375 +# PATH needs CR
10376 # Avoid depending upon Character Ranges.
10377 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10378 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10379 @@ -6371,139 +7395,232 @@
10380 as_cr_digits='0123456789'
10381 as_cr_alnum=$as_cr_Letters$as_cr_digits
10382
10383 -# The user is always right.
10384 -if test "${PATH_SEPARATOR+set}" != set; then
10385 - echo "#! /bin/sh" >conf$$.sh
10386 - echo "exit 0" >>conf$$.sh
10387 - chmod +x conf$$.sh
10388 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10389 - PATH_SEPARATOR=';'
10390 +as_nl='
10391 +'
10392 +export as_nl
10393 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
10394 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10395 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
10396 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
10397 +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10398 + as_echo='printf %s\n'
10399 + as_echo_n='printf %s'
10400 +else
10401 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
10402 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
10403 + as_echo_n='/usr/ucb/echo -n'
10404 else
10405 - PATH_SEPARATOR=:
10406 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
10407 + as_echo_n_body='eval
10408 + arg=$1;
10409 + case $arg in
10410 + *"$as_nl"*)
10411 + expr "X$arg" : "X\\(.*\\)$as_nl";
10412 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
10413 + esac;
10414 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
10415 + '
10416 + export as_echo_n_body
10417 + as_echo_n='sh -c $as_echo_n_body as_echo'
10418 fi
10419 - rm -f conf$$.sh
10420 + export as_echo_body
10421 + as_echo='sh -c $as_echo_body as_echo'
10422 fi
10423
10424 +# The user is always right.
10425 +if test "${PATH_SEPARATOR+set}" != set; then
10426 + PATH_SEPARATOR=:
10427 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
10428 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
10429 + PATH_SEPARATOR=';'
10430 + }
10431 +fi
10432
10433 - as_lineno_1=$LINENO
10434 - as_lineno_2=$LINENO
10435 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10436 - test "x$as_lineno_1" != "x$as_lineno_2" &&
10437 - test "x$as_lineno_3" = "x$as_lineno_2" || {
10438 - # Find who we are. Look in the path if we contain no path at all
10439 - # relative or not.
10440 - case $0 in
10441 - *[\\/]* ) as_myself=$0 ;;
10442 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10443 +# Support unset when possible.
10444 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10445 + as_unset=unset
10446 +else
10447 + as_unset=false
10448 +fi
10449 +
10450 +
10451 +# IFS
10452 +# We need space, tab and new line, in precisely that order. Quoting is
10453 +# there to prevent editors from complaining about space-tab.
10454 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
10455 +# splitting by setting IFS to empty value.)
10456 +IFS=" "" $as_nl"
10457 +
10458 +# Find who we are. Look in the path if we contain no directory separator.
10459 +case $0 in
10460 + *[\\/]* ) as_myself=$0 ;;
10461 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10462 for as_dir in $PATH
10463 do
10464 IFS=$as_save_IFS
10465 test -z "$as_dir" && as_dir=.
10466 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10467 done
10468 +IFS=$as_save_IFS
10469 +
10470 + ;;
10471 +esac
10472 +# We did not find ourselves, most probably we were run as `sh COMMAND'
10473 +# in which case we are not to be found in the path.
10474 +if test "x$as_myself" = x; then
10475 + as_myself=$0
10476 +fi
10477 +if test ! -f "$as_myself"; then
10478 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10479 + { (exit 1); exit 1; }
10480 +fi
10481 +
10482 +# Work around bugs in pre-3.0 UWIN ksh.
10483 +for as_var in ENV MAIL MAILPATH
10484 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
10485 +done
10486 +PS1='$ '
10487 +PS2='> '
10488 +PS4='+ '
10489 +
10490 +# NLS nuisances.
10491 +LC_ALL=C
10492 +export LC_ALL
10493 +LANGUAGE=C
10494 +export LANGUAGE
10495 +
10496 +# Required to use basename.
10497 +if expr a : '\(a\)' >/dev/null 2>&1 &&
10498 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
10499 + as_expr=expr
10500 +else
10501 + as_expr=false
10502 +fi
10503 +
10504 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
10505 + as_basename=basename
10506 +else
10507 + as_basename=false
10508 +fi
10509 +
10510 +
10511 +# Name of the executable.
10512 +as_me=`$as_basename -- "$0" ||
10513 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10514 + X"$0" : 'X\(//\)$' \| \
10515 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
10516 +$as_echo X/"$0" |
10517 + sed '/^.*\/\([^/][^/]*\)\/*$/{
10518 + s//\1/
10519 + q
10520 + }
10521 + /^X\/\(\/\/\)$/{
10522 + s//\1/
10523 + q
10524 + }
10525 + /^X\/\(\/\).*/{
10526 + s//\1/
10527 + q
10528 + }
10529 + s/.*/./; q'`
10530 +
10531 +# CDPATH.
10532 +$as_unset CDPATH
10533 +
10534 +
10535
10536 - ;;
10537 - esac
10538 - # We did not find ourselves, most probably we were run as `sh COMMAND'
10539 - # in which case we are not to be found in the path.
10540 - if test "x$as_myself" = x; then
10541 - as_myself=$0
10542 - fi
10543 - if test ! -f "$as_myself"; then
10544 - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10545 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10546 - { (exit 1); exit 1; }; }
10547 - fi
10548 - case $CONFIG_SHELL in
10549 - '')
10550 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10551 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10552 -do
10553 - IFS=$as_save_IFS
10554 - test -z "$as_dir" && as_dir=.
10555 - for as_base in sh bash ksh sh5; do
10556 - case $as_dir in
10557 - /*)
10558 - if ("$as_dir/$as_base" -c '
10559 as_lineno_1=$LINENO
10560 as_lineno_2=$LINENO
10561 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10562 test "x$as_lineno_1" != "x$as_lineno_2" &&
10563 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10564 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10565 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10566 - CONFIG_SHELL=$as_dir/$as_base
10567 - export CONFIG_SHELL
10568 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10569 - fi;;
10570 - esac
10571 - done
10572 -done
10573 -;;
10574 - esac
10575 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
10576
10577 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10578 # uniformly replaced by the line number. The first 'sed' inserts a
10579 - # line-number line before each line; the second 'sed' does the real
10580 - # work. The second script uses 'N' to pair each line-number line
10581 - # with the numbered line, and appends trailing '-' during
10582 - # substitution so that $LINENO is not a special case at line end.
10583 + # line-number line after each line using $LINENO; the second 'sed'
10584 + # does the real work. The second script uses 'N' to pair each
10585 + # line-number line with the line containing $LINENO, and appends
10586 + # trailing '-' during substitution so that $LINENO is not a special
10587 + # case at line end.
10588 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10589 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10590 - sed '=' <$as_myself |
10591 + # scripts with optimization help from Paolo Bonzini. Blame Lee
10592 + # E. McMahon (1931-1989) for sed's syntax. :-)
10593 + sed -n '
10594 + p
10595 + /[$]LINENO/=
10596 + ' <$as_myself |
10597 sed '
10598 + s/[$]LINENO.*/&-/
10599 + t lineno
10600 + b
10601 + :lineno
10602 N
10603 - s,$,-,
10604 - : loop
10605 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10606 + :loop
10607 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
10608 t loop
10609 - s,-$,,
10610 - s,^['$as_cr_digits']*\n,,
10611 + s/-\n.*//
10612 ' >$as_me.lineno &&
10613 - chmod +x $as_me.lineno ||
10614 - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10615 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10616 + chmod +x "$as_me.lineno" ||
10617 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
10618 { (exit 1); exit 1; }; }
10619
10620 # Don't try to exec as it changes $[0], causing all sort of problems
10621 # (the dirname of $[0] is not the place where we might find the
10622 - # original and so on. Autoconf is especially sensible to this).
10623 - . ./$as_me.lineno
10624 + # original and so on. Autoconf is especially sensitive to this).
10625 + . "./$as_me.lineno"
10626 # Exit status is that of the last command.
10627 exit
10628 }
10629
10630
10631 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10632 - *c*,-n*) ECHO_N= ECHO_C='
10633 -' ECHO_T=' ' ;;
10634 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10635 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10636 -esac
10637 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
10638 + as_dirname=dirname
10639 +else
10640 + as_dirname=false
10641 +fi
10642
10643 -if expr a : '\(a\)' >/dev/null 2>&1; then
10644 +ECHO_C= ECHO_N= ECHO_T=
10645 +case `echo -n x` in
10646 +-n*)
10647 + case `echo 'x\c'` in
10648 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
10649 + *) ECHO_C='\c';;
10650 + esac;;
10651 +*)
10652 + ECHO_N='-n';;
10653 +esac
10654 +if expr a : '\(a\)' >/dev/null 2>&1 &&
10655 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
10656 as_expr=expr
10657 else
10658 as_expr=false
10659 fi
10660
10661 rm -f conf$$ conf$$.exe conf$$.file
10662 -echo >conf$$.file
10663 -if ln -s conf$$.file conf$$ 2>/dev/null; then
10664 - # We could just check for DJGPP; but this test a) works b) is more generic
10665 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10666 - if test -f conf$$.exe; then
10667 - # Don't use ln at all; we don't have any links
10668 - as_ln_s='cp -p'
10669 - else
10670 +if test -d conf$$.dir; then
10671 + rm -f conf$$.dir/conf$$.file
10672 +else
10673 + rm -f conf$$.dir
10674 + mkdir conf$$.dir 2>/dev/null
10675 +fi
10676 +if (echo >conf$$.file) 2>/dev/null; then
10677 + if ln -s conf$$.file conf$$ 2>/dev/null; then
10678 as_ln_s='ln -s'
10679 + # ... but there are two gotchas:
10680 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
10681 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
10682 + # In both cases, we have to default to `cp -p'.
10683 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
10684 + as_ln_s='cp -p'
10685 + elif ln conf$$.file conf$$ 2>/dev/null; then
10686 + as_ln_s=ln
10687 + else
10688 + as_ln_s='cp -p'
10689 fi
10690 -elif ln conf$$.file conf$$ 2>/dev/null; then
10691 - as_ln_s=ln
10692 else
10693 as_ln_s='cp -p'
10694 fi
10695 -rm -f conf$$ conf$$.exe conf$$.file
10696 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
10697 +rmdir conf$$.dir 2>/dev/null
10698
10699 if mkdir -p . 2>/dev/null; then
10700 as_mkdir_p=:
10701 @@ -6512,7 +7629,28 @@
10702 as_mkdir_p=false
10703 fi
10704
10705 -as_executable_p="test -f"
10706 +if test -x / >/dev/null 2>&1; then
10707 + as_test_x='test -x'
10708 +else
10709 + if ls -dL / >/dev/null 2>&1; then
10710 + as_ls_L_option=L
10711 + else
10712 + as_ls_L_option=
10713 + fi
10714 + as_test_x='
10715 + eval sh -c '\''
10716 + if test -d "$1"; then
10717 + test -d "$1/.";
10718 + else
10719 + case $1 in
10720 + -*)set "./$1";;
10721 + esac;
10722 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
10723 + ???[sx]*):;;*)false;;esac;fi
10724 + '\'' sh
10725 + '
10726 +fi
10727 +as_executable_p=$as_test_x
10728
10729 # Sed expression to map a string onto a valid CPP name.
10730 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10731 @@ -6521,31 +7659,14 @@
10732 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10733
10734
10735 -# IFS
10736 -# We need space, tab and new line, in precisely that order.
10737 -as_nl='
10738 -'
10739 -IFS=" $as_nl"
10740 -
10741 -# CDPATH.
10742 -$as_unset CDPATH
10743 -
10744 exec 6>&1
10745
10746 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
10747 +# Save the log message, to keep $[0] and so on meaningful, and to
10748 # report actual input values of CONFIG_FILES etc. instead of their
10749 -# values after options handling. Logging --version etc. is OK.
10750 -exec 5>>config.log
10751 -{
10752 - echo
10753 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10754 -## Running $as_me. ##
10755 -_ASBOX
10756 -} >&5
10757 -cat >&5 <<_CSEOF
10758 -
10759 +# values after options handling.
10760 +ac_log="
10761 This file was extended by gsoap $as_me 2.7, which was
10762 -generated by GNU Autoconf 2.59. Invocation command line was
10763 +generated by GNU Autoconf 2.63. Invocation command line was
10764
10765 CONFIG_FILES = $CONFIG_FILES
10766 CONFIG_HEADERS = $CONFIG_HEADERS
10767 @@ -6553,45 +7674,45 @@
10768 CONFIG_COMMANDS = $CONFIG_COMMANDS
10769 $ $0 $@
10770
10771 -_CSEOF
10772 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10773 -echo >&5
10774 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
10775 +"
10776 +
10777 _ACEOF
10778
10779 -# Files that config.status was made for.
10780 -if test -n "$ac_config_files"; then
10781 - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10782 -fi
10783 +case $ac_config_files in *"
10784 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
10785 +esac
10786
10787 -if test -n "$ac_config_headers"; then
10788 - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10789 -fi
10790 +case $ac_config_headers in *"
10791 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
10792 +esac
10793
10794 -if test -n "$ac_config_links"; then
10795 - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10796 -fi
10797
10798 -if test -n "$ac_config_commands"; then
10799 - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10800 -fi
10801 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10802 +# Files that config.status was made for.
10803 +config_files="$ac_config_files"
10804 +config_headers="$ac_config_headers"
10805 +config_commands="$ac_config_commands"
10806
10807 -cat >>$CONFIG_STATUS <<\_ACEOF
10808 +_ACEOF
10809
10810 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10811 ac_cs_usage="\
10812 \`$as_me' instantiates files from templates according to the
10813 current configuration.
10814
10815 -Usage: $0 [OPTIONS] [FILE]...
10816 +Usage: $0 [OPTION]... [FILE]...
10817
10818 -h, --help print this help, then exit
10819 - -V, --version print version number, then exit
10820 - -q, --quiet do not print progress messages
10821 + -V, --version print version number and configuration settings, then exit
10822 + -q, --quiet, --silent
10823 + do not print progress messages
10824 -d, --debug don't remove temporary files
10825 --recheck update $as_me by reconfiguring in the same conditions
10826 - --file=FILE[:TEMPLATE]
10827 - instantiate the configuration file FILE
10828 - --header=FILE[:TEMPLATE]
10829 - instantiate the configuration header FILE
10830 + --file=FILE[:TEMPLATE]
10831 + instantiate the configuration file FILE
10832 + --header=FILE[:TEMPLATE]
10833 + instantiate the configuration header FILE
10834
10835 Configuration files:
10836 $config_files
10837 @@ -6603,83 +7724,84 @@
10838 $config_commands
10839
10840 Report bugs to <bug-autoconf@gnu.org>."
10841 -_ACEOF
10842
10843 -cat >>$CONFIG_STATUS <<_ACEOF
10844 +_ACEOF
10845 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10846 ac_cs_version="\\
10847 gsoap config.status 2.7
10848 -configured by $0, generated by GNU Autoconf 2.59,
10849 - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10850 +configured by $0, generated by GNU Autoconf 2.63,
10851 + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
10852
10853 -Copyright (C) 2003 Free Software Foundation, Inc.
10854 +Copyright (C) 2008 Free Software Foundation, Inc.
10855 This config.status script is free software; the Free Software Foundation
10856 gives unlimited permission to copy, distribute and modify it."
10857 -srcdir=$srcdir
10858 -INSTALL="$INSTALL"
10859 +
10860 +ac_pwd='$ac_pwd'
10861 +srcdir='$srcdir'
10862 +INSTALL='$INSTALL'
10863 +MKDIR_P='$MKDIR_P'
10864 +AWK='$AWK'
10865 +test -n "\$AWK" || AWK=awk
10866 _ACEOF
10867
10868 -cat >>$CONFIG_STATUS <<\_ACEOF
10869 -# If no file are specified by the user, then we need to provide default
10870 -# value. By we need to know if files were specified by the user.
10871 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10872 +# The default lists apply if the user does not specify any file.
10873 ac_need_defaults=:
10874 while test $# != 0
10875 do
10876 case $1 in
10877 --*=*)
10878 - ac_option=`expr "x$1" : 'x\([^=]*\)='`
10879 - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10880 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
10881 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
10882 ac_shift=:
10883 ;;
10884 - -*)
10885 + *)
10886 ac_option=$1
10887 ac_optarg=$2
10888 ac_shift=shift
10889 ;;
10890 - *) # This is not an option, so the user has probably given explicit
10891 - # arguments.
10892 - ac_option=$1
10893 - ac_need_defaults=false;;
10894 esac
10895
10896 case $ac_option in
10897 # Handling of the options.
10898 -_ACEOF
10899 -cat >>$CONFIG_STATUS <<\_ACEOF
10900 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10901 ac_cs_recheck=: ;;
10902 - --version | --vers* | -V )
10903 - echo "$ac_cs_version"; exit 0 ;;
10904 - --he | --h)
10905 - # Conflict between --help and --header
10906 - { { echo "$as_me:$LINENO: error: ambiguous option: $1
10907 -Try \`$0 --help' for more information." >&5
10908 -echo "$as_me: error: ambiguous option: $1
10909 -Try \`$0 --help' for more information." >&2;}
10910 - { (exit 1); exit 1; }; };;
10911 - --help | --hel | -h )
10912 - echo "$ac_cs_usage"; exit 0 ;;
10913 - --debug | --d* | -d )
10914 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
10915 + $as_echo "$ac_cs_version"; exit ;;
10916 + --debug | --debu | --deb | --de | --d | -d )
10917 debug=: ;;
10918 --file | --fil | --fi | --f )
10919 $ac_shift
10920 - CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10921 + case $ac_optarg in
10922 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10923 + esac
10924 + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
10925 ac_need_defaults=false;;
10926 --header | --heade | --head | --hea )
10927 $ac_shift
10928 - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10929 + case $ac_optarg in
10930 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10931 + esac
10932 + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
10933 ac_need_defaults=false;;
10934 + --he | --h)
10935 + # Conflict between --help and --header
10936 + { $as_echo "$as_me: error: ambiguous option: $1
10937 +Try \`$0 --help' for more information." >&2
10938 + { (exit 1); exit 1; }; };;
10939 + --help | --hel | -h )
10940 + $as_echo "$ac_cs_usage"; exit ;;
10941 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10942 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10943 ac_cs_silent=: ;;
10944
10945 # This is an error.
10946 - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10947 -Try \`$0 --help' for more information." >&5
10948 -echo "$as_me: error: unrecognized option: $1
10949 -Try \`$0 --help' for more information." >&2;}
10950 + -*) { $as_echo "$as_me: error: unrecognized option: $1
10951 +Try \`$0 --help' for more information." >&2
10952 { (exit 1); exit 1; }; } ;;
10953
10954 - *) ac_config_targets="$ac_config_targets $1" ;;
10955 + *) ac_config_targets="$ac_config_targets $1"
10956 + ac_need_defaults=false ;;
10957
10958 esac
10959 shift
10960 @@ -6693,78 +7815,92 @@
10961 fi
10962
10963 _ACEOF
10964 -cat >>$CONFIG_STATUS <<_ACEOF
10965 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10966 if \$ac_cs_recheck; then
10967 - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10968 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10969 + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10970 + shift
10971 + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
10972 + CONFIG_SHELL='$SHELL'
10973 + export CONFIG_SHELL
10974 + exec "\$@"
10975 fi
10976
10977 _ACEOF
10978 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10979 +exec 5>>config.log
10980 +{
10981 + echo
10982 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10983 +## Running $as_me. ##
10984 +_ASBOX
10985 + $as_echo "$ac_log"
10986 +} >&5
10987
10988 -cat >>$CONFIG_STATUS <<_ACEOF
10989 +_ACEOF
10990 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10991 #
10992 -# INIT-COMMANDS section.
10993 +# INIT-COMMANDS
10994 #
10995 -
10996 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10997
10998 _ACEOF
10999
11000 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11001
11002 -
11003 -cat >>$CONFIG_STATUS <<\_ACEOF
11004 +# Handling of arguments.
11005 for ac_config_target in $ac_config_targets
11006 do
11007 - case "$ac_config_target" in
11008 - # Handling of arguments.
11009 - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11010 - "gsoap.pc" ) CONFIG_FILES="$CONFIG_FILES gsoap.pc" ;;
11011 - "gsoap++.pc" ) CONFIG_FILES="$CONFIG_FILES gsoap++.pc" ;;
11012 - "gsoapck.pc" ) CONFIG_FILES="$CONFIG_FILES gsoapck.pc" ;;
11013 - "gsoapck++.pc" ) CONFIG_FILES="$CONFIG_FILES gsoapck++.pc" ;;
11014 - "gsoapssl.pc" ) CONFIG_FILES="$CONFIG_FILES gsoapssl.pc" ;;
11015 - "gsoapssl++.pc" ) CONFIG_FILES="$CONFIG_FILES gsoapssl++.pc" ;;
11016 - "gsoap/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/Makefile" ;;
11017 - "gsoap/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/src/Makefile" ;;
11018 - "gsoap/wsdl/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/wsdl/Makefile" ;;
11019 - "gsoap/samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/Makefile" ;;
11020 - "gsoap/samples/calc/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/calc/Makefile" ;;
11021 - "gsoap/samples/calc++/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/calc++/Makefile" ;;
11022 - "gsoap/samples/databinding/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/databinding/Makefile" ;;
11023 - "gsoap/samples/dime/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/dime/Makefile" ;;
11024 - "gsoap/samples/dom/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/dom/Makefile" ;;
11025 - "gsoap/samples/events/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/events/Makefile" ;;
11026 - "gsoap/samples/events++/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/events++/Makefile" ;;
11027 - "gsoap/samples/factory/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/factory/Makefile" ;;
11028 - "gsoap/samples/factorytest/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/factorytest/Makefile" ;;
11029 - "gsoap/samples/gmt/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/gmt/Makefile" ;;
11030 - "gsoap/samples/googleapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/googleapi/Makefile" ;;
11031 - "gsoap/samples/hello/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/hello/Makefile" ;;
11032 - "gsoap/samples/httpcookies/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/httpcookies/Makefile" ;;
11033 - "gsoap/samples/lu/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/lu/Makefile" ;;
11034 - "gsoap/samples/magic/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/magic/Makefile" ;;
11035 - "gsoap/samples/mashup/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/mashup/Makefile" ;;
11036 - "gsoap/samples/mashup++/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/mashup++/Makefile" ;;
11037 - "gsoap/samples/mtom/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/mtom/Makefile" ;;
11038 - "gsoap/samples/mtom-stream/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/mtom-stream/Makefile" ;;
11039 - "gsoap/samples/polytest/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/polytest/Makefile" ;;
11040 - "gsoap/samples/roll/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/roll/Makefile" ;;
11041 - "gsoap/samples/router/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/router/Makefile" ;;
11042 - "gsoap/samples/rss/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/rss/Makefile" ;;
11043 - "gsoap/samples/ssl/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/ssl/Makefile" ;;
11044 - "gsoap/samples/udp/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/udp/Makefile" ;;
11045 - "gsoap/samples/varparam/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/varparam/Makefile" ;;
11046 - "gsoap/samples/wsa/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/wsa/Makefile" ;;
11047 - "gsoap/samples/wsse/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/wsse/Makefile" ;;
11048 - "gsoap/samples/xml-rpc/Makefile" ) CONFIG_FILES="$CONFIG_FILES gsoap/samples/xml-rpc/Makefile" ;;
11049 - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11050 - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11051 - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11052 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11053 + case $ac_config_target in
11054 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11055 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11056 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11057 + "gsoap.pc") CONFIG_FILES="$CONFIG_FILES gsoap.pc" ;;
11058 + "gsoap++.pc") CONFIG_FILES="$CONFIG_FILES gsoap++.pc" ;;
11059 + "gsoapck.pc") CONFIG_FILES="$CONFIG_FILES gsoapck.pc" ;;
11060 + "gsoapck++.pc") CONFIG_FILES="$CONFIG_FILES gsoapck++.pc" ;;
11061 + "gsoapssl.pc") CONFIG_FILES="$CONFIG_FILES gsoapssl.pc" ;;
11062 + "gsoapssl++.pc") CONFIG_FILES="$CONFIG_FILES gsoapssl++.pc" ;;
11063 + "gsoap/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/Makefile" ;;
11064 + "gsoap/src/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/src/Makefile" ;;
11065 + "gsoap/wsdl/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/wsdl/Makefile" ;;
11066 + "gsoap/samples/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/Makefile" ;;
11067 + "gsoap/samples/calc/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/calc/Makefile" ;;
11068 + "gsoap/samples/calc++/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/calc++/Makefile" ;;
11069 + "gsoap/samples/databinding/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/databinding/Makefile" ;;
11070 + "gsoap/samples/dime/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/dime/Makefile" ;;
11071 + "gsoap/samples/dom/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/dom/Makefile" ;;
11072 + "gsoap/samples/events/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/events/Makefile" ;;
11073 + "gsoap/samples/events++/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/events++/Makefile" ;;
11074 + "gsoap/samples/factory/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/factory/Makefile" ;;
11075 + "gsoap/samples/factorytest/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/factorytest/Makefile" ;;
11076 + "gsoap/samples/gmt/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/gmt/Makefile" ;;
11077 + "gsoap/samples/googleapi/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/googleapi/Makefile" ;;
11078 + "gsoap/samples/hello/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/hello/Makefile" ;;
11079 + "gsoap/samples/httpcookies/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/httpcookies/Makefile" ;;
11080 + "gsoap/samples/lu/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/lu/Makefile" ;;
11081 + "gsoap/samples/magic/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/magic/Makefile" ;;
11082 + "gsoap/samples/mashup/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/mashup/Makefile" ;;
11083 + "gsoap/samples/mashup++/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/mashup++/Makefile" ;;
11084 + "gsoap/samples/mtom/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/mtom/Makefile" ;;
11085 + "gsoap/samples/mtom-stream/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/mtom-stream/Makefile" ;;
11086 + "gsoap/samples/polytest/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/polytest/Makefile" ;;
11087 + "gsoap/samples/roll/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/roll/Makefile" ;;
11088 + "gsoap/samples/router/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/router/Makefile" ;;
11089 + "gsoap/samples/rss/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/rss/Makefile" ;;
11090 + "gsoap/samples/ssl/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/ssl/Makefile" ;;
11091 + "gsoap/samples/udp/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/udp/Makefile" ;;
11092 + "gsoap/samples/varparam/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/varparam/Makefile" ;;
11093 + "gsoap/samples/wsa/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/wsa/Makefile" ;;
11094 + "gsoap/samples/wsse/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/wsse/Makefile" ;;
11095 + "gsoap/samples/xml-rpc/Makefile") CONFIG_FILES="$CONFIG_FILES gsoap/samples/xml-rpc/Makefile" ;;
11096 +
11097 + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11098 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11099 { (exit 1); exit 1; }; };;
11100 esac
11101 done
11102
11103 +
11104 # If the user did not use the arguments to specify the items to instantiate,
11105 # then the envvar interface is used. Set only those that are not.
11106 # We use the long form for the default assignment because of an extremely
11107 @@ -6776,830 +7912,791 @@
11108 fi
11109
11110 # Have a temporary directory for convenience. Make it in the build tree
11111 -# simply because there is no reason to put it here, and in addition,
11112 +# simply because there is no reason against having it here, and in addition,
11113 # creating and moving files from /tmp can sometimes cause problems.
11114 -# Create a temporary directory, and hook for its removal unless debugging.
11115 +# Hook for its removal unless debugging.
11116 +# Note that there is a small window in which the directory will not be cleaned:
11117 +# after its creation but before its name has been assigned to `$tmp'.
11118 $debug ||
11119 {
11120 - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11121 + tmp=
11122 + trap 'exit_status=$?
11123 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11124 +' 0
11125 trap '{ (exit 1); exit 1; }' 1 2 13 15
11126 }
11127 -
11128 # Create a (secure) tmp directory for tmp files.
11129
11130 {
11131 - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11132 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11133 test -n "$tmp" && test -d "$tmp"
11134 } ||
11135 {
11136 - tmp=./confstat$$-$RANDOM
11137 - (umask 077 && mkdir $tmp)
11138 + tmp=./conf$$-$RANDOM
11139 + (umask 077 && mkdir "$tmp")
11140 } ||
11141 {
11142 - echo "$me: cannot create a temporary directory in ." >&2
11143 + $as_echo "$as_me: cannot create a temporary directory in ." >&2
11144 { (exit 1); exit 1; }
11145 }
11146
11147 +# Set up the scripts for CONFIG_FILES section.
11148 +# No need to generate them if there are no CONFIG_FILES.
11149 +# This happens for instance with `./config.status config.h'.
11150 +if test -n "$CONFIG_FILES"; then
11151 +
11152 +
11153 +ac_cr='
11154 '
11155 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11156 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11157 + ac_cs_awk_cr='\\r'
11158 +else
11159 + ac_cs_awk_cr=$ac_cr
11160 +fi
11161 +
11162 +echo 'BEGIN {' >"$tmp/subs1.awk" &&
11163 _ACEOF
11164
11165 -cat >>$CONFIG_STATUS <<_ACEOF
11166
11167 -#
11168 -# CONFIG_FILES section.
11169 -#
11170 +{
11171 + echo "cat >conf$$subs.awk <<_ACEOF" &&
11172 + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11173 + echo "_ACEOF"
11174 +} >conf$$subs.sh ||
11175 + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11176 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11177 + { (exit 1); exit 1; }; }
11178 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11179 +ac_delim='%!_!# '
11180 +for ac_last_try in false false false false false :; do
11181 + . ./conf$$subs.sh ||
11182 + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11183 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11184 + { (exit 1); exit 1; }; }
11185
11186 -# No need to generate the scripts if there are no CONFIG_FILES.
11187 -# This happens for instance when ./config.status config.h
11188 -if test -n "\$CONFIG_FILES"; then
11189 - # Protect against being on the right side of a sed subst in config.status.
11190 - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11191 - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11192 -s,@SHELL@,$SHELL,;t t
11193 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11194 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11195 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11196 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11197 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11198 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11199 -s,@exec_prefix@,$exec_prefix,;t t
11200 -s,@prefix@,$prefix,;t t
11201 -s,@program_transform_name@,$program_transform_name,;t t
11202 -s,@bindir@,$bindir,;t t
11203 -s,@sbindir@,$sbindir,;t t
11204 -s,@libexecdir@,$libexecdir,;t t
11205 -s,@datadir@,$datadir,;t t
11206 -s,@sysconfdir@,$sysconfdir,;t t
11207 -s,@sharedstatedir@,$sharedstatedir,;t t
11208 -s,@localstatedir@,$localstatedir,;t t
11209 -s,@libdir@,$libdir,;t t
11210 -s,@includedir@,$includedir,;t t
11211 -s,@oldincludedir@,$oldincludedir,;t t
11212 -s,@infodir@,$infodir,;t t
11213 -s,@mandir@,$mandir,;t t
11214 -s,@build_alias@,$build_alias,;t t
11215 -s,@host_alias@,$host_alias,;t t
11216 -s,@target_alias@,$target_alias,;t t
11217 -s,@DEFS@,$DEFS,;t t
11218 -s,@ECHO_C@,$ECHO_C,;t t
11219 -s,@ECHO_N@,$ECHO_N,;t t
11220 -s,@ECHO_T@,$ECHO_T,;t t
11221 -s,@LIBS@,$LIBS,;t t
11222 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11223 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11224 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11225 -s,@PACKAGE@,$PACKAGE,;t t
11226 -s,@VERSION@,$VERSION,;t t
11227 -s,@ACLOCAL@,$ACLOCAL,;t t
11228 -s,@AUTOCONF@,$AUTOCONF,;t t
11229 -s,@AUTOMAKE@,$AUTOMAKE,;t t
11230 -s,@AUTOHEADER@,$AUTOHEADER,;t t
11231 -s,@MAKEINFO@,$MAKEINFO,;t t
11232 -s,@AMTAR@,$AMTAR,;t t
11233 -s,@install_sh@,$install_sh,;t t
11234 -s,@STRIP@,$STRIP,;t t
11235 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11236 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11237 -s,@AWK@,$AWK,;t t
11238 -s,@SET_MAKE@,$SET_MAKE,;t t
11239 -s,@build@,$build,;t t
11240 -s,@build_cpu@,$build_cpu,;t t
11241 -s,@build_vendor@,$build_vendor,;t t
11242 -s,@build_os@,$build_os,;t t
11243 -s,@host@,$host,;t t
11244 -s,@host_cpu@,$host_cpu,;t t
11245 -s,@host_vendor@,$host_vendor,;t t
11246 -s,@host_os@,$host_os,;t t
11247 -s,@CXX@,$CXX,;t t
11248 -s,@CXXFLAGS@,$CXXFLAGS,;t t
11249 -s,@LDFLAGS@,$LDFLAGS,;t t
11250 -s,@CPPFLAGS@,$CPPFLAGS,;t t
11251 -s,@ac_ct_CXX@,$ac_ct_CXX,;t t
11252 -s,@EXEEXT@,$EXEEXT,;t t
11253 -s,@OBJEXT@,$OBJEXT,;t t
11254 -s,@DEPDIR@,$DEPDIR,;t t
11255 -s,@am__include@,$am__include,;t t
11256 -s,@am__quote@,$am__quote,;t t
11257 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11258 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11259 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11260 -s,@CXXDEPMODE@,$CXXDEPMODE,;t t
11261 -s,@CC@,$CC,;t t
11262 -s,@CFLAGS@,$CFLAGS,;t t
11263 -s,@ac_ct_CC@,$ac_ct_CC,;t t
11264 -s,@CCDEPMODE@,$CCDEPMODE,;t t
11265 -s,@LEX@,$LEX,;t t
11266 -s,@LEXLIB@,$LEXLIB,;t t
11267 -s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11268 -s,@YACC@,$YACC,;t t
11269 -s,@CPP@,$CPP,;t t
11270 -s,@RANLIB@,$RANLIB,;t t
11271 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11272 -s,@LN_S@,$LN_S,;t t
11273 -s,@SAMPLE_EXTRA_LIBS@,$SAMPLE_EXTRA_LIBS,;t t
11274 -s,@platform@,$platform,;t t
11275 -s,@EGREP@,$EGREP,;t t
11276 -s,@LIBOBJS@,$LIBOBJS,;t t
11277 -s,@DEBUG_COMPILE_TRUE@,$DEBUG_COMPILE_TRUE,;t t
11278 -s,@DEBUG_COMPILE_FALSE@,$DEBUG_COMPILE_FALSE,;t t
11279 -s,@SOAPCPP2_DEBUG@,$SOAPCPP2_DEBUG,;t t
11280 -s,@SOAPCPP2_IMPORTPATH@,$SOAPCPP2_IMPORTPATH,;t t
11281 -s,@WSDL2H_IMPORTPATH@,$WSDL2H_IMPORTPATH,;t t
11282 -s,@SOAPCPP2_NONAMESPACES@,$SOAPCPP2_NONAMESPACES,;t t
11283 -s,@WSDL2H_EXTRA_FLAGS@,$WSDL2H_EXTRA_FLAGS,;t t
11284 -s,@WSDL2H_EXTRA_LIBS@,$WSDL2H_EXTRA_LIBS,;t t
11285 -s,@WSDL2H_SOAP_CPP_LIB@,$WSDL2H_SOAP_CPP_LIB,;t t
11286 -s,@ENABLE_SAMPLES_TRUE@,$ENABLE_SAMPLES_TRUE,;t t
11287 -s,@ENABLE_SAMPLES_FALSE@,$ENABLE_SAMPLES_FALSE,;t t
11288 -s,@ENABLE_SAMPLES@,$ENABLE_SAMPLES,;t t
11289 -s,@SAMPLE_DIRS@,$SAMPLE_DIRS,;t t
11290 -s,@LEX_DEFINE@,$LEX_DEFINE,;t t
11291 -s,@LEX_FLAGS@,$LEX_FLAGS,;t t
11292 -s,@BISON_DEFINE@,$BISON_DEFINE,;t t
11293 -s,@YACC_LIB@,$YACC_LIB,;t t
11294 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11295 -CEOF
11296 -
11297 -_ACEOF
11298 -
11299 - cat >>$CONFIG_STATUS <<\_ACEOF
11300 - # Split the substitutions into bite-sized pieces for seds with
11301 - # small command number limits, like on Digital OSF/1 and HP-UX.
11302 - ac_max_sed_lines=48
11303 - ac_sed_frag=1 # Number of current file.
11304 - ac_beg=1 # First line for current file.
11305 - ac_end=$ac_max_sed_lines # Line after last line for current file.
11306 - ac_more_lines=:
11307 - ac_sed_cmds=
11308 - while $ac_more_lines; do
11309 - if test $ac_beg -gt 1; then
11310 - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11311 - else
11312 - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11313 - fi
11314 - if test ! -s $tmp/subs.frag; then
11315 - ac_more_lines=false
11316 - else
11317 - # The purpose of the label and of the branching condition is to
11318 - # speed up the sed processing (if there are no `@' at all, there
11319 - # is no need to browse any of the substitutions).
11320 - # These are the two extra sed commands mentioned above.
11321 - (echo ':t
11322 - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11323 - if test -z "$ac_sed_cmds"; then
11324 - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
11325 - else
11326 - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11327 - fi
11328 - ac_sed_frag=`expr $ac_sed_frag + 1`
11329 - ac_beg=$ac_end
11330 - ac_end=`expr $ac_end + $ac_max_sed_lines`
11331 - fi
11332 - done
11333 - if test -z "$ac_sed_cmds"; then
11334 - ac_sed_cmds=cat
11335 + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11336 + if test $ac_delim_n = $ac_delim_num; then
11337 + break
11338 + elif $ac_last_try; then
11339 + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11340 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11341 + { (exit 1); exit 1; }; }
11342 + else
11343 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11344 fi
11345 +done
11346 +rm -f conf$$subs.sh
11347 +
11348 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11349 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
11350 +_ACEOF
11351 +sed -n '
11352 +h
11353 +s/^/S["/; s/!.*/"]=/
11354 +p
11355 +g
11356 +s/^[^!]*!//
11357 +:repl
11358 +t repl
11359 +s/'"$ac_delim"'$//
11360 +t delim
11361 +:nl
11362 +h
11363 +s/\(.\{148\}\).*/\1/
11364 +t more1
11365 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
11366 +p
11367 +n
11368 +b repl
11369 +:more1
11370 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11371 +p
11372 +g
11373 +s/.\{148\}//
11374 +t nl
11375 +:delim
11376 +h
11377 +s/\(.\{148\}\).*/\1/
11378 +t more2
11379 +s/["\\]/\\&/g; s/^/"/; s/$/"/
11380 +p
11381 +b
11382 +:more2
11383 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11384 +p
11385 +g
11386 +s/.\{148\}//
11387 +t delim
11388 +' <conf$$subs.awk | sed '
11389 +/^[^""]/{
11390 + N
11391 + s/\n//
11392 +}
11393 +' >>$CONFIG_STATUS || ac_write_fail=1
11394 +rm -f conf$$subs.awk
11395 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11396 +_ACAWK
11397 +cat >>"\$tmp/subs1.awk" <<_ACAWK &&
11398 + for (key in S) S_is_set[key] = 1
11399 + FS = ""
11400 +
11401 +}
11402 +{
11403 + line = $ 0
11404 + nfields = split(line, field, "@")
11405 + substed = 0
11406 + len = length(field[1])
11407 + for (i = 2; i < nfields; i++) {
11408 + key = field[i]
11409 + keylen = length(key)
11410 + if (S_is_set[key]) {
11411 + value = S[key]
11412 + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
11413 + len += length(value) + length(field[++i])
11414 + substed = 1
11415 + } else
11416 + len += 1 + keylen
11417 + }
11418 +
11419 + print line
11420 +}
11421 +
11422 +_ACAWK
11423 +_ACEOF
11424 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11425 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
11426 + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
11427 +else
11428 + cat
11429 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
11430 + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
11431 +$as_echo "$as_me: error: could not setup config files machinery" >&2;}
11432 + { (exit 1); exit 1; }; }
11433 +_ACEOF
11434 +
11435 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
11436 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11437 +# trailing colons and then remove the whole line if VPATH becomes empty
11438 +# (actually we leave an empty line to preserve line numbers).
11439 +if test "x$srcdir" = x.; then
11440 + ac_vpsub='/^[ ]*VPATH[ ]*=/{
11441 +s/:*\$(srcdir):*/:/
11442 +s/:*\${srcdir}:*/:/
11443 +s/:*@srcdir@:*/:/
11444 +s/^\([^=]*=[ ]*\):*/\1/
11445 +s/:*$//
11446 +s/^[^=]*=[ ]*$//
11447 +}'
11448 +fi
11449 +
11450 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11451 fi # test -n "$CONFIG_FILES"
11452
11453 +# Set up the scripts for CONFIG_HEADERS section.
11454 +# No need to generate them if there are no CONFIG_HEADERS.
11455 +# This happens for instance with `./config.status Makefile'.
11456 +if test -n "$CONFIG_HEADERS"; then
11457 +cat >"$tmp/defines.awk" <<\_ACAWK ||
11458 +BEGIN {
11459 +_ACEOF
11460 +
11461 +# Transform confdefs.h into an awk script `defines.awk', embedded as
11462 +# here-document in config.status, that substitutes the proper values into
11463 +# config.h.in to produce config.h.
11464 +
11465 +# Create a delimiter string that does not exist in confdefs.h, to ease
11466 +# handling of long lines.
11467 +ac_delim='%!_!# '
11468 +for ac_last_try in false false :; do
11469 + ac_t=`sed -n "/$ac_delim/p" confdefs.h`
11470 + if test -z "$ac_t"; then
11471 + break
11472 + elif $ac_last_try; then
11473 + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
11474 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
11475 + { (exit 1); exit 1; }; }
11476 + else
11477 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11478 + fi
11479 +done
11480 +
11481 +# For the awk script, D is an array of macro values keyed by name,
11482 +# likewise P contains macro parameters if any. Preserve backslash
11483 +# newline sequences.
11484 +
11485 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11486 +sed -n '
11487 +s/.\{148\}/&'"$ac_delim"'/g
11488 +t rset
11489 +:rset
11490 +s/^[ ]*#[ ]*define[ ][ ]*/ /
11491 +t def
11492 +d
11493 +:def
11494 +s/\\$//
11495 +t bsnl
11496 +s/["\\]/\\&/g
11497 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11498 +D["\1"]=" \3"/p
11499 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
11500 +d
11501 +:bsnl
11502 +s/["\\]/\\&/g
11503 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11504 +D["\1"]=" \3\\\\\\n"\\/p
11505 +t cont
11506 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
11507 +t cont
11508 +d
11509 +:cont
11510 +n
11511 +s/.\{148\}/&'"$ac_delim"'/g
11512 +t clear
11513 +:clear
11514 +s/\\$//
11515 +t bsnlc
11516 +s/["\\]/\\&/g; s/^/"/; s/$/"/p
11517 +d
11518 +:bsnlc
11519 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
11520 +b cont
11521 +' <confdefs.h | sed '
11522 +s/'"$ac_delim"'/"\\\
11523 +"/g' >>$CONFIG_STATUS || ac_write_fail=1
11524 +
11525 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11526 + for (key in D) D_is_set[key] = 1
11527 + FS = ""
11528 +}
11529 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11530 + line = \$ 0
11531 + split(line, arg, " ")
11532 + if (arg[1] == "#") {
11533 + defundef = arg[2]
11534 + mac1 = arg[3]
11535 + } else {
11536 + defundef = substr(arg[1], 2)
11537 + mac1 = arg[2]
11538 + }
11539 + split(mac1, mac2, "(") #)
11540 + macro = mac2[1]
11541 + prefix = substr(line, 1, index(line, defundef) - 1)
11542 + if (D_is_set[macro]) {
11543 + # Preserve the white space surrounding the "#".
11544 + print prefix "define", macro P[macro] D[macro]
11545 + next
11546 + } else {
11547 + # Replace #undef with comments. This is necessary, for example,
11548 + # in the case of _POSIX_SOURCE, which is predefined and required
11549 + # on some systems where configure will not decide to define it.
11550 + if (defundef == "undef") {
11551 + print "/*", prefix defundef, macro, "*/"
11552 + next
11553 + }
11554 + }
11555 +}
11556 +{ print }
11557 +_ACAWK
11558 _ACEOF
11559 -cat >>$CONFIG_STATUS <<\_ACEOF
11560 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
11561 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11562 - case $ac_file in
11563 - - | *:- | *:-:* ) # input from stdin
11564 - cat >$tmp/stdin
11565 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11566 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11567 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11568 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11569 - * ) ac_file_in=$ac_file.in ;;
11570 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11571 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
11572 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
11573 + { (exit 1); exit 1; }; }
11574 +fi # test -n "$CONFIG_HEADERS"
11575 +
11576 +
11577 +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
11578 +shift
11579 +for ac_tag
11580 +do
11581 + case $ac_tag in
11582 + :[FHLC]) ac_mode=$ac_tag; continue;;
11583 + esac
11584 + case $ac_mode$ac_tag in
11585 + :[FHL]*:*);;
11586 + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
11587 +$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
11588 + { (exit 1); exit 1; }; };;
11589 + :[FH]-) ac_tag=-:-;;
11590 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11591 + esac
11592 + ac_save_IFS=$IFS
11593 + IFS=:
11594 + set x $ac_tag
11595 + IFS=$ac_save_IFS
11596 + shift
11597 + ac_file=$1
11598 + shift
11599 +
11600 + case $ac_mode in
11601 + :L) ac_source=$1;;
11602 + :[FH])
11603 + ac_file_inputs=
11604 + for ac_f
11605 + do
11606 + case $ac_f in
11607 + -) ac_f="$tmp/stdin";;
11608 + *) # Look for the file first in the build tree, then in the source tree
11609 + # (if the path is not absolute). The absolute path cannot be DOS-style,
11610 + # because $ac_f cannot contain `:'.
11611 + test -f "$ac_f" ||
11612 + case $ac_f in
11613 + [\\/$]*) false;;
11614 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11615 + esac ||
11616 + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
11617 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
11618 + { (exit 1); exit 1; }; };;
11619 + esac
11620 + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
11621 + ac_file_inputs="$ac_file_inputs '$ac_f'"
11622 + done
11623 +
11624 + # Let's still pretend it is `configure' which instantiates (i.e., don't
11625 + # use $as_me), people would be surprised to read:
11626 + # /* config.h. Generated by config.status. */
11627 + configure_input='Generated from '`
11628 + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
11629 + `' by configure.'
11630 + if test x"$ac_file" != x-; then
11631 + configure_input="$ac_file. $configure_input"
11632 + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
11633 +$as_echo "$as_me: creating $ac_file" >&6;}
11634 + fi
11635 + # Neutralize special characters interpreted by sed in replacement strings.
11636 + case $configure_input in #(
11637 + *\&* | *\|* | *\\* )
11638 + ac_sed_conf_input=`$as_echo "$configure_input" |
11639 + sed 's/[\\\\&|]/\\\\&/g'`;; #(
11640 + *) ac_sed_conf_input=$configure_input;;
11641 + esac
11642 +
11643 + case $ac_tag in
11644 + *:-:* | *:-) cat >"$tmp/stdin" \
11645 + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
11646 +$as_echo "$as_me: error: could not create $ac_file" >&2;}
11647 + { (exit 1); exit 1; }; } ;;
11648 + esac
11649 + ;;
11650 esac
11651
11652 - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11653 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11654 + ac_dir=`$as_dirname -- "$ac_file" ||
11655 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11656 X"$ac_file" : 'X\(//\)[^/]' \| \
11657 X"$ac_file" : 'X\(//\)$' \| \
11658 - X"$ac_file" : 'X\(/\)' \| \
11659 - . : '\(.\)' 2>/dev/null ||
11660 -echo X"$ac_file" |
11661 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11662 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11663 - /^X\(\/\/\)$/{ s//\1/; q; }
11664 - /^X\(\/\).*/{ s//\1/; q; }
11665 - s/.*/./; q'`
11666 - { if $as_mkdir_p; then
11667 - mkdir -p "$ac_dir"
11668 - else
11669 - as_dir="$ac_dir"
11670 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11671 +$as_echo X"$ac_file" |
11672 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11673 + s//\1/
11674 + q
11675 + }
11676 + /^X\(\/\/\)[^/].*/{
11677 + s//\1/
11678 + q
11679 + }
11680 + /^X\(\/\/\)$/{
11681 + s//\1/
11682 + q
11683 + }
11684 + /^X\(\/\).*/{
11685 + s//\1/
11686 + q
11687 + }
11688 + s/.*/./; q'`
11689 + { as_dir="$ac_dir"
11690 + case $as_dir in #(
11691 + -*) as_dir=./$as_dir;;
11692 + esac
11693 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
11694 as_dirs=
11695 - while test ! -d "$as_dir"; do
11696 - as_dirs="$as_dir $as_dirs"
11697 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
11698 + while :; do
11699 + case $as_dir in #(
11700 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11701 + *) as_qdir=$as_dir;;
11702 + esac
11703 + as_dirs="'$as_qdir' $as_dirs"
11704 + as_dir=`$as_dirname -- "$as_dir" ||
11705 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11706 X"$as_dir" : 'X\(//\)[^/]' \| \
11707 X"$as_dir" : 'X\(//\)$' \| \
11708 - X"$as_dir" : 'X\(/\)' \| \
11709 - . : '\(.\)' 2>/dev/null ||
11710 -echo X"$as_dir" |
11711 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11712 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11713 - /^X\(\/\/\)$/{ s//\1/; q; }
11714 - /^X\(\/\).*/{ s//\1/; q; }
11715 - s/.*/./; q'`
11716 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11717 +$as_echo X"$as_dir" |
11718 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11719 + s//\1/
11720 + q
11721 + }
11722 + /^X\(\/\/\)[^/].*/{
11723 + s//\1/
11724 + q
11725 + }
11726 + /^X\(\/\/\)$/{
11727 + s//\1/
11728 + q
11729 + }
11730 + /^X\(\/\).*/{
11731 + s//\1/
11732 + q
11733 + }
11734 + s/.*/./; q'`
11735 + test -d "$as_dir" && break
11736 done
11737 - test ! -n "$as_dirs" || mkdir $as_dirs
11738 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11739 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11740 + test -z "$as_dirs" || eval "mkdir $as_dirs"
11741 + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
11742 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
11743 { (exit 1); exit 1; }; }; }
11744 -
11745 ac_builddir=.
11746
11747 -if test "$ac_dir" != .; then
11748 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11749 - # A "../" for each directory in $ac_dir_suffix.
11750 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11751 -else
11752 - ac_dir_suffix= ac_top_builddir=
11753 -fi
11754 +case "$ac_dir" in
11755 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11756 +*)
11757 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
11758 + # A ".." for each directory in $ac_dir_suffix.
11759 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
11760 + case $ac_top_builddir_sub in
11761 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
11762 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
11763 + esac ;;
11764 +esac
11765 +ac_abs_top_builddir=$ac_pwd
11766 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
11767 +# for backward compatibility:
11768 +ac_top_builddir=$ac_top_build_prefix
11769
11770 case $srcdir in
11771 - .) # No --srcdir option. We are building in place.
11772 + .) # We are building in place.
11773 ac_srcdir=.
11774 - if test -z "$ac_top_builddir"; then
11775 - ac_top_srcdir=.
11776 - else
11777 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11778 - fi ;;
11779 - [\\/]* | ?:[\\/]* ) # Absolute path.
11780 + ac_top_srcdir=$ac_top_builddir_sub
11781 + ac_abs_top_srcdir=$ac_pwd ;;
11782 + [\\/]* | ?:[\\/]* ) # Absolute name.
11783 ac_srcdir=$srcdir$ac_dir_suffix;
11784 - ac_top_srcdir=$srcdir ;;
11785 - *) # Relative path.
11786 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11787 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
11788 + ac_top_srcdir=$srcdir
11789 + ac_abs_top_srcdir=$srcdir ;;
11790 + *) # Relative name.
11791 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
11792 + ac_top_srcdir=$ac_top_build_prefix$srcdir
11793 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
11794 esac
11795 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
11796
11797 -# Do not use `cd foo && pwd` to compute absolute paths, because
11798 -# the directories may not exist.
11799 -case `pwd` in
11800 -.) ac_abs_builddir="$ac_dir";;
11801 -*)
11802 - case "$ac_dir" in
11803 - .) ac_abs_builddir=`pwd`;;
11804 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11805 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
11806 - esac;;
11807 -esac
11808 -case $ac_abs_builddir in
11809 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
11810 -*)
11811 - case ${ac_top_builddir}. in
11812 - .) ac_abs_top_builddir=$ac_abs_builddir;;
11813 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11814 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11815 - esac;;
11816 -esac
11817 -case $ac_abs_builddir in
11818 -.) ac_abs_srcdir=$ac_srcdir;;
11819 -*)
11820 - case $ac_srcdir in
11821 - .) ac_abs_srcdir=$ac_abs_builddir;;
11822 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11823 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11824 - esac;;
11825 -esac
11826 -case $ac_abs_builddir in
11827 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
11828 -*)
11829 - case $ac_top_srcdir in
11830 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
11831 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11832 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11833 - esac;;
11834 -esac
11835
11836 + case $ac_mode in
11837 + :F)
11838 + #
11839 + # CONFIG_FILE
11840 + #
11841
11842 case $INSTALL in
11843 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11844 - *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11845 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
11846 esac
11847 + ac_MKDIR_P=$MKDIR_P
11848 + case $MKDIR_P in
11849 + [\\/$]* | ?:[\\/]* ) ;;
11850 + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
11851 + esac
11852 +_ACEOF
11853
11854 - if test x"$ac_file" != x-; then
11855 - { echo "$as_me:$LINENO: creating $ac_file" >&5
11856 -echo "$as_me: creating $ac_file" >&6;}
11857 - rm -f "$ac_file"
11858 - fi
11859 - # Let's still pretend it is `configure' which instantiates (i.e., don't
11860 - # use $as_me), people would be surprised to read:
11861 - # /* config.h. Generated by config.status. */
11862 - if test x"$ac_file" = x-; then
11863 - configure_input=
11864 - else
11865 - configure_input="$ac_file. "
11866 - fi
11867 - configure_input=$configure_input"Generated from `echo $ac_file_in |
11868 - sed 's,.*/,,'` by configure."
11869 -
11870 - # First look for the input files in the build tree, otherwise in the
11871 - # src tree.
11872 - ac_file_inputs=`IFS=:
11873 - for f in $ac_file_in; do
11874 - case $f in
11875 - -) echo $tmp/stdin ;;
11876 - [\\/$]*)
11877 - # Absolute (can't be DOS-style, as IFS=:)
11878 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11879 -echo "$as_me: error: cannot find input file: $f" >&2;}
11880 - { (exit 1); exit 1; }; }
11881 - echo "$f";;
11882 - *) # Relative
11883 - if test -f "$f"; then
11884 - # Build tree
11885 - echo "$f"
11886 - elif test -f "$srcdir/$f"; then
11887 - # Source tree
11888 - echo "$srcdir/$f"
11889 - else
11890 - # /dev/null tree
11891 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11892 -echo "$as_me: error: cannot find input file: $f" >&2;}
11893 - { (exit 1); exit 1; }; }
11894 - fi;;
11895 - esac
11896 - done` || { (exit 1); exit 1; }
11897 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11898 +# If the template does not know about datarootdir, expand it.
11899 +# FIXME: This hack should be removed a few years after 2.60.
11900 +ac_datarootdir_hack=; ac_datarootdir_seen=
11901 +
11902 +ac_sed_dataroot='
11903 +/datarootdir/ {
11904 + p
11905 + q
11906 +}
11907 +/@datadir@/p
11908 +/@docdir@/p
11909 +/@infodir@/p
11910 +/@localedir@/p
11911 +/@mandir@/p
11912 +'
11913 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
11914 +*datarootdir*) ac_datarootdir_seen=yes;;
11915 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11916 + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11917 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11918 +_ACEOF
11919 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11920 + ac_datarootdir_hack='
11921 + s&@datadir@&$datadir&g
11922 + s&@docdir@&$docdir&g
11923 + s&@infodir@&$infodir&g
11924 + s&@localedir@&$localedir&g
11925 + s&@mandir@&$mandir&g
11926 + s&\\\${datarootdir}&$datarootdir&g' ;;
11927 +esac
11928 _ACEOF
11929 -cat >>$CONFIG_STATUS <<_ACEOF
11930 - sed "$ac_vpsub
11931 +
11932 +# Neutralize VPATH when `$srcdir' = `.'.
11933 +# Shell code in configure.ac might set extrasub.
11934 +# FIXME: do we really want to maintain this feature?
11935 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11936 +ac_sed_extra="$ac_vpsub
11937 $extrasub
11938 _ACEOF
11939 -cat >>$CONFIG_STATUS <<\_ACEOF
11940 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11941 :t
11942 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11943 -s,@configure_input@,$configure_input,;t t
11944 -s,@srcdir@,$ac_srcdir,;t t
11945 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
11946 -s,@top_srcdir@,$ac_top_srcdir,;t t
11947 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11948 -s,@builddir@,$ac_builddir,;t t
11949 -s,@abs_builddir@,$ac_abs_builddir,;t t
11950 -s,@top_builddir@,$ac_top_builddir,;t t
11951 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11952 -s,@INSTALL@,$ac_INSTALL,;t t
11953 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11954 - rm -f $tmp/stdin
11955 - if test x"$ac_file" != x-; then
11956 - mv $tmp/out $ac_file
11957 - else
11958 - cat $tmp/out
11959 - rm -f $tmp/out
11960 - fi
11961 -
11962 -done
11963 -_ACEOF
11964 -cat >>$CONFIG_STATUS <<\_ACEOF
11965 -
11966 -#
11967 -# CONFIG_HEADER section.
11968 -#
11969 +s|@configure_input@|$ac_sed_conf_input|;t t
11970 +s&@top_builddir@&$ac_top_builddir_sub&;t t
11971 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
11972 +s&@srcdir@&$ac_srcdir&;t t
11973 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
11974 +s&@top_srcdir@&$ac_top_srcdir&;t t
11975 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
11976 +s&@builddir@&$ac_builddir&;t t
11977 +s&@abs_builddir@&$ac_abs_builddir&;t t
11978 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
11979 +s&@INSTALL@&$ac_INSTALL&;t t
11980 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
11981 +$ac_datarootdir_hack
11982 +"
11983 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
11984 + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
11985 +$as_echo "$as_me: error: could not create $ac_file" >&2;}
11986 + { (exit 1); exit 1; }; }
11987
11988 -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11989 -# NAME is the cpp macro being defined and VALUE is the value it is being given.
11990 -#
11991 -# ac_d sets the value in "#define NAME VALUE" lines.
11992 -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11993 -ac_dB='[ ].*$,\1#\2'
11994 -ac_dC=' '
11995 -ac_dD=',;t'
11996 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11997 -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11998 -ac_uB='$,\1#\2define\3'
11999 -ac_uC=' '
12000 -ac_uD=',;t'
12001 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12002 + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12003 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12004 + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12005 +which seems to be undefined. Please make sure it is defined." >&5
12006 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12007 +which seems to be undefined. Please make sure it is defined." >&2;}
12008
12009 -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
12010 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12011 + rm -f "$tmp/stdin"
12012 case $ac_file in
12013 - - | *:- | *:-:* ) # input from stdin
12014 - cat >$tmp/stdin
12015 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12016 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12017 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12018 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12019 - * ) ac_file_in=$ac_file.in ;;
12020 - esac
12021 -
12022 - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
12023 -echo "$as_me: creating $ac_file" >&6;}
12024 -
12025 - # First look for the input files in the build tree, otherwise in the
12026 - # src tree.
12027 - ac_file_inputs=`IFS=:
12028 - for f in $ac_file_in; do
12029 - case $f in
12030 - -) echo $tmp/stdin ;;
12031 - [\\/$]*)
12032 - # Absolute (can't be DOS-style, as IFS=:)
12033 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12034 -echo "$as_me: error: cannot find input file: $f" >&2;}
12035 - { (exit 1); exit 1; }; }
12036 - # Do quote $f, to prevent DOS paths from being IFS'd.
12037 - echo "$f";;
12038 - *) # Relative
12039 - if test -f "$f"; then
12040 - # Build tree
12041 - echo "$f"
12042 - elif test -f "$srcdir/$f"; then
12043 - # Source tree
12044 - echo "$srcdir/$f"
12045 - else
12046 - # /dev/null tree
12047 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12048 -echo "$as_me: error: cannot find input file: $f" >&2;}
12049 + -) cat "$tmp/out" && rm -f "$tmp/out";;
12050 + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12051 + esac \
12052 + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12053 +$as_echo "$as_me: error: could not create $ac_file" >&2;}
12054 { (exit 1); exit 1; }; }
12055 - fi;;
12056 - esac
12057 - done` || { (exit 1); exit 1; }
12058 - # Remove the trailing spaces.
12059 - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
12060 -
12061 -_ACEOF
12062 -
12063 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
12064 -# `conftest.undefs', that substitutes the proper values into
12065 -# config.h.in to produce config.h. The first handles `#define'
12066 -# templates, and the second `#undef' templates.
12067 -# And first: Protect against being on the right side of a sed subst in
12068 -# config.status. Protect against being in an unquoted here document
12069 -# in config.status.
12070 -rm -f conftest.defines conftest.undefs
12071 -# Using a here document instead of a string reduces the quoting nightmare.
12072 -# Putting comments in sed scripts is not portable.
12073 -#
12074 -# `end' is used to avoid that the second main sed command (meant for
12075 -# 0-ary CPP macros) applies to n-ary macro definitions.
12076 -# See the Autoconf documentation for `clear'.
12077 -cat >confdef2sed.sed <<\_ACEOF
12078 -s/[\\&,]/\\&/g
12079 -s,[\\$`],\\&,g
12080 -t clear
12081 -: clear
12082 -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12083 -t end
12084 -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12085 -: end
12086 -_ACEOF
12087 -# If some macros were called several times there might be several times
12088 -# the same #defines, which is useless. Nevertheless, we may not want to
12089 -# sort them, since we want the *last* AC-DEFINE to be honored.
12090 -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12091 -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12092 -rm -f confdef2sed.sed
12093 -
12094 -# This sed command replaces #undef with comments. This is necessary, for
12095 -# example, in the case of _POSIX_SOURCE, which is predefined and required
12096 -# on some systems where configure will not decide to define it.
12097 -cat >>conftest.undefs <<\_ACEOF
12098 -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12099 -_ACEOF
12100 -
12101 -# Break up conftest.defines because some shells have a limit on the size
12102 -# of here documents, and old seds have small limits too (100 cmds).
12103 -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12104 -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12105 -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12106 -echo ' :' >>$CONFIG_STATUS
12107 -rm -f conftest.tail
12108 -while grep . conftest.defines >/dev/null
12109 -do
12110 - # Write a limited-size here document to $tmp/defines.sed.
12111 - echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12112 - # Speed up: don't consider the non `#define' lines.
12113 - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12114 - # Work around the forget-to-reset-the-flag bug.
12115 - echo 't clr' >>$CONFIG_STATUS
12116 - echo ': clr' >>$CONFIG_STATUS
12117 - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
12118 - echo 'CEOF
12119 - sed -f $tmp/defines.sed $tmp/in >$tmp/out
12120 - rm -f $tmp/in
12121 - mv $tmp/out $tmp/in
12122 -' >>$CONFIG_STATUS
12123 - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
12124 - rm -f conftest.defines
12125 - mv conftest.tail conftest.defines
12126 -done
12127 -rm -f conftest.defines
12128 -echo ' fi # grep' >>$CONFIG_STATUS
12129 -echo >>$CONFIG_STATUS
12130 -
12131 -# Break up conftest.undefs because some shells have a limit on the size
12132 -# of here documents, and old seds have small limits too (100 cmds).
12133 -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
12134 -rm -f conftest.tail
12135 -while grep . conftest.undefs >/dev/null
12136 -do
12137 - # Write a limited-size here document to $tmp/undefs.sed.
12138 - echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12139 - # Speed up: don't consider the non `#undef'
12140 - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
12141 - # Work around the forget-to-reset-the-flag bug.
12142 - echo 't clr' >>$CONFIG_STATUS
12143 - echo ': clr' >>$CONFIG_STATUS
12144 - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12145 - echo 'CEOF
12146 - sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12147 - rm -f $tmp/in
12148 - mv $tmp/out $tmp/in
12149 -' >>$CONFIG_STATUS
12150 - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12151 - rm -f conftest.undefs
12152 - mv conftest.tail conftest.undefs
12153 -done
12154 -rm -f conftest.undefs
12155 -
12156 -cat >>$CONFIG_STATUS <<\_ACEOF
12157 - # Let's still pretend it is `configure' which instantiates (i.e., don't
12158 - # use $as_me), people would be surprised to read:
12159 - # /* config.h. Generated by config.status. */
12160 - if test x"$ac_file" = x-; then
12161 - echo "/* Generated by configure. */" >$tmp/config.h
12162 - else
12163 - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12164 - fi
12165 - cat $tmp/in >>$tmp/config.h
12166 - rm -f $tmp/in
12167 + ;;
12168 + :H)
12169 + #
12170 + # CONFIG_HEADER
12171 + #
12172 if test x"$ac_file" != x-; then
12173 - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
12174 - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12175 -echo "$as_me: $ac_file is unchanged" >&6;}
12176 + {
12177 + $as_echo "/* $configure_input */" \
12178 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12179 + } >"$tmp/config.h" \
12180 + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12181 +$as_echo "$as_me: error: could not create $ac_file" >&2;}
12182 + { (exit 1); exit 1; }; }
12183 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12184 + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12185 +$as_echo "$as_me: $ac_file is unchanged" >&6;}
12186 else
12187 - ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12188 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12189 - X"$ac_file" : 'X\(//\)[^/]' \| \
12190 - X"$ac_file" : 'X\(//\)$' \| \
12191 - X"$ac_file" : 'X\(/\)' \| \
12192 - . : '\(.\)' 2>/dev/null ||
12193 -echo X"$ac_file" |
12194 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12195 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12196 - /^X\(\/\/\)$/{ s//\1/; q; }
12197 - /^X\(\/\).*/{ s//\1/; q; }
12198 - s/.*/./; q'`
12199 - { if $as_mkdir_p; then
12200 - mkdir -p "$ac_dir"
12201 - else
12202 - as_dir="$ac_dir"
12203 - as_dirs=
12204 - while test ! -d "$as_dir"; do
12205 - as_dirs="$as_dir $as_dirs"
12206 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
12207 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12208 - X"$as_dir" : 'X\(//\)[^/]' \| \
12209 - X"$as_dir" : 'X\(//\)$' \| \
12210 - X"$as_dir" : 'X\(/\)' \| \
12211 - . : '\(.\)' 2>/dev/null ||
12212 -echo X"$as_dir" |
12213 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12214 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12215 - /^X\(\/\/\)$/{ s//\1/; q; }
12216 - /^X\(\/\).*/{ s//\1/; q; }
12217 - s/.*/./; q'`
12218 - done
12219 - test ! -n "$as_dirs" || mkdir $as_dirs
12220 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12221 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12222 - { (exit 1); exit 1; }; }; }
12223 -
12224 - rm -f $ac_file
12225 - mv $tmp/config.h $ac_file
12226 + rm -f "$ac_file"
12227 + mv "$tmp/config.h" "$ac_file" \
12228 + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
12229 +$as_echo "$as_me: error: could not create $ac_file" >&2;}
12230 + { (exit 1); exit 1; }; }
12231 fi
12232 else
12233 - cat $tmp/config.h
12234 - rm -f $tmp/config.h
12235 + $as_echo "/* $configure_input */" \
12236 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12237 + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
12238 +$as_echo "$as_me: error: could not create -" >&2;}
12239 + { (exit 1); exit 1; }; }
12240 fi
12241 - # Run the commands associated with the file.
12242 - case $ac_file in
12243 - config.h ) # update the timestamp
12244 -echo 'timestamp for config.h' >"./stamp-h1"
12245 - ;;
12246 +# Compute "$ac_file"'s index in $config_headers.
12247 +_am_arg="$ac_file"
12248 +_am_stamp_count=1
12249 +for _am_header in $config_headers :; do
12250 + case $_am_header in
12251 + $_am_arg | $_am_arg:* )
12252 + break ;;
12253 + * )
12254 + _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12255 esac
12256 done
12257 -_ACEOF
12258 -cat >>$CONFIG_STATUS <<\_ACEOF
12259 -
12260 -#
12261 -# CONFIG_COMMANDS section.
12262 -#
12263 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
12264 - ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
12265 - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
12266 - ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
12267 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12268 - X"$ac_dest" : 'X\(//\)[^/]' \| \
12269 - X"$ac_dest" : 'X\(//\)$' \| \
12270 - X"$ac_dest" : 'X\(/\)' \| \
12271 - . : '\(.\)' 2>/dev/null ||
12272 -echo X"$ac_dest" |
12273 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12274 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12275 - /^X\(\/\/\)$/{ s//\1/; q; }
12276 - /^X\(\/\).*/{ s//\1/; q; }
12277 - s/.*/./; q'`
12278 - { if $as_mkdir_p; then
12279 - mkdir -p "$ac_dir"
12280 - else
12281 - as_dir="$ac_dir"
12282 - as_dirs=
12283 - while test ! -d "$as_dir"; do
12284 - as_dirs="$as_dir $as_dirs"
12285 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
12286 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12287 - X"$as_dir" : 'X\(//\)[^/]' \| \
12288 - X"$as_dir" : 'X\(//\)$' \| \
12289 - X"$as_dir" : 'X\(/\)' \| \
12290 - . : '\(.\)' 2>/dev/null ||
12291 -echo X"$as_dir" |
12292 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12293 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12294 - /^X\(\/\/\)$/{ s//\1/; q; }
12295 - /^X\(\/\).*/{ s//\1/; q; }
12296 - s/.*/./; q'`
12297 - done
12298 - test ! -n "$as_dirs" || mkdir $as_dirs
12299 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12300 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12301 - { (exit 1); exit 1; }; }; }
12302 -
12303 - ac_builddir=.
12304 -
12305 -if test "$ac_dir" != .; then
12306 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12307 - # A "../" for each directory in $ac_dir_suffix.
12308 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12309 -else
12310 - ac_dir_suffix= ac_top_builddir=
12311 -fi
12312 -
12313 -case $srcdir in
12314 - .) # No --srcdir option. We are building in place.
12315 - ac_srcdir=.
12316 - if test -z "$ac_top_builddir"; then
12317 - ac_top_srcdir=.
12318 - else
12319 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12320 - fi ;;
12321 - [\\/]* | ?:[\\/]* ) # Absolute path.
12322 - ac_srcdir=$srcdir$ac_dir_suffix;
12323 - ac_top_srcdir=$srcdir ;;
12324 - *) # Relative path.
12325 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12326 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
12327 -esac
12328 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12329 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12330 + X"$_am_arg" : 'X\(//\)[^/]' \| \
12331 + X"$_am_arg" : 'X\(//\)$' \| \
12332 + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12333 +$as_echo X"$_am_arg" |
12334 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12335 + s//\1/
12336 + q
12337 + }
12338 + /^X\(\/\/\)[^/].*/{
12339 + s//\1/
12340 + q
12341 + }
12342 + /^X\(\/\/\)$/{
12343 + s//\1/
12344 + q
12345 + }
12346 + /^X\(\/\).*/{
12347 + s//\1/
12348 + q
12349 + }
12350 + s/.*/./; q'`/stamp-h$_am_stamp_count
12351 + ;;
12352
12353 -# Do not use `cd foo && pwd` to compute absolute paths, because
12354 -# the directories may not exist.
12355 -case `pwd` in
12356 -.) ac_abs_builddir="$ac_dir";;
12357 -*)
12358 - case "$ac_dir" in
12359 - .) ac_abs_builddir=`pwd`;;
12360 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12361 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
12362 - esac;;
12363 -esac
12364 -case $ac_abs_builddir in
12365 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
12366 -*)
12367 - case ${ac_top_builddir}. in
12368 - .) ac_abs_top_builddir=$ac_abs_builddir;;
12369 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12370 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12371 - esac;;
12372 -esac
12373 -case $ac_abs_builddir in
12374 -.) ac_abs_srcdir=$ac_srcdir;;
12375 -*)
12376 - case $ac_srcdir in
12377 - .) ac_abs_srcdir=$ac_abs_builddir;;
12378 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12379 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12380 - esac;;
12381 -esac
12382 -case $ac_abs_builddir in
12383 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
12384 -*)
12385 - case $ac_top_srcdir in
12386 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
12387 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12388 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12389 - esac;;
12390 -esac
12391 + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
12392 +$as_echo "$as_me: executing $ac_file commands" >&6;}
12393 + ;;
12394 + esac
12395
12396
12397 - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12398 -echo "$as_me: executing $ac_dest commands" >&6;}
12399 - case $ac_dest in
12400 - depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12401 - # Strip MF so we end up with the name of the file.
12402 - mf=`echo "$mf" | sed -e 's/:.*$//'`
12403 - # Check whether this is an Automake generated Makefile or not.
12404 - # We used to match only the files named `Makefile.in', but
12405 - # some people rename them; so instead we look at the file content.
12406 - # Grep'ing the first line is not enough: some people post-process
12407 - # each Makefile.in and add a new line on top of each file to say so.
12408 - # So let's grep whole file.
12409 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12410 - dirpart=`(dirname "$mf") 2>/dev/null ||
12411 + case $ac_file$ac_mode in
12412 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12413 + # Autoconf 2.62 quotes --file arguments for eval, but not when files
12414 + # are listed without --file. Let's play safe and only enable the eval
12415 + # if we detect the quoting.
12416 + case $CONFIG_FILES in
12417 + *\'*) eval set x "$CONFIG_FILES" ;;
12418 + *) set x $CONFIG_FILES ;;
12419 + esac
12420 + shift
12421 + for mf
12422 + do
12423 + # Strip MF so we end up with the name of the file.
12424 + mf=`echo "$mf" | sed -e 's/:.*$//'`
12425 + # Check whether this is an Automake generated Makefile or not.
12426 + # We used to match only the files named `Makefile.in', but
12427 + # some people rename them; so instead we look at the file content.
12428 + # Grep'ing the first line is not enough: some people post-process
12429 + # each Makefile.in and add a new line on top of each file to say so.
12430 + # Grep'ing the whole file is not good either: AIX grep has a line
12431 + # limit of 2048, but all sed's we know have understand at least 4000.
12432 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12433 + dirpart=`$as_dirname -- "$mf" ||
12434 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12435 X"$mf" : 'X\(//\)[^/]' \| \
12436 X"$mf" : 'X\(//\)$' \| \
12437 - X"$mf" : 'X\(/\)' \| \
12438 - . : '\(.\)' 2>/dev/null ||
12439 -echo X"$mf" |
12440 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12441 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12442 - /^X\(\/\/\)$/{ s//\1/; q; }
12443 - /^X\(\/\).*/{ s//\1/; q; }
12444 - s/.*/./; q'`
12445 - else
12446 - continue
12447 - fi
12448 - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12449 - # Extract the definition of DEP_FILES from the Makefile without
12450 - # running `make'.
12451 - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12452 - test -z "$DEPDIR" && continue
12453 - # When using ansi2knr, U may be empty or an underscore; expand it
12454 - U=`sed -n -e '/^U = / s///p' < "$mf"`
12455 - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12456 - # We invoke sed twice because it is the simplest approach to
12457 - # changing $(DEPDIR) to its actual value in the expansion.
12458 - for file in `sed -n -e '
12459 - /^DEP_FILES = .*\\\\$/ {
12460 - s/^DEP_FILES = //
12461 - :loop
12462 - s/\\\\$//
12463 - p
12464 - n
12465 - /\\\\$/ b loop
12466 - p
12467 - }
12468 - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
12469 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12470 - # Make sure the directory exists.
12471 - test -f "$dirpart/$file" && continue
12472 - fdir=`(dirname "$file") 2>/dev/null ||
12473 + X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12474 +$as_echo X"$mf" |
12475 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12476 + s//\1/
12477 + q
12478 + }
12479 + /^X\(\/\/\)[^/].*/{
12480 + s//\1/
12481 + q
12482 + }
12483 + /^X\(\/\/\)$/{
12484 + s//\1/
12485 + q
12486 + }
12487 + /^X\(\/\).*/{
12488 + s//\1/
12489 + q
12490 + }
12491 + s/.*/./; q'`
12492 + else
12493 + continue
12494 + fi
12495 + # Extract the definition of DEPDIR, am__include, and am__quote
12496 + # from the Makefile without running `make'.
12497 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12498 + test -z "$DEPDIR" && continue
12499 + am__include=`sed -n 's/^am__include = //p' < "$mf"`
12500 + test -z "am__include" && continue
12501 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12502 + # When using ansi2knr, U may be empty or an underscore; expand it
12503 + U=`sed -n 's/^U = //p' < "$mf"`
12504 + # Find all dependency output files, they are included files with
12505 + # $(DEPDIR) in their names. We invoke sed twice because it is the
12506 + # simplest approach to changing $(DEPDIR) to its actual value in the
12507 + # expansion.
12508 + for file in `sed -n "
12509 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12510 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12511 + # Make sure the directory exists.
12512 + test -f "$dirpart/$file" && continue
12513 + fdir=`$as_dirname -- "$file" ||
12514 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12515 X"$file" : 'X\(//\)[^/]' \| \
12516 X"$file" : 'X\(//\)$' \| \
12517 - X"$file" : 'X\(/\)' \| \
12518 - . : '\(.\)' 2>/dev/null ||
12519 -echo X"$file" |
12520 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12521 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12522 - /^X\(\/\/\)$/{ s//\1/; q; }
12523 - /^X\(\/\).*/{ s//\1/; q; }
12524 - s/.*/./; q'`
12525 - { if $as_mkdir_p; then
12526 - mkdir -p $dirpart/$fdir
12527 - else
12528 - as_dir=$dirpart/$fdir
12529 + X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12530 +$as_echo X"$file" |
12531 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12532 + s//\1/
12533 + q
12534 + }
12535 + /^X\(\/\/\)[^/].*/{
12536 + s//\1/
12537 + q
12538 + }
12539 + /^X\(\/\/\)$/{
12540 + s//\1/
12541 + q
12542 + }
12543 + /^X\(\/\).*/{
12544 + s//\1/
12545 + q
12546 + }
12547 + s/.*/./; q'`
12548 + { as_dir=$dirpart/$fdir
12549 + case $as_dir in #(
12550 + -*) as_dir=./$as_dir;;
12551 + esac
12552 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12553 as_dirs=
12554 - while test ! -d "$as_dir"; do
12555 - as_dirs="$as_dir $as_dirs"
12556 - as_dir=`(dirname "$as_dir") 2>/dev/null ||
12557 + while :; do
12558 + case $as_dir in #(
12559 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12560 + *) as_qdir=$as_dir;;
12561 + esac
12562 + as_dirs="'$as_qdir' $as_dirs"
12563 + as_dir=`$as_dirname -- "$as_dir" ||
12564 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12565 X"$as_dir" : 'X\(//\)[^/]' \| \
12566 X"$as_dir" : 'X\(//\)$' \| \
12567 - X"$as_dir" : 'X\(/\)' \| \
12568 - . : '\(.\)' 2>/dev/null ||
12569 -echo X"$as_dir" |
12570 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12571 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12572 - /^X\(\/\/\)$/{ s//\1/; q; }
12573 - /^X\(\/\).*/{ s//\1/; q; }
12574 - s/.*/./; q'`
12575 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12576 +$as_echo X"$as_dir" |
12577 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12578 + s//\1/
12579 + q
12580 + }
12581 + /^X\(\/\/\)[^/].*/{
12582 + s//\1/
12583 + q
12584 + }
12585 + /^X\(\/\/\)$/{
12586 + s//\1/
12587 + q
12588 + }
12589 + /^X\(\/\).*/{
12590 + s//\1/
12591 + q
12592 + }
12593 + s/.*/./; q'`
12594 + test -d "$as_dir" && break
12595 done
12596 - test ! -n "$as_dirs" || mkdir $as_dirs
12597 - fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12598 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12599 + test -z "$as_dirs" || eval "mkdir $as_dirs"
12600 + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12601 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
12602 { (exit 1); exit 1; }; }; }
12603 -
12604 - # echo "creating $dirpart/$file"
12605 - echo '# dummy' > "$dirpart/$file"
12606 + # echo "creating $dirpart/$file"
12607 + echo '# dummy' > "$dirpart/$file"
12608 + done
12609 done
12610 -done
12611 +}
12612 ;;
12613 +
12614 esac
12615 -done
12616 -_ACEOF
12617 +done # for ac_tag
12618
12619 -cat >>$CONFIG_STATUS <<\_ACEOF
12620
12621 { (exit 0); exit 0; }
12622 _ACEOF
12623 chmod +x $CONFIG_STATUS
12624 ac_clean_files=$ac_clean_files_save
12625
12626 +test $ac_write_fail = 0 ||
12627 + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
12628 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
12629 + { (exit 1); exit 1; }; }
12630 +
12631
12632 # configure is writing to config.log, and then calls config.status.
12633 # config.status does its own redirection, appending to config.log.
12634 @@ -7621,4 +8718,8 @@
12635 # would make configure fail if this is the last instruction.
12636 $ac_cs_success || { (exit 1); exit 1; }
12637 fi
12638 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
12639 + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
12640 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12641 +fi
12642
12643 diff -urN b/gsoap/Makefile.in d/gsoap/Makefile.in
12644 --- b/gsoap/Makefile.in 2009-11-07 21:07:08.000000000 +0100
12645 +++ d/gsoap/Makefile.in 2010-01-22 21:45:24.000000000 +0100
12646 @@ -1,8 +1,9 @@
12647 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
12648 +# Makefile.in generated by automake 1.11 from Makefile.am.
12649 # @configure_input@
12650
12651 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
12652 -# Free Software Foundation, Inc.
12653 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
12654 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
12655 +# Inc.
12656 # This Makefile.in is free software; the Free Software Foundation
12657 # gives unlimited permission to copy and/or distribute it,
12658 # with or without modifications, as long as this notice is preserved.
12659 @@ -13,77 +14,213 @@
12660 # PARTICULAR PURPOSE.
12661
12662 @SET_MAKE@
12663 -SHELL = @SHELL@
12664
12665 -srcdir = @srcdir@
12666 -top_srcdir = @top_srcdir@
12667 -VPATH = @srcdir@
12668 -prefix = @prefix@
12669 -exec_prefix = @exec_prefix@
12670
12671 -bindir = @bindir@
12672 -sbindir = @sbindir@
12673 -libexecdir = @libexecdir@
12674 -datadir = @datadir@
12675 -sysconfdir = @sysconfdir@
12676 -sharedstatedir = @sharedstatedir@
12677 -localstatedir = @localstatedir@
12678 -libdir = @libdir@
12679 -infodir = @infodir@
12680 -mandir = @mandir@
12681 -includedir = @includedir@
12682 -oldincludedir = /usr/include
12683 +
12684 +VPATH = @srcdir@
12685 pkgdatadir = $(datadir)/@PACKAGE@
12686 -pkglibdir = $(libdir)/@PACKAGE@
12687 pkgincludedir = $(includedir)/@PACKAGE@
12688 -top_builddir = ..
12689 -
12690 -ACLOCAL = @ACLOCAL@
12691 -AUTOCONF = @AUTOCONF@
12692 -AUTOMAKE = @AUTOMAKE@
12693 -AUTOHEADER = @AUTOHEADER@
12694 -
12695 +pkglibdir = $(libdir)/@PACKAGE@
12696 +pkglibexecdir = $(libexecdir)/@PACKAGE@
12697 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
12698 -INSTALL = @INSTALL@
12699 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
12700 -INSTALL_DATA = @INSTALL_DATA@
12701 install_sh_DATA = $(install_sh) -c -m 644
12702 install_sh_PROGRAM = $(install_sh) -c
12703 install_sh_SCRIPT = $(install_sh) -c
12704 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
12705 INSTALL_HEADER = $(INSTALL_DATA)
12706 -transform = @program_transform_name@
12707 +transform = $(program_transform_name)
12708 NORMAL_INSTALL = :
12709 PRE_INSTALL = :
12710 POST_INSTALL = :
12711 NORMAL_UNINSTALL = :
12712 PRE_UNINSTALL = :
12713 POST_UNINSTALL = :
12714 -host_alias = @host_alias@
12715 +build_triplet = @build@
12716 host_triplet = @host@
12717 -
12718 -EXEEXT = @EXEEXT@
12719 -OBJEXT = @OBJEXT@
12720 -PATH_SEPARATOR = @PATH_SEPARATOR@
12721 +subdir = gsoap
12722 +DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
12723 + $(srcdir)/Makefile.in
12724 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
12725 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
12726 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
12727 + $(ACLOCAL_M4)
12728 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
12729 +CONFIG_HEADER = $(top_builddir)/config.h
12730 +CONFIG_CLEAN_FILES =
12731 +CONFIG_CLEAN_VPATH_FILES =
12732 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
12733 +am__vpath_adj = case $$p in \
12734 + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
12735 + *) f=$$p;; \
12736 + esac;
12737 +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
12738 +am__install_max = 40
12739 +am__nobase_strip_setup = \
12740 + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
12741 +am__nobase_strip = \
12742 + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
12743 +am__nobase_list = $(am__nobase_strip_setup); \
12744 + for p in $$list; do echo "$$p $$p"; done | \
12745 + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
12746 + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
12747 + if (++n[$$2] == $(am__install_max)) \
12748 + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
12749 + END { for (dir in files) print dir, files[dir] }'
12750 +am__base_list = \
12751 + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
12752 + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
12753 +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)" \
12754 + "$(DESTDIR)$(includedir)"
12755 +LIBRARIES = $(lib_LIBRARIES)
12756 +AR = ar
12757 +ARFLAGS = cru
12758 +libgsoap___a_AR = $(AR) $(ARFLAGS)
12759 +libgsoap___a_LIBADD =
12760 +am_libgsoap___a_OBJECTS = libgsoap___a-stdsoap2_cpp.$(OBJEXT) \
12761 + libgsoap___a-dom_cpp.$(OBJEXT)
12762 +libgsoap___a_OBJECTS = $(am_libgsoap___a_OBJECTS)
12763 +libgsoap_a_AR = $(AR) $(ARFLAGS)
12764 +libgsoap_a_LIBADD =
12765 +am_libgsoap_a_OBJECTS = libgsoap_a-stdsoap2.$(OBJEXT) \
12766 + libgsoap_a-dom.$(OBJEXT)
12767 +libgsoap_a_OBJECTS = $(am_libgsoap_a_OBJECTS)
12768 +libgsoapck___a_AR = $(AR) $(ARFLAGS)
12769 +libgsoapck___a_LIBADD =
12770 +am_libgsoapck___a_OBJECTS = libgsoapck___a-stdsoap2_ck_cpp.$(OBJEXT) \
12771 + libgsoapck___a-dom_cpp.$(OBJEXT)
12772 +libgsoapck___a_OBJECTS = $(am_libgsoapck___a_OBJECTS)
12773 +libgsoapck_a_AR = $(AR) $(ARFLAGS)
12774 +libgsoapck_a_LIBADD =
12775 +am_libgsoapck_a_OBJECTS = libgsoapck_a-stdsoap2_ck.$(OBJEXT) \
12776 + libgsoapck_a-dom.$(OBJEXT)
12777 +libgsoapck_a_OBJECTS = $(am_libgsoapck_a_OBJECTS)
12778 +libgsoapssl___a_AR = $(AR) $(ARFLAGS)
12779 +libgsoapssl___a_LIBADD =
12780 +am_libgsoapssl___a_OBJECTS = \
12781 + libgsoapssl___a-stdsoap2_ssl_cpp.$(OBJEXT) \
12782 + libgsoapssl___a-dom_cpp.$(OBJEXT)
12783 +libgsoapssl___a_OBJECTS = $(am_libgsoapssl___a_OBJECTS)
12784 +libgsoapssl_a_AR = $(AR) $(ARFLAGS)
12785 +libgsoapssl_a_LIBADD =
12786 +am_libgsoapssl_a_OBJECTS = libgsoapssl_a-stdsoap2_ssl.$(OBJEXT) \
12787 + libgsoapssl_a-dom.$(OBJEXT)
12788 +libgsoapssl_a_OBJECTS = $(am_libgsoapssl_a_OBJECTS)
12789 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
12790 +depcomp = $(SHELL) $(top_srcdir)/depcomp
12791 +am__depfiles_maybe = depfiles
12792 +am__mv = mv -f
12793 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
12794 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
12795 +CCLD = $(CC)
12796 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
12797 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
12798 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
12799 +CXXLD = $(CXX)
12800 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
12801 + -o $@
12802 +SOURCES = $(libgsoap___a_SOURCES) $(libgsoap_a_SOURCES) \
12803 + $(libgsoapck___a_SOURCES) $(libgsoapck_a_SOURCES) \
12804 + $(libgsoapssl___a_SOURCES) $(libgsoapssl_a_SOURCES)
12805 +DIST_SOURCES = $(libgsoap___a_SOURCES) $(libgsoap_a_SOURCES) \
12806 + $(libgsoapck___a_SOURCES) $(libgsoapck_a_SOURCES) \
12807 + $(libgsoapssl___a_SOURCES) $(libgsoapssl_a_SOURCES)
12808 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
12809 + html-recursive info-recursive install-data-recursive \
12810 + install-dvi-recursive install-exec-recursive \
12811 + install-html-recursive install-info-recursive \
12812 + install-pdf-recursive install-ps-recursive install-recursive \
12813 + installcheck-recursive installdirs-recursive pdf-recursive \
12814 + ps-recursive uninstall-recursive
12815 +DATA = $(nobase_pkgdata_DATA)
12816 +HEADERS = $(include_HEADERS)
12817 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
12818 + distclean-recursive maintainer-clean-recursive
12819 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
12820 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
12821 + distdir
12822 +ETAGS = etags
12823 +CTAGS = ctags
12824 +DIST_SUBDIRS = $(SUBDIRS)
12825 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
12826 +am__relativize = \
12827 + dir0=`pwd`; \
12828 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \
12829 + sed_rest='s,^[^/]*/*,,'; \
12830 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \
12831 + sed_butlast='s,/*[^/]*$$,,'; \
12832 + while test -n "$$dir1"; do \
12833 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \
12834 + if test "$$first" != "."; then \
12835 + if test "$$first" = ".."; then \
12836 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
12837 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
12838 + else \
12839 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
12840 + if test "$$first2" = "$$first"; then \
12841 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
12842 + else \
12843 + dir2="../$$dir2"; \
12844 + fi; \
12845 + dir0="$$dir0"/"$$first"; \
12846 + fi; \
12847 + fi; \
12848 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
12849 + done; \
12850 + reldir="$$dir2"
12851 +ACLOCAL = @ACLOCAL@
12852 AMTAR = @AMTAR@
12853 +AUTOCONF = @AUTOCONF@
12854 +AUTOHEADER = @AUTOHEADER@
12855 +AUTOMAKE = @AUTOMAKE@
12856 AWK = @AWK@
12857 BISON_DEFINE = @BISON_DEFINE@
12858 CC = @CC@
12859 +CCDEPMODE = @CCDEPMODE@
12860 +CFLAGS = @CFLAGS@
12861 CPP = @CPP@
12862 +CPPFLAGS = @CPPFLAGS@
12863 CXX = @CXX@
12864 +CXXDEPMODE = @CXXDEPMODE@
12865 +CXXFLAGS = @CXXFLAGS@
12866 +CYGPATH_W = @CYGPATH_W@
12867 +DEFS = @DEFS@
12868 DEPDIR = @DEPDIR@
12869 +ECHO_C = @ECHO_C@
12870 +ECHO_N = @ECHO_N@
12871 +ECHO_T = @ECHO_T@
12872 +EGREP = @EGREP@
12873 ENABLE_SAMPLES = @ENABLE_SAMPLES@
12874 +EXEEXT = @EXEEXT@
12875 +GREP = @GREP@
12876 +INSTALL = @INSTALL@
12877 +INSTALL_DATA = @INSTALL_DATA@
12878 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
12879 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
12880 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
12881 +LDFLAGS = @LDFLAGS@
12882 LEX = @LEX@
12883 LEXLIB = @LEXLIB@
12884 LEX_DEFINE = @LEX_DEFINE@
12885 LEX_FLAGS = @LEX_FLAGS@
12886 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
12887 +LIBOBJS = @LIBOBJS@
12888 +LIBS = @LIBS@
12889 LN_S = @LN_S@
12890 +LTLIBOBJS = @LTLIBOBJS@
12891 +MAKEINFO = @MAKEINFO@
12892 +MKDIR_P = @MKDIR_P@
12893 +OBJEXT = @OBJEXT@
12894 PACKAGE = @PACKAGE@
12895 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
12896 +PACKAGE_NAME = @PACKAGE_NAME@
12897 +PACKAGE_STRING = @PACKAGE_STRING@
12898 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
12899 +PACKAGE_VERSION = @PACKAGE_VERSION@
12900 +PATH_SEPARATOR = @PATH_SEPARATOR@
12901 RANLIB = @RANLIB@
12902 SAMPLE_DIRS = @SAMPLE_DIRS@
12903 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
12904 +SET_MAKE = @SET_MAKE@
12905 +SHELL = @SHELL@
12906 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
12907 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
12908 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
12909 @@ -95,333 +232,431 @@
12910 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
12911 YACC = @YACC@
12912 YACC_LIB = @YACC_LIB@
12913 +YFLAGS = @YFLAGS@
12914 +abs_builddir = @abs_builddir@
12915 +abs_srcdir = @abs_srcdir@
12916 +abs_top_builddir = @abs_top_builddir@
12917 +abs_top_srcdir = @abs_top_srcdir@
12918 +ac_ct_CC = @ac_ct_CC@
12919 +ac_ct_CXX = @ac_ct_CXX@
12920 am__include = @am__include@
12921 +am__leading_dot = @am__leading_dot@
12922 am__quote = @am__quote@
12923 +am__tar = @am__tar@
12924 +am__untar = @am__untar@
12925 +bindir = @bindir@
12926 +build = @build@
12927 +build_alias = @build_alias@
12928 +build_cpu = @build_cpu@
12929 +build_os = @build_os@
12930 +build_vendor = @build_vendor@
12931 +builddir = @builddir@
12932 +datadir = @datadir@
12933 +datarootdir = @datarootdir@
12934 +docdir = @docdir@
12935 +dvidir = @dvidir@
12936 +exec_prefix = @exec_prefix@
12937 +host = @host@
12938 +host_alias = @host_alias@
12939 +host_cpu = @host_cpu@
12940 +host_os = @host_os@
12941 +host_vendor = @host_vendor@
12942 +htmldir = @htmldir@
12943 +includedir = @includedir@
12944 +infodir = @infodir@
12945 install_sh = @install_sh@
12946 +libdir = @libdir@
12947 +libexecdir = @libexecdir@
12948 +localedir = @localedir@
12949 +localstatedir = @localstatedir@
12950 +mandir = @mandir@
12951 +mkdir_p = @mkdir_p@
12952 +oldincludedir = @oldincludedir@
12953 +pdfdir = @pdfdir@
12954 platform = @platform@
12955 +prefix = @prefix@
12956 +program_transform_name = @program_transform_name@
12957 +psdir = @psdir@
12958 +sbindir = @sbindir@
12959 +sharedstatedir = @sharedstatedir@
12960 +srcdir = @srcdir@
12961 +sysconfdir = @sysconfdir@
12962 +target_alias = @target_alias@
12963 +top_build_prefix = @top_build_prefix@
12964 +top_builddir = @top_builddir@
12965 +top_srcdir = @top_srcdir@
12966 AUTOMAKE_OPTIONS = foreign 1.4
12967 -
12968 SUBDIRS = . src wsdl @SAMPLE_DIRS@
12969 CLEANFILES = soapcpp2 wsdl2h stdsoap2_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
12970 -
12971 AM_CXXFLAGS = $(SOAPCPP2_DEBUG) -D$(platform)
12972 AM_CFLAGS = $(SOAPCPP2_DEBUG) -D$(platform)
12973
12974 # Install all soapcpp2 and wsdl2h files into ${prefix}/share/gsoap
12975 nobase_pkgdata_DATA = $(srcdir)/import/* $(srcdir)/plugin/* $(srcdir)/WS/* $(srcdir)/custom/* $(srcdir)/extras/*
12976 -
12977 lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a
12978 -
12979 -libgsoap_a_SOURCES = stdsoap2.c
12980 +libgsoap_a_SOURCES = stdsoap2.c dom.c
12981 libgsoap_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
12982 -libgsoap___a_SOURCES = stdsoap2_cpp.cpp
12983 +libgsoap___a_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
12984 libgsoap___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
12985 -libgsoapck_a_SOURCES = stdsoap2_ck.c
12986 +libgsoapck_a_SOURCES = stdsoap2_ck.c dom.c
12987 libgsoapck_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
12988 -libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp
12989 +libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp
12990 libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
12991 -libgsoapssl_a_SOURCES = stdsoap2_ssl.c
12992 +libgsoapssl_a_SOURCES = stdsoap2_ssl.c dom.c
12993 libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
12994 -libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp
12995 +libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
12996 libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
12997 -
12998 -BUILT_SOURCES = stdsoap2_cpp.cpp $(lib_LIBRARIES)
12999 -
13000 +BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
13001 include_HEADERS = stdsoap2.h
13002 -subdir = gsoap
13003 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
13004 -CONFIG_HEADER = $(top_builddir)/config.h
13005 -CONFIG_CLEAN_FILES =
13006 -LIBRARIES = $(lib_LIBRARIES)
13007 -
13008 -libgsoap___a_AR = $(AR) cru
13009 -libgsoap___a_LIBADD =
13010 -am_libgsoap___a_OBJECTS = libgsoap___a-stdsoap2_cpp.$(OBJEXT)
13011 -libgsoap___a_OBJECTS = $(am_libgsoap___a_OBJECTS)
13012 -libgsoap_a_AR = $(AR) cru
13013 -libgsoap_a_LIBADD =
13014 -am_libgsoap_a_OBJECTS = libgsoap_a-stdsoap2.$(OBJEXT)
13015 -libgsoap_a_OBJECTS = $(am_libgsoap_a_OBJECTS)
13016 -libgsoapck___a_AR = $(AR) cru
13017 -libgsoapck___a_LIBADD =
13018 -am_libgsoapck___a_OBJECTS = libgsoapck___a-stdsoap2_ck_cpp.$(OBJEXT)
13019 -libgsoapck___a_OBJECTS = $(am_libgsoapck___a_OBJECTS)
13020 -libgsoapck_a_AR = $(AR) cru
13021 -libgsoapck_a_LIBADD =
13022 -am_libgsoapck_a_OBJECTS = libgsoapck_a-stdsoap2_ck.$(OBJEXT)
13023 -libgsoapck_a_OBJECTS = $(am_libgsoapck_a_OBJECTS)
13024 -libgsoapssl___a_AR = $(AR) cru
13025 -libgsoapssl___a_LIBADD =
13026 -am_libgsoapssl___a_OBJECTS = libgsoapssl___a-stdsoap2_ssl_cpp.$(OBJEXT)
13027 -libgsoapssl___a_OBJECTS = $(am_libgsoapssl___a_OBJECTS)
13028 -libgsoapssl_a_AR = $(AR) cru
13029 -libgsoapssl_a_LIBADD =
13030 -am_libgsoapssl_a_OBJECTS = libgsoapssl_a-stdsoap2_ssl.$(OBJEXT)
13031 -libgsoapssl_a_OBJECTS = $(am_libgsoapssl_a_OBJECTS)
13032 -
13033 -DEFS = @DEFS@
13034 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
13035 -CPPFLAGS = @CPPFLAGS@
13036 -LDFLAGS = @LDFLAGS@
13037 -LIBS = @LIBS@
13038 -depcomp = $(SHELL) $(top_srcdir)/depcomp
13039 -am__depfiles_maybe = depfiles
13040 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po \
13041 -@AMDEP_TRUE@ ./$(DEPDIR)/libgsoap_a-stdsoap2.Po \
13042 -@AMDEP_TRUE@ ./$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po \
13043 -@AMDEP_TRUE@ ./$(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po \
13044 -@AMDEP_TRUE@ ./$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po \
13045 -@AMDEP_TRUE@ ./$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po
13046 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
13047 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
13048 -CCLD = $(CC)
13049 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
13050 -CFLAGS = @CFLAGS@
13051 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
13052 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
13053 -CXXLD = $(CXX)
13054 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
13055 - -o $@
13056 -CXXFLAGS = @CXXFLAGS@
13057 -DIST_SOURCES = $(libgsoap___a_SOURCES) $(libgsoap_a_SOURCES) \
13058 - $(libgsoapck___a_SOURCES) $(libgsoapck_a_SOURCES) \
13059 - $(libgsoapssl___a_SOURCES) $(libgsoapssl_a_SOURCES)
13060 -DATA = $(nobase_pkgdata_DATA)
13061 -
13062 -HEADERS = $(include_HEADERS)
13063 -
13064 -
13065 -RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
13066 - uninstall-info-recursive all-recursive install-data-recursive \
13067 - install-exec-recursive installdirs-recursive install-recursive \
13068 - uninstall-recursive check-recursive installcheck-recursive
13069 -DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
13070 -DIST_SUBDIRS = $(SUBDIRS)
13071 -SOURCES = $(libgsoap___a_SOURCES) $(libgsoap_a_SOURCES) $(libgsoapck___a_SOURCES) $(libgsoapck_a_SOURCES) $(libgsoapssl___a_SOURCES) $(libgsoapssl_a_SOURCES)
13072 -
13073 all: $(BUILT_SOURCES)
13074 $(MAKE) $(AM_MAKEFLAGS) all-recursive
13075
13076 .SUFFIXES:
13077 .SUFFIXES: .c .cpp .o .obj
13078 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
13079 - cd $(top_srcdir) && \
13080 - $(AUTOMAKE) --foreign gsoap/Makefile
13081 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
13082 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
13083 -
13084 -AR = ar
13085 -libLIBRARIES_INSTALL = $(INSTALL_DATA)
13086 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
13087 + @for dep in $?; do \
13088 + case '$(am__configure_deps)' in \
13089 + *$$dep*) \
13090 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
13091 + && { if test -f $@; then exit 0; else break; fi; }; \
13092 + exit 1;; \
13093 + esac; \
13094 + done; \
13095 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/Makefile'; \
13096 + $(am__cd) $(top_srcdir) && \
13097 + $(AUTOMAKE) --foreign gsoap/Makefile
13098 +.PRECIOUS: Makefile
13099 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
13100 + @case '$?' in \
13101 + *config.status*) \
13102 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
13103 + *) \
13104 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
13105 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
13106 + esac;
13107 +
13108 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
13109 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13110 +
13111 +$(top_srcdir)/configure: $(am__configure_deps)
13112 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13113 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
13114 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
13115 +$(am__aclocal_m4_deps):
13116 install-libLIBRARIES: $(lib_LIBRARIES)
13117 @$(NORMAL_INSTALL)
13118 - $(mkinstalldirs) $(DESTDIR)$(libdir)
13119 - @list='$(lib_LIBRARIES)'; for p in $$list; do \
13120 + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
13121 + @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
13122 + list2=; for p in $$list; do \
13123 if test -f $$p; then \
13124 - f="`echo $$p | sed -e 's|^.*/||'`"; \
13125 - echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
13126 - $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
13127 + list2="$$list2 $$p"; \
13128 else :; fi; \
13129 - done
13130 + done; \
13131 + test -z "$$list2" || { \
13132 + echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
13133 + $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
13134 @$(POST_INSTALL)
13135 - @list='$(lib_LIBRARIES)'; for p in $$list; do \
13136 + @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
13137 + for p in $$list; do \
13138 if test -f $$p; then \
13139 - p="`echo $$p | sed -e 's|^.*/||'`"; \
13140 - echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
13141 - $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
13142 + $(am__strip_dir) \
13143 + echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
13144 + ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
13145 else :; fi; \
13146 done
13147
13148 uninstall-libLIBRARIES:
13149 @$(NORMAL_UNINSTALL)
13150 - @list='$(lib_LIBRARIES)'; for p in $$list; do \
13151 - p="`echo $$p | sed -e 's|^.*/||'`"; \
13152 - echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
13153 - rm -f $(DESTDIR)$(libdir)/$$p; \
13154 - done
13155 + @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
13156 + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
13157 + test -n "$$files" || exit 0; \
13158 + echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
13159 + cd "$(DESTDIR)$(libdir)" && rm -f $$files
13160
13161 clean-libLIBRARIES:
13162 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
13163 -libgsoap___a-stdsoap2_cpp.$(OBJEXT): stdsoap2_cpp.cpp
13164 libgsoap++.a: $(libgsoap___a_OBJECTS) $(libgsoap___a_DEPENDENCIES)
13165 -rm -f libgsoap++.a
13166 $(libgsoap___a_AR) libgsoap++.a $(libgsoap___a_OBJECTS) $(libgsoap___a_LIBADD)
13167 $(RANLIB) libgsoap++.a
13168 -libgsoap_a-stdsoap2.$(OBJEXT): stdsoap2.c
13169 libgsoap.a: $(libgsoap_a_OBJECTS) $(libgsoap_a_DEPENDENCIES)
13170 -rm -f libgsoap.a
13171 $(libgsoap_a_AR) libgsoap.a $(libgsoap_a_OBJECTS) $(libgsoap_a_LIBADD)
13172 $(RANLIB) libgsoap.a
13173 -libgsoapck___a-stdsoap2_ck_cpp.$(OBJEXT): stdsoap2_ck_cpp.cpp
13174 libgsoapck++.a: $(libgsoapck___a_OBJECTS) $(libgsoapck___a_DEPENDENCIES)
13175 -rm -f libgsoapck++.a
13176 $(libgsoapck___a_AR) libgsoapck++.a $(libgsoapck___a_OBJECTS) $(libgsoapck___a_LIBADD)
13177 $(RANLIB) libgsoapck++.a
13178 -libgsoapck_a-stdsoap2_ck.$(OBJEXT): stdsoap2_ck.c
13179 libgsoapck.a: $(libgsoapck_a_OBJECTS) $(libgsoapck_a_DEPENDENCIES)
13180 -rm -f libgsoapck.a
13181 $(libgsoapck_a_AR) libgsoapck.a $(libgsoapck_a_OBJECTS) $(libgsoapck_a_LIBADD)
13182 $(RANLIB) libgsoapck.a
13183 -libgsoapssl___a-stdsoap2_ssl_cpp.$(OBJEXT): stdsoap2_ssl_cpp.cpp
13184 libgsoapssl++.a: $(libgsoapssl___a_OBJECTS) $(libgsoapssl___a_DEPENDENCIES)
13185 -rm -f libgsoapssl++.a
13186 $(libgsoapssl___a_AR) libgsoapssl++.a $(libgsoapssl___a_OBJECTS) $(libgsoapssl___a_LIBADD)
13187 $(RANLIB) libgsoapssl++.a
13188 -libgsoapssl_a-stdsoap2_ssl.$(OBJEXT): stdsoap2_ssl.c
13189 libgsoapssl.a: $(libgsoapssl_a_OBJECTS) $(libgsoapssl_a_DEPENDENCIES)
13190 -rm -f libgsoapssl.a
13191 $(libgsoapssl_a_AR) libgsoapssl.a $(libgsoapssl_a_OBJECTS) $(libgsoapssl_a_LIBADD)
13192 $(RANLIB) libgsoapssl.a
13193
13194 mostlyclean-compile:
13195 - -rm -f *.$(OBJEXT) core *.core
13196 + -rm -f *.$(OBJEXT)
13197
13198 distclean-compile:
13199 -rm -f *.tab.c
13200
13201 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoap___a-dom_cpp.Po@am__quote@
13202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po@am__quote@
13203 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoap_a-dom.Po@am__quote@
13204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoap_a-stdsoap2.Po@am__quote@
13205 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapck___a-dom_cpp.Po@am__quote@
13206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po@am__quote@
13207 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapck_a-dom.Po@am__quote@
13208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po@am__quote@
13209 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapssl___a-dom_cpp.Po@am__quote@
13210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po@am__quote@
13211 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapssl_a-dom.Po@am__quote@
13212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po@am__quote@
13213
13214 -distclean-depend:
13215 - -rm -rf ./$(DEPDIR)
13216 -
13217 .c.o:
13218 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13219 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13220 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13221 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
13222 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
13223 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
13224 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13225 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13226 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
13227
13228 .c.obj:
13229 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13230 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13231 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13232 - $(COMPILE) -c `cygpath -w $<`
13233 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
13234 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
13235 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13236 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13237 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
13238
13239 libgsoap_a-stdsoap2.o: stdsoap2.c
13240 -@AMDEP_TRUE@ source='stdsoap2.c' object='libgsoap_a-stdsoap2.o' libtool=no @AMDEPBACKSLASH@
13241 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoap_a-stdsoap2.Po' tmpdepfile='$(DEPDIR)/libgsoap_a-stdsoap2.TPo' @AMDEPBACKSLASH@
13242 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13243 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo '$(srcdir)/'`stdsoap2.c
13244 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -MT libgsoap_a-stdsoap2.o -MD -MP -MF $(DEPDIR)/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo '$(srcdir)/'`stdsoap2.c
13245 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoap_a-stdsoap2.Tpo $(DEPDIR)/libgsoap_a-stdsoap2.Po
13246 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2.c' object='libgsoap_a-stdsoap2.o' libtool=no @AMDEPBACKSLASH@
13247 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13248 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo '$(srcdir)/'`stdsoap2.c
13249
13250 libgsoap_a-stdsoap2.obj: stdsoap2.c
13251 -@AMDEP_TRUE@ source='stdsoap2.c' object='libgsoap_a-stdsoap2.obj' libtool=no @AMDEPBACKSLASH@
13252 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoap_a-stdsoap2.Po' tmpdepfile='$(DEPDIR)/libgsoap_a-stdsoap2.TPo' @AMDEPBACKSLASH@
13253 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13254 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-stdsoap2.obj `cygpath -w stdsoap2.c`
13255 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -MT libgsoap_a-stdsoap2.obj -MD -MP -MF $(DEPDIR)/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.obj `if test -f 'stdsoap2.c'; then $(CYGPATH_W) 'stdsoap2.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2.c'; fi`
13256 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoap_a-stdsoap2.Tpo $(DEPDIR)/libgsoap_a-stdsoap2.Po
13257 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2.c' object='libgsoap_a-stdsoap2.obj' libtool=no @AMDEPBACKSLASH@
13258 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13259 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-stdsoap2.obj `if test -f 'stdsoap2.c'; then $(CYGPATH_W) 'stdsoap2.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2.c'; fi`
13260 +
13261 +libgsoap_a-dom.o: dom.c
13262 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -MT libgsoap_a-dom.o -MD -MP -MF $(DEPDIR)/libgsoap_a-dom.Tpo -c -o libgsoap_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13263 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoap_a-dom.Tpo $(DEPDIR)/libgsoap_a-dom.Po
13264 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoap_a-dom.o' libtool=no @AMDEPBACKSLASH@
13265 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13266 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13267 +
13268 +libgsoap_a-dom.obj: dom.c
13269 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -MT libgsoap_a-dom.obj -MD -MP -MF $(DEPDIR)/libgsoap_a-dom.Tpo -c -o libgsoap_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13270 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoap_a-dom.Tpo $(DEPDIR)/libgsoap_a-dom.Po
13271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoap_a-dom.obj' libtool=no @AMDEPBACKSLASH@
13272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13273 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap_a_CFLAGS) $(CFLAGS) -c -o libgsoap_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13274
13275 libgsoapck_a-stdsoap2_ck.o: stdsoap2_ck.c
13276 -@AMDEP_TRUE@ source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.o' libtool=no @AMDEPBACKSLASH@
13277 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po' tmpdepfile='$(DEPDIR)/libgsoapck_a-stdsoap2_ck.TPo' @AMDEPBACKSLASH@
13278 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13279 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo '$(srcdir)/'`stdsoap2_ck.c
13280 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -MT libgsoapck_a-stdsoap2_ck.o -MD -MP -MF $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Tpo -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo '$(srcdir)/'`stdsoap2_ck.c
13281 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Tpo $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po
13282 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.o' libtool=no @AMDEPBACKSLASH@
13283 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13284 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo '$(srcdir)/'`stdsoap2_ck.c
13285
13286 libgsoapck_a-stdsoap2_ck.obj: stdsoap2_ck.c
13287 -@AMDEP_TRUE@ source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.obj' libtool=no @AMDEPBACKSLASH@
13288 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po' tmpdepfile='$(DEPDIR)/libgsoapck_a-stdsoap2_ck.TPo' @AMDEPBACKSLASH@
13289 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13290 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-stdsoap2_ck.obj `cygpath -w stdsoap2_ck.c`
13291 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -MT libgsoapck_a-stdsoap2_ck.obj -MD -MP -MF $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Tpo -c -o libgsoapck_a-stdsoap2_ck.obj `if test -f 'stdsoap2_ck.c'; then $(CYGPATH_W) 'stdsoap2_ck.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ck.c'; fi`
13292 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Tpo $(DEPDIR)/libgsoapck_a-stdsoap2_ck.Po
13293 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2_ck.c' object='libgsoapck_a-stdsoap2_ck.obj' libtool=no @AMDEPBACKSLASH@
13294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13295 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-stdsoap2_ck.obj `if test -f 'stdsoap2_ck.c'; then $(CYGPATH_W) 'stdsoap2_ck.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ck.c'; fi`
13296 +
13297 +libgsoapck_a-dom.o: dom.c
13298 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -MT libgsoapck_a-dom.o -MD -MP -MF $(DEPDIR)/libgsoapck_a-dom.Tpo -c -o libgsoapck_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13299 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck_a-dom.Tpo $(DEPDIR)/libgsoapck_a-dom.Po
13300 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoapck_a-dom.o' libtool=no @AMDEPBACKSLASH@
13301 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13302 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13303 +
13304 +libgsoapck_a-dom.obj: dom.c
13305 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -MT libgsoapck_a-dom.obj -MD -MP -MF $(DEPDIR)/libgsoapck_a-dom.Tpo -c -o libgsoapck_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13306 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck_a-dom.Tpo $(DEPDIR)/libgsoapck_a-dom.Po
13307 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoapck_a-dom.obj' libtool=no @AMDEPBACKSLASH@
13308 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13309 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck_a_CFLAGS) $(CFLAGS) -c -o libgsoapck_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13310
13311 libgsoapssl_a-stdsoap2_ssl.o: stdsoap2_ssl.c
13312 -@AMDEP_TRUE@ source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.o' libtool=no @AMDEPBACKSLASH@
13313 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po' tmpdepfile='$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.TPo' @AMDEPBACKSLASH@
13314 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13315 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo '$(srcdir)/'`stdsoap2_ssl.c
13316 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -MT libgsoapssl_a-stdsoap2_ssl.o -MD -MP -MF $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo '$(srcdir)/'`stdsoap2_ssl.c
13317 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Tpo $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po
13318 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.o' libtool=no @AMDEPBACKSLASH@
13319 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13320 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo '$(srcdir)/'`stdsoap2_ssl.c
13321
13322 libgsoapssl_a-stdsoap2_ssl.obj: stdsoap2_ssl.c
13323 -@AMDEP_TRUE@ source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.obj' libtool=no @AMDEPBACKSLASH@
13324 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po' tmpdepfile='$(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.TPo' @AMDEPBACKSLASH@
13325 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13326 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-stdsoap2_ssl.obj `cygpath -w stdsoap2_ssl.c`
13327 -CCDEPMODE = @CCDEPMODE@
13328 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -MT libgsoapssl_a-stdsoap2_ssl.obj -MD -MP -MF $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.obj `if test -f 'stdsoap2_ssl.c'; then $(CYGPATH_W) 'stdsoap2_ssl.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ssl.c'; fi`
13329 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Tpo $(DEPDIR)/libgsoapssl_a-stdsoap2_ssl.Po
13330 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stdsoap2_ssl.c' object='libgsoapssl_a-stdsoap2_ssl.obj' libtool=no @AMDEPBACKSLASH@
13331 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13332 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-stdsoap2_ssl.obj `if test -f 'stdsoap2_ssl.c'; then $(CYGPATH_W) 'stdsoap2_ssl.c'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ssl.c'; fi`
13333 +
13334 +libgsoapssl_a-dom.o: dom.c
13335 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -MT libgsoapssl_a-dom.o -MD -MP -MF $(DEPDIR)/libgsoapssl_a-dom.Tpo -c -o libgsoapssl_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13336 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl_a-dom.Tpo $(DEPDIR)/libgsoapssl_a-dom.Po
13337 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoapssl_a-dom.o' libtool=no @AMDEPBACKSLASH@
13338 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13339 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-dom.o `test -f 'dom.c' || echo '$(srcdir)/'`dom.c
13340 +
13341 +libgsoapssl_a-dom.obj: dom.c
13342 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -MT libgsoapssl_a-dom.obj -MD -MP -MF $(DEPDIR)/libgsoapssl_a-dom.Tpo -c -o libgsoapssl_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13343 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl_a-dom.Tpo $(DEPDIR)/libgsoapssl_a-dom.Po
13344 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dom.c' object='libgsoapssl_a-dom.obj' libtool=no @AMDEPBACKSLASH@
13345 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13346 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl_a_CFLAGS) $(CFLAGS) -c -o libgsoapssl_a-dom.obj `if test -f 'dom.c'; then $(CYGPATH_W) 'dom.c'; else $(CYGPATH_W) '$(srcdir)/dom.c'; fi`
13347
13348 .cpp.o:
13349 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13350 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13351 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13352 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
13353 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
13354 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
13355 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13356 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13357 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
13358
13359 .cpp.obj:
13360 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13361 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
13362 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13363 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
13364 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
13365 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
13366 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
13367 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13368 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
13369
13370 libgsoap___a-stdsoap2_cpp.o: stdsoap2_cpp.cpp
13371 -@AMDEP_TRUE@ source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.o' libtool=no @AMDEPBACKSLASH@
13372 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoap___a-stdsoap2_cpp.TPo' @AMDEPBACKSLASH@
13373 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13374 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_cpp.cpp
13375 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoap___a-stdsoap2_cpp.o -MD -MP -MF $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_cpp.cpp
13376 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Tpo $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po
13377 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.o' libtool=no @AMDEPBACKSLASH@
13378 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13379 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_cpp.cpp
13380
13381 libgsoap___a-stdsoap2_cpp.obj: stdsoap2_cpp.cpp
13382 -@AMDEP_TRUE@ source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.obj' libtool=no @AMDEPBACKSLASH@
13383 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoap___a-stdsoap2_cpp.TPo' @AMDEPBACKSLASH@
13384 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13385 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-stdsoap2_cpp.obj `cygpath -w stdsoap2_cpp.cpp`
13386 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoap___a-stdsoap2_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.obj `if test -f 'stdsoap2_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_cpp.cpp'; fi`
13387 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Tpo $(DEPDIR)/libgsoap___a-stdsoap2_cpp.Po
13388 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_cpp.cpp' object='libgsoap___a-stdsoap2_cpp.obj' libtool=no @AMDEPBACKSLASH@
13389 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13390 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-stdsoap2_cpp.obj `if test -f 'stdsoap2_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_cpp.cpp'; fi`
13391 +
13392 +libgsoap___a-dom_cpp.o: dom_cpp.cpp
13393 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoap___a-dom_cpp.o -MD -MP -MF $(DEPDIR)/libgsoap___a-dom_cpp.Tpo -c -o libgsoap___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13394 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoap___a-dom_cpp.Tpo $(DEPDIR)/libgsoap___a-dom_cpp.Po
13395 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoap___a-dom_cpp.o' libtool=no @AMDEPBACKSLASH@
13396 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13397 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13398 +
13399 +libgsoap___a-dom_cpp.obj: dom_cpp.cpp
13400 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoap___a-dom_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoap___a-dom_cpp.Tpo -c -o libgsoap___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13401 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoap___a-dom_cpp.Tpo $(DEPDIR)/libgsoap___a-dom_cpp.Po
13402 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoap___a-dom_cpp.obj' libtool=no @AMDEPBACKSLASH@
13403 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13404 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoap___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoap___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13405
13406 libgsoapck___a-stdsoap2_ck_cpp.o: stdsoap2_ck_cpp.cpp
13407 -@AMDEP_TRUE@ source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.o' libtool=no @AMDEPBACKSLASH@
13408 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.TPo' @AMDEPBACKSLASH@
13409 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13410 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ck_cpp.cpp
13411 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapck___a-stdsoap2_ck_cpp.o -MD -MP -MF $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Tpo -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ck_cpp.cpp
13412 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Tpo $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po
13413 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.o' libtool=no @AMDEPBACKSLASH@
13414 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13415 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ck_cpp.cpp
13416
13417 libgsoapck___a-stdsoap2_ck_cpp.obj: stdsoap2_ck_cpp.cpp
13418 -@AMDEP_TRUE@ source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.obj' libtool=no @AMDEPBACKSLASH@
13419 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.TPo' @AMDEPBACKSLASH@
13420 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13421 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-stdsoap2_ck_cpp.obj `cygpath -w stdsoap2_ck_cpp.cpp`
13422 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapck___a-stdsoap2_ck_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Tpo -c -o libgsoapck___a-stdsoap2_ck_cpp.obj `if test -f 'stdsoap2_ck_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_ck_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ck_cpp.cpp'; fi`
13423 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Tpo $(DEPDIR)/libgsoapck___a-stdsoap2_ck_cpp.Po
13424 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_ck_cpp.cpp' object='libgsoapck___a-stdsoap2_ck_cpp.obj' libtool=no @AMDEPBACKSLASH@
13425 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13426 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-stdsoap2_ck_cpp.obj `if test -f 'stdsoap2_ck_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_ck_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ck_cpp.cpp'; fi`
13427 +
13428 +libgsoapck___a-dom_cpp.o: dom_cpp.cpp
13429 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapck___a-dom_cpp.o -MD -MP -MF $(DEPDIR)/libgsoapck___a-dom_cpp.Tpo -c -o libgsoapck___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13430 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck___a-dom_cpp.Tpo $(DEPDIR)/libgsoapck___a-dom_cpp.Po
13431 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoapck___a-dom_cpp.o' libtool=no @AMDEPBACKSLASH@
13432 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13433 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13434 +
13435 +libgsoapck___a-dom_cpp.obj: dom_cpp.cpp
13436 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapck___a-dom_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoapck___a-dom_cpp.Tpo -c -o libgsoapck___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13437 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapck___a-dom_cpp.Tpo $(DEPDIR)/libgsoapck___a-dom_cpp.Po
13438 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoapck___a-dom_cpp.obj' libtool=no @AMDEPBACKSLASH@
13439 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13440 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapck___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapck___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13441
13442 libgsoapssl___a-stdsoap2_ssl_cpp.o: stdsoap2_ssl_cpp.cpp
13443 -@AMDEP_TRUE@ source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.o' libtool=no @AMDEPBACKSLASH@
13444 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.TPo' @AMDEPBACKSLASH@
13445 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13446 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ssl_cpp.cpp
13447 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapssl___a-stdsoap2_ssl_cpp.o -MD -MP -MF $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ssl_cpp.cpp
13448 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po
13449 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.o' libtool=no @AMDEPBACKSLASH@
13450 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13451 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo '$(srcdir)/'`stdsoap2_ssl_cpp.cpp
13452
13453 libgsoapssl___a-stdsoap2_ssl_cpp.obj: stdsoap2_ssl_cpp.cpp
13454 -@AMDEP_TRUE@ source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.obj' libtool=no @AMDEPBACKSLASH@
13455 -@AMDEP_TRUE@ depfile='$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po' tmpdepfile='$(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.TPo' @AMDEPBACKSLASH@
13456 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13457 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-stdsoap2_ssl_cpp.obj `cygpath -w stdsoap2_ssl_cpp.cpp`
13458 -CXXDEPMODE = @CXXDEPMODE@
13459 -uninstall-info-am:
13460 -nobase_pkgdataDATA_INSTALL = $(install_sh_DATA)
13461 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapssl___a-stdsoap2_ssl_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo -c -o libgsoapssl___a-stdsoap2_ssl_cpp.obj `if test -f 'stdsoap2_ssl_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_ssl_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ssl_cpp.cpp'; fi`
13462 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo $(DEPDIR)/libgsoapssl___a-stdsoap2_ssl_cpp.Po
13463 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='stdsoap2_ssl_cpp.cpp' object='libgsoapssl___a-stdsoap2_ssl_cpp.obj' libtool=no @AMDEPBACKSLASH@
13464 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13465 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-stdsoap2_ssl_cpp.obj `if test -f 'stdsoap2_ssl_cpp.cpp'; then $(CYGPATH_W) 'stdsoap2_ssl_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/stdsoap2_ssl_cpp.cpp'; fi`
13466 +
13467 +libgsoapssl___a-dom_cpp.o: dom_cpp.cpp
13468 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapssl___a-dom_cpp.o -MD -MP -MF $(DEPDIR)/libgsoapssl___a-dom_cpp.Tpo -c -o libgsoapssl___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13469 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl___a-dom_cpp.Tpo $(DEPDIR)/libgsoapssl___a-dom_cpp.Po
13470 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoapssl___a-dom_cpp.o' libtool=no @AMDEPBACKSLASH@
13471 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13472 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-dom_cpp.o `test -f 'dom_cpp.cpp' || echo '$(srcdir)/'`dom_cpp.cpp
13473 +
13474 +libgsoapssl___a-dom_cpp.obj: dom_cpp.cpp
13475 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -MT libgsoapssl___a-dom_cpp.obj -MD -MP -MF $(DEPDIR)/libgsoapssl___a-dom_cpp.Tpo -c -o libgsoapssl___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13476 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libgsoapssl___a-dom_cpp.Tpo $(DEPDIR)/libgsoapssl___a-dom_cpp.Po
13477 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dom_cpp.cpp' object='libgsoapssl___a-dom_cpp.obj' libtool=no @AMDEPBACKSLASH@
13478 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
13479 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsoapssl___a_CXXFLAGS) $(CXXFLAGS) -c -o libgsoapssl___a-dom_cpp.obj `if test -f 'dom_cpp.cpp'; then $(CYGPATH_W) 'dom_cpp.cpp'; else $(CYGPATH_W) '$(srcdir)/dom_cpp.cpp'; fi`
13480 install-nobase_pkgdataDATA: $(nobase_pkgdata_DATA)
13481 @$(NORMAL_INSTALL)
13482 - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
13483 - @list='$(nobase_pkgdata_DATA)'; for p in $$list; do \
13484 - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
13485 - f="$$p"; \
13486 - echo " $(nobase_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
13487 - $(nobase_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
13488 + test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
13489 + @list='$(nobase_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
13490 + $(am__nobase_list) | while read dir files; do \
13491 + xfiles=; for file in $$files; do \
13492 + if test -f "$$file"; then xfiles="$$xfiles $$file"; \
13493 + else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
13494 + test -z "$$xfiles" || { \
13495 + test "x$$dir" = x. || { \
13496 + echo "$(MKDIR_P) '$(DESTDIR)$(pkgdatadir)/$$dir'"; \
13497 + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/$$dir"; }; \
13498 + echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pkgdatadir)/$$dir'"; \
13499 + $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pkgdatadir)/$$dir" || exit $$?; }; \
13500 done
13501
13502 uninstall-nobase_pkgdataDATA:
13503 @$(NORMAL_UNINSTALL)
13504 - @list='$(nobase_pkgdata_DATA)'; for p in $$list; do \
13505 - f="$$p"; \
13506 - echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
13507 - rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
13508 - done
13509 -includeHEADERS_INSTALL = $(INSTALL_HEADER)
13510 + @list='$(nobase_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
13511 + $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
13512 + test -n "$$files" || exit 0; \
13513 + echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
13514 + cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
13515 install-includeHEADERS: $(include_HEADERS)
13516 @$(NORMAL_INSTALL)
13517 - $(mkinstalldirs) $(DESTDIR)$(includedir)
13518 - @list='$(include_HEADERS)'; for p in $$list; do \
13519 + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
13520 + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
13521 + for p in $$list; do \
13522 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
13523 - f="`echo $$p | sed -e 's|^.*/||'`"; \
13524 - echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
13525 - $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
13526 + echo "$$d$$p"; \
13527 + done | $(am__base_list) | \
13528 + while read files; do \
13529 + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
13530 + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
13531 done
13532
13533 uninstall-includeHEADERS:
13534 @$(NORMAL_UNINSTALL)
13535 - @list='$(include_HEADERS)'; for p in $$list; do \
13536 - f="`echo $$p | sed -e 's|^.*/||'`"; \
13537 - echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
13538 - rm -f $(DESTDIR)$(includedir)/$$f; \
13539 - done
13540 + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
13541 + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
13542 + test -n "$$files" || exit 0; \
13543 + echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
13544 + cd "$(DESTDIR)$(includedir)" && rm -f $$files
13545
13546 # This directory's subdirectories are mostly independent; you can cd
13547 # into them and run `make' without going through this Makefile.
13548 @@ -430,7 +665,13 @@
13549 # (which will cause the Makefiles to be regenerated when you run `make');
13550 # (2) otherwise, pass the desired values on the `make' command line.
13551 $(RECURSIVE_TARGETS):
13552 - @set fnord $$MAKEFLAGS; amf=$$2; \
13553 + @failcom='exit 1'; \
13554 + for f in x $$MAKEFLAGS; do \
13555 + case $$f in \
13556 + *=* | --[!k]*);; \
13557 + *k*) failcom='fail=yes';; \
13558 + esac; \
13559 + done; \
13560 dot_seen=no; \
13561 target=`echo $@ | sed s/-recursive//`; \
13562 list='$(SUBDIRS)'; for subdir in $$list; do \
13563 @@ -441,16 +682,21 @@
13564 else \
13565 local_target="$$target"; \
13566 fi; \
13567 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
13568 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
13569 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
13570 + || eval $$failcom; \
13571 done; \
13572 if test "$$dot_seen" = "no"; then \
13573 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
13574 fi; test -z "$$fail"
13575
13576 -mostlyclean-recursive clean-recursive distclean-recursive \
13577 -maintainer-clean-recursive:
13578 - @set fnord $$MAKEFLAGS; amf=$$2; \
13579 +$(RECURSIVE_CLEAN_TARGETS):
13580 + @failcom='exit 1'; \
13581 + for f in x $$MAKEFLAGS; do \
13582 + case $$f in \
13583 + *=* | --[!k]*);; \
13584 + *k*) failcom='fail=yes';; \
13585 + esac; \
13586 + done; \
13587 dot_seen=no; \
13588 case "$@" in \
13589 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
13590 @@ -470,101 +716,152 @@
13591 else \
13592 local_target="$$target"; \
13593 fi; \
13594 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
13595 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
13596 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
13597 + || eval $$failcom; \
13598 done && test -z "$$fail"
13599 tags-recursive:
13600 list='$(SUBDIRS)'; for subdir in $$list; do \
13601 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
13602 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
13603 + done
13604 +ctags-recursive:
13605 + list='$(SUBDIRS)'; for subdir in $$list; do \
13606 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
13607 done
13608 -
13609 -ETAGS = etags
13610 -ETAGSFLAGS =
13611 -
13612 -tags: TAGS
13613
13614 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
13615 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
13616 unique=`for i in $$list; do \
13617 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
13618 done | \
13619 - $(AWK) ' { files[$$0] = 1; } \
13620 - END { for (i in files) print i; }'`; \
13621 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
13622 + END { if (nonempty) { for (i in files) print i; }; }'`; \
13623 mkid -fID $$unique
13624 +tags: TAGS
13625
13626 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
13627 $(TAGS_FILES) $(LISP)
13628 - tags=; \
13629 + set x; \
13630 here=`pwd`; \
13631 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
13632 + include_option=--etags-include; \
13633 + empty_fix=.; \
13634 + else \
13635 + include_option=--include; \
13636 + empty_fix=; \
13637 + fi; \
13638 list='$(SUBDIRS)'; for subdir in $$list; do \
13639 if test "$$subdir" = .; then :; else \
13640 - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
13641 + test ! -f $$subdir/TAGS || \
13642 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
13643 fi; \
13644 done; \
13645 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
13646 unique=`for i in $$list; do \
13647 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
13648 done | \
13649 - $(AWK) ' { files[$$0] = 1; } \
13650 - END { for (i in files) print i; }'`; \
13651 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
13652 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
13653 - $$tags $$unique
13654 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
13655 + END { if (nonempty) { for (i in files) print i; }; }'`; \
13656 + shift; \
13657 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
13658 + test -n "$$unique" || unique=$$empty_fix; \
13659 + if test $$# -gt 0; then \
13660 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
13661 + "$$@" $$unique; \
13662 + else \
13663 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
13664 + $$unique; \
13665 + fi; \
13666 + fi
13667 +ctags: CTAGS
13668 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
13669 + $(TAGS_FILES) $(LISP)
13670 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
13671 + unique=`for i in $$list; do \
13672 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
13673 + done | \
13674 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
13675 + END { if (nonempty) { for (i in files) print i; }; }'`; \
13676 + test -z "$(CTAGS_ARGS)$$unique" \
13677 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
13678 + $$unique
13679
13680 GTAGS:
13681 here=`$(am__cd) $(top_builddir) && pwd` \
13682 - && cd $(top_srcdir) \
13683 - && gtags -i $(GTAGS_ARGS) $$here
13684 + && $(am__cd) $(top_srcdir) \
13685 + && gtags -i $(GTAGS_ARGS) "$$here"
13686
13687 distclean-tags:
13688 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
13689 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
13690 -
13691 -top_distdir = ..
13692 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
13693 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
13694
13695 distdir: $(DISTFILES)
13696 - @list='$(DISTFILES)'; for file in $$list; do \
13697 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
13698 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
13699 + list='$(DISTFILES)'; \
13700 + dist_files=`for file in $$list; do echo $$file; done | \
13701 + sed -e "s|^$$srcdirstrip/||;t" \
13702 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
13703 + case $$dist_files in \
13704 + */*) $(MKDIR_P) `echo "$$dist_files" | \
13705 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
13706 + sort -u` ;; \
13707 + esac; \
13708 + for file in $$dist_files; do \
13709 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
13710 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
13711 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
13712 - dir="/$$dir"; \
13713 - $(mkinstalldirs) "$(distdir)$$dir"; \
13714 - else \
13715 - dir=''; \
13716 - fi; \
13717 if test -d $$d/$$file; then \
13718 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
13719 + if test -d "$(distdir)/$$file"; then \
13720 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
13721 + fi; \
13722 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
13723 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
13724 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
13725 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
13726 fi; \
13727 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
13728 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
13729 else \
13730 - test -f $(distdir)/$$file \
13731 - || cp -p $$d/$$file $(distdir)/$$file \
13732 + test -f "$(distdir)/$$file" \
13733 + || cp -p $$d/$$file "$(distdir)/$$file" \
13734 || exit 1; \
13735 fi; \
13736 done
13737 - list='$(SUBDIRS)'; for subdir in $$list; do \
13738 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
13739 if test "$$subdir" = .; then :; else \
13740 - test -d $(distdir)/$$subdir \
13741 - || mkdir $(distdir)/$$subdir \
13742 + test -d "$(distdir)/$$subdir" \
13743 + || $(MKDIR_P) "$(distdir)/$$subdir" \
13744 || exit 1; \
13745 - (cd $$subdir && \
13746 + fi; \
13747 + done
13748 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
13749 + if test "$$subdir" = .; then :; else \
13750 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
13751 + $(am__relativize); \
13752 + new_distdir=$$reldir; \
13753 + dir1=$$subdir; dir2="$(top_distdir)"; \
13754 + $(am__relativize); \
13755 + new_top_distdir=$$reldir; \
13756 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
13757 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
13758 + ($(am__cd) $$subdir && \
13759 $(MAKE) $(AM_MAKEFLAGS) \
13760 - top_distdir="$(top_distdir)" \
13761 - distdir=../$(distdir)/$$subdir \
13762 + top_distdir="$$new_top_distdir" \
13763 + distdir="$$new_distdir" \
13764 + am__remove_distdir=: \
13765 + am__skip_length_check=: \
13766 + am__skip_mode_fix=: \
13767 distdir) \
13768 || exit 1; \
13769 fi; \
13770 done
13771 check-am: all-am
13772 -check: check-recursive
13773 +check: $(BUILT_SOURCES)
13774 + $(MAKE) $(AM_MAKEFLAGS) check-recursive
13775 all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS)
13776 installdirs: installdirs-recursive
13777 installdirs-am:
13778 - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(includedir)
13779 -
13780 -install: install-recursive
13781 + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)"; do \
13782 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \
13783 + done
13784 +install: $(BUILT_SOURCES)
13785 + $(MAKE) $(AM_MAKEFLAGS) install-recursive
13786 install-exec: install-exec-recursive
13787 install-data: install-data-recursive
13788 uninstall: uninstall-recursive
13789 @@ -575,7 +872,7 @@
13790 installcheck: installcheck-recursive
13791 install-strip:
13792 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
13793 - INSTALL_STRIP_FLAG=-s \
13794 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
13795 `test -z '$(STRIP)' || \
13796 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
13797 mostlyclean-generic:
13798 @@ -584,7 +881,8 @@
13799 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
13800
13801 distclean-generic:
13802 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
13803 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
13804 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
13805
13806 maintainer-clean-generic:
13807 @echo "This command is intended for maintainers to use"
13808 @@ -595,14 +893,19 @@
13809 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
13810
13811 distclean: distclean-recursive
13812 -
13813 -distclean-am: clean-am distclean-compile distclean-depend \
13814 - distclean-generic distclean-tags
13815 + -rm -rf ./$(DEPDIR)
13816 + -rm -f Makefile
13817 +distclean-am: clean-am distclean-compile distclean-generic \
13818 + distclean-tags
13819
13820 dvi: dvi-recursive
13821
13822 dvi-am:
13823
13824 +html: html-recursive
13825 +
13826 +html-am:
13827 +
13828 info: info-recursive
13829
13830 info-am:
13831 @@ -610,46 +913,72 @@
13832 install-data-am: install-includeHEADERS install-nobase_pkgdataDATA
13833 @$(NORMAL_INSTALL)
13834 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
13835 +install-dvi: install-dvi-recursive
13836 +
13837 +install-dvi-am:
13838
13839 install-exec-am: install-libLIBRARIES
13840
13841 +install-html: install-html-recursive
13842 +
13843 +install-html-am:
13844 +
13845 install-info: install-info-recursive
13846
13847 +install-info-am:
13848 +
13849 install-man:
13850
13851 +install-pdf: install-pdf-recursive
13852 +
13853 +install-pdf-am:
13854 +
13855 +install-ps: install-ps-recursive
13856 +
13857 +install-ps-am:
13858 +
13859 installcheck-am:
13860
13861 maintainer-clean: maintainer-clean-recursive
13862 -
13863 + -rm -rf ./$(DEPDIR)
13864 + -rm -f Makefile
13865 maintainer-clean-am: distclean-am maintainer-clean-generic
13866
13867 mostlyclean: mostlyclean-recursive
13868
13869 mostlyclean-am: mostlyclean-compile mostlyclean-generic
13870
13871 -uninstall-am: uninstall-includeHEADERS uninstall-info-am \
13872 - uninstall-libLIBRARIES uninstall-nobase_pkgdataDATA
13873 +pdf: pdf-recursive
13874 +
13875 +pdf-am:
13876 +
13877 +ps: ps-recursive
13878
13879 -uninstall-info: uninstall-info-recursive
13880 +ps-am:
13881
13882 -.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
13883 - clean-generic clean-libLIBRARIES clean-recursive distclean \
13884 - distclean-compile distclean-depend distclean-generic \
13885 - distclean-recursive distclean-tags distdir dvi dvi-am \
13886 - dvi-recursive info info-am info-recursive install install-am \
13887 - install-data install-data-am install-data-recursive \
13888 - install-exec install-exec-am install-exec-recursive \
13889 - install-includeHEADERS install-info install-info-am \
13890 - install-info-recursive install-libLIBRARIES install-man \
13891 - install-nobase_pkgdataDATA install-recursive install-strip \
13892 - installcheck installcheck-am installdirs installdirs-am \
13893 - installdirs-recursive maintainer-clean maintainer-clean-generic \
13894 - maintainer-clean-recursive mostlyclean mostlyclean-compile \
13895 - mostlyclean-generic mostlyclean-recursive tags tags-recursive \
13896 +uninstall-am: uninstall-includeHEADERS uninstall-libLIBRARIES \
13897 + uninstall-nobase_pkgdataDATA
13898 +
13899 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
13900 + ctags-recursive install install-am install-data-am \
13901 + install-strip tags-recursive
13902 +
13903 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
13904 + all all-am check check-am clean clean-generic \
13905 + clean-libLIBRARIES ctags ctags-recursive distclean \
13906 + distclean-compile distclean-generic distclean-tags distdir dvi \
13907 + dvi-am html html-am info info-am install install-am \
13908 + install-data install-data-am install-data-hook install-dvi \
13909 + install-dvi-am install-exec install-exec-am install-html \
13910 + install-html-am install-includeHEADERS install-info \
13911 + install-info-am install-libLIBRARIES install-man \
13912 + install-nobase_pkgdataDATA install-pdf install-pdf-am \
13913 + install-ps install-ps-am install-strip installcheck \
13914 + installcheck-am installdirs installdirs-am maintainer-clean \
13915 + maintainer-clean-generic mostlyclean mostlyclean-compile \
13916 + mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
13917 uninstall uninstall-am uninstall-includeHEADERS \
13918 - uninstall-info-am uninstall-info-recursive \
13919 - uninstall-libLIBRARIES uninstall-nobase_pkgdataDATA \
13920 - uninstall-recursive
13921 + uninstall-libLIBRARIES uninstall-nobase_pkgdataDATA
13922
13923
13924 stdsoap2_ck.c: stdsoap2.cpp
13925 @@ -667,9 +996,13 @@
13926 stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
13927 $(LN_S) -f $(srcdir)/stdsoap2.cpp stdsoap2_ssl_cpp.cpp
13928
13929 +dom_cpp.cpp: dom.cpp
13930 + $(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
13931 +
13932 install-data-hook:
13933 $(LN_S) -f $(top_builddir)/gsoap/src/soapcpp2 $(top_builddir)/gsoap/soapcpp2 || echo "ok, link already exists".
13934 $(LN_S) -f $(top_builddir)/gsoap/wsdl/wsdl2h $(top_builddir)/gsoap/wsdl2h || echo "ok, link already exists".
13935 +
13936 # Tell versions [3.59,3.63) of GNU make to not export all variables.
13937 # Otherwise a system limit (for SysV at least) may be exceeded.
13938 .NOEXPORT:
13939 diff -urN b/gsoap/samples/calc/Makefile.in d/gsoap/samples/calc/Makefile.in
13940 --- b/gsoap/samples/calc/Makefile.in 2009-11-07 21:07:31.000000000 +0100
13941 +++ d/gsoap/samples/calc/Makefile.in 2010-01-22 21:45:24.000000000 +0100
13942 @@ -1,8 +1,9 @@
13943 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
13944 +# Makefile.in generated by automake 1.11 from Makefile.am.
13945 # @configure_input@
13946
13947 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
13948 -# Free Software Foundation, Inc.
13949 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13950 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
13951 +# Inc.
13952 # This Makefile.in is free software; the Free Software Foundation
13953 # gives unlimited permission to copy and/or distribute it,
13954 # with or without modifications, as long as this notice is preserved.
13955 @@ -13,77 +14,121 @@
13956 # PARTICULAR PURPOSE.
13957
13958 @SET_MAKE@
13959 -SHELL = @SHELL@
13960
13961 -srcdir = @srcdir@
13962 -top_srcdir = @top_srcdir@
13963 VPATH = @srcdir@
13964 -prefix = @prefix@
13965 -exec_prefix = @exec_prefix@
13966 -
13967 -bindir = @bindir@
13968 -sbindir = @sbindir@
13969 -libexecdir = @libexecdir@
13970 -datadir = @datadir@
13971 -sysconfdir = @sysconfdir@
13972 -sharedstatedir = @sharedstatedir@
13973 -localstatedir = @localstatedir@
13974 -libdir = @libdir@
13975 -infodir = @infodir@
13976 -mandir = @mandir@
13977 -includedir = @includedir@
13978 -oldincludedir = /usr/include
13979 pkgdatadir = $(datadir)/@PACKAGE@
13980 -pkglibdir = $(libdir)/@PACKAGE@
13981 pkgincludedir = $(includedir)/@PACKAGE@
13982 -top_builddir = ../../..
13983 -
13984 -ACLOCAL = @ACLOCAL@
13985 -AUTOCONF = @AUTOCONF@
13986 -AUTOMAKE = @AUTOMAKE@
13987 -AUTOHEADER = @AUTOHEADER@
13988 -
13989 +pkglibdir = $(libdir)/@PACKAGE@
13990 +pkglibexecdir = $(libexecdir)/@PACKAGE@
13991 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
13992 -INSTALL = @INSTALL@
13993 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
13994 -INSTALL_DATA = @INSTALL_DATA@
13995 install_sh_DATA = $(install_sh) -c -m 644
13996 install_sh_PROGRAM = $(install_sh) -c
13997 install_sh_SCRIPT = $(install_sh) -c
13998 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
13999 INSTALL_HEADER = $(INSTALL_DATA)
14000 -transform = @program_transform_name@
14001 +transform = $(program_transform_name)
14002 NORMAL_INSTALL = :
14003 PRE_INSTALL = :
14004 POST_INSTALL = :
14005 NORMAL_UNINSTALL = :
14006 PRE_UNINSTALL = :
14007 POST_UNINSTALL = :
14008 -host_alias = @host_alias@
14009 +build_triplet = @build@
14010 host_triplet = @host@
14011 -
14012 -EXEEXT = @EXEEXT@
14013 -OBJEXT = @OBJEXT@
14014 -PATH_SEPARATOR = @PATH_SEPARATOR@
14015 +noinst_PROGRAMS = calcclient$(EXEEXT) calcserver$(EXEEXT)
14016 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
14017 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
14018 + $(srcdir)/Makefile.in
14019 +subdir = gsoap/samples/calc
14020 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
14021 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
14022 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
14023 + $(ACLOCAL_M4)
14024 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
14025 +CONFIG_HEADER = $(top_builddir)/config.h
14026 +CONFIG_CLEAN_FILES =
14027 +CONFIG_CLEAN_VPATH_FILES =
14028 +PROGRAMS = $(noinst_PROGRAMS)
14029 +am__objects_1 =
14030 +am__objects_2 = soapC.$(OBJEXT)
14031 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
14032 +am_calcclient_OBJECTS = calcclient.$(OBJEXT) $(am__objects_1) \
14033 + $(am__objects_3)
14034 +calcclient_OBJECTS = $(am_calcclient_OBJECTS)
14035 +am__DEPENDENCIES_1 =
14036 +calcclient_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
14037 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
14038 +am_calcserver_OBJECTS = calcserver.$(OBJEXT) $(am__objects_1) \
14039 + $(am__objects_4)
14040 +calcserver_OBJECTS = $(am_calcserver_OBJECTS)
14041 +calcserver_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
14042 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
14043 +depcomp = $(SHELL) $(top_srcdir)/depcomp
14044 +am__depfiles_maybe = depfiles
14045 +am__mv = mv -f
14046 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
14047 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
14048 +CCLD = $(CC)
14049 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
14050 +SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14051 +DIST_SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14052 +ETAGS = etags
14053 +CTAGS = ctags
14054 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
14055 +ACLOCAL = @ACLOCAL@
14056 AMTAR = @AMTAR@
14057 +AUTOCONF = @AUTOCONF@
14058 +AUTOHEADER = @AUTOHEADER@
14059 +AUTOMAKE = @AUTOMAKE@
14060 AWK = @AWK@
14061 BISON_DEFINE = @BISON_DEFINE@
14062 CC = @CC@
14063 +CCDEPMODE = @CCDEPMODE@
14064 +CFLAGS = @CFLAGS@
14065 CPP = @CPP@
14066 +CPPFLAGS = @CPPFLAGS@
14067 CXX = @CXX@
14068 +CXXDEPMODE = @CXXDEPMODE@
14069 +CXXFLAGS = @CXXFLAGS@
14070 +CYGPATH_W = @CYGPATH_W@
14071 +DEFS = @DEFS@
14072 DEPDIR = @DEPDIR@
14073 +ECHO_C = @ECHO_C@
14074 +ECHO_N = @ECHO_N@
14075 +ECHO_T = @ECHO_T@
14076 +EGREP = @EGREP@
14077 ENABLE_SAMPLES = @ENABLE_SAMPLES@
14078 +EXEEXT = @EXEEXT@
14079 +GREP = @GREP@
14080 +INSTALL = @INSTALL@
14081 +INSTALL_DATA = @INSTALL_DATA@
14082 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
14083 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
14084 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
14085 +LDFLAGS = @LDFLAGS@
14086 LEX = @LEX@
14087 LEXLIB = @LEXLIB@
14088 LEX_DEFINE = @LEX_DEFINE@
14089 LEX_FLAGS = @LEX_FLAGS@
14090 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
14091 +LIBOBJS = @LIBOBJS@
14092 +LIBS = @LIBS@
14093 LN_S = @LN_S@
14094 +LTLIBOBJS = @LTLIBOBJS@
14095 +MAKEINFO = @MAKEINFO@
14096 +MKDIR_P = @MKDIR_P@
14097 +OBJEXT = @OBJEXT@
14098 PACKAGE = @PACKAGE@
14099 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
14100 +PACKAGE_NAME = @PACKAGE_NAME@
14101 +PACKAGE_STRING = @PACKAGE_STRING@
14102 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
14103 +PACKAGE_VERSION = @PACKAGE_VERSION@
14104 +PATH_SEPARATOR = @PATH_SEPARATOR@
14105 RANLIB = @RANLIB@
14106 SAMPLE_DIRS = @SAMPLE_DIRS@
14107 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
14108 +SET_MAKE = @SET_MAKE@
14109 +SHELL = @SHELL@
14110 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
14111 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
14112 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
14113 @@ -95,118 +140,138 @@
14114 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
14115 YACC = @YACC@
14116 YACC_LIB = @YACC_LIB@
14117 +YFLAGS = @YFLAGS@
14118 +abs_builddir = @abs_builddir@
14119 +abs_srcdir = @abs_srcdir@
14120 +abs_top_builddir = @abs_top_builddir@
14121 +abs_top_srcdir = @abs_top_srcdir@
14122 +ac_ct_CC = @ac_ct_CC@
14123 +ac_ct_CXX = @ac_ct_CXX@
14124 am__include = @am__include@
14125 +am__leading_dot = @am__leading_dot@
14126 am__quote = @am__quote@
14127 +am__tar = @am__tar@
14128 +am__untar = @am__untar@
14129 +bindir = @bindir@
14130 +build = @build@
14131 +build_alias = @build_alias@
14132 +build_cpu = @build_cpu@
14133 +build_os = @build_os@
14134 +build_vendor = @build_vendor@
14135 +builddir = @builddir@
14136 +datadir = @datadir@
14137 +datarootdir = @datarootdir@
14138 +docdir = @docdir@
14139 +dvidir = @dvidir@
14140 +exec_prefix = @exec_prefix@
14141 +host = @host@
14142 +host_alias = @host_alias@
14143 +host_cpu = @host_cpu@
14144 +host_os = @host_os@
14145 +host_vendor = @host_vendor@
14146 +htmldir = @htmldir@
14147 +includedir = @includedir@
14148 +infodir = @infodir@
14149 install_sh = @install_sh@
14150 +libdir = @libdir@
14151 +libexecdir = @libexecdir@
14152 +localedir = @localedir@
14153 +localstatedir = @localstatedir@
14154 +mandir = @mandir@
14155 +mkdir_p = @mkdir_p@
14156 +oldincludedir = @oldincludedir@
14157 +pdfdir = @pdfdir@
14158 platform = @platform@
14159 +prefix = @prefix@
14160 +program_transform_name = @program_transform_name@
14161 +psdir = @psdir@
14162 +sbindir = @sbindir@
14163 +sharedstatedir = @sharedstatedir@
14164 +srcdir = @srcdir@
14165 +sysconfdir = @sysconfdir@
14166 +target_alias = @target_alias@
14167 +top_build_prefix = @top_build_prefix@
14168 +top_builddir = @top_builddir@
14169 +top_srcdir = @top_srcdir@
14170
14171 ####### This is the input file for automake, which will generate Makefile.in ##########
14172 AUTOMAKE_OPTIONS = foreign 1.4
14173 -
14174 -noinst_PROGRAMS = calcclient calcserver
14175 SOAPHEADER = calc.h
14176 -
14177 AM_CFLAGS = -D$(platform)
14178 AM_CXXFLAGS = -D$(platform)
14179 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
14180 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
14181 -
14182 SOAP_NS_DEF = ns.nsmap ns.wsdl
14183 -
14184 SOAP_H_FILES = soapH.h soapStub.h
14185 -
14186 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
14187 -
14188 SOAP_C_CORE = soapC.c
14189 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
14190 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
14191 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
14192 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
14193 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
14194 -
14195 SOAP_CPP_CORE = soapC.cpp
14196 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
14197 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
14198 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
14199 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
14200 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
14201 -
14202 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
14203 -
14204 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
14205 BUILT_SOURCES = $(SOAP_C_SRC)
14206 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
14207 -
14208 SOAP_NS = calc.nsmap calc.wsdl
14209 -
14210 calcclient_SOURCES = calcclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
14211 calcclient_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
14212 -
14213 calcserver_SOURCES = calcserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
14214 calcserver_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lm
14215 -subdir = gsoap/samples/calc
14216 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
14217 -CONFIG_HEADER = $(top_builddir)/config.h
14218 -CONFIG_CLEAN_FILES =
14219 -noinst_PROGRAMS = calcclient$(EXEEXT) calcserver$(EXEEXT)
14220 -PROGRAMS = $(noinst_PROGRAMS)
14221 -
14222 -am__objects_1 =
14223 -am__objects_2 = soapC.$(OBJEXT)
14224 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
14225 -am_calcclient_OBJECTS = calcclient.$(OBJEXT) $(am__objects_1) \
14226 - $(am__objects_3)
14227 -calcclient_OBJECTS = $(am_calcclient_OBJECTS)
14228 -calcclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
14229 -calcclient_LDFLAGS =
14230 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
14231 -am_calcserver_OBJECTS = calcserver.$(OBJEXT) $(am__objects_1) \
14232 - $(am__objects_4)
14233 -calcserver_OBJECTS = $(am_calcserver_OBJECTS)
14234 -calcserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
14235 -calcserver_LDFLAGS =
14236 -
14237 -DEFS = @DEFS@
14238 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
14239 -CPPFLAGS = @CPPFLAGS@
14240 -LDFLAGS = @LDFLAGS@
14241 -LIBS = @LIBS@
14242 -depcomp = $(SHELL) $(top_srcdir)/depcomp
14243 -am__depfiles_maybe = depfiles
14244 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/calcclient.Po \
14245 -@AMDEP_TRUE@ ./$(DEPDIR)/calcserver.Po ./$(DEPDIR)/soapC.Po \
14246 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
14247 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
14248 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
14249 -CCLD = $(CC)
14250 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
14251 -CFLAGS = @CFLAGS@
14252 -DIST_SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14253 -DIST_COMMON = Makefile.am Makefile.in
14254 -SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14255 -
14256 all: $(BUILT_SOURCES)
14257 $(MAKE) $(AM_MAKEFLAGS) all-am
14258
14259 .SUFFIXES:
14260 .SUFFIXES: .c .o .obj
14261 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
14262 - cd $(top_srcdir) && \
14263 - $(AUTOMAKE) --foreign gsoap/samples/calc/Makefile
14264 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
14265 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
14266 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
14267 + @for dep in $?; do \
14268 + case '$(am__configure_deps)' in \
14269 + *$$dep*) \
14270 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
14271 + && { if test -f $@; then exit 0; else break; fi; }; \
14272 + exit 1;; \
14273 + esac; \
14274 + done; \
14275 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/calc/Makefile'; \
14276 + $(am__cd) $(top_srcdir) && \
14277 + $(AUTOMAKE) --foreign gsoap/samples/calc/Makefile
14278 +.PRECIOUS: Makefile
14279 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
14280 + @case '$?' in \
14281 + *config.status*) \
14282 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
14283 + *) \
14284 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
14285 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
14286 + esac;
14287 +
14288 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
14289 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14290 +
14291 +$(top_srcdir)/configure: $(am__configure_deps)
14292 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14293 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
14294 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14295 +$(am__aclocal_m4_deps):
14296
14297 clean-noinstPROGRAMS:
14298 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
14299 calcclient$(EXEEXT): $(calcclient_OBJECTS) $(calcclient_DEPENDENCIES)
14300 @rm -f calcclient$(EXEEXT)
14301 - $(LINK) $(calcclient_LDFLAGS) $(calcclient_OBJECTS) $(calcclient_LDADD) $(LIBS)
14302 + $(LINK) $(calcclient_OBJECTS) $(calcclient_LDADD) $(LIBS)
14303 calcserver$(EXEEXT): $(calcserver_OBJECTS) $(calcserver_DEPENDENCIES)
14304 @rm -f calcserver$(EXEEXT)
14305 - $(LINK) $(calcserver_LDFLAGS) $(calcserver_OBJECTS) $(calcserver_LDADD) $(LIBS)
14306 + $(LINK) $(calcserver_OBJECTS) $(calcserver_LDADD) $(LIBS)
14307
14308 mostlyclean-compile:
14309 - -rm -f *.$(OBJEXT) core *.core
14310 + -rm -f *.$(OBJEXT)
14311
14312 distclean-compile:
14313 -rm -f *.tab.c
14314 @@ -217,91 +282,109 @@
14315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
14316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
14317
14318 -distclean-depend:
14319 - -rm -rf ./$(DEPDIR)
14320 -
14321 .c.o:
14322 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14323 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
14324 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14325 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
14326 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
14327 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
14328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14329 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14330 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
14331
14332 .c.obj:
14333 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14334 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
14335 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14336 - $(COMPILE) -c `cygpath -w $<`
14337 -CCDEPMODE = @CCDEPMODE@
14338 -uninstall-info-am:
14339 -
14340 -ETAGS = etags
14341 -ETAGSFLAGS =
14342 -
14343 -tags: TAGS
14344 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
14345 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
14346 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14347 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14348 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
14349
14350 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
14351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
14352 unique=`for i in $$list; do \
14353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
14354 done | \
14355 - $(AWK) ' { files[$$0] = 1; } \
14356 - END { for (i in files) print i; }'`; \
14357 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
14358 + END { if (nonempty) { for (i in files) print i; }; }'`; \
14359 mkid -fID $$unique
14360 +tags: TAGS
14361
14362 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
14363 $(TAGS_FILES) $(LISP)
14364 - tags=; \
14365 + set x; \
14366 here=`pwd`; \
14367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
14368 unique=`for i in $$list; do \
14369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
14370 done | \
14371 - $(AWK) ' { files[$$0] = 1; } \
14372 - END { for (i in files) print i; }'`; \
14373 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
14374 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
14375 - $$tags $$unique
14376 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
14377 + END { if (nonempty) { for (i in files) print i; }; }'`; \
14378 + shift; \
14379 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
14380 + test -n "$$unique" || unique=$$empty_fix; \
14381 + if test $$# -gt 0; then \
14382 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
14383 + "$$@" $$unique; \
14384 + else \
14385 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
14386 + $$unique; \
14387 + fi; \
14388 + fi
14389 +ctags: CTAGS
14390 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
14391 + $(TAGS_FILES) $(LISP)
14392 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
14393 + unique=`for i in $$list; do \
14394 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
14395 + done | \
14396 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
14397 + END { if (nonempty) { for (i in files) print i; }; }'`; \
14398 + test -z "$(CTAGS_ARGS)$$unique" \
14399 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
14400 + $$unique
14401
14402 GTAGS:
14403 here=`$(am__cd) $(top_builddir) && pwd` \
14404 - && cd $(top_srcdir) \
14405 - && gtags -i $(GTAGS_ARGS) $$here
14406 + && $(am__cd) $(top_srcdir) \
14407 + && gtags -i $(GTAGS_ARGS) "$$here"
14408
14409 distclean-tags:
14410 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
14411 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
14412 -
14413 -top_distdir = ../../..
14414 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
14415 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
14416
14417 distdir: $(DISTFILES)
14418 - @list='$(DISTFILES)'; for file in $$list; do \
14419 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14420 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14421 + list='$(DISTFILES)'; \
14422 + dist_files=`for file in $$list; do echo $$file; done | \
14423 + sed -e "s|^$$srcdirstrip/||;t" \
14424 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
14425 + case $$dist_files in \
14426 + */*) $(MKDIR_P) `echo "$$dist_files" | \
14427 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
14428 + sort -u` ;; \
14429 + esac; \
14430 + for file in $$dist_files; do \
14431 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
14432 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
14433 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
14434 - dir="/$$dir"; \
14435 - $(mkinstalldirs) "$(distdir)$$dir"; \
14436 - else \
14437 - dir=''; \
14438 - fi; \
14439 if test -d $$d/$$file; then \
14440 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
14441 + if test -d "$(distdir)/$$file"; then \
14442 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
14443 + fi; \
14444 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
14445 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
14446 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
14447 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
14448 fi; \
14449 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
14450 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
14451 else \
14452 - test -f $(distdir)/$$file \
14453 - || cp -p $$d/$$file $(distdir)/$$file \
14454 + test -f "$(distdir)/$$file" \
14455 + || cp -p $$d/$$file "$(distdir)/$$file" \
14456 || exit 1; \
14457 fi; \
14458 done
14459 check-am: all-am
14460 -check: check-am
14461 +check: $(BUILT_SOURCES)
14462 + $(MAKE) $(AM_MAKEFLAGS) check-am
14463 all-am: Makefile $(PROGRAMS)
14464 -
14465 installdirs:
14466 -
14467 -install: install-am
14468 +install: $(BUILT_SOURCES)
14469 + $(MAKE) $(AM_MAKEFLAGS) install-am
14470 install-exec: install-exec-am
14471 install-data: install-data-am
14472 uninstall: uninstall-am
14473 @@ -312,7 +395,7 @@
14474 installcheck: installcheck-am
14475 install-strip:
14476 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
14477 - INSTALL_STRIP_FLAG=-s \
14478 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
14479 `test -z '$(STRIP)' || \
14480 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
14481 mostlyclean-generic:
14482 @@ -321,7 +404,8 @@
14483 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
14484
14485 distclean-generic:
14486 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
14487 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
14488 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
14489
14490 maintainer-clean-generic:
14491 @echo "This command is intended for maintainers to use"
14492 @@ -332,52 +416,89 @@
14493 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
14494
14495 distclean: distclean-am
14496 -
14497 -distclean-am: clean-am distclean-compile distclean-depend \
14498 - distclean-generic distclean-tags
14499 + -rm -rf ./$(DEPDIR)
14500 + -rm -f Makefile
14501 +distclean-am: clean-am distclean-compile distclean-generic \
14502 + distclean-tags
14503
14504 dvi: dvi-am
14505
14506 dvi-am:
14507
14508 +html: html-am
14509 +
14510 +html-am:
14511 +
14512 info: info-am
14513
14514 info-am:
14515
14516 install-data-am:
14517
14518 +install-dvi: install-dvi-am
14519 +
14520 +install-dvi-am:
14521 +
14522 install-exec-am:
14523
14524 +install-html: install-html-am
14525 +
14526 +install-html-am:
14527 +
14528 install-info: install-info-am
14529
14530 +install-info-am:
14531 +
14532 install-man:
14533
14534 +install-pdf: install-pdf-am
14535 +
14536 +install-pdf-am:
14537 +
14538 +install-ps: install-ps-am
14539 +
14540 +install-ps-am:
14541 +
14542 installcheck-am:
14543
14544 maintainer-clean: maintainer-clean-am
14545 -
14546 + -rm -rf ./$(DEPDIR)
14547 + -rm -f Makefile
14548 maintainer-clean-am: distclean-am maintainer-clean-generic
14549
14550 mostlyclean: mostlyclean-am
14551
14552 mostlyclean-am: mostlyclean-compile mostlyclean-generic
14553
14554 -uninstall-am: uninstall-info-am
14555 +pdf: pdf-am
14556 +
14557 +pdf-am:
14558
14559 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
14560 - clean-noinstPROGRAMS distclean distclean-compile \
14561 - distclean-depend distclean-generic distclean-tags distdir dvi \
14562 - dvi-am info info-am install install-am install-data \
14563 - install-data-am install-exec install-exec-am install-info \
14564 - install-info-am install-man install-strip installcheck \
14565 +ps: ps-am
14566 +
14567 +ps-am:
14568 +
14569 +uninstall-am:
14570 +
14571 +.MAKE: all check install install-am install-strip
14572 +
14573 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
14574 + clean-noinstPROGRAMS ctags distclean distclean-compile \
14575 + distclean-generic distclean-tags distdir dvi dvi-am html \
14576 + html-am info info-am install install-am install-data \
14577 + install-data-am install-dvi install-dvi-am install-exec \
14578 + install-exec-am install-html install-html-am install-info \
14579 + install-info-am install-man install-pdf install-pdf-am \
14580 + install-ps install-ps-am install-strip installcheck \
14581 installcheck-am installdirs maintainer-clean \
14582 maintainer-clean-generic mostlyclean mostlyclean-compile \
14583 - mostlyclean-generic tags uninstall uninstall-am \
14584 - uninstall-info-am
14585 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
14586 + uninstall-am
14587
14588
14589 $(SOAP_C_SRC) : $(SOAPHEADER)
14590 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
14591 +
14592 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14593 # Otherwise a system limit (for SysV at least) may be exceeded.
14594 .NOEXPORT:
14595 diff -urN b/gsoap/samples/calc++/Makefile.in d/gsoap/samples/calc++/Makefile.in
14596 --- b/gsoap/samples/calc++/Makefile.in 2009-11-07 21:07:31.000000000 +0100
14597 +++ d/gsoap/samples/calc++/Makefile.in 2010-01-22 21:45:24.000000000 +0100
14598 @@ -1,8 +1,9 @@
14599 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
14600 +# Makefile.in generated by automake 1.11 from Makefile.am.
14601 # @configure_input@
14602
14603 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
14604 -# Free Software Foundation, Inc.
14605 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
14606 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
14607 +# Inc.
14608 # This Makefile.in is free software; the Free Software Foundation
14609 # gives unlimited permission to copy and/or distribute it,
14610 # with or without modifications, as long as this notice is preserved.
14611 @@ -13,77 +14,124 @@
14612 # PARTICULAR PURPOSE.
14613
14614 @SET_MAKE@
14615 -SHELL = @SHELL@
14616
14617 -srcdir = @srcdir@
14618 -top_srcdir = @top_srcdir@
14619 VPATH = @srcdir@
14620 -prefix = @prefix@
14621 -exec_prefix = @exec_prefix@
14622 -
14623 -bindir = @bindir@
14624 -sbindir = @sbindir@
14625 -libexecdir = @libexecdir@
14626 -datadir = @datadir@
14627 -sysconfdir = @sysconfdir@
14628 -sharedstatedir = @sharedstatedir@
14629 -localstatedir = @localstatedir@
14630 -libdir = @libdir@
14631 -infodir = @infodir@
14632 -mandir = @mandir@
14633 -includedir = @includedir@
14634 -oldincludedir = /usr/include
14635 pkgdatadir = $(datadir)/@PACKAGE@
14636 -pkglibdir = $(libdir)/@PACKAGE@
14637 pkgincludedir = $(includedir)/@PACKAGE@
14638 -top_builddir = ../../..
14639 -
14640 -ACLOCAL = @ACLOCAL@
14641 -AUTOCONF = @AUTOCONF@
14642 -AUTOMAKE = @AUTOMAKE@
14643 -AUTOHEADER = @AUTOHEADER@
14644 -
14645 +pkglibdir = $(libdir)/@PACKAGE@
14646 +pkglibexecdir = $(libexecdir)/@PACKAGE@
14647 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
14648 -INSTALL = @INSTALL@
14649 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
14650 -INSTALL_DATA = @INSTALL_DATA@
14651 install_sh_DATA = $(install_sh) -c -m 644
14652 install_sh_PROGRAM = $(install_sh) -c
14653 install_sh_SCRIPT = $(install_sh) -c
14654 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
14655 INSTALL_HEADER = $(INSTALL_DATA)
14656 -transform = @program_transform_name@
14657 +transform = $(program_transform_name)
14658 NORMAL_INSTALL = :
14659 PRE_INSTALL = :
14660 POST_INSTALL = :
14661 NORMAL_UNINSTALL = :
14662 PRE_UNINSTALL = :
14663 POST_UNINSTALL = :
14664 -host_alias = @host_alias@
14665 +build_triplet = @build@
14666 host_triplet = @host@
14667 -
14668 -EXEEXT = @EXEEXT@
14669 -OBJEXT = @OBJEXT@
14670 -PATH_SEPARATOR = @PATH_SEPARATOR@
14671 +noinst_PROGRAMS = calcclient$(EXEEXT) calcserver$(EXEEXT)
14672 +DIST_COMMON = $(srcdir)/../Makefile.cpp_proxy_rules \
14673 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
14674 + $(srcdir)/Makefile.in
14675 +subdir = gsoap/samples/calc++
14676 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
14677 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
14678 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
14679 + $(ACLOCAL_M4)
14680 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
14681 +CONFIG_HEADER = $(top_builddir)/config.h
14682 +CONFIG_CLEAN_FILES =
14683 +CONFIG_CLEAN_VPATH_FILES =
14684 +PROGRAMS = $(noinst_PROGRAMS)
14685 +am__objects_1 =
14686 +am__objects_2 = soapC.$(OBJEXT)
14687 +am_calcclient_OBJECTS = calcclient.$(OBJEXT) $(am__objects_1) \
14688 + $(am__objects_2) soapcalcProxy.$(OBJEXT)
14689 +calcclient_OBJECTS = $(am_calcclient_OBJECTS)
14690 +am__DEPENDENCIES_1 =
14691 +calcclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
14692 +am_calcserver_OBJECTS = calcserver.$(OBJEXT) $(am__objects_1) \
14693 + $(am__objects_2) soapcalcService.$(OBJEXT)
14694 +calcserver_OBJECTS = $(am_calcserver_OBJECTS)
14695 +calcserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
14696 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
14697 +depcomp = $(SHELL) $(top_srcdir)/depcomp
14698 +am__depfiles_maybe = depfiles
14699 +am__mv = mv -f
14700 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
14701 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
14702 +CXXLD = $(CXX)
14703 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
14704 + -o $@
14705 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
14706 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
14707 +CCLD = $(CC)
14708 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
14709 +SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14710 +DIST_SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14711 +ETAGS = etags
14712 +CTAGS = ctags
14713 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
14714 +ACLOCAL = @ACLOCAL@
14715 AMTAR = @AMTAR@
14716 +AUTOCONF = @AUTOCONF@
14717 +AUTOHEADER = @AUTOHEADER@
14718 +AUTOMAKE = @AUTOMAKE@
14719 AWK = @AWK@
14720 BISON_DEFINE = @BISON_DEFINE@
14721 CC = @CC@
14722 +CCDEPMODE = @CCDEPMODE@
14723 +CFLAGS = @CFLAGS@
14724 CPP = @CPP@
14725 +CPPFLAGS = @CPPFLAGS@
14726 CXX = @CXX@
14727 +CXXDEPMODE = @CXXDEPMODE@
14728 +CXXFLAGS = @CXXFLAGS@
14729 +CYGPATH_W = @CYGPATH_W@
14730 +DEFS = @DEFS@
14731 DEPDIR = @DEPDIR@
14732 +ECHO_C = @ECHO_C@
14733 +ECHO_N = @ECHO_N@
14734 +ECHO_T = @ECHO_T@
14735 +EGREP = @EGREP@
14736 ENABLE_SAMPLES = @ENABLE_SAMPLES@
14737 +EXEEXT = @EXEEXT@
14738 +GREP = @GREP@
14739 +INSTALL = @INSTALL@
14740 +INSTALL_DATA = @INSTALL_DATA@
14741 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
14742 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
14743 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
14744 +LDFLAGS = @LDFLAGS@
14745 LEX = @LEX@
14746 LEXLIB = @LEXLIB@
14747 LEX_DEFINE = @LEX_DEFINE@
14748 LEX_FLAGS = @LEX_FLAGS@
14749 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
14750 +LIBOBJS = @LIBOBJS@
14751 +LIBS = @LIBS@
14752 LN_S = @LN_S@
14753 +LTLIBOBJS = @LTLIBOBJS@
14754 +MAKEINFO = @MAKEINFO@
14755 +MKDIR_P = @MKDIR_P@
14756 +OBJEXT = @OBJEXT@
14757 PACKAGE = @PACKAGE@
14758 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
14759 +PACKAGE_NAME = @PACKAGE_NAME@
14760 +PACKAGE_STRING = @PACKAGE_STRING@
14761 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
14762 +PACKAGE_VERSION = @PACKAGE_VERSION@
14763 +PATH_SEPARATOR = @PATH_SEPARATOR@
14764 RANLIB = @RANLIB@
14765 SAMPLE_DIRS = @SAMPLE_DIRS@
14766 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
14767 +SET_MAKE = @SET_MAKE@
14768 +SHELL = @SHELL@
14769 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
14770 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
14771 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
14772 @@ -95,123 +143,138 @@
14773 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
14774 YACC = @YACC@
14775 YACC_LIB = @YACC_LIB@
14776 +YFLAGS = @YFLAGS@
14777 +abs_builddir = @abs_builddir@
14778 +abs_srcdir = @abs_srcdir@
14779 +abs_top_builddir = @abs_top_builddir@
14780 +abs_top_srcdir = @abs_top_srcdir@
14781 +ac_ct_CC = @ac_ct_CC@
14782 +ac_ct_CXX = @ac_ct_CXX@
14783 am__include = @am__include@
14784 +am__leading_dot = @am__leading_dot@
14785 am__quote = @am__quote@
14786 +am__tar = @am__tar@
14787 +am__untar = @am__untar@
14788 +bindir = @bindir@
14789 +build = @build@
14790 +build_alias = @build_alias@
14791 +build_cpu = @build_cpu@
14792 +build_os = @build_os@
14793 +build_vendor = @build_vendor@
14794 +builddir = @builddir@
14795 +datadir = @datadir@
14796 +datarootdir = @datarootdir@
14797 +docdir = @docdir@
14798 +dvidir = @dvidir@
14799 +exec_prefix = @exec_prefix@
14800 +host = @host@
14801 +host_alias = @host_alias@
14802 +host_cpu = @host_cpu@
14803 +host_os = @host_os@
14804 +host_vendor = @host_vendor@
14805 +htmldir = @htmldir@
14806 +includedir = @includedir@
14807 +infodir = @infodir@
14808 install_sh = @install_sh@
14809 +libdir = @libdir@
14810 +libexecdir = @libexecdir@
14811 +localedir = @localedir@
14812 +localstatedir = @localstatedir@
14813 +mandir = @mandir@
14814 +mkdir_p = @mkdir_p@
14815 +oldincludedir = @oldincludedir@
14816 +pdfdir = @pdfdir@
14817 platform = @platform@
14818 +prefix = @prefix@
14819 +program_transform_name = @program_transform_name@
14820 +psdir = @psdir@
14821 +sbindir = @sbindir@
14822 +sharedstatedir = @sharedstatedir@
14823 +srcdir = @srcdir@
14824 +sysconfdir = @sysconfdir@
14825 +target_alias = @target_alias@
14826 +top_build_prefix = @top_build_prefix@
14827 +top_builddir = @top_builddir@
14828 +top_srcdir = @top_srcdir@
14829
14830 ####### This is the input file for automake, which will generate Makefile.in ##########
14831 AUTOMAKE_OPTIONS = foreign 1.4
14832 -
14833 -noinst_PROGRAMS = calcclient calcserver
14834 SOAPHEADER = calc.h
14835 -
14836 AM_CFLAGS = -D$(platform)
14837 AM_CXXFLAGS = -D$(platform)
14838 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
14839 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
14840 -
14841 SOAP_NS_DEF = ns.nsmap ns.wsdl
14842 -
14843 SOAP_H_FILES = soapH.h soapStub.h
14844 -
14845 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
14846 -
14847 SOAP_C_CORE = soapC.c
14848 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
14849 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
14850 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
14851 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
14852 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
14853 -
14854 SOAP_CPP_CORE = soapC.cpp
14855 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
14856 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
14857 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
14858 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
14859 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
14860 -
14861 SOAP_CPP_SRC = $(SOAP_H_FILES) $(SOAP_NS)
14862 -
14863 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
14864 BUILT_SOURCES = $(SOAP_CPP_SRC)
14865 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
14866 -
14867 SOAP_NS = calc.nsmap calc.wsdl
14868 -
14869 calcclient_SOURCES = calcclient.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcProxy.cpp
14870 calcclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
14871 -
14872 calcserver_SOURCES = calcserver.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcService.cpp
14873 calcserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS) -lm
14874 -subdir = gsoap/samples/calc++
14875 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
14876 -CONFIG_HEADER = $(top_builddir)/config.h
14877 -CONFIG_CLEAN_FILES =
14878 -noinst_PROGRAMS = calcclient$(EXEEXT) calcserver$(EXEEXT)
14879 -PROGRAMS = $(noinst_PROGRAMS)
14880 -
14881 -am__objects_1 =
14882 -am__objects_2 = soapC.$(OBJEXT)
14883 -am_calcclient_OBJECTS = calcclient.$(OBJEXT) $(am__objects_1) \
14884 - $(am__objects_2) soapcalcProxy.$(OBJEXT)
14885 -calcclient_OBJECTS = $(am_calcclient_OBJECTS)
14886 -calcclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
14887 -calcclient_LDFLAGS =
14888 -am_calcserver_OBJECTS = calcserver.$(OBJEXT) $(am__objects_1) \
14889 - $(am__objects_2) soapcalcService.$(OBJEXT)
14890 -calcserver_OBJECTS = $(am_calcserver_OBJECTS)
14891 -calcserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
14892 -calcserver_LDFLAGS =
14893 -
14894 -DEFS = @DEFS@
14895 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
14896 -CPPFLAGS = @CPPFLAGS@
14897 -LDFLAGS = @LDFLAGS@
14898 -LIBS = @LIBS@
14899 -depcomp = $(SHELL) $(top_srcdir)/depcomp
14900 -am__depfiles_maybe = depfiles
14901 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/calcclient.Po \
14902 -@AMDEP_TRUE@ ./$(DEPDIR)/calcserver.Po ./$(DEPDIR)/soapC.Po \
14903 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcalcProxy.Po \
14904 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcalcService.Po
14905 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
14906 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
14907 -CXXLD = $(CXX)
14908 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
14909 - -o $@
14910 -CXXFLAGS = @CXXFLAGS@
14911 -CFLAGS = @CFLAGS@
14912 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
14913 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
14914 -CCLD = $(CC)
14915 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
14916 -DIST_SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14917 -DIST_COMMON = Makefile.am Makefile.in
14918 -SOURCES = $(calcclient_SOURCES) $(calcserver_SOURCES)
14919 -
14920 all: $(BUILT_SOURCES)
14921 $(MAKE) $(AM_MAKEFLAGS) all-am
14922
14923 .SUFFIXES:
14924 .SUFFIXES: .cpp .o .obj
14925 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
14926 - cd $(top_srcdir) && \
14927 - $(AUTOMAKE) --foreign gsoap/samples/calc++/Makefile
14928 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
14929 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
14930 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(am__configure_deps)
14931 + @for dep in $?; do \
14932 + case '$(am__configure_deps)' in \
14933 + *$$dep*) \
14934 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
14935 + && { if test -f $@; then exit 0; else break; fi; }; \
14936 + exit 1;; \
14937 + esac; \
14938 + done; \
14939 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/calc++/Makefile'; \
14940 + $(am__cd) $(top_srcdir) && \
14941 + $(AUTOMAKE) --foreign gsoap/samples/calc++/Makefile
14942 +.PRECIOUS: Makefile
14943 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
14944 + @case '$?' in \
14945 + *config.status*) \
14946 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
14947 + *) \
14948 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
14949 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
14950 + esac;
14951 +
14952 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
14953 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14954 +
14955 +$(top_srcdir)/configure: $(am__configure_deps)
14956 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14957 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
14958 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14959 +$(am__aclocal_m4_deps):
14960
14961 clean-noinstPROGRAMS:
14962 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
14963 calcclient$(EXEEXT): $(calcclient_OBJECTS) $(calcclient_DEPENDENCIES)
14964 @rm -f calcclient$(EXEEXT)
14965 - $(CXXLINK) $(calcclient_LDFLAGS) $(calcclient_OBJECTS) $(calcclient_LDADD) $(LIBS)
14966 + $(CXXLINK) $(calcclient_OBJECTS) $(calcclient_LDADD) $(LIBS)
14967 calcserver$(EXEEXT): $(calcserver_OBJECTS) $(calcserver_DEPENDENCIES)
14968 @rm -f calcserver$(EXEEXT)
14969 - $(CXXLINK) $(calcserver_LDFLAGS) $(calcserver_OBJECTS) $(calcserver_LDADD) $(LIBS)
14970 + $(CXXLINK) $(calcserver_OBJECTS) $(calcserver_LDADD) $(LIBS)
14971
14972 mostlyclean-compile:
14973 - -rm -f *.$(OBJEXT) core *.core
14974 + -rm -f *.$(OBJEXT)
14975
14976 distclean-compile:
14977 -rm -f *.tab.c
14978 @@ -222,91 +285,109 @@
14979 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapcalcProxy.Po@am__quote@
14980 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapcalcService.Po@am__quote@
14981
14982 -distclean-depend:
14983 - -rm -rf ./$(DEPDIR)
14984 -
14985 .cpp.o:
14986 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14987 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
14988 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14989 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
14990 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
14991 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
14992 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14993 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
14994 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
14995
14996 .cpp.obj:
14997 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
14998 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
14999 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15000 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
15001 -CXXDEPMODE = @CXXDEPMODE@
15002 -uninstall-info-am:
15003 -
15004 -ETAGS = etags
15005 -ETAGSFLAGS =
15006 -
15007 -tags: TAGS
15008 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
15009 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
15010 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
15011 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15012 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
15013
15014 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
15015 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15016 unique=`for i in $$list; do \
15017 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15018 done | \
15019 - $(AWK) ' { files[$$0] = 1; } \
15020 - END { for (i in files) print i; }'`; \
15021 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15022 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15023 mkid -fID $$unique
15024 +tags: TAGS
15025
15026 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
15027 $(TAGS_FILES) $(LISP)
15028 - tags=; \
15029 + set x; \
15030 here=`pwd`; \
15031 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15032 unique=`for i in $$list; do \
15033 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15034 done | \
15035 - $(AWK) ' { files[$$0] = 1; } \
15036 - END { for (i in files) print i; }'`; \
15037 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
15038 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15039 - $$tags $$unique
15040 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15041 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15042 + shift; \
15043 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
15044 + test -n "$$unique" || unique=$$empty_fix; \
15045 + if test $$# -gt 0; then \
15046 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15047 + "$$@" $$unique; \
15048 + else \
15049 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15050 + $$unique; \
15051 + fi; \
15052 + fi
15053 +ctags: CTAGS
15054 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
15055 + $(TAGS_FILES) $(LISP)
15056 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15057 + unique=`for i in $$list; do \
15058 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15059 + done | \
15060 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15061 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15062 + test -z "$(CTAGS_ARGS)$$unique" \
15063 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
15064 + $$unique
15065
15066 GTAGS:
15067 here=`$(am__cd) $(top_builddir) && pwd` \
15068 - && cd $(top_srcdir) \
15069 - && gtags -i $(GTAGS_ARGS) $$here
15070 + && $(am__cd) $(top_srcdir) \
15071 + && gtags -i $(GTAGS_ARGS) "$$here"
15072
15073 distclean-tags:
15074 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
15075 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
15076 -
15077 -top_distdir = ../../..
15078 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
15079 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
15080
15081 distdir: $(DISTFILES)
15082 - @list='$(DISTFILES)'; for file in $$list; do \
15083 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15084 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15085 + list='$(DISTFILES)'; \
15086 + dist_files=`for file in $$list; do echo $$file; done | \
15087 + sed -e "s|^$$srcdirstrip/||;t" \
15088 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
15089 + case $$dist_files in \
15090 + */*) $(MKDIR_P) `echo "$$dist_files" | \
15091 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
15092 + sort -u` ;; \
15093 + esac; \
15094 + for file in $$dist_files; do \
15095 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
15096 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
15097 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
15098 - dir="/$$dir"; \
15099 - $(mkinstalldirs) "$(distdir)$$dir"; \
15100 - else \
15101 - dir=''; \
15102 - fi; \
15103 if test -d $$d/$$file; then \
15104 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
15105 + if test -d "$(distdir)/$$file"; then \
15106 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
15107 + fi; \
15108 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
15109 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
15110 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
15111 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
15112 fi; \
15113 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
15114 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
15115 else \
15116 - test -f $(distdir)/$$file \
15117 - || cp -p $$d/$$file $(distdir)/$$file \
15118 + test -f "$(distdir)/$$file" \
15119 + || cp -p $$d/$$file "$(distdir)/$$file" \
15120 || exit 1; \
15121 fi; \
15122 done
15123 check-am: all-am
15124 -check: check-am
15125 +check: $(BUILT_SOURCES)
15126 + $(MAKE) $(AM_MAKEFLAGS) check-am
15127 all-am: Makefile $(PROGRAMS)
15128 -
15129 installdirs:
15130 -
15131 -install: install-am
15132 +install: $(BUILT_SOURCES)
15133 + $(MAKE) $(AM_MAKEFLAGS) install-am
15134 install-exec: install-exec-am
15135 install-data: install-data-am
15136 uninstall: uninstall-am
15137 @@ -317,7 +398,7 @@
15138 installcheck: installcheck-am
15139 install-strip:
15140 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
15141 - INSTALL_STRIP_FLAG=-s \
15142 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
15143 `test -z '$(STRIP)' || \
15144 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
15145 mostlyclean-generic:
15146 @@ -326,7 +407,8 @@
15147 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
15148
15149 distclean-generic:
15150 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
15151 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
15152 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
15153
15154 maintainer-clean-generic:
15155 @echo "This command is intended for maintainers to use"
15156 @@ -337,52 +419,89 @@
15157 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
15158
15159 distclean: distclean-am
15160 -
15161 -distclean-am: clean-am distclean-compile distclean-depend \
15162 - distclean-generic distclean-tags
15163 + -rm -rf ./$(DEPDIR)
15164 + -rm -f Makefile
15165 +distclean-am: clean-am distclean-compile distclean-generic \
15166 + distclean-tags
15167
15168 dvi: dvi-am
15169
15170 dvi-am:
15171
15172 +html: html-am
15173 +
15174 +html-am:
15175 +
15176 info: info-am
15177
15178 info-am:
15179
15180 install-data-am:
15181
15182 +install-dvi: install-dvi-am
15183 +
15184 +install-dvi-am:
15185 +
15186 install-exec-am:
15187
15188 +install-html: install-html-am
15189 +
15190 +install-html-am:
15191 +
15192 install-info: install-info-am
15193
15194 +install-info-am:
15195 +
15196 install-man:
15197
15198 +install-pdf: install-pdf-am
15199 +
15200 +install-pdf-am:
15201 +
15202 +install-ps: install-ps-am
15203 +
15204 +install-ps-am:
15205 +
15206 installcheck-am:
15207
15208 maintainer-clean: maintainer-clean-am
15209 -
15210 + -rm -rf ./$(DEPDIR)
15211 + -rm -f Makefile
15212 maintainer-clean-am: distclean-am maintainer-clean-generic
15213
15214 mostlyclean: mostlyclean-am
15215
15216 mostlyclean-am: mostlyclean-compile mostlyclean-generic
15217
15218 -uninstall-am: uninstall-info-am
15219 +pdf: pdf-am
15220 +
15221 +pdf-am:
15222
15223 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
15224 - clean-noinstPROGRAMS distclean distclean-compile \
15225 - distclean-depend distclean-generic distclean-tags distdir dvi \
15226 - dvi-am info info-am install install-am install-data \
15227 - install-data-am install-exec install-exec-am install-info \
15228 - install-info-am install-man install-strip installcheck \
15229 +ps: ps-am
15230 +
15231 +ps-am:
15232 +
15233 +uninstall-am:
15234 +
15235 +.MAKE: all check install install-am install-strip
15236 +
15237 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
15238 + clean-noinstPROGRAMS ctags distclean distclean-compile \
15239 + distclean-generic distclean-tags distdir dvi dvi-am html \
15240 + html-am info info-am install install-am install-data \
15241 + install-data-am install-dvi install-dvi-am install-exec \
15242 + install-exec-am install-html install-html-am install-info \
15243 + install-info-am install-man install-pdf install-pdf-am \
15244 + install-ps install-ps-am install-strip installcheck \
15245 installcheck-am installdirs maintainer-clean \
15246 maintainer-clean-generic mostlyclean mostlyclean-compile \
15247 - mostlyclean-generic tags uninstall uninstall-am \
15248 - uninstall-info-am
15249 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
15250 + uninstall-am
15251
15252
15253 $(SOAP_CPP_SRC) : $(SOAPHEADER)
15254 $(SOAP) -i $(SOAP_FLAGS) $<
15255 +
15256 # Tell versions [3.59,3.63) of GNU make to not export all variables.
15257 # Otherwise a system limit (for SysV at least) may be exceeded.
15258 .NOEXPORT:
15259 diff -urN b/gsoap/samples/databinding/Makefile.in d/gsoap/samples/databinding/Makefile.in
15260 --- b/gsoap/samples/databinding/Makefile.in 2009-11-07 21:07:30.000000000 +0100
15261 +++ d/gsoap/samples/databinding/Makefile.in 2010-01-22 21:45:24.000000000 +0100
15262 @@ -1,8 +1,9 @@
15263 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
15264 +# Makefile.in generated by automake 1.11 from Makefile.am.
15265 # @configure_input@
15266
15267 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
15268 -# Free Software Foundation, Inc.
15269 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15270 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
15271 +# Inc.
15272 # This Makefile.in is free software; the Free Software Foundation
15273 # gives unlimited permission to copy and/or distribute it,
15274 # with or without modifications, as long as this notice is preserved.
15275 @@ -15,77 +16,113 @@
15276 @SET_MAKE@
15277
15278 ####### This is the input file for automake, which will generate Makefile.in ##########
15279 -SHELL = @SHELL@
15280
15281 -srcdir = @srcdir@
15282 -top_srcdir = @top_srcdir@
15283 VPATH = @srcdir@
15284 -prefix = @prefix@
15285 -exec_prefix = @exec_prefix@
15286 -
15287 -bindir = @bindir@
15288 -sbindir = @sbindir@
15289 -libexecdir = @libexecdir@
15290 -datadir = @datadir@
15291 -sysconfdir = @sysconfdir@
15292 -sharedstatedir = @sharedstatedir@
15293 -localstatedir = @localstatedir@
15294 -libdir = @libdir@
15295 -infodir = @infodir@
15296 -mandir = @mandir@
15297 -includedir = @includedir@
15298 -oldincludedir = /usr/include
15299 pkgdatadir = $(datadir)/@PACKAGE@
15300 -pkglibdir = $(libdir)/@PACKAGE@
15301 pkgincludedir = $(includedir)/@PACKAGE@
15302 -top_builddir = ../../..
15303 -
15304 -ACLOCAL = @ACLOCAL@
15305 -AUTOCONF = @AUTOCONF@
15306 -AUTOMAKE = @AUTOMAKE@
15307 -AUTOHEADER = @AUTOHEADER@
15308 -
15309 +pkglibdir = $(libdir)/@PACKAGE@
15310 +pkglibexecdir = $(libexecdir)/@PACKAGE@
15311 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
15312 -INSTALL = @INSTALL@
15313 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
15314 -INSTALL_DATA = @INSTALL_DATA@
15315 install_sh_DATA = $(install_sh) -c -m 644
15316 install_sh_PROGRAM = $(install_sh) -c
15317 install_sh_SCRIPT = $(install_sh) -c
15318 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
15319 INSTALL_HEADER = $(INSTALL_DATA)
15320 -transform = @program_transform_name@
15321 +transform = $(program_transform_name)
15322 NORMAL_INSTALL = :
15323 PRE_INSTALL = :
15324 POST_INSTALL = :
15325 NORMAL_UNINSTALL = :
15326 PRE_UNINSTALL = :
15327 POST_UNINSTALL = :
15328 -host_alias = @host_alias@
15329 +build_triplet = @build@
15330 host_triplet = @host@
15331 -
15332 -EXEEXT = @EXEEXT@
15333 -OBJEXT = @OBJEXT@
15334 -PATH_SEPARATOR = @PATH_SEPARATOR@
15335 +noinst_PROGRAMS = address$(EXEEXT)
15336 +subdir = gsoap/samples/databinding
15337 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
15338 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
15339 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
15340 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
15341 + $(ACLOCAL_M4)
15342 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
15343 +CONFIG_HEADER = $(top_builddir)/config.h
15344 +CONFIG_CLEAN_FILES =
15345 +CONFIG_CLEAN_VPATH_FILES =
15346 +PROGRAMS = $(noinst_PROGRAMS)
15347 +am__objects_1 = address-addressC.$(OBJEXT)
15348 +am_address_OBJECTS = $(am__objects_1) address-address.$(OBJEXT)
15349 +address_OBJECTS = $(am_address_OBJECTS)
15350 +address_DEPENDENCIES = $(SOAP_CPP_LIB)
15351 +address_LINK = $(CXXLD) $(address_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
15352 + $(LDFLAGS) -o $@
15353 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
15354 +depcomp = $(SHELL) $(top_srcdir)/depcomp
15355 +am__depfiles_maybe = depfiles
15356 +am__mv = mv -f
15357 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
15358 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
15359 +CXXLD = $(CXX)
15360 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
15361 + -o $@
15362 +SOURCES = $(address_SOURCES)
15363 +DIST_SOURCES = $(address_SOURCES)
15364 +ETAGS = etags
15365 +CTAGS = ctags
15366 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
15367 +ACLOCAL = @ACLOCAL@
15368 AMTAR = @AMTAR@
15369 +AUTOCONF = @AUTOCONF@
15370 +AUTOHEADER = @AUTOHEADER@
15371 +AUTOMAKE = @AUTOMAKE@
15372 AWK = @AWK@
15373 BISON_DEFINE = @BISON_DEFINE@
15374 CC = @CC@
15375 +CCDEPMODE = @CCDEPMODE@
15376 +CFLAGS = @CFLAGS@
15377 CPP = @CPP@
15378 +CPPFLAGS = @CPPFLAGS@
15379 CXX = @CXX@
15380 +CXXDEPMODE = @CXXDEPMODE@
15381 +CXXFLAGS = @CXXFLAGS@
15382 +CYGPATH_W = @CYGPATH_W@
15383 +DEFS = @DEFS@
15384 DEPDIR = @DEPDIR@
15385 +ECHO_C = @ECHO_C@
15386 +ECHO_N = @ECHO_N@
15387 +ECHO_T = @ECHO_T@
15388 +EGREP = @EGREP@
15389 ENABLE_SAMPLES = @ENABLE_SAMPLES@
15390 +EXEEXT = @EXEEXT@
15391 +GREP = @GREP@
15392 +INSTALL = @INSTALL@
15393 +INSTALL_DATA = @INSTALL_DATA@
15394 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
15395 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
15396 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
15397 +LDFLAGS = @LDFLAGS@
15398 LEX = @LEX@
15399 LEXLIB = @LEXLIB@
15400 LEX_DEFINE = @LEX_DEFINE@
15401 LEX_FLAGS = @LEX_FLAGS@
15402 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
15403 +LIBOBJS = @LIBOBJS@
15404 +LIBS = @LIBS@
15405 LN_S = @LN_S@
15406 +LTLIBOBJS = @LTLIBOBJS@
15407 +MAKEINFO = @MAKEINFO@
15408 +MKDIR_P = @MKDIR_P@
15409 +OBJEXT = @OBJEXT@
15410 PACKAGE = @PACKAGE@
15411 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
15412 +PACKAGE_NAME = @PACKAGE_NAME@
15413 +PACKAGE_STRING = @PACKAGE_STRING@
15414 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
15415 +PACKAGE_VERSION = @PACKAGE_VERSION@
15416 +PATH_SEPARATOR = @PATH_SEPARATOR@
15417 RANLIB = @RANLIB@
15418 SAMPLE_DIRS = @SAMPLE_DIRS@
15419 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
15420 +SET_MAKE = @SET_MAKE@
15421 +SHELL = @SHELL@
15422 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
15423 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
15424 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
15425 @@ -97,13 +134,60 @@
15426 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
15427 YACC = @YACC@
15428 YACC_LIB = @YACC_LIB@
15429 +YFLAGS = @YFLAGS@
15430 +abs_builddir = @abs_builddir@
15431 +abs_srcdir = @abs_srcdir@
15432 +abs_top_builddir = @abs_top_builddir@
15433 +abs_top_srcdir = @abs_top_srcdir@
15434 +ac_ct_CC = @ac_ct_CC@
15435 +ac_ct_CXX = @ac_ct_CXX@
15436 am__include = @am__include@
15437 +am__leading_dot = @am__leading_dot@
15438 am__quote = @am__quote@
15439 +am__tar = @am__tar@
15440 +am__untar = @am__untar@
15441 +bindir = @bindir@
15442 +build = @build@
15443 +build_alias = @build_alias@
15444 +build_cpu = @build_cpu@
15445 +build_os = @build_os@
15446 +build_vendor = @build_vendor@
15447 +builddir = @builddir@
15448 +datadir = @datadir@
15449 +datarootdir = @datarootdir@
15450 +docdir = @docdir@
15451 +dvidir = @dvidir@
15452 +exec_prefix = @exec_prefix@
15453 +host = @host@
15454 +host_alias = @host_alias@
15455 +host_cpu = @host_cpu@
15456 +host_os = @host_os@
15457 +host_vendor = @host_vendor@
15458 +htmldir = @htmldir@
15459 +includedir = @includedir@
15460 +infodir = @infodir@
15461 install_sh = @install_sh@
15462 +libdir = @libdir@
15463 +libexecdir = @libexecdir@
15464 +localedir = @localedir@
15465 +localstatedir = @localstatedir@
15466 +mandir = @mandir@
15467 +mkdir_p = @mkdir_p@
15468 +oldincludedir = @oldincludedir@
15469 +pdfdir = @pdfdir@
15470 platform = @platform@
15471 -
15472 +prefix = @prefix@
15473 +program_transform_name = @program_transform_name@
15474 +psdir = @psdir@
15475 +sbindir = @sbindir@
15476 +sharedstatedir = @sharedstatedir@
15477 +srcdir = @srcdir@
15478 +sysconfdir = @sysconfdir@
15479 +target_alias = @target_alias@
15480 +top_build_prefix = @top_build_prefix@
15481 +top_builddir = @top_builddir@
15482 +top_srcdir = @top_srcdir@
15483 AUTOMAKE_OPTIONS = foreign 1.4
15484 -
15485 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
15486 AM_LDFLAGS = $(INCLUDES) -I$(srcdir) -L$(srcdir)
15487 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
15488 @@ -114,70 +198,55 @@
15489 SOAPHEADER = $(srcdir)/address.h
15490 SOAP_CPP_SRC = addressC.cpp
15491 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
15492 -
15493 -
15494 -#LIBS=
15495 -noinst_PROGRAMS = address
15496 -
15497 address_CFLAGS = $(C_DEBUG_FLAGS) -D$(platform)
15498 address_CPPFLAGS = $(C_DEBUG_FLAGS) -D$(platform)
15499 address_CXXFLAGS = $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH)
15500 address_SOURCES = $(SOAP_CPP_SRC) address.cpp
15501 address_LDADD = $(SOAP_CPP_LIB)
15502 -
15503 CLEANFILES = *~ *C.cpp *H.h *Stub.h *.nsmap
15504 -subdir = gsoap/samples/databinding
15505 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
15506 -CONFIG_HEADER = $(top_builddir)/config.h
15507 -CONFIG_CLEAN_FILES =
15508 -noinst_PROGRAMS = address$(EXEEXT)
15509 -PROGRAMS = $(noinst_PROGRAMS)
15510 -
15511 -am__objects_1 = address-addressC.$(OBJEXT)
15512 -am_address_OBJECTS = $(am__objects_1) address-address.$(OBJEXT)
15513 -address_OBJECTS = $(am_address_OBJECTS)
15514 -address_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
15515 -address_LDFLAGS =
15516 -
15517 -DEFS = @DEFS@
15518 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
15519 -CPPFLAGS = @CPPFLAGS@
15520 -LDFLAGS = @LDFLAGS@
15521 -LIBS = @LIBS@
15522 -depcomp = $(SHELL) $(top_srcdir)/depcomp
15523 -am__depfiles_maybe = depfiles
15524 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/address-address.Po \
15525 -@AMDEP_TRUE@ ./$(DEPDIR)/address-addressC.Po
15526 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
15527 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
15528 -CXXLD = $(CXX)
15529 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
15530 - -o $@
15531 -CXXFLAGS = @CXXFLAGS@
15532 -DIST_SOURCES = $(address_SOURCES)
15533 -DIST_COMMON = Makefile.am Makefile.in
15534 -SOURCES = $(address_SOURCES)
15535 -
15536 all: all-am
15537
15538 .SUFFIXES:
15539 .SUFFIXES: .cpp .o .obj
15540 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
15541 - cd $(top_srcdir) && \
15542 - $(AUTOMAKE) --foreign gsoap/samples/databinding/Makefile
15543 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
15544 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
15545 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
15546 + @for dep in $?; do \
15547 + case '$(am__configure_deps)' in \
15548 + *$$dep*) \
15549 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
15550 + && { if test -f $@; then exit 0; else break; fi; }; \
15551 + exit 1;; \
15552 + esac; \
15553 + done; \
15554 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/databinding/Makefile'; \
15555 + $(am__cd) $(top_srcdir) && \
15556 + $(AUTOMAKE) --foreign gsoap/samples/databinding/Makefile
15557 +.PRECIOUS: Makefile
15558 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
15559 + @case '$?' in \
15560 + *config.status*) \
15561 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
15562 + *) \
15563 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
15564 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
15565 + esac;
15566 +
15567 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
15568 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
15569 +
15570 +$(top_srcdir)/configure: $(am__configure_deps)
15571 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
15572 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
15573 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
15574 +$(am__aclocal_m4_deps):
15575
15576 clean-noinstPROGRAMS:
15577 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
15578 -address-addressC.$(OBJEXT): addressC.cpp
15579 -address-address.$(OBJEXT): address.cpp
15580 address$(EXEEXT): $(address_OBJECTS) $(address_DEPENDENCIES)
15581 @rm -f address$(EXEEXT)
15582 - $(CXXLINK) $(address_LDFLAGS) $(address_OBJECTS) $(address_LDADD) $(LIBS)
15583 + $(address_LINK) $(address_OBJECTS) $(address_LDADD) $(LIBS)
15584
15585 mostlyclean-compile:
15586 - -rm -f *.$(OBJEXT) core *.core
15587 + -rm -f *.$(OBJEXT)
15588
15589 distclean-compile:
15590 -rm -f *.tab.c
15591 @@ -185,114 +254,134 @@
15592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address-address.Po@am__quote@
15593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address-addressC.Po@am__quote@
15594
15595 -distclean-depend:
15596 - -rm -rf ./$(DEPDIR)
15597 -
15598 .cpp.o:
15599 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
15600 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
15601 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15602 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
15603 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
15604 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
15605 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
15606 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15607 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
15608
15609 .cpp.obj:
15610 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
15611 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
15612 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15613 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
15614 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
15615 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
15616 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
15617 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15618 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
15619
15620 address-addressC.o: addressC.cpp
15621 -@AMDEP_TRUE@ source='addressC.cpp' object='address-addressC.o' libtool=no @AMDEPBACKSLASH@
15622 -@AMDEP_TRUE@ depfile='$(DEPDIR)/address-addressC.Po' tmpdepfile='$(DEPDIR)/address-addressC.TPo' @AMDEPBACKSLASH@
15623 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15624 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-addressC.o `test -f 'addressC.cpp' || echo '$(srcdir)/'`addressC.cpp
15625 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -MT address-addressC.o -MD -MP -MF $(DEPDIR)/address-addressC.Tpo -c -o address-addressC.o `test -f 'addressC.cpp' || echo '$(srcdir)/'`addressC.cpp
15626 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/address-addressC.Tpo $(DEPDIR)/address-addressC.Po
15627 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='addressC.cpp' object='address-addressC.o' libtool=no @AMDEPBACKSLASH@
15628 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15629 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-addressC.o `test -f 'addressC.cpp' || echo '$(srcdir)/'`addressC.cpp
15630
15631 address-addressC.obj: addressC.cpp
15632 -@AMDEP_TRUE@ source='addressC.cpp' object='address-addressC.obj' libtool=no @AMDEPBACKSLASH@
15633 -@AMDEP_TRUE@ depfile='$(DEPDIR)/address-addressC.Po' tmpdepfile='$(DEPDIR)/address-addressC.TPo' @AMDEPBACKSLASH@
15634 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15635 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-addressC.obj `cygpath -w addressC.cpp`
15636 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -MT address-addressC.obj -MD -MP -MF $(DEPDIR)/address-addressC.Tpo -c -o address-addressC.obj `if test -f 'addressC.cpp'; then $(CYGPATH_W) 'addressC.cpp'; else $(CYGPATH_W) '$(srcdir)/addressC.cpp'; fi`
15637 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/address-addressC.Tpo $(DEPDIR)/address-addressC.Po
15638 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='addressC.cpp' object='address-addressC.obj' libtool=no @AMDEPBACKSLASH@
15639 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15640 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-addressC.obj `if test -f 'addressC.cpp'; then $(CYGPATH_W) 'addressC.cpp'; else $(CYGPATH_W) '$(srcdir)/addressC.cpp'; fi`
15641
15642 address-address.o: address.cpp
15643 -@AMDEP_TRUE@ source='address.cpp' object='address-address.o' libtool=no @AMDEPBACKSLASH@
15644 -@AMDEP_TRUE@ depfile='$(DEPDIR)/address-address.Po' tmpdepfile='$(DEPDIR)/address-address.TPo' @AMDEPBACKSLASH@
15645 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15646 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-address.o `test -f 'address.cpp' || echo '$(srcdir)/'`address.cpp
15647 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -MT address-address.o -MD -MP -MF $(DEPDIR)/address-address.Tpo -c -o address-address.o `test -f 'address.cpp' || echo '$(srcdir)/'`address.cpp
15648 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/address-address.Tpo $(DEPDIR)/address-address.Po
15649 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='address.cpp' object='address-address.o' libtool=no @AMDEPBACKSLASH@
15650 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15651 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-address.o `test -f 'address.cpp' || echo '$(srcdir)/'`address.cpp
15652
15653 address-address.obj: address.cpp
15654 -@AMDEP_TRUE@ source='address.cpp' object='address-address.obj' libtool=no @AMDEPBACKSLASH@
15655 -@AMDEP_TRUE@ depfile='$(DEPDIR)/address-address.Po' tmpdepfile='$(DEPDIR)/address-address.TPo' @AMDEPBACKSLASH@
15656 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15657 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-address.obj `cygpath -w address.cpp`
15658 -CXXDEPMODE = @CXXDEPMODE@
15659 -uninstall-info-am:
15660 -
15661 -ETAGS = etags
15662 -ETAGSFLAGS =
15663 -
15664 -tags: TAGS
15665 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -MT address-address.obj -MD -MP -MF $(DEPDIR)/address-address.Tpo -c -o address-address.obj `if test -f 'address.cpp'; then $(CYGPATH_W) 'address.cpp'; else $(CYGPATH_W) '$(srcdir)/address.cpp'; fi`
15666 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/address-address.Tpo $(DEPDIR)/address-address.Po
15667 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='address.cpp' object='address-address.obj' libtool=no @AMDEPBACKSLASH@
15668 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
15669 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(address_CPPFLAGS) $(CPPFLAGS) $(address_CXXFLAGS) $(CXXFLAGS) -c -o address-address.obj `if test -f 'address.cpp'; then $(CYGPATH_W) 'address.cpp'; else $(CYGPATH_W) '$(srcdir)/address.cpp'; fi`
15670
15671 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
15672 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15673 unique=`for i in $$list; do \
15674 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15675 done | \
15676 - $(AWK) ' { files[$$0] = 1; } \
15677 - END { for (i in files) print i; }'`; \
15678 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15679 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15680 mkid -fID $$unique
15681 +tags: TAGS
15682
15683 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
15684 $(TAGS_FILES) $(LISP)
15685 - tags=; \
15686 + set x; \
15687 here=`pwd`; \
15688 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15689 unique=`for i in $$list; do \
15690 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15691 done | \
15692 - $(AWK) ' { files[$$0] = 1; } \
15693 - END { for (i in files) print i; }'`; \
15694 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
15695 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15696 - $$tags $$unique
15697 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15698 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15699 + shift; \
15700 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
15701 + test -n "$$unique" || unique=$$empty_fix; \
15702 + if test $$# -gt 0; then \
15703 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15704 + "$$@" $$unique; \
15705 + else \
15706 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
15707 + $$unique; \
15708 + fi; \
15709 + fi
15710 +ctags: CTAGS
15711 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
15712 + $(TAGS_FILES) $(LISP)
15713 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
15714 + unique=`for i in $$list; do \
15715 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
15716 + done | \
15717 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
15718 + END { if (nonempty) { for (i in files) print i; }; }'`; \
15719 + test -z "$(CTAGS_ARGS)$$unique" \
15720 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
15721 + $$unique
15722
15723 GTAGS:
15724 here=`$(am__cd) $(top_builddir) && pwd` \
15725 - && cd $(top_srcdir) \
15726 - && gtags -i $(GTAGS_ARGS) $$here
15727 + && $(am__cd) $(top_srcdir) \
15728 + && gtags -i $(GTAGS_ARGS) "$$here"
15729
15730 distclean-tags:
15731 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
15732 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
15733 -
15734 -top_distdir = ../../..
15735 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
15736 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
15737
15738 distdir: $(DISTFILES)
15739 - @list='$(DISTFILES)'; for file in $$list; do \
15740 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15741 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
15742 + list='$(DISTFILES)'; \
15743 + dist_files=`for file in $$list; do echo $$file; done | \
15744 + sed -e "s|^$$srcdirstrip/||;t" \
15745 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
15746 + case $$dist_files in \
15747 + */*) $(MKDIR_P) `echo "$$dist_files" | \
15748 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
15749 + sort -u` ;; \
15750 + esac; \
15751 + for file in $$dist_files; do \
15752 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
15753 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
15754 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
15755 - dir="/$$dir"; \
15756 - $(mkinstalldirs) "$(distdir)$$dir"; \
15757 - else \
15758 - dir=''; \
15759 - fi; \
15760 if test -d $$d/$$file; then \
15761 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
15762 + if test -d "$(distdir)/$$file"; then \
15763 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
15764 + fi; \
15765 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
15766 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
15767 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
15768 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
15769 fi; \
15770 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
15771 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
15772 else \
15773 - test -f $(distdir)/$$file \
15774 - || cp -p $$d/$$file $(distdir)/$$file \
15775 + test -f "$(distdir)/$$file" \
15776 + || cp -p $$d/$$file "$(distdir)/$$file" \
15777 || exit 1; \
15778 fi; \
15779 done
15780 check-am: all-am
15781 check: check-am
15782 all-am: Makefile $(PROGRAMS)
15783 -
15784 installdirs:
15785 -
15786 install: install-am
15787 install-exec: install-exec-am
15788 install-data: install-data-am
15789 @@ -304,7 +393,7 @@
15790 installcheck: installcheck-am
15791 install-strip:
15792 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
15793 - INSTALL_STRIP_FLAG=-s \
15794 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
15795 `test -z '$(STRIP)' || \
15796 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
15797 mostlyclean-generic:
15798 @@ -313,7 +402,8 @@
15799 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
15800
15801 distclean-generic:
15802 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
15803 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
15804 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
15805
15806 maintainer-clean-generic:
15807 @echo "This command is intended for maintainers to use"
15808 @@ -323,53 +413,90 @@
15809 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
15810
15811 distclean: distclean-am
15812 -
15813 -distclean-am: clean-am distclean-compile distclean-depend \
15814 - distclean-generic distclean-tags
15815 + -rm -rf ./$(DEPDIR)
15816 + -rm -f Makefile
15817 +distclean-am: clean-am distclean-compile distclean-generic \
15818 + distclean-tags
15819
15820 dvi: dvi-am
15821
15822 dvi-am:
15823
15824 +html: html-am
15825 +
15826 +html-am:
15827 +
15828 info: info-am
15829
15830 info-am:
15831
15832 install-data-am:
15833
15834 +install-dvi: install-dvi-am
15835 +
15836 +install-dvi-am:
15837 +
15838 install-exec-am:
15839
15840 +install-html: install-html-am
15841 +
15842 +install-html-am:
15843 +
15844 install-info: install-info-am
15845
15846 +install-info-am:
15847 +
15848 install-man:
15849
15850 +install-pdf: install-pdf-am
15851 +
15852 +install-pdf-am:
15853 +
15854 +install-ps: install-ps-am
15855 +
15856 +install-ps-am:
15857 +
15858 installcheck-am:
15859
15860 maintainer-clean: maintainer-clean-am
15861 -
15862 + -rm -rf ./$(DEPDIR)
15863 + -rm -f Makefile
15864 maintainer-clean-am: distclean-am maintainer-clean-generic
15865
15866 mostlyclean: mostlyclean-am
15867
15868 mostlyclean-am: mostlyclean-compile mostlyclean-generic
15869
15870 -uninstall-am: uninstall-info-am
15871 +pdf: pdf-am
15872 +
15873 +pdf-am:
15874
15875 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
15876 - clean-noinstPROGRAMS distclean distclean-compile \
15877 - distclean-depend distclean-generic distclean-tags distdir dvi \
15878 - dvi-am info info-am install install-am install-data \
15879 - install-data-am install-exec install-exec-am install-info \
15880 - install-info-am install-man install-strip installcheck \
15881 +ps: ps-am
15882 +
15883 +ps-am:
15884 +
15885 +uninstall-am:
15886 +
15887 +.MAKE: install-am install-strip
15888 +
15889 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
15890 + clean-noinstPROGRAMS ctags distclean distclean-compile \
15891 + distclean-generic distclean-tags distdir dvi dvi-am html \
15892 + html-am info info-am install install-am install-data \
15893 + install-data-am install-dvi install-dvi-am install-exec \
15894 + install-exec-am install-html install-html-am install-info \
15895 + install-info-am install-man install-pdf install-pdf-am \
15896 + install-ps install-ps-am install-strip installcheck \
15897 installcheck-am installdirs maintainer-clean \
15898 maintainer-clean-generic mostlyclean mostlyclean-compile \
15899 - mostlyclean-generic tags uninstall uninstall-am \
15900 - uninstall-info-am
15901 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
15902 + uninstall-am
15903
15904
15905 $(SOAP_CPP_SRC) : $(WSDLINPUT)
15906 $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
15907 $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER)
15908 +
15909 # Tell versions [3.59,3.63) of GNU make to not export all variables.
15910 # Otherwise a system limit (for SysV at least) may be exceeded.
15911 .NOEXPORT:
15912 diff -urN b/gsoap/samples/dime/Makefile.in d/gsoap/samples/dime/Makefile.in
15913 --- b/gsoap/samples/dime/Makefile.in 2009-11-07 21:07:29.000000000 +0100
15914 +++ d/gsoap/samples/dime/Makefile.in 2010-01-22 21:45:24.000000000 +0100
15915 @@ -1,8 +1,9 @@
15916 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
15917 +# Makefile.in generated by automake 1.11 from Makefile.am.
15918 # @configure_input@
15919
15920 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
15921 -# Free Software Foundation, Inc.
15922 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15923 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
15924 +# Inc.
15925 # This Makefile.in is free software; the Free Software Foundation
15926 # gives unlimited permission to copy and/or distribute it,
15927 # with or without modifications, as long as this notice is preserved.
15928 @@ -13,77 +14,126 @@
15929 # PARTICULAR PURPOSE.
15930
15931 @SET_MAKE@
15932 -SHELL = @SHELL@
15933
15934 -srcdir = @srcdir@
15935 -top_srcdir = @top_srcdir@
15936 VPATH = @srcdir@
15937 -prefix = @prefix@
15938 -exec_prefix = @exec_prefix@
15939 -
15940 -bindir = @bindir@
15941 -sbindir = @sbindir@
15942 -libexecdir = @libexecdir@
15943 -datadir = @datadir@
15944 -sysconfdir = @sysconfdir@
15945 -sharedstatedir = @sharedstatedir@
15946 -localstatedir = @localstatedir@
15947 -libdir = @libdir@
15948 -infodir = @infodir@
15949 -mandir = @mandir@
15950 -includedir = @includedir@
15951 -oldincludedir = /usr/include
15952 pkgdatadir = $(datadir)/@PACKAGE@
15953 -pkglibdir = $(libdir)/@PACKAGE@
15954 pkgincludedir = $(includedir)/@PACKAGE@
15955 -top_builddir = ../../..
15956 -
15957 -ACLOCAL = @ACLOCAL@
15958 -AUTOCONF = @AUTOCONF@
15959 -AUTOMAKE = @AUTOMAKE@
15960 -AUTOHEADER = @AUTOHEADER@
15961 -
15962 +pkglibdir = $(libdir)/@PACKAGE@
15963 +pkglibexecdir = $(libexecdir)/@PACKAGE@
15964 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
15965 -INSTALL = @INSTALL@
15966 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
15967 -INSTALL_DATA = @INSTALL_DATA@
15968 install_sh_DATA = $(install_sh) -c -m 644
15969 install_sh_PROGRAM = $(install_sh) -c
15970 install_sh_SCRIPT = $(install_sh) -c
15971 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
15972 INSTALL_HEADER = $(INSTALL_DATA)
15973 -transform = @program_transform_name@
15974 +transform = $(program_transform_name)
15975 NORMAL_INSTALL = :
15976 PRE_INSTALL = :
15977 POST_INSTALL = :
15978 NORMAL_UNINSTALL = :
15979 PRE_UNINSTALL = :
15980 POST_UNINSTALL = :
15981 -host_alias = @host_alias@
15982 +build_triplet = @build@
15983 host_triplet = @host@
15984 -
15985 -EXEEXT = @EXEEXT@
15986 -OBJEXT = @OBJEXT@
15987 -PATH_SEPARATOR = @PATH_SEPARATOR@
15988 +noinst_PROGRAMS = dimeclient$(EXEEXT) dimeserver$(EXEEXT)
15989 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
15990 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
15991 + $(srcdir)/Makefile.in
15992 +subdir = gsoap/samples/dime
15993 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
15994 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
15995 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
15996 + $(ACLOCAL_M4)
15997 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
15998 +CONFIG_HEADER = $(top_builddir)/config.h
15999 +CONFIG_CLEAN_FILES =
16000 +CONFIG_CLEAN_VPATH_FILES =
16001 +PROGRAMS = $(noinst_PROGRAMS)
16002 +am__objects_1 =
16003 +am__objects_2 = soapC.$(OBJEXT)
16004 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
16005 +am_dimeclient_OBJECTS = dimeclient.$(OBJEXT) $(am__objects_1) \
16006 + $(am__objects_3)
16007 +dimeclient_OBJECTS = $(am_dimeclient_OBJECTS)
16008 +am__DEPENDENCIES_1 =
16009 +dimeclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
16010 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
16011 +am_dimeserver_OBJECTS = dimeserver.$(OBJEXT) $(am__objects_1) \
16012 + $(am__objects_4)
16013 +dimeserver_OBJECTS = $(am_dimeserver_OBJECTS)
16014 +dimeserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
16015 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
16016 +depcomp = $(SHELL) $(top_srcdir)/depcomp
16017 +am__depfiles_maybe = depfiles
16018 +am__mv = mv -f
16019 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
16020 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
16021 +CXXLD = $(CXX)
16022 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
16023 + -o $@
16024 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
16025 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
16026 +CCLD = $(CC)
16027 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
16028 +SOURCES = $(dimeclient_SOURCES) $(dimeserver_SOURCES)
16029 +DIST_SOURCES = $(dimeclient_SOURCES) $(dimeserver_SOURCES)
16030 +ETAGS = etags
16031 +CTAGS = ctags
16032 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
16033 +ACLOCAL = @ACLOCAL@
16034 AMTAR = @AMTAR@
16035 +AUTOCONF = @AUTOCONF@
16036 +AUTOHEADER = @AUTOHEADER@
16037 +AUTOMAKE = @AUTOMAKE@
16038 AWK = @AWK@
16039 BISON_DEFINE = @BISON_DEFINE@
16040 CC = @CC@
16041 +CCDEPMODE = @CCDEPMODE@
16042 +CFLAGS = @CFLAGS@
16043 CPP = @CPP@
16044 +CPPFLAGS = @CPPFLAGS@
16045 CXX = @CXX@
16046 +CXXDEPMODE = @CXXDEPMODE@
16047 +CXXFLAGS = @CXXFLAGS@
16048 +CYGPATH_W = @CYGPATH_W@
16049 +DEFS = @DEFS@
16050 DEPDIR = @DEPDIR@
16051 +ECHO_C = @ECHO_C@
16052 +ECHO_N = @ECHO_N@
16053 +ECHO_T = @ECHO_T@
16054 +EGREP = @EGREP@
16055 ENABLE_SAMPLES = @ENABLE_SAMPLES@
16056 +EXEEXT = @EXEEXT@
16057 +GREP = @GREP@
16058 +INSTALL = @INSTALL@
16059 +INSTALL_DATA = @INSTALL_DATA@
16060 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
16061 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
16062 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
16063 +LDFLAGS = @LDFLAGS@
16064 LEX = @LEX@
16065 LEXLIB = @LEXLIB@
16066 LEX_DEFINE = @LEX_DEFINE@
16067 LEX_FLAGS = @LEX_FLAGS@
16068 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
16069 +LIBOBJS = @LIBOBJS@
16070 +LIBS = @LIBS@
16071 LN_S = @LN_S@
16072 +LTLIBOBJS = @LTLIBOBJS@
16073 +MAKEINFO = @MAKEINFO@
16074 +MKDIR_P = @MKDIR_P@
16075 +OBJEXT = @OBJEXT@
16076 PACKAGE = @PACKAGE@
16077 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
16078 +PACKAGE_NAME = @PACKAGE_NAME@
16079 +PACKAGE_STRING = @PACKAGE_STRING@
16080 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
16081 +PACKAGE_VERSION = @PACKAGE_VERSION@
16082 +PATH_SEPARATOR = @PATH_SEPARATOR@
16083 RANLIB = @RANLIB@
16084 SAMPLE_DIRS = @SAMPLE_DIRS@
16085 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
16086 +SET_MAKE = @SET_MAKE@
16087 +SHELL = @SHELL@
16088 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
16089 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
16090 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
16091 @@ -95,124 +145,138 @@
16092 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
16093 YACC = @YACC@
16094 YACC_LIB = @YACC_LIB@
16095 +YFLAGS = @YFLAGS@
16096 +abs_builddir = @abs_builddir@
16097 +abs_srcdir = @abs_srcdir@
16098 +abs_top_builddir = @abs_top_builddir@
16099 +abs_top_srcdir = @abs_top_srcdir@
16100 +ac_ct_CC = @ac_ct_CC@
16101 +ac_ct_CXX = @ac_ct_CXX@
16102 am__include = @am__include@
16103 +am__leading_dot = @am__leading_dot@
16104 am__quote = @am__quote@
16105 +am__tar = @am__tar@
16106 +am__untar = @am__untar@
16107 +bindir = @bindir@
16108 +build = @build@
16109 +build_alias = @build_alias@
16110 +build_cpu = @build_cpu@
16111 +build_os = @build_os@
16112 +build_vendor = @build_vendor@
16113 +builddir = @builddir@
16114 +datadir = @datadir@
16115 +datarootdir = @datarootdir@
16116 +docdir = @docdir@
16117 +dvidir = @dvidir@
16118 +exec_prefix = @exec_prefix@
16119 +host = @host@
16120 +host_alias = @host_alias@
16121 +host_cpu = @host_cpu@
16122 +host_os = @host_os@
16123 +host_vendor = @host_vendor@
16124 +htmldir = @htmldir@
16125 +includedir = @includedir@
16126 +infodir = @infodir@
16127 install_sh = @install_sh@
16128 +libdir = @libdir@
16129 +libexecdir = @libexecdir@
16130 +localedir = @localedir@
16131 +localstatedir = @localstatedir@
16132 +mandir = @mandir@
16133 +mkdir_p = @mkdir_p@
16134 +oldincludedir = @oldincludedir@
16135 +pdfdir = @pdfdir@
16136 platform = @platform@
16137 +prefix = @prefix@
16138 +program_transform_name = @program_transform_name@
16139 +psdir = @psdir@
16140 +sbindir = @sbindir@
16141 +sharedstatedir = @sharedstatedir@
16142 +srcdir = @srcdir@
16143 +sysconfdir = @sysconfdir@
16144 +target_alias = @target_alias@
16145 +top_build_prefix = @top_build_prefix@
16146 +top_builddir = @top_builddir@
16147 +top_srcdir = @top_srcdir@
16148
16149 ####### This is the input file for automake, which will generate Makefile.in ##########
16150 AUTOMAKE_OPTIONS = foreign 1.4
16151 -
16152 -noinst_PROGRAMS = dimeclient dimeserver
16153 SOAPHEADER = dime.h
16154 -
16155 AM_CFLAGS = -D$(platform)
16156 AM_CXXFLAGS = -D$(platform)
16157 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
16158 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
16159 -
16160 SOAP_NS_DEF = ns.nsmap ns.wsdl
16161 -
16162 SOAP_H_FILES = soapH.h soapStub.h
16163 -
16164 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
16165 -
16166 SOAP_C_CORE = soapC.c
16167 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
16168 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
16169 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
16170 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
16171 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
16172 -
16173 SOAP_CPP_CORE = soapC.cpp
16174 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
16175 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
16176 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
16177 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
16178 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
16179 -
16180 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
16181 -
16182 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
16183 BUILT_SOURCES = $(SOAP_CPP_SRC)
16184 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
16185 -
16186 SOAP_NS = dime.nsmap dime.wsdl
16187 -
16188 dimeclient_SOURCES = dimeclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
16189 dimeclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
16190 -
16191 dimeserver_SOURCES = dimeserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
16192 dimeserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
16193 -subdir = gsoap/samples/dime
16194 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
16195 -CONFIG_HEADER = $(top_builddir)/config.h
16196 -CONFIG_CLEAN_FILES =
16197 -noinst_PROGRAMS = dimeclient$(EXEEXT) dimeserver$(EXEEXT)
16198 -PROGRAMS = $(noinst_PROGRAMS)
16199 -
16200 -am__objects_1 =
16201 -am__objects_2 = soapC.$(OBJEXT)
16202 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
16203 -am_dimeclient_OBJECTS = dimeclient.$(OBJEXT) $(am__objects_1) \
16204 - $(am__objects_3)
16205 -dimeclient_OBJECTS = $(am_dimeclient_OBJECTS)
16206 -dimeclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
16207 -dimeclient_LDFLAGS =
16208 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
16209 -am_dimeserver_OBJECTS = dimeserver.$(OBJEXT) $(am__objects_1) \
16210 - $(am__objects_4)
16211 -dimeserver_OBJECTS = $(am_dimeserver_OBJECTS)
16212 -dimeserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
16213 -dimeserver_LDFLAGS =
16214 -
16215 -DEFS = @DEFS@
16216 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
16217 -CPPFLAGS = @CPPFLAGS@
16218 -LDFLAGS = @LDFLAGS@
16219 -LIBS = @LIBS@
16220 -depcomp = $(SHELL) $(top_srcdir)/depcomp
16221 -am__depfiles_maybe = depfiles
16222 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dimeclient.Po \
16223 -@AMDEP_TRUE@ ./$(DEPDIR)/dimeserver.Po ./$(DEPDIR)/soapC.Po \
16224 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
16225 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
16226 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
16227 -CXXLD = $(CXX)
16228 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
16229 - -o $@
16230 -CXXFLAGS = @CXXFLAGS@
16231 -CFLAGS = @CFLAGS@
16232 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
16233 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
16234 -CCLD = $(CC)
16235 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
16236 -DIST_SOURCES = $(dimeclient_SOURCES) $(dimeserver_SOURCES)
16237 -DIST_COMMON = Makefile.am Makefile.in
16238 -SOURCES = $(dimeclient_SOURCES) $(dimeserver_SOURCES)
16239 -
16240 all: $(BUILT_SOURCES)
16241 $(MAKE) $(AM_MAKEFLAGS) all-am
16242
16243 .SUFFIXES:
16244 .SUFFIXES: .cpp .o .obj
16245 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
16246 - cd $(top_srcdir) && \
16247 - $(AUTOMAKE) --foreign gsoap/samples/dime/Makefile
16248 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16249 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
16250 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
16251 + @for dep in $?; do \
16252 + case '$(am__configure_deps)' in \
16253 + *$$dep*) \
16254 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
16255 + && { if test -f $@; then exit 0; else break; fi; }; \
16256 + exit 1;; \
16257 + esac; \
16258 + done; \
16259 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/dime/Makefile'; \
16260 + $(am__cd) $(top_srcdir) && \
16261 + $(AUTOMAKE) --foreign gsoap/samples/dime/Makefile
16262 +.PRECIOUS: Makefile
16263 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16264 + @case '$?' in \
16265 + *config.status*) \
16266 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
16267 + *) \
16268 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
16269 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
16270 + esac;
16271 +
16272 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
16273 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16274 +
16275 +$(top_srcdir)/configure: $(am__configure_deps)
16276 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16277 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
16278 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16279 +$(am__aclocal_m4_deps):
16280
16281 clean-noinstPROGRAMS:
16282 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
16283 dimeclient$(EXEEXT): $(dimeclient_OBJECTS) $(dimeclient_DEPENDENCIES)
16284 @rm -f dimeclient$(EXEEXT)
16285 - $(CXXLINK) $(dimeclient_LDFLAGS) $(dimeclient_OBJECTS) $(dimeclient_LDADD) $(LIBS)
16286 + $(CXXLINK) $(dimeclient_OBJECTS) $(dimeclient_LDADD) $(LIBS)
16287 dimeserver$(EXEEXT): $(dimeserver_OBJECTS) $(dimeserver_DEPENDENCIES)
16288 @rm -f dimeserver$(EXEEXT)
16289 - $(CXXLINK) $(dimeserver_LDFLAGS) $(dimeserver_OBJECTS) $(dimeserver_LDADD) $(LIBS)
16290 + $(CXXLINK) $(dimeserver_OBJECTS) $(dimeserver_LDADD) $(LIBS)
16291
16292 mostlyclean-compile:
16293 - -rm -f *.$(OBJEXT) core *.core
16294 + -rm -f *.$(OBJEXT)
16295
16296 distclean-compile:
16297 -rm -f *.tab.c
16298 @@ -223,91 +287,109 @@
16299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
16300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
16301
16302 -distclean-depend:
16303 - -rm -rf ./$(DEPDIR)
16304 -
16305 .cpp.o:
16306 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16307 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
16308 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16309 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
16310 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
16311 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
16312 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16313 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16314 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
16315
16316 .cpp.obj:
16317 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16318 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
16319 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16320 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
16321 -CXXDEPMODE = @CXXDEPMODE@
16322 -uninstall-info-am:
16323 -
16324 -ETAGS = etags
16325 -ETAGSFLAGS =
16326 -
16327 -tags: TAGS
16328 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
16329 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
16330 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16331 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16332 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
16333
16334 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
16335 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
16336 unique=`for i in $$list; do \
16337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
16338 done | \
16339 - $(AWK) ' { files[$$0] = 1; } \
16340 - END { for (i in files) print i; }'`; \
16341 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
16342 + END { if (nonempty) { for (i in files) print i; }; }'`; \
16343 mkid -fID $$unique
16344 +tags: TAGS
16345
16346 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
16347 $(TAGS_FILES) $(LISP)
16348 - tags=; \
16349 + set x; \
16350 here=`pwd`; \
16351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
16352 unique=`for i in $$list; do \
16353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
16354 done | \
16355 - $(AWK) ' { files[$$0] = 1; } \
16356 - END { for (i in files) print i; }'`; \
16357 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
16358 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
16359 - $$tags $$unique
16360 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
16361 + END { if (nonempty) { for (i in files) print i; }; }'`; \
16362 + shift; \
16363 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
16364 + test -n "$$unique" || unique=$$empty_fix; \
16365 + if test $$# -gt 0; then \
16366 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
16367 + "$$@" $$unique; \
16368 + else \
16369 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
16370 + $$unique; \
16371 + fi; \
16372 + fi
16373 +ctags: CTAGS
16374 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
16375 + $(TAGS_FILES) $(LISP)
16376 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
16377 + unique=`for i in $$list; do \
16378 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
16379 + done | \
16380 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
16381 + END { if (nonempty) { for (i in files) print i; }; }'`; \
16382 + test -z "$(CTAGS_ARGS)$$unique" \
16383 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
16384 + $$unique
16385
16386 GTAGS:
16387 here=`$(am__cd) $(top_builddir) && pwd` \
16388 - && cd $(top_srcdir) \
16389 - && gtags -i $(GTAGS_ARGS) $$here
16390 + && $(am__cd) $(top_srcdir) \
16391 + && gtags -i $(GTAGS_ARGS) "$$here"
16392
16393 distclean-tags:
16394 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
16395 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
16396 -
16397 -top_distdir = ../../..
16398 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
16399 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
16400
16401 distdir: $(DISTFILES)
16402 - @list='$(DISTFILES)'; for file in $$list; do \
16403 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
16404 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
16405 + list='$(DISTFILES)'; \
16406 + dist_files=`for file in $$list; do echo $$file; done | \
16407 + sed -e "s|^$$srcdirstrip/||;t" \
16408 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
16409 + case $$dist_files in \
16410 + */*) $(MKDIR_P) `echo "$$dist_files" | \
16411 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
16412 + sort -u` ;; \
16413 + esac; \
16414 + for file in $$dist_files; do \
16415 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
16416 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
16417 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
16418 - dir="/$$dir"; \
16419 - $(mkinstalldirs) "$(distdir)$$dir"; \
16420 - else \
16421 - dir=''; \
16422 - fi; \
16423 if test -d $$d/$$file; then \
16424 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
16425 + if test -d "$(distdir)/$$file"; then \
16426 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
16427 + fi; \
16428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
16429 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
16430 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
16431 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
16432 fi; \
16433 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
16434 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
16435 else \
16436 - test -f $(distdir)/$$file \
16437 - || cp -p $$d/$$file $(distdir)/$$file \
16438 + test -f "$(distdir)/$$file" \
16439 + || cp -p $$d/$$file "$(distdir)/$$file" \
16440 || exit 1; \
16441 fi; \
16442 done
16443 check-am: all-am
16444 -check: check-am
16445 +check: $(BUILT_SOURCES)
16446 + $(MAKE) $(AM_MAKEFLAGS) check-am
16447 all-am: Makefile $(PROGRAMS)
16448 -
16449 installdirs:
16450 -
16451 -install: install-am
16452 +install: $(BUILT_SOURCES)
16453 + $(MAKE) $(AM_MAKEFLAGS) install-am
16454 install-exec: install-exec-am
16455 install-data: install-data-am
16456 uninstall: uninstall-am
16457 @@ -318,7 +400,7 @@
16458 installcheck: installcheck-am
16459 install-strip:
16460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
16461 - INSTALL_STRIP_FLAG=-s \
16462 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
16463 `test -z '$(STRIP)' || \
16464 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
16465 mostlyclean-generic:
16466 @@ -327,7 +409,8 @@
16467 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
16468
16469 distclean-generic:
16470 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
16471 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
16472 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
16473
16474 maintainer-clean-generic:
16475 @echo "This command is intended for maintainers to use"
16476 @@ -338,52 +421,89 @@
16477 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
16478
16479 distclean: distclean-am
16480 -
16481 -distclean-am: clean-am distclean-compile distclean-depend \
16482 - distclean-generic distclean-tags
16483 + -rm -rf ./$(DEPDIR)
16484 + -rm -f Makefile
16485 +distclean-am: clean-am distclean-compile distclean-generic \
16486 + distclean-tags
16487
16488 dvi: dvi-am
16489
16490 dvi-am:
16491
16492 +html: html-am
16493 +
16494 +html-am:
16495 +
16496 info: info-am
16497
16498 info-am:
16499
16500 install-data-am:
16501
16502 +install-dvi: install-dvi-am
16503 +
16504 +install-dvi-am:
16505 +
16506 install-exec-am:
16507
16508 +install-html: install-html-am
16509 +
16510 +install-html-am:
16511 +
16512 install-info: install-info-am
16513
16514 +install-info-am:
16515 +
16516 install-man:
16517
16518 +install-pdf: install-pdf-am
16519 +
16520 +install-pdf-am:
16521 +
16522 +install-ps: install-ps-am
16523 +
16524 +install-ps-am:
16525 +
16526 installcheck-am:
16527
16528 maintainer-clean: maintainer-clean-am
16529 -
16530 + -rm -rf ./$(DEPDIR)
16531 + -rm -f Makefile
16532 maintainer-clean-am: distclean-am maintainer-clean-generic
16533
16534 mostlyclean: mostlyclean-am
16535
16536 mostlyclean-am: mostlyclean-compile mostlyclean-generic
16537
16538 -uninstall-am: uninstall-info-am
16539 +pdf: pdf-am
16540
16541 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
16542 - clean-noinstPROGRAMS distclean distclean-compile \
16543 - distclean-depend distclean-generic distclean-tags distdir dvi \
16544 - dvi-am info info-am install install-am install-data \
16545 - install-data-am install-exec install-exec-am install-info \
16546 - install-info-am install-man install-strip installcheck \
16547 +pdf-am:
16548 +
16549 +ps: ps-am
16550 +
16551 +ps-am:
16552 +
16553 +uninstall-am:
16554 +
16555 +.MAKE: all check install install-am install-strip
16556 +
16557 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
16558 + clean-noinstPROGRAMS ctags distclean distclean-compile \
16559 + distclean-generic distclean-tags distdir dvi dvi-am html \
16560 + html-am info info-am install install-am install-data \
16561 + install-data-am install-dvi install-dvi-am install-exec \
16562 + install-exec-am install-html install-html-am install-info \
16563 + install-info-am install-man install-pdf install-pdf-am \
16564 + install-ps install-ps-am install-strip installcheck \
16565 installcheck-am installdirs maintainer-clean \
16566 maintainer-clean-generic mostlyclean mostlyclean-compile \
16567 - mostlyclean-generic tags uninstall uninstall-am \
16568 - uninstall-info-am
16569 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
16570 + uninstall-am
16571
16572
16573 $(SOAP_CPP_SRC) : $(SOAPHEADER)
16574 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
16575 +
16576 # Tell versions [3.59,3.63) of GNU make to not export all variables.
16577 # Otherwise a system limit (for SysV at least) may be exceeded.
16578 .NOEXPORT:
16579 diff -urN b/gsoap/samples/dom/Makefile.in d/gsoap/samples/dom/Makefile.in
16580 --- b/gsoap/samples/dom/Makefile.in 2009-11-07 21:07:28.000000000 +0100
16581 +++ d/gsoap/samples/dom/Makefile.in 2010-01-22 21:45:24.000000000 +0100
16582 @@ -1,8 +1,9 @@
16583 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
16584 +# Makefile.in generated by automake 1.11 from Makefile.am.
16585 # @configure_input@
16586
16587 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
16588 -# Free Software Foundation, Inc.
16589 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16590 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
16591 +# Inc.
16592 # This Makefile.in is free software; the Free Software Foundation
16593 # gives unlimited permission to copy and/or distribute it,
16594 # with or without modifications, as long as this notice is preserved.
16595 @@ -13,77 +14,120 @@
16596 # PARTICULAR PURPOSE.
16597
16598 @SET_MAKE@
16599 -SHELL = @SHELL@
16600
16601 -srcdir = @srcdir@
16602 -top_srcdir = @top_srcdir@
16603 VPATH = @srcdir@
16604 -prefix = @prefix@
16605 -exec_prefix = @exec_prefix@
16606 -
16607 -bindir = @bindir@
16608 -sbindir = @sbindir@
16609 -libexecdir = @libexecdir@
16610 -datadir = @datadir@
16611 -sysconfdir = @sysconfdir@
16612 -sharedstatedir = @sharedstatedir@
16613 -localstatedir = @localstatedir@
16614 -libdir = @libdir@
16615 -infodir = @infodir@
16616 -mandir = @mandir@
16617 -includedir = @includedir@
16618 -oldincludedir = /usr/include
16619 pkgdatadir = $(datadir)/@PACKAGE@
16620 -pkglibdir = $(libdir)/@PACKAGE@
16621 pkgincludedir = $(includedir)/@PACKAGE@
16622 -top_builddir = ../../..
16623 -
16624 -ACLOCAL = @ACLOCAL@
16625 -AUTOCONF = @AUTOCONF@
16626 -AUTOMAKE = @AUTOMAKE@
16627 -AUTOHEADER = @AUTOHEADER@
16628 -
16629 +pkglibdir = $(libdir)/@PACKAGE@
16630 +pkglibexecdir = $(libexecdir)/@PACKAGE@
16631 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
16632 -INSTALL = @INSTALL@
16633 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
16634 -INSTALL_DATA = @INSTALL_DATA@
16635 install_sh_DATA = $(install_sh) -c -m 644
16636 install_sh_PROGRAM = $(install_sh) -c
16637 install_sh_SCRIPT = $(install_sh) -c
16638 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
16639 INSTALL_HEADER = $(INSTALL_DATA)
16640 -transform = @program_transform_name@
16641 +transform = $(program_transform_name)
16642 NORMAL_INSTALL = :
16643 PRE_INSTALL = :
16644 POST_INSTALL = :
16645 NORMAL_UNINSTALL = :
16646 PRE_UNINSTALL = :
16647 POST_UNINSTALL = :
16648 -host_alias = @host_alias@
16649 +build_triplet = @build@
16650 host_triplet = @host@
16651 -
16652 -EXEEXT = @EXEEXT@
16653 -OBJEXT = @OBJEXT@
16654 -PATH_SEPARATOR = @PATH_SEPARATOR@
16655 +noinst_PROGRAMS = dom2calc$(EXEEXT)
16656 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
16657 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
16658 + $(srcdir)/Makefile.in
16659 +subdir = gsoap/samples/dom
16660 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
16661 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
16662 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
16663 + $(ACLOCAL_M4)
16664 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
16665 +CONFIG_HEADER = $(top_builddir)/config.h
16666 +CONFIG_CLEAN_FILES =
16667 +CONFIG_CLEAN_VPATH_FILES =
16668 +PROGRAMS = $(noinst_PROGRAMS)
16669 +am__objects_1 =
16670 +am__objects_2 = soapC.$(OBJEXT)
16671 +am_dom2calc_OBJECTS = $(am__objects_1) dom2calc.$(OBJEXT) \
16672 + $(am__objects_2) dom.$(OBJEXT)
16673 +dom2calc_OBJECTS = $(am_dom2calc_OBJECTS)
16674 +am__DEPENDENCIES_1 =
16675 +dom2calc_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
16676 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
16677 +depcomp = $(SHELL) $(top_srcdir)/depcomp
16678 +am__depfiles_maybe = depfiles
16679 +am__mv = mv -f
16680 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
16681 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
16682 +CXXLD = $(CXX)
16683 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
16684 + -o $@
16685 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
16686 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
16687 +CCLD = $(CC)
16688 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
16689 +SOURCES = $(dom2calc_SOURCES)
16690 +DIST_SOURCES = $(dom2calc_SOURCES)
16691 +ETAGS = etags
16692 +CTAGS = ctags
16693 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
16694 +ACLOCAL = @ACLOCAL@
16695 AMTAR = @AMTAR@
16696 +AUTOCONF = @AUTOCONF@
16697 +AUTOHEADER = @AUTOHEADER@
16698 +AUTOMAKE = @AUTOMAKE@
16699 AWK = @AWK@
16700 BISON_DEFINE = @BISON_DEFINE@
16701 CC = @CC@
16702 +CCDEPMODE = @CCDEPMODE@
16703 +CFLAGS = @CFLAGS@
16704 CPP = @CPP@
16705 +CPPFLAGS = @CPPFLAGS@
16706 CXX = @CXX@
16707 +CXXDEPMODE = @CXXDEPMODE@
16708 +CXXFLAGS = @CXXFLAGS@
16709 +CYGPATH_W = @CYGPATH_W@
16710 +DEFS = @DEFS@
16711 DEPDIR = @DEPDIR@
16712 +ECHO_C = @ECHO_C@
16713 +ECHO_N = @ECHO_N@
16714 +ECHO_T = @ECHO_T@
16715 +EGREP = @EGREP@
16716 ENABLE_SAMPLES = @ENABLE_SAMPLES@
16717 +EXEEXT = @EXEEXT@
16718 +GREP = @GREP@
16719 +INSTALL = @INSTALL@
16720 +INSTALL_DATA = @INSTALL_DATA@
16721 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
16722 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
16723 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
16724 +LDFLAGS = @LDFLAGS@
16725 LEX = @LEX@
16726 LEXLIB = @LEXLIB@
16727 LEX_DEFINE = @LEX_DEFINE@
16728 LEX_FLAGS = @LEX_FLAGS@
16729 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
16730 +LIBOBJS = @LIBOBJS@
16731 +LIBS = @LIBS@
16732 LN_S = @LN_S@
16733 +LTLIBOBJS = @LTLIBOBJS@
16734 +MAKEINFO = @MAKEINFO@
16735 +MKDIR_P = @MKDIR_P@
16736 +OBJEXT = @OBJEXT@
16737 PACKAGE = @PACKAGE@
16738 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
16739 +PACKAGE_NAME = @PACKAGE_NAME@
16740 +PACKAGE_STRING = @PACKAGE_STRING@
16741 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
16742 +PACKAGE_VERSION = @PACKAGE_VERSION@
16743 +PATH_SEPARATOR = @PATH_SEPARATOR@
16744 RANLIB = @RANLIB@
16745 SAMPLE_DIRS = @SAMPLE_DIRS@
16746 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
16747 +SET_MAKE = @SET_MAKE@
16748 +SHELL = @SHELL@
16749 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
16750 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
16751 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
16752 @@ -95,111 +139,133 @@
16753 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
16754 YACC = @YACC@
16755 YACC_LIB = @YACC_LIB@
16756 +YFLAGS = @YFLAGS@
16757 +abs_builddir = @abs_builddir@
16758 +abs_srcdir = @abs_srcdir@
16759 +abs_top_builddir = @abs_top_builddir@
16760 +abs_top_srcdir = @abs_top_srcdir@
16761 +ac_ct_CC = @ac_ct_CC@
16762 +ac_ct_CXX = @ac_ct_CXX@
16763 am__include = @am__include@
16764 +am__leading_dot = @am__leading_dot@
16765 am__quote = @am__quote@
16766 +am__tar = @am__tar@
16767 +am__untar = @am__untar@
16768 +bindir = @bindir@
16769 +build = @build@
16770 +build_alias = @build_alias@
16771 +build_cpu = @build_cpu@
16772 +build_os = @build_os@
16773 +build_vendor = @build_vendor@
16774 +builddir = @builddir@
16775 +datadir = @datadir@
16776 +datarootdir = @datarootdir@
16777 +docdir = @docdir@
16778 +dvidir = @dvidir@
16779 +exec_prefix = @exec_prefix@
16780 +host = @host@
16781 +host_alias = @host_alias@
16782 +host_cpu = @host_cpu@
16783 +host_os = @host_os@
16784 +host_vendor = @host_vendor@
16785 +htmldir = @htmldir@
16786 +includedir = @includedir@
16787 +infodir = @infodir@
16788 install_sh = @install_sh@
16789 +libdir = @libdir@
16790 +libexecdir = @libexecdir@
16791 +localedir = @localedir@
16792 +localstatedir = @localstatedir@
16793 +mandir = @mandir@
16794 +mkdir_p = @mkdir_p@
16795 +oldincludedir = @oldincludedir@
16796 +pdfdir = @pdfdir@
16797 platform = @platform@
16798 +prefix = @prefix@
16799 +program_transform_name = @program_transform_name@
16800 +psdir = @psdir@
16801 +sbindir = @sbindir@
16802 +sharedstatedir = @sharedstatedir@
16803 +srcdir = @srcdir@
16804 +sysconfdir = @sysconfdir@
16805 +target_alias = @target_alias@
16806 +top_build_prefix = @top_build_prefix@
16807 +top_builddir = @top_builddir@
16808 +top_srcdir = @top_srcdir@
16809
16810 ####### This is the input file for automake, which will generate Makefile.in ##########
16811 AUTOMAKE_OPTIONS = foreign 1.4
16812 -
16813 -noinst_PROGRAMS = dom2calc
16814 SOAPHEADER = dom2calc.h
16815 -
16816 AM_CFLAGS = -D$(platform)
16817 AM_CXXFLAGS = -D$(platform)
16818 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
16819 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
16820 -
16821 SOAP_NS_DEF = ns.nsmap ns.wsdl
16822 -
16823 SOAP_H_FILES = soapH.h soapStub.h
16824 -
16825 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
16826 -
16827 SOAP_C_CORE = soapC.c
16828 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
16829 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
16830 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
16831 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
16832 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
16833 -
16834 SOAP_CPP_CORE = soapC.cpp
16835 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
16836 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
16837 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
16838 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
16839 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
16840 -
16841 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
16842 -
16843 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
16844 BUILT_SOURCES = $(SOAP_CPP_SRC)
16845 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
16846 -
16847 SOAP_NS =
16848 -
16849 dom2calc_SOURCES = $(SOAPHEADER) dom2calc.cpp $(SOAP_CPP_CORE) ../../dom.cpp
16850 dom2calc_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
16851 -subdir = gsoap/samples/dom
16852 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
16853 -CONFIG_HEADER = $(top_builddir)/config.h
16854 -CONFIG_CLEAN_FILES =
16855 -noinst_PROGRAMS = dom2calc$(EXEEXT)
16856 -PROGRAMS = $(noinst_PROGRAMS)
16857 -
16858 -am__objects_1 =
16859 -am__objects_2 = soapC.$(OBJEXT)
16860 -am_dom2calc_OBJECTS = $(am__objects_1) dom2calc.$(OBJEXT) \
16861 - $(am__objects_2) dom.$(OBJEXT)
16862 -dom2calc_OBJECTS = $(am_dom2calc_OBJECTS)
16863 -dom2calc_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
16864 -dom2calc_LDFLAGS =
16865 -
16866 -DEFS = @DEFS@
16867 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
16868 -CPPFLAGS = @CPPFLAGS@
16869 -LDFLAGS = @LDFLAGS@
16870 -LIBS = @LIBS@
16871 -depcomp = $(SHELL) $(top_srcdir)/depcomp
16872 -am__depfiles_maybe = depfiles
16873 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dom.Po ./$(DEPDIR)/dom2calc.Po \
16874 -@AMDEP_TRUE@ ./$(DEPDIR)/soapC.Po
16875 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
16876 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
16877 -CXXLD = $(CXX)
16878 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
16879 - -o $@
16880 -CXXFLAGS = @CXXFLAGS@
16881 -CFLAGS = @CFLAGS@
16882 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
16883 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
16884 -CCLD = $(CC)
16885 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
16886 -DIST_SOURCES = $(dom2calc_SOURCES)
16887 -DIST_COMMON = Makefile.am Makefile.in
16888 -SOURCES = $(dom2calc_SOURCES)
16889 -
16890 all: $(BUILT_SOURCES)
16891 $(MAKE) $(AM_MAKEFLAGS) all-am
16892
16893 .SUFFIXES:
16894 .SUFFIXES: .cpp .o .obj
16895 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
16896 - cd $(top_srcdir) && \
16897 - $(AUTOMAKE) --foreign gsoap/samples/dom/Makefile
16898 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16899 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
16900 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
16901 + @for dep in $?; do \
16902 + case '$(am__configure_deps)' in \
16903 + *$$dep*) \
16904 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
16905 + && { if test -f $@; then exit 0; else break; fi; }; \
16906 + exit 1;; \
16907 + esac; \
16908 + done; \
16909 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/dom/Makefile'; \
16910 + $(am__cd) $(top_srcdir) && \
16911 + $(AUTOMAKE) --foreign gsoap/samples/dom/Makefile
16912 +.PRECIOUS: Makefile
16913 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16914 + @case '$?' in \
16915 + *config.status*) \
16916 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
16917 + *) \
16918 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
16919 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
16920 + esac;
16921 +
16922 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
16923 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16924 +
16925 +$(top_srcdir)/configure: $(am__configure_deps)
16926 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16927 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
16928 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16929 +$(am__aclocal_m4_deps):
16930
16931 clean-noinstPROGRAMS:
16932 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
16933 -dom.$(OBJEXT): ../../dom.cpp
16934 dom2calc$(EXEEXT): $(dom2calc_OBJECTS) $(dom2calc_DEPENDENCIES)
16935 @rm -f dom2calc$(EXEEXT)
16936 - $(CXXLINK) $(dom2calc_LDFLAGS) $(dom2calc_OBJECTS) $(dom2calc_LDADD) $(LIBS)
16937 + $(CXXLINK) $(dom2calc_OBJECTS) $(dom2calc_LDADD) $(LIBS)
16938
16939 mostlyclean-compile:
16940 - -rm -f *.$(OBJEXT) core *.core
16941 + -rm -f *.$(OBJEXT)
16942
16943 distclean-compile:
16944 -rm -f *.tab.c
16945 @@ -208,103 +274,123 @@
16946 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom2calc.Po@am__quote@
16947 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
16948
16949 -distclean-depend:
16950 - -rm -rf ./$(DEPDIR)
16951 -
16952 .cpp.o:
16953 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16954 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
16955 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16956 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
16957 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
16958 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
16959 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16960 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16961 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
16962
16963 .cpp.obj:
16964 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16965 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
16966 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16967 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
16968 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
16969 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
16970 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
16971 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16972 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
16973
16974 dom.o: ../../dom.cpp
16975 -@AMDEP_TRUE@ source='../../dom.cpp' object='dom.o' libtool=no @AMDEPBACKSLASH@
16976 -@AMDEP_TRUE@ depfile='$(DEPDIR)/dom.Po' tmpdepfile='$(DEPDIR)/dom.TPo' @AMDEPBACKSLASH@
16977 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16978 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom.o `test -f '../../dom.cpp' || echo '$(srcdir)/'`../../dom.cpp
16979 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom.o -MD -MP -MF $(DEPDIR)/dom.Tpo -c -o dom.o `test -f '../../dom.cpp' || echo '$(srcdir)/'`../../dom.cpp
16980 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom.Tpo $(DEPDIR)/dom.Po
16981 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../dom.cpp' object='dom.o' libtool=no @AMDEPBACKSLASH@
16982 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16983 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom.o `test -f '../../dom.cpp' || echo '$(srcdir)/'`../../dom.cpp
16984
16985 dom.obj: ../../dom.cpp
16986 -@AMDEP_TRUE@ source='../../dom.cpp' object='dom.obj' libtool=no @AMDEPBACKSLASH@
16987 -@AMDEP_TRUE@ depfile='$(DEPDIR)/dom.Po' tmpdepfile='$(DEPDIR)/dom.TPo' @AMDEPBACKSLASH@
16988 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
16989 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom.obj `cygpath -w ../../dom.cpp`
16990 -CXXDEPMODE = @CXXDEPMODE@
16991 -uninstall-info-am:
16992 -
16993 -ETAGS = etags
16994 -ETAGSFLAGS =
16995 -
16996 -tags: TAGS
16997 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT dom.obj -MD -MP -MF $(DEPDIR)/dom.Tpo -c -o dom.obj `if test -f '../../dom.cpp'; then $(CYGPATH_W) '../../dom.cpp'; else $(CYGPATH_W) '$(srcdir)/../../dom.cpp'; fi`
16998 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/dom.Tpo $(DEPDIR)/dom.Po
16999 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../dom.cpp' object='dom.obj' libtool=no @AMDEPBACKSLASH@
17000 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17001 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dom.obj `if test -f '../../dom.cpp'; then $(CYGPATH_W) '../../dom.cpp'; else $(CYGPATH_W) '$(srcdir)/../../dom.cpp'; fi`
17002
17003 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
17004 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17005 unique=`for i in $$list; do \
17006 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17007 done | \
17008 - $(AWK) ' { files[$$0] = 1; } \
17009 - END { for (i in files) print i; }'`; \
17010 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17011 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17012 mkid -fID $$unique
17013 +tags: TAGS
17014
17015 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
17016 $(TAGS_FILES) $(LISP)
17017 - tags=; \
17018 + set x; \
17019 here=`pwd`; \
17020 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17021 unique=`for i in $$list; do \
17022 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17023 done | \
17024 - $(AWK) ' { files[$$0] = 1; } \
17025 - END { for (i in files) print i; }'`; \
17026 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
17027 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17028 - $$tags $$unique
17029 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17030 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17031 + shift; \
17032 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
17033 + test -n "$$unique" || unique=$$empty_fix; \
17034 + if test $$# -gt 0; then \
17035 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17036 + "$$@" $$unique; \
17037 + else \
17038 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17039 + $$unique; \
17040 + fi; \
17041 + fi
17042 +ctags: CTAGS
17043 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
17044 + $(TAGS_FILES) $(LISP)
17045 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17046 + unique=`for i in $$list; do \
17047 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17048 + done | \
17049 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17050 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17051 + test -z "$(CTAGS_ARGS)$$unique" \
17052 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
17053 + $$unique
17054
17055 GTAGS:
17056 here=`$(am__cd) $(top_builddir) && pwd` \
17057 - && cd $(top_srcdir) \
17058 - && gtags -i $(GTAGS_ARGS) $$here
17059 + && $(am__cd) $(top_srcdir) \
17060 + && gtags -i $(GTAGS_ARGS) "$$here"
17061
17062 distclean-tags:
17063 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
17064 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
17065 -
17066 -top_distdir = ../../..
17067 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
17068 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
17069
17070 distdir: $(DISTFILES)
17071 - @list='$(DISTFILES)'; for file in $$list; do \
17072 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17073 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17074 + list='$(DISTFILES)'; \
17075 + dist_files=`for file in $$list; do echo $$file; done | \
17076 + sed -e "s|^$$srcdirstrip/||;t" \
17077 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
17078 + case $$dist_files in \
17079 + */*) $(MKDIR_P) `echo "$$dist_files" | \
17080 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
17081 + sort -u` ;; \
17082 + esac; \
17083 + for file in $$dist_files; do \
17084 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
17085 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
17086 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
17087 - dir="/$$dir"; \
17088 - $(mkinstalldirs) "$(distdir)$$dir"; \
17089 - else \
17090 - dir=''; \
17091 - fi; \
17092 if test -d $$d/$$file; then \
17093 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
17094 + if test -d "$(distdir)/$$file"; then \
17095 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
17096 + fi; \
17097 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
17098 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
17099 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
17100 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
17101 fi; \
17102 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
17103 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
17104 else \
17105 - test -f $(distdir)/$$file \
17106 - || cp -p $$d/$$file $(distdir)/$$file \
17107 + test -f "$(distdir)/$$file" \
17108 + || cp -p $$d/$$file "$(distdir)/$$file" \
17109 || exit 1; \
17110 fi; \
17111 done
17112 check-am: all-am
17113 -check: check-am
17114 +check: $(BUILT_SOURCES)
17115 + $(MAKE) $(AM_MAKEFLAGS) check-am
17116 all-am: Makefile $(PROGRAMS)
17117 -
17118 installdirs:
17119 -
17120 -install: install-am
17121 +install: $(BUILT_SOURCES)
17122 + $(MAKE) $(AM_MAKEFLAGS) install-am
17123 install-exec: install-exec-am
17124 install-data: install-data-am
17125 uninstall: uninstall-am
17126 @@ -315,7 +401,7 @@
17127 installcheck: installcheck-am
17128 install-strip:
17129 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
17130 - INSTALL_STRIP_FLAG=-s \
17131 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
17132 `test -z '$(STRIP)' || \
17133 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
17134 mostlyclean-generic:
17135 @@ -324,7 +410,8 @@
17136 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
17137
17138 distclean-generic:
17139 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
17140 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
17141 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
17142
17143 maintainer-clean-generic:
17144 @echo "This command is intended for maintainers to use"
17145 @@ -335,52 +422,89 @@
17146 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
17147
17148 distclean: distclean-am
17149 -
17150 -distclean-am: clean-am distclean-compile distclean-depend \
17151 - distclean-generic distclean-tags
17152 + -rm -rf ./$(DEPDIR)
17153 + -rm -f Makefile
17154 +distclean-am: clean-am distclean-compile distclean-generic \
17155 + distclean-tags
17156
17157 dvi: dvi-am
17158
17159 dvi-am:
17160
17161 +html: html-am
17162 +
17163 +html-am:
17164 +
17165 info: info-am
17166
17167 info-am:
17168
17169 install-data-am:
17170
17171 +install-dvi: install-dvi-am
17172 +
17173 +install-dvi-am:
17174 +
17175 install-exec-am:
17176
17177 +install-html: install-html-am
17178 +
17179 +install-html-am:
17180 +
17181 install-info: install-info-am
17182
17183 +install-info-am:
17184 +
17185 install-man:
17186
17187 +install-pdf: install-pdf-am
17188 +
17189 +install-pdf-am:
17190 +
17191 +install-ps: install-ps-am
17192 +
17193 +install-ps-am:
17194 +
17195 installcheck-am:
17196
17197 maintainer-clean: maintainer-clean-am
17198 -
17199 + -rm -rf ./$(DEPDIR)
17200 + -rm -f Makefile
17201 maintainer-clean-am: distclean-am maintainer-clean-generic
17202
17203 mostlyclean: mostlyclean-am
17204
17205 mostlyclean-am: mostlyclean-compile mostlyclean-generic
17206
17207 -uninstall-am: uninstall-info-am
17208 +pdf: pdf-am
17209 +
17210 +pdf-am:
17211
17212 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
17213 - clean-noinstPROGRAMS distclean distclean-compile \
17214 - distclean-depend distclean-generic distclean-tags distdir dvi \
17215 - dvi-am info info-am install install-am install-data \
17216 - install-data-am install-exec install-exec-am install-info \
17217 - install-info-am install-man install-strip installcheck \
17218 +ps: ps-am
17219 +
17220 +ps-am:
17221 +
17222 +uninstall-am:
17223 +
17224 +.MAKE: all check install install-am install-strip
17225 +
17226 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
17227 + clean-noinstPROGRAMS ctags distclean distclean-compile \
17228 + distclean-generic distclean-tags distdir dvi dvi-am html \
17229 + html-am info info-am install install-am install-data \
17230 + install-data-am install-dvi install-dvi-am install-exec \
17231 + install-exec-am install-html install-html-am install-info \
17232 + install-info-am install-man install-pdf install-pdf-am \
17233 + install-ps install-ps-am install-strip installcheck \
17234 installcheck-am installdirs maintainer-clean \
17235 maintainer-clean-generic mostlyclean mostlyclean-compile \
17236 - mostlyclean-generic tags uninstall uninstall-am \
17237 - uninstall-info-am
17238 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
17239 + uninstall-am
17240
17241
17242 $(SOAP_CPP_SRC) : $(SOAPHEADER)
17243 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
17244 +
17245 # Tell versions [3.59,3.63) of GNU make to not export all variables.
17246 # Otherwise a system limit (for SysV at least) may be exceeded.
17247 .NOEXPORT:
17248 diff -urN b/gsoap/samples/events/Makefile.in d/gsoap/samples/events/Makefile.in
17249 --- b/gsoap/samples/events/Makefile.in 2009-11-07 21:07:28.000000000 +0100
17250 +++ d/gsoap/samples/events/Makefile.in 2010-01-22 21:45:24.000000000 +0100
17251 @@ -1,8 +1,9 @@
17252 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
17253 +# Makefile.in generated by automake 1.11 from Makefile.am.
17254 # @configure_input@
17255
17256 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
17257 -# Free Software Foundation, Inc.
17258 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17259 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
17260 +# Inc.
17261 # This Makefile.in is free software; the Free Software Foundation
17262 # gives unlimited permission to copy and/or distribute it,
17263 # with or without modifications, as long as this notice is preserved.
17264 @@ -13,77 +14,121 @@
17265 # PARTICULAR PURPOSE.
17266
17267 @SET_MAKE@
17268 -SHELL = @SHELL@
17269
17270 -srcdir = @srcdir@
17271 -top_srcdir = @top_srcdir@
17272 VPATH = @srcdir@
17273 -prefix = @prefix@
17274 -exec_prefix = @exec_prefix@
17275 -
17276 -bindir = @bindir@
17277 -sbindir = @sbindir@
17278 -libexecdir = @libexecdir@
17279 -datadir = @datadir@
17280 -sysconfdir = @sysconfdir@
17281 -sharedstatedir = @sharedstatedir@
17282 -localstatedir = @localstatedir@
17283 -libdir = @libdir@
17284 -infodir = @infodir@
17285 -mandir = @mandir@
17286 -includedir = @includedir@
17287 -oldincludedir = /usr/include
17288 pkgdatadir = $(datadir)/@PACKAGE@
17289 -pkglibdir = $(libdir)/@PACKAGE@
17290 pkgincludedir = $(includedir)/@PACKAGE@
17291 -top_builddir = ../../..
17292 -
17293 -ACLOCAL = @ACLOCAL@
17294 -AUTOCONF = @AUTOCONF@
17295 -AUTOMAKE = @AUTOMAKE@
17296 -AUTOHEADER = @AUTOHEADER@
17297 -
17298 +pkglibdir = $(libdir)/@PACKAGE@
17299 +pkglibexecdir = $(libexecdir)/@PACKAGE@
17300 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
17301 -INSTALL = @INSTALL@
17302 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
17303 -INSTALL_DATA = @INSTALL_DATA@
17304 install_sh_DATA = $(install_sh) -c -m 644
17305 install_sh_PROGRAM = $(install_sh) -c
17306 install_sh_SCRIPT = $(install_sh) -c
17307 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
17308 INSTALL_HEADER = $(INSTALL_DATA)
17309 -transform = @program_transform_name@
17310 +transform = $(program_transform_name)
17311 NORMAL_INSTALL = :
17312 PRE_INSTALL = :
17313 POST_INSTALL = :
17314 NORMAL_UNINSTALL = :
17315 PRE_UNINSTALL = :
17316 POST_UNINSTALL = :
17317 -host_alias = @host_alias@
17318 +build_triplet = @build@
17319 host_triplet = @host@
17320 -
17321 -EXEEXT = @EXEEXT@
17322 -OBJEXT = @OBJEXT@
17323 -PATH_SEPARATOR = @PATH_SEPARATOR@
17324 +noinst_PROGRAMS = event$(EXEEXT) handler$(EXEEXT)
17325 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
17326 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
17327 + $(srcdir)/Makefile.in
17328 +subdir = gsoap/samples/events
17329 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
17330 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
17331 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
17332 + $(ACLOCAL_M4)
17333 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
17334 +CONFIG_HEADER = $(top_builddir)/config.h
17335 +CONFIG_CLEAN_FILES =
17336 +CONFIG_CLEAN_VPATH_FILES =
17337 +PROGRAMS = $(noinst_PROGRAMS)
17338 +am__objects_1 =
17339 +am__objects_2 = soapC.$(OBJEXT)
17340 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
17341 +am_event_OBJECTS = event.$(OBJEXT) $(am__objects_1) $(am__objects_3)
17342 +event_OBJECTS = $(am_event_OBJECTS)
17343 +am__DEPENDENCIES_1 =
17344 +event_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
17345 +am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
17346 + $(am__objects_1)
17347 +am_handler_OBJECTS = handler.$(OBJEXT) $(am__objects_1) \
17348 + $(am__objects_4)
17349 +handler_OBJECTS = $(am_handler_OBJECTS)
17350 +handler_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
17351 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
17352 +depcomp = $(SHELL) $(top_srcdir)/depcomp
17353 +am__depfiles_maybe = depfiles
17354 +am__mv = mv -f
17355 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
17356 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
17357 +CCLD = $(CC)
17358 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
17359 +SOURCES = $(event_SOURCES) $(handler_SOURCES)
17360 +DIST_SOURCES = $(event_SOURCES) $(handler_SOURCES)
17361 +ETAGS = etags
17362 +CTAGS = ctags
17363 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
17364 +ACLOCAL = @ACLOCAL@
17365 AMTAR = @AMTAR@
17366 +AUTOCONF = @AUTOCONF@
17367 +AUTOHEADER = @AUTOHEADER@
17368 +AUTOMAKE = @AUTOMAKE@
17369 AWK = @AWK@
17370 BISON_DEFINE = @BISON_DEFINE@
17371 CC = @CC@
17372 +CCDEPMODE = @CCDEPMODE@
17373 +CFLAGS = @CFLAGS@
17374 CPP = @CPP@
17375 +CPPFLAGS = @CPPFLAGS@
17376 CXX = @CXX@
17377 +CXXDEPMODE = @CXXDEPMODE@
17378 +CXXFLAGS = @CXXFLAGS@
17379 +CYGPATH_W = @CYGPATH_W@
17380 +DEFS = @DEFS@
17381 DEPDIR = @DEPDIR@
17382 +ECHO_C = @ECHO_C@
17383 +ECHO_N = @ECHO_N@
17384 +ECHO_T = @ECHO_T@
17385 +EGREP = @EGREP@
17386 ENABLE_SAMPLES = @ENABLE_SAMPLES@
17387 +EXEEXT = @EXEEXT@
17388 +GREP = @GREP@
17389 +INSTALL = @INSTALL@
17390 +INSTALL_DATA = @INSTALL_DATA@
17391 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
17392 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
17393 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
17394 +LDFLAGS = @LDFLAGS@
17395 LEX = @LEX@
17396 LEXLIB = @LEXLIB@
17397 LEX_DEFINE = @LEX_DEFINE@
17398 LEX_FLAGS = @LEX_FLAGS@
17399 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
17400 +LIBOBJS = @LIBOBJS@
17401 +LIBS = @LIBS@
17402 LN_S = @LN_S@
17403 +LTLIBOBJS = @LTLIBOBJS@
17404 +MAKEINFO = @MAKEINFO@
17405 +MKDIR_P = @MKDIR_P@
17406 +OBJEXT = @OBJEXT@
17407 PACKAGE = @PACKAGE@
17408 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
17409 +PACKAGE_NAME = @PACKAGE_NAME@
17410 +PACKAGE_STRING = @PACKAGE_STRING@
17411 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
17412 +PACKAGE_VERSION = @PACKAGE_VERSION@
17413 +PATH_SEPARATOR = @PATH_SEPARATOR@
17414 RANLIB = @RANLIB@
17415 SAMPLE_DIRS = @SAMPLE_DIRS@
17416 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
17417 +SET_MAKE = @SET_MAKE@
17418 +SHELL = @SHELL@
17419 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
17420 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
17421 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
17422 @@ -95,117 +140,138 @@
17423 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
17424 YACC = @YACC@
17425 YACC_LIB = @YACC_LIB@
17426 +YFLAGS = @YFLAGS@
17427 +abs_builddir = @abs_builddir@
17428 +abs_srcdir = @abs_srcdir@
17429 +abs_top_builddir = @abs_top_builddir@
17430 +abs_top_srcdir = @abs_top_srcdir@
17431 +ac_ct_CC = @ac_ct_CC@
17432 +ac_ct_CXX = @ac_ct_CXX@
17433 am__include = @am__include@
17434 +am__leading_dot = @am__leading_dot@
17435 am__quote = @am__quote@
17436 +am__tar = @am__tar@
17437 +am__untar = @am__untar@
17438 +bindir = @bindir@
17439 +build = @build@
17440 +build_alias = @build_alias@
17441 +build_cpu = @build_cpu@
17442 +build_os = @build_os@
17443 +build_vendor = @build_vendor@
17444 +builddir = @builddir@
17445 +datadir = @datadir@
17446 +datarootdir = @datarootdir@
17447 +docdir = @docdir@
17448 +dvidir = @dvidir@
17449 +exec_prefix = @exec_prefix@
17450 +host = @host@
17451 +host_alias = @host_alias@
17452 +host_cpu = @host_cpu@
17453 +host_os = @host_os@
17454 +host_vendor = @host_vendor@
17455 +htmldir = @htmldir@
17456 +includedir = @includedir@
17457 +infodir = @infodir@
17458 install_sh = @install_sh@
17459 +libdir = @libdir@
17460 +libexecdir = @libexecdir@
17461 +localedir = @localedir@
17462 +localstatedir = @localstatedir@
17463 +mandir = @mandir@
17464 +mkdir_p = @mkdir_p@
17465 +oldincludedir = @oldincludedir@
17466 +pdfdir = @pdfdir@
17467 platform = @platform@
17468 +prefix = @prefix@
17469 +program_transform_name = @program_transform_name@
17470 +psdir = @psdir@
17471 +sbindir = @sbindir@
17472 +sharedstatedir = @sharedstatedir@
17473 +srcdir = @srcdir@
17474 +sysconfdir = @sysconfdir@
17475 +target_alias = @target_alias@
17476 +top_build_prefix = @top_build_prefix@
17477 +top_builddir = @top_builddir@
17478 +top_srcdir = @top_srcdir@
17479
17480 ####### This is the input file for automake, which will generate Makefile.in ##########
17481 AUTOMAKE_OPTIONS = foreign 1.4
17482 -
17483 -noinst_PROGRAMS = event handler
17484 SOAPHEADER = event.h
17485 -
17486 AM_CFLAGS = -D$(platform)
17487 AM_CXXFLAGS = -D$(platform)
17488 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
17489 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
17490 -
17491 SOAP_NS_DEF = ns.nsmap ns.wsdl
17492 -
17493 SOAP_H_FILES = soapH.h soapStub.h
17494 -
17495 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
17496 -
17497 SOAP_C_CORE = soapC.c
17498 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
17499 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
17500 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
17501 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
17502 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
17503 -
17504 SOAP_CPP_CORE = soapC.cpp
17505 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
17506 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
17507 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
17508 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
17509 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
17510 -
17511 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
17512 -
17513 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
17514 BUILT_SOURCES = $(SOAP_C_SRC)
17515 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
17516 -
17517 SOAP_NS = Event.nsmap Event.wsdl
17518 -
17519 event_SOURCES = event.c $(SOAPHEADER) $(SOAP_C_CLIENT)
17520 event_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
17521 -
17522 handler_SOURCES = handler.c $(SOAPHEADER) $(SOAP_C_SRC)
17523 handler_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
17524 -subdir = gsoap/samples/events
17525 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
17526 -CONFIG_HEADER = $(top_builddir)/config.h
17527 -CONFIG_CLEAN_FILES =
17528 -noinst_PROGRAMS = event$(EXEEXT) handler$(EXEEXT)
17529 -PROGRAMS = $(noinst_PROGRAMS)
17530 -
17531 -am__objects_1 =
17532 -am__objects_2 = soapC.$(OBJEXT)
17533 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
17534 -am_event_OBJECTS = event.$(OBJEXT) $(am__objects_1) $(am__objects_3)
17535 -event_OBJECTS = $(am_event_OBJECTS)
17536 -event_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
17537 -event_LDFLAGS =
17538 -am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
17539 - $(am__objects_1)
17540 -am_handler_OBJECTS = handler.$(OBJEXT) $(am__objects_1) $(am__objects_4)
17541 -handler_OBJECTS = $(am_handler_OBJECTS)
17542 -handler_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
17543 -handler_LDFLAGS =
17544 -
17545 -DEFS = @DEFS@
17546 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
17547 -CPPFLAGS = @CPPFLAGS@
17548 -LDFLAGS = @LDFLAGS@
17549 -LIBS = @LIBS@
17550 -depcomp = $(SHELL) $(top_srcdir)/depcomp
17551 -am__depfiles_maybe = depfiles
17552 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/event.Po ./$(DEPDIR)/handler.Po \
17553 -@AMDEP_TRUE@ ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapClient.Po \
17554 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po
17555 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
17556 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
17557 -CCLD = $(CC)
17558 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
17559 -CFLAGS = @CFLAGS@
17560 -DIST_SOURCES = $(event_SOURCES) $(handler_SOURCES)
17561 -DIST_COMMON = Makefile.am Makefile.in
17562 -SOURCES = $(event_SOURCES) $(handler_SOURCES)
17563 -
17564 all: $(BUILT_SOURCES)
17565 $(MAKE) $(AM_MAKEFLAGS) all-am
17566
17567 .SUFFIXES:
17568 .SUFFIXES: .c .o .obj
17569 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
17570 - cd $(top_srcdir) && \
17571 - $(AUTOMAKE) --foreign gsoap/samples/events/Makefile
17572 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
17573 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
17574 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
17575 + @for dep in $?; do \
17576 + case '$(am__configure_deps)' in \
17577 + *$$dep*) \
17578 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
17579 + && { if test -f $@; then exit 0; else break; fi; }; \
17580 + exit 1;; \
17581 + esac; \
17582 + done; \
17583 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/events/Makefile'; \
17584 + $(am__cd) $(top_srcdir) && \
17585 + $(AUTOMAKE) --foreign gsoap/samples/events/Makefile
17586 +.PRECIOUS: Makefile
17587 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
17588 + @case '$?' in \
17589 + *config.status*) \
17590 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
17591 + *) \
17592 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
17593 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
17594 + esac;
17595 +
17596 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
17597 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17598 +
17599 +$(top_srcdir)/configure: $(am__configure_deps)
17600 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17601 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
17602 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17603 +$(am__aclocal_m4_deps):
17604
17605 clean-noinstPROGRAMS:
17606 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
17607 event$(EXEEXT): $(event_OBJECTS) $(event_DEPENDENCIES)
17608 @rm -f event$(EXEEXT)
17609 - $(LINK) $(event_LDFLAGS) $(event_OBJECTS) $(event_LDADD) $(LIBS)
17610 + $(LINK) $(event_OBJECTS) $(event_LDADD) $(LIBS)
17611 handler$(EXEEXT): $(handler_OBJECTS) $(handler_DEPENDENCIES)
17612 @rm -f handler$(EXEEXT)
17613 - $(LINK) $(handler_LDFLAGS) $(handler_OBJECTS) $(handler_LDADD) $(LIBS)
17614 + $(LINK) $(handler_OBJECTS) $(handler_LDADD) $(LIBS)
17615
17616 mostlyclean-compile:
17617 - -rm -f *.$(OBJEXT) core *.core
17618 + -rm -f *.$(OBJEXT)
17619
17620 distclean-compile:
17621 -rm -f *.tab.c
17622 @@ -216,91 +282,109 @@
17623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
17624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
17625
17626 -distclean-depend:
17627 - -rm -rf ./$(DEPDIR)
17628 -
17629 .c.o:
17630 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
17631 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
17632 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17633 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
17634 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
17635 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
17636 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
17637 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17638 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
17639
17640 .c.obj:
17641 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
17642 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
17643 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17644 - $(COMPILE) -c `cygpath -w $<`
17645 -CCDEPMODE = @CCDEPMODE@
17646 -uninstall-info-am:
17647 -
17648 -ETAGS = etags
17649 -ETAGSFLAGS =
17650 -
17651 -tags: TAGS
17652 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
17653 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
17654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
17655 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
17656 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
17657
17658 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
17659 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17660 unique=`for i in $$list; do \
17661 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17662 done | \
17663 - $(AWK) ' { files[$$0] = 1; } \
17664 - END { for (i in files) print i; }'`; \
17665 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17666 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17667 mkid -fID $$unique
17668 +tags: TAGS
17669
17670 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
17671 $(TAGS_FILES) $(LISP)
17672 - tags=; \
17673 + set x; \
17674 here=`pwd`; \
17675 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17676 unique=`for i in $$list; do \
17677 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17678 done | \
17679 - $(AWK) ' { files[$$0] = 1; } \
17680 - END { for (i in files) print i; }'`; \
17681 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
17682 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17683 - $$tags $$unique
17684 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17685 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17686 + shift; \
17687 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
17688 + test -n "$$unique" || unique=$$empty_fix; \
17689 + if test $$# -gt 0; then \
17690 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17691 + "$$@" $$unique; \
17692 + else \
17693 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
17694 + $$unique; \
17695 + fi; \
17696 + fi
17697 +ctags: CTAGS
17698 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
17699 + $(TAGS_FILES) $(LISP)
17700 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
17701 + unique=`for i in $$list; do \
17702 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17703 + done | \
17704 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
17705 + END { if (nonempty) { for (i in files) print i; }; }'`; \
17706 + test -z "$(CTAGS_ARGS)$$unique" \
17707 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
17708 + $$unique
17709
17710 GTAGS:
17711 here=`$(am__cd) $(top_builddir) && pwd` \
17712 - && cd $(top_srcdir) \
17713 - && gtags -i $(GTAGS_ARGS) $$here
17714 + && $(am__cd) $(top_srcdir) \
17715 + && gtags -i $(GTAGS_ARGS) "$$here"
17716
17717 distclean-tags:
17718 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
17719 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
17720 -
17721 -top_distdir = ../../..
17722 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
17723 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
17724
17725 distdir: $(DISTFILES)
17726 - @list='$(DISTFILES)'; for file in $$list; do \
17727 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17728 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17729 + list='$(DISTFILES)'; \
17730 + dist_files=`for file in $$list; do echo $$file; done | \
17731 + sed -e "s|^$$srcdirstrip/||;t" \
17732 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
17733 + case $$dist_files in \
17734 + */*) $(MKDIR_P) `echo "$$dist_files" | \
17735 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
17736 + sort -u` ;; \
17737 + esac; \
17738 + for file in $$dist_files; do \
17739 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
17740 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
17741 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
17742 - dir="/$$dir"; \
17743 - $(mkinstalldirs) "$(distdir)$$dir"; \
17744 - else \
17745 - dir=''; \
17746 - fi; \
17747 if test -d $$d/$$file; then \
17748 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
17749 + if test -d "$(distdir)/$$file"; then \
17750 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
17751 + fi; \
17752 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
17753 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
17754 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
17755 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
17756 fi; \
17757 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
17758 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
17759 else \
17760 - test -f $(distdir)/$$file \
17761 - || cp -p $$d/$$file $(distdir)/$$file \
17762 + test -f "$(distdir)/$$file" \
17763 + || cp -p $$d/$$file "$(distdir)/$$file" \
17764 || exit 1; \
17765 fi; \
17766 done
17767 check-am: all-am
17768 -check: check-am
17769 +check: $(BUILT_SOURCES)
17770 + $(MAKE) $(AM_MAKEFLAGS) check-am
17771 all-am: Makefile $(PROGRAMS)
17772 -
17773 installdirs:
17774 -
17775 -install: install-am
17776 +install: $(BUILT_SOURCES)
17777 + $(MAKE) $(AM_MAKEFLAGS) install-am
17778 install-exec: install-exec-am
17779 install-data: install-data-am
17780 uninstall: uninstall-am
17781 @@ -311,7 +395,7 @@
17782 installcheck: installcheck-am
17783 install-strip:
17784 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
17785 - INSTALL_STRIP_FLAG=-s \
17786 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
17787 `test -z '$(STRIP)' || \
17788 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
17789 mostlyclean-generic:
17790 @@ -320,7 +404,8 @@
17791 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
17792
17793 distclean-generic:
17794 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
17795 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
17796 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
17797
17798 maintainer-clean-generic:
17799 @echo "This command is intended for maintainers to use"
17800 @@ -331,52 +416,89 @@
17801 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
17802
17803 distclean: distclean-am
17804 -
17805 -distclean-am: clean-am distclean-compile distclean-depend \
17806 - distclean-generic distclean-tags
17807 + -rm -rf ./$(DEPDIR)
17808 + -rm -f Makefile
17809 +distclean-am: clean-am distclean-compile distclean-generic \
17810 + distclean-tags
17811
17812 dvi: dvi-am
17813
17814 dvi-am:
17815
17816 +html: html-am
17817 +
17818 +html-am:
17819 +
17820 info: info-am
17821
17822 info-am:
17823
17824 install-data-am:
17825
17826 +install-dvi: install-dvi-am
17827 +
17828 +install-dvi-am:
17829 +
17830 install-exec-am:
17831
17832 +install-html: install-html-am
17833 +
17834 +install-html-am:
17835 +
17836 install-info: install-info-am
17837
17838 +install-info-am:
17839 +
17840 install-man:
17841
17842 +install-pdf: install-pdf-am
17843 +
17844 +install-pdf-am:
17845 +
17846 +install-ps: install-ps-am
17847 +
17848 +install-ps-am:
17849 +
17850 installcheck-am:
17851
17852 maintainer-clean: maintainer-clean-am
17853 -
17854 + -rm -rf ./$(DEPDIR)
17855 + -rm -f Makefile
17856 maintainer-clean-am: distclean-am maintainer-clean-generic
17857
17858 mostlyclean: mostlyclean-am
17859
17860 mostlyclean-am: mostlyclean-compile mostlyclean-generic
17861
17862 -uninstall-am: uninstall-info-am
17863 +pdf: pdf-am
17864 +
17865 +pdf-am:
17866
17867 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
17868 - clean-noinstPROGRAMS distclean distclean-compile \
17869 - distclean-depend distclean-generic distclean-tags distdir dvi \
17870 - dvi-am info info-am install install-am install-data \
17871 - install-data-am install-exec install-exec-am install-info \
17872 - install-info-am install-man install-strip installcheck \
17873 +ps: ps-am
17874 +
17875 +ps-am:
17876 +
17877 +uninstall-am:
17878 +
17879 +.MAKE: all check install install-am install-strip
17880 +
17881 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
17882 + clean-noinstPROGRAMS ctags distclean distclean-compile \
17883 + distclean-generic distclean-tags distdir dvi dvi-am html \
17884 + html-am info info-am install install-am install-data \
17885 + install-data-am install-dvi install-dvi-am install-exec \
17886 + install-exec-am install-html install-html-am install-info \
17887 + install-info-am install-man install-pdf install-pdf-am \
17888 + install-ps install-ps-am install-strip installcheck \
17889 installcheck-am installdirs maintainer-clean \
17890 maintainer-clean-generic mostlyclean mostlyclean-compile \
17891 - mostlyclean-generic tags uninstall uninstall-am \
17892 - uninstall-info-am
17893 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
17894 + uninstall-am
17895
17896
17897 $(SOAP_C_SRC) : $(SOAPHEADER)
17898 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
17899 +
17900 # Tell versions [3.59,3.63) of GNU make to not export all variables.
17901 # Otherwise a system limit (for SysV at least) may be exceeded.
17902 .NOEXPORT:
17903 diff -urN b/gsoap/samples/events++/Makefile.in d/gsoap/samples/events++/Makefile.in
17904 --- b/gsoap/samples/events++/Makefile.in 2009-11-07 21:07:27.000000000 +0100
17905 +++ d/gsoap/samples/events++/Makefile.in 2010-01-22 21:45:24.000000000 +0100
17906 @@ -1,8 +1,9 @@
17907 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
17908 +# Makefile.in generated by automake 1.11 from Makefile.am.
17909 # @configure_input@
17910
17911 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
17912 -# Free Software Foundation, Inc.
17913 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17914 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
17915 +# Inc.
17916 # This Makefile.in is free software; the Free Software Foundation
17917 # gives unlimited permission to copy and/or distribute it,
17918 # with or without modifications, as long as this notice is preserved.
17919 @@ -13,77 +14,125 @@
17920 # PARTICULAR PURPOSE.
17921
17922 @SET_MAKE@
17923 -SHELL = @SHELL@
17924
17925 -srcdir = @srcdir@
17926 -top_srcdir = @top_srcdir@
17927 VPATH = @srcdir@
17928 -prefix = @prefix@
17929 -exec_prefix = @exec_prefix@
17930 -
17931 -bindir = @bindir@
17932 -sbindir = @sbindir@
17933 -libexecdir = @libexecdir@
17934 -datadir = @datadir@
17935 -sysconfdir = @sysconfdir@
17936 -sharedstatedir = @sharedstatedir@
17937 -localstatedir = @localstatedir@
17938 -libdir = @libdir@
17939 -infodir = @infodir@
17940 -mandir = @mandir@
17941 -includedir = @includedir@
17942 -oldincludedir = /usr/include
17943 pkgdatadir = $(datadir)/@PACKAGE@
17944 -pkglibdir = $(libdir)/@PACKAGE@
17945 pkgincludedir = $(includedir)/@PACKAGE@
17946 -top_builddir = ../../..
17947 -
17948 -ACLOCAL = @ACLOCAL@
17949 -AUTOCONF = @AUTOCONF@
17950 -AUTOMAKE = @AUTOMAKE@
17951 -AUTOHEADER = @AUTOHEADER@
17952 -
17953 +pkglibdir = $(libdir)/@PACKAGE@
17954 +pkglibexecdir = $(libexecdir)/@PACKAGE@
17955 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
17956 -INSTALL = @INSTALL@
17957 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
17958 -INSTALL_DATA = @INSTALL_DATA@
17959 install_sh_DATA = $(install_sh) -c -m 644
17960 install_sh_PROGRAM = $(install_sh) -c
17961 install_sh_SCRIPT = $(install_sh) -c
17962 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
17963 INSTALL_HEADER = $(INSTALL_DATA)
17964 -transform = @program_transform_name@
17965 +transform = $(program_transform_name)
17966 NORMAL_INSTALL = :
17967 PRE_INSTALL = :
17968 POST_INSTALL = :
17969 NORMAL_UNINSTALL = :
17970 PRE_UNINSTALL = :
17971 POST_UNINSTALL = :
17972 -host_alias = @host_alias@
17973 +build_triplet = @build@
17974 host_triplet = @host@
17975 -
17976 -EXEEXT = @EXEEXT@
17977 -OBJEXT = @OBJEXT@
17978 -PATH_SEPARATOR = @PATH_SEPARATOR@
17979 +noinst_PROGRAMS = event$(EXEEXT) handler$(EXEEXT)
17980 +DIST_COMMON = $(srcdir)/../Makefile.cpp_proxy_rules \
17981 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
17982 + $(srcdir)/Makefile.in
17983 +subdir = gsoap/samples/events++
17984 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
17985 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
17986 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
17987 + $(ACLOCAL_M4)
17988 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
17989 +CONFIG_HEADER = $(top_builddir)/config.h
17990 +CONFIG_CLEAN_FILES =
17991 +CONFIG_CLEAN_VPATH_FILES =
17992 +PROGRAMS = $(noinst_PROGRAMS)
17993 +am__objects_1 =
17994 +am__objects_2 = soapC.$(OBJEXT)
17995 +am_event_OBJECTS = event.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
17996 + soapEventProxy.$(OBJEXT)
17997 +event_OBJECTS = $(am_event_OBJECTS)
17998 +am__DEPENDENCIES_1 =
17999 +event_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
18000 +am_handler_OBJECTS = handler.$(OBJEXT) $(am__objects_1) \
18001 + $(am__objects_2) soapEventService.$(OBJEXT) \
18002 + soapEventProxy.$(OBJEXT)
18003 +handler_OBJECTS = $(am_handler_OBJECTS)
18004 +handler_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
18005 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
18006 +depcomp = $(SHELL) $(top_srcdir)/depcomp
18007 +am__depfiles_maybe = depfiles
18008 +am__mv = mv -f
18009 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
18010 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
18011 +CXXLD = $(CXX)
18012 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
18013 + -o $@
18014 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18015 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18016 +CCLD = $(CC)
18017 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
18018 +SOURCES = $(event_SOURCES) $(handler_SOURCES)
18019 +DIST_SOURCES = $(event_SOURCES) $(handler_SOURCES)
18020 +ETAGS = etags
18021 +CTAGS = ctags
18022 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18023 +ACLOCAL = @ACLOCAL@
18024 AMTAR = @AMTAR@
18025 +AUTOCONF = @AUTOCONF@
18026 +AUTOHEADER = @AUTOHEADER@
18027 +AUTOMAKE = @AUTOMAKE@
18028 AWK = @AWK@
18029 BISON_DEFINE = @BISON_DEFINE@
18030 CC = @CC@
18031 +CCDEPMODE = @CCDEPMODE@
18032 +CFLAGS = @CFLAGS@
18033 CPP = @CPP@
18034 +CPPFLAGS = @CPPFLAGS@
18035 CXX = @CXX@
18036 +CXXDEPMODE = @CXXDEPMODE@
18037 +CXXFLAGS = @CXXFLAGS@
18038 +CYGPATH_W = @CYGPATH_W@
18039 +DEFS = @DEFS@
18040 DEPDIR = @DEPDIR@
18041 +ECHO_C = @ECHO_C@
18042 +ECHO_N = @ECHO_N@
18043 +ECHO_T = @ECHO_T@
18044 +EGREP = @EGREP@
18045 ENABLE_SAMPLES = @ENABLE_SAMPLES@
18046 +EXEEXT = @EXEEXT@
18047 +GREP = @GREP@
18048 +INSTALL = @INSTALL@
18049 +INSTALL_DATA = @INSTALL_DATA@
18050 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
18051 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
18052 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
18053 +LDFLAGS = @LDFLAGS@
18054 LEX = @LEX@
18055 LEXLIB = @LEXLIB@
18056 LEX_DEFINE = @LEX_DEFINE@
18057 LEX_FLAGS = @LEX_FLAGS@
18058 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
18059 +LIBOBJS = @LIBOBJS@
18060 +LIBS = @LIBS@
18061 LN_S = @LN_S@
18062 +LTLIBOBJS = @LTLIBOBJS@
18063 +MAKEINFO = @MAKEINFO@
18064 +MKDIR_P = @MKDIR_P@
18065 +OBJEXT = @OBJEXT@
18066 PACKAGE = @PACKAGE@
18067 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18068 +PACKAGE_NAME = @PACKAGE_NAME@
18069 +PACKAGE_STRING = @PACKAGE_STRING@
18070 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
18071 +PACKAGE_VERSION = @PACKAGE_VERSION@
18072 +PATH_SEPARATOR = @PATH_SEPARATOR@
18073 RANLIB = @RANLIB@
18074 SAMPLE_DIRS = @SAMPLE_DIRS@
18075 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
18076 +SET_MAKE = @SET_MAKE@
18077 +SHELL = @SHELL@
18078 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
18079 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
18080 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
18081 @@ -95,122 +144,138 @@
18082 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
18083 YACC = @YACC@
18084 YACC_LIB = @YACC_LIB@
18085 +YFLAGS = @YFLAGS@
18086 +abs_builddir = @abs_builddir@
18087 +abs_srcdir = @abs_srcdir@
18088 +abs_top_builddir = @abs_top_builddir@
18089 +abs_top_srcdir = @abs_top_srcdir@
18090 +ac_ct_CC = @ac_ct_CC@
18091 +ac_ct_CXX = @ac_ct_CXX@
18092 am__include = @am__include@
18093 +am__leading_dot = @am__leading_dot@
18094 am__quote = @am__quote@
18095 +am__tar = @am__tar@
18096 +am__untar = @am__untar@
18097 +bindir = @bindir@
18098 +build = @build@
18099 +build_alias = @build_alias@
18100 +build_cpu = @build_cpu@
18101 +build_os = @build_os@
18102 +build_vendor = @build_vendor@
18103 +builddir = @builddir@
18104 +datadir = @datadir@
18105 +datarootdir = @datarootdir@
18106 +docdir = @docdir@
18107 +dvidir = @dvidir@
18108 +exec_prefix = @exec_prefix@
18109 +host = @host@
18110 +host_alias = @host_alias@
18111 +host_cpu = @host_cpu@
18112 +host_os = @host_os@
18113 +host_vendor = @host_vendor@
18114 +htmldir = @htmldir@
18115 +includedir = @includedir@
18116 +infodir = @infodir@
18117 install_sh = @install_sh@
18118 +libdir = @libdir@
18119 +libexecdir = @libexecdir@
18120 +localedir = @localedir@
18121 +localstatedir = @localstatedir@
18122 +mandir = @mandir@
18123 +mkdir_p = @mkdir_p@
18124 +oldincludedir = @oldincludedir@
18125 +pdfdir = @pdfdir@
18126 platform = @platform@
18127 +prefix = @prefix@
18128 +program_transform_name = @program_transform_name@
18129 +psdir = @psdir@
18130 +sbindir = @sbindir@
18131 +sharedstatedir = @sharedstatedir@
18132 +srcdir = @srcdir@
18133 +sysconfdir = @sysconfdir@
18134 +target_alias = @target_alias@
18135 +top_build_prefix = @top_build_prefix@
18136 +top_builddir = @top_builddir@
18137 +top_srcdir = @top_srcdir@
18138
18139 ####### This is the input file for automake, which will generate Makefile.in ##########
18140 AUTOMAKE_OPTIONS = foreign 1.4
18141 -
18142 -noinst_PROGRAMS = event handler
18143 SOAPHEADER = event.h
18144 -
18145 AM_CFLAGS = -D$(platform)
18146 AM_CXXFLAGS = -D$(platform)
18147 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
18148 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
18149 -
18150 SOAP_NS_DEF = ns.nsmap ns.wsdl
18151 -
18152 SOAP_H_FILES = soapH.h soapStub.h
18153 -
18154 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
18155 -
18156 SOAP_C_CORE = soapC.c
18157 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
18158 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
18159 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
18160 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
18161 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
18162 -
18163 SOAP_CPP_CORE = soapC.cpp
18164 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
18165 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
18166 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
18167 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
18168 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
18169 -
18170 SOAP_CPP_SRC = $(SOAP_H_FILES) $(SOAP_NS)
18171 -
18172 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
18173 BUILT_SOURCES = $(SOAP_CPP_SRC)
18174 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
18175 -
18176 SOAP_NS = Event.nsmap Event.wsdl
18177 -
18178 event_SOURCES = event.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventProxy.cpp
18179 event_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
18180 -
18181 handler_SOURCES = handler.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventService.cpp soapEventProxy.cpp
18182 handler_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
18183 -subdir = gsoap/samples/events++
18184 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
18185 -CONFIG_HEADER = $(top_builddir)/config.h
18186 -CONFIG_CLEAN_FILES =
18187 -noinst_PROGRAMS = event$(EXEEXT) handler$(EXEEXT)
18188 -PROGRAMS = $(noinst_PROGRAMS)
18189 -
18190 -am__objects_1 =
18191 -am__objects_2 = soapC.$(OBJEXT)
18192 -am_event_OBJECTS = event.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
18193 - soapEventProxy.$(OBJEXT)
18194 -event_OBJECTS = $(am_event_OBJECTS)
18195 -event_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
18196 -event_LDFLAGS =
18197 -am_handler_OBJECTS = handler.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
18198 - soapEventService.$(OBJEXT) soapEventProxy.$(OBJEXT)
18199 -handler_OBJECTS = $(am_handler_OBJECTS)
18200 -handler_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
18201 -handler_LDFLAGS =
18202 -
18203 -DEFS = @DEFS@
18204 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
18205 -CPPFLAGS = @CPPFLAGS@
18206 -LDFLAGS = @LDFLAGS@
18207 -LIBS = @LIBS@
18208 -depcomp = $(SHELL) $(top_srcdir)/depcomp
18209 -am__depfiles_maybe = depfiles
18210 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/event.Po ./$(DEPDIR)/handler.Po \
18211 -@AMDEP_TRUE@ ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapEventProxy.Po \
18212 -@AMDEP_TRUE@ ./$(DEPDIR)/soapEventService.Po
18213 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
18214 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
18215 -CXXLD = $(CXX)
18216 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
18217 - -o $@
18218 -CXXFLAGS = @CXXFLAGS@
18219 -CFLAGS = @CFLAGS@
18220 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18221 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18222 -CCLD = $(CC)
18223 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
18224 -DIST_SOURCES = $(event_SOURCES) $(handler_SOURCES)
18225 -DIST_COMMON = Makefile.am Makefile.in
18226 -SOURCES = $(event_SOURCES) $(handler_SOURCES)
18227 -
18228 all: $(BUILT_SOURCES)
18229 $(MAKE) $(AM_MAKEFLAGS) all-am
18230
18231 .SUFFIXES:
18232 .SUFFIXES: .cpp .o .obj
18233 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
18234 - cd $(top_srcdir) && \
18235 - $(AUTOMAKE) --foreign gsoap/samples/events++/Makefile
18236 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18237 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
18238 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(am__configure_deps)
18239 + @for dep in $?; do \
18240 + case '$(am__configure_deps)' in \
18241 + *$$dep*) \
18242 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
18243 + && { if test -f $@; then exit 0; else break; fi; }; \
18244 + exit 1;; \
18245 + esac; \
18246 + done; \
18247 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/events++/Makefile'; \
18248 + $(am__cd) $(top_srcdir) && \
18249 + $(AUTOMAKE) --foreign gsoap/samples/events++/Makefile
18250 +.PRECIOUS: Makefile
18251 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18252 + @case '$?' in \
18253 + *config.status*) \
18254 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
18255 + *) \
18256 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
18257 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
18258 + esac;
18259 +
18260 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18261 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18262 +
18263 +$(top_srcdir)/configure: $(am__configure_deps)
18264 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18265 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
18266 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18267 +$(am__aclocal_m4_deps):
18268
18269 clean-noinstPROGRAMS:
18270 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
18271 event$(EXEEXT): $(event_OBJECTS) $(event_DEPENDENCIES)
18272 @rm -f event$(EXEEXT)
18273 - $(CXXLINK) $(event_LDFLAGS) $(event_OBJECTS) $(event_LDADD) $(LIBS)
18274 + $(CXXLINK) $(event_OBJECTS) $(event_LDADD) $(LIBS)
18275 handler$(EXEEXT): $(handler_OBJECTS) $(handler_DEPENDENCIES)
18276 @rm -f handler$(EXEEXT)
18277 - $(CXXLINK) $(handler_LDFLAGS) $(handler_OBJECTS) $(handler_LDADD) $(LIBS)
18278 + $(CXXLINK) $(handler_OBJECTS) $(handler_LDADD) $(LIBS)
18279
18280 mostlyclean-compile:
18281 - -rm -f *.$(OBJEXT) core *.core
18282 + -rm -f *.$(OBJEXT)
18283
18284 distclean-compile:
18285 -rm -f *.tab.c
18286 @@ -221,91 +286,109 @@
18287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapEventProxy.Po@am__quote@
18288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapEventService.Po@am__quote@
18289
18290 -distclean-depend:
18291 - -rm -rf ./$(DEPDIR)
18292 -
18293 .cpp.o:
18294 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18295 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
18296 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18297 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
18298 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
18299 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18300 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18301 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18302 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
18303
18304 .cpp.obj:
18305 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18306 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
18307 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18308 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
18309 -CXXDEPMODE = @CXXDEPMODE@
18310 -uninstall-info-am:
18311 -
18312 -ETAGS = etags
18313 -ETAGSFLAGS =
18314 -
18315 -tags: TAGS
18316 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
18317 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18318 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18319 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18320 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
18321
18322 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
18323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18324 unique=`for i in $$list; do \
18325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18326 done | \
18327 - $(AWK) ' { files[$$0] = 1; } \
18328 - END { for (i in files) print i; }'`; \
18329 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18330 + END { if (nonempty) { for (i in files) print i; }; }'`; \
18331 mkid -fID $$unique
18332 +tags: TAGS
18333
18334 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
18335 $(TAGS_FILES) $(LISP)
18336 - tags=; \
18337 + set x; \
18338 here=`pwd`; \
18339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18340 unique=`for i in $$list; do \
18341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18342 done | \
18343 - $(AWK) ' { files[$$0] = 1; } \
18344 - END { for (i in files) print i; }'`; \
18345 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
18346 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18347 - $$tags $$unique
18348 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18349 + END { if (nonempty) { for (i in files) print i; }; }'`; \
18350 + shift; \
18351 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
18352 + test -n "$$unique" || unique=$$empty_fix; \
18353 + if test $$# -gt 0; then \
18354 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18355 + "$$@" $$unique; \
18356 + else \
18357 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18358 + $$unique; \
18359 + fi; \
18360 + fi
18361 +ctags: CTAGS
18362 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
18363 + $(TAGS_FILES) $(LISP)
18364 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18365 + unique=`for i in $$list; do \
18366 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18367 + done | \
18368 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18369 + END { if (nonempty) { for (i in files) print i; }; }'`; \
18370 + test -z "$(CTAGS_ARGS)$$unique" \
18371 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
18372 + $$unique
18373
18374 GTAGS:
18375 here=`$(am__cd) $(top_builddir) && pwd` \
18376 - && cd $(top_srcdir) \
18377 - && gtags -i $(GTAGS_ARGS) $$here
18378 + && $(am__cd) $(top_srcdir) \
18379 + && gtags -i $(GTAGS_ARGS) "$$here"
18380
18381 distclean-tags:
18382 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
18383 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18384 -
18385 -top_distdir = ../../..
18386 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
18387 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
18388
18389 distdir: $(DISTFILES)
18390 - @list='$(DISTFILES)'; for file in $$list; do \
18391 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18392 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18393 + list='$(DISTFILES)'; \
18394 + dist_files=`for file in $$list; do echo $$file; done | \
18395 + sed -e "s|^$$srcdirstrip/||;t" \
18396 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
18397 + case $$dist_files in \
18398 + */*) $(MKDIR_P) `echo "$$dist_files" | \
18399 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
18400 + sort -u` ;; \
18401 + esac; \
18402 + for file in $$dist_files; do \
18403 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
18404 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
18405 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
18406 - dir="/$$dir"; \
18407 - $(mkinstalldirs) "$(distdir)$$dir"; \
18408 - else \
18409 - dir=''; \
18410 - fi; \
18411 if test -d $$d/$$file; then \
18412 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
18413 + if test -d "$(distdir)/$$file"; then \
18414 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
18415 + fi; \
18416 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
18417 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
18418 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
18419 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
18420 fi; \
18421 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
18422 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
18423 else \
18424 - test -f $(distdir)/$$file \
18425 - || cp -p $$d/$$file $(distdir)/$$file \
18426 + test -f "$(distdir)/$$file" \
18427 + || cp -p $$d/$$file "$(distdir)/$$file" \
18428 || exit 1; \
18429 fi; \
18430 done
18431 check-am: all-am
18432 -check: check-am
18433 +check: $(BUILT_SOURCES)
18434 + $(MAKE) $(AM_MAKEFLAGS) check-am
18435 all-am: Makefile $(PROGRAMS)
18436 -
18437 installdirs:
18438 -
18439 -install: install-am
18440 +install: $(BUILT_SOURCES)
18441 + $(MAKE) $(AM_MAKEFLAGS) install-am
18442 install-exec: install-exec-am
18443 install-data: install-data-am
18444 uninstall: uninstall-am
18445 @@ -316,7 +399,7 @@
18446 installcheck: installcheck-am
18447 install-strip:
18448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
18449 - INSTALL_STRIP_FLAG=-s \
18450 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
18451 `test -z '$(STRIP)' || \
18452 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
18453 mostlyclean-generic:
18454 @@ -325,7 +408,8 @@
18455 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
18456
18457 distclean-generic:
18458 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
18459 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
18460 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
18461
18462 maintainer-clean-generic:
18463 @echo "This command is intended for maintainers to use"
18464 @@ -336,52 +420,89 @@
18465 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
18466
18467 distclean: distclean-am
18468 -
18469 -distclean-am: clean-am distclean-compile distclean-depend \
18470 - distclean-generic distclean-tags
18471 + -rm -rf ./$(DEPDIR)
18472 + -rm -f Makefile
18473 +distclean-am: clean-am distclean-compile distclean-generic \
18474 + distclean-tags
18475
18476 dvi: dvi-am
18477
18478 dvi-am:
18479
18480 +html: html-am
18481 +
18482 +html-am:
18483 +
18484 info: info-am
18485
18486 info-am:
18487
18488 install-data-am:
18489
18490 +install-dvi: install-dvi-am
18491 +
18492 +install-dvi-am:
18493 +
18494 install-exec-am:
18495
18496 +install-html: install-html-am
18497 +
18498 +install-html-am:
18499 +
18500 install-info: install-info-am
18501
18502 +install-info-am:
18503 +
18504 install-man:
18505
18506 +install-pdf: install-pdf-am
18507 +
18508 +install-pdf-am:
18509 +
18510 +install-ps: install-ps-am
18511 +
18512 +install-ps-am:
18513 +
18514 installcheck-am:
18515
18516 maintainer-clean: maintainer-clean-am
18517 -
18518 + -rm -rf ./$(DEPDIR)
18519 + -rm -f Makefile
18520 maintainer-clean-am: distclean-am maintainer-clean-generic
18521
18522 mostlyclean: mostlyclean-am
18523
18524 mostlyclean-am: mostlyclean-compile mostlyclean-generic
18525
18526 -uninstall-am: uninstall-info-am
18527 +pdf: pdf-am
18528 +
18529 +pdf-am:
18530
18531 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
18532 - clean-noinstPROGRAMS distclean distclean-compile \
18533 - distclean-depend distclean-generic distclean-tags distdir dvi \
18534 - dvi-am info info-am install install-am install-data \
18535 - install-data-am install-exec install-exec-am install-info \
18536 - install-info-am install-man install-strip installcheck \
18537 +ps: ps-am
18538 +
18539 +ps-am:
18540 +
18541 +uninstall-am:
18542 +
18543 +.MAKE: all check install install-am install-strip
18544 +
18545 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
18546 + clean-noinstPROGRAMS ctags distclean distclean-compile \
18547 + distclean-generic distclean-tags distdir dvi dvi-am html \
18548 + html-am info info-am install install-am install-data \
18549 + install-data-am install-dvi install-dvi-am install-exec \
18550 + install-exec-am install-html install-html-am install-info \
18551 + install-info-am install-man install-pdf install-pdf-am \
18552 + install-ps install-ps-am install-strip installcheck \
18553 installcheck-am installdirs maintainer-clean \
18554 maintainer-clean-generic mostlyclean mostlyclean-compile \
18555 - mostlyclean-generic tags uninstall uninstall-am \
18556 - uninstall-info-am
18557 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
18558 + uninstall-am
18559
18560
18561 $(SOAP_CPP_SRC) : $(SOAPHEADER)
18562 $(SOAP) -i $(SOAP_FLAGS) $<
18563 +
18564 # Tell versions [3.59,3.63) of GNU make to not export all variables.
18565 # Otherwise a system limit (for SysV at least) may be exceeded.
18566 .NOEXPORT:
18567 diff -urN b/gsoap/samples/factory/Makefile.in d/gsoap/samples/factory/Makefile.in
18568 --- b/gsoap/samples/factory/Makefile.in 2009-11-07 21:07:26.000000000 +0100
18569 +++ d/gsoap/samples/factory/Makefile.in 2010-01-22 21:45:24.000000000 +0100
18570 @@ -1,8 +1,9 @@
18571 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
18572 +# Makefile.in generated by automake 1.11 from Makefile.am.
18573 # @configure_input@
18574
18575 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
18576 -# Free Software Foundation, Inc.
18577 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18578 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
18579 +# Inc.
18580 # This Makefile.in is free software; the Free Software Foundation
18581 # gives unlimited permission to copy and/or distribute it,
18582 # with or without modifications, as long as this notice is preserved.
18583 @@ -13,77 +14,121 @@
18584 # PARTICULAR PURPOSE.
18585
18586 @SET_MAKE@
18587 -SHELL = @SHELL@
18588
18589 -srcdir = @srcdir@
18590 -top_srcdir = @top_srcdir@
18591 VPATH = @srcdir@
18592 -prefix = @prefix@
18593 -exec_prefix = @exec_prefix@
18594 -
18595 -bindir = @bindir@
18596 -sbindir = @sbindir@
18597 -libexecdir = @libexecdir@
18598 -datadir = @datadir@
18599 -sysconfdir = @sysconfdir@
18600 -sharedstatedir = @sharedstatedir@
18601 -localstatedir = @localstatedir@
18602 -libdir = @libdir@
18603 -infodir = @infodir@
18604 -mandir = @mandir@
18605 -includedir = @includedir@
18606 -oldincludedir = /usr/include
18607 pkgdatadir = $(datadir)/@PACKAGE@
18608 -pkglibdir = $(libdir)/@PACKAGE@
18609 pkgincludedir = $(includedir)/@PACKAGE@
18610 -top_builddir = ../../..
18611 -
18612 -ACLOCAL = @ACLOCAL@
18613 -AUTOCONF = @AUTOCONF@
18614 -AUTOMAKE = @AUTOMAKE@
18615 -AUTOHEADER = @AUTOHEADER@
18616 -
18617 +pkglibdir = $(libdir)/@PACKAGE@
18618 +pkglibexecdir = $(libexecdir)/@PACKAGE@
18619 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
18620 -INSTALL = @INSTALL@
18621 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
18622 -INSTALL_DATA = @INSTALL_DATA@
18623 install_sh_DATA = $(install_sh) -c -m 644
18624 install_sh_PROGRAM = $(install_sh) -c
18625 install_sh_SCRIPT = $(install_sh) -c
18626 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
18627 INSTALL_HEADER = $(INSTALL_DATA)
18628 -transform = @program_transform_name@
18629 +transform = $(program_transform_name)
18630 NORMAL_INSTALL = :
18631 PRE_INSTALL = :
18632 POST_INSTALL = :
18633 NORMAL_UNINSTALL = :
18634 PRE_UNINSTALL = :
18635 POST_UNINSTALL = :
18636 -host_alias = @host_alias@
18637 +build_triplet = @build@
18638 host_triplet = @host@
18639 -
18640 -EXEEXT = @EXEEXT@
18641 -OBJEXT = @OBJEXT@
18642 -PATH_SEPARATOR = @PATH_SEPARATOR@
18643 +noinst_PROGRAMS = factory$(EXEEXT)
18644 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
18645 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
18646 + $(srcdir)/Makefile.in
18647 +subdir = gsoap/samples/factory
18648 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
18649 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
18650 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
18651 + $(ACLOCAL_M4)
18652 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
18653 +CONFIG_HEADER = $(top_builddir)/config.h
18654 +CONFIG_CLEAN_FILES =
18655 +CONFIG_CLEAN_VPATH_FILES =
18656 +PROGRAMS = $(noinst_PROGRAMS)
18657 +am__objects_1 =
18658 +am__objects_2 = soapC.$(OBJEXT)
18659 +am__objects_3 = soapServer.$(OBJEXT) $(am__objects_2)
18660 +am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) \
18661 + $(am__objects_3)
18662 +factory_OBJECTS = $(am_factory_OBJECTS)
18663 +am__DEPENDENCIES_1 =
18664 +factory_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
18665 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
18666 +depcomp = $(SHELL) $(top_srcdir)/depcomp
18667 +am__depfiles_maybe = depfiles
18668 +am__mv = mv -f
18669 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
18670 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
18671 +CXXLD = $(CXX)
18672 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
18673 + -o $@
18674 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18675 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18676 +CCLD = $(CC)
18677 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
18678 +SOURCES = $(factory_SOURCES)
18679 +DIST_SOURCES = $(factory_SOURCES)
18680 +ETAGS = etags
18681 +CTAGS = ctags
18682 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
18683 +ACLOCAL = @ACLOCAL@
18684 AMTAR = @AMTAR@
18685 +AUTOCONF = @AUTOCONF@
18686 +AUTOHEADER = @AUTOHEADER@
18687 +AUTOMAKE = @AUTOMAKE@
18688 AWK = @AWK@
18689 BISON_DEFINE = @BISON_DEFINE@
18690 CC = @CC@
18691 +CCDEPMODE = @CCDEPMODE@
18692 +CFLAGS = @CFLAGS@
18693 CPP = @CPP@
18694 +CPPFLAGS = @CPPFLAGS@
18695 CXX = @CXX@
18696 +CXXDEPMODE = @CXXDEPMODE@
18697 +CXXFLAGS = @CXXFLAGS@
18698 +CYGPATH_W = @CYGPATH_W@
18699 +DEFS = @DEFS@
18700 DEPDIR = @DEPDIR@
18701 +ECHO_C = @ECHO_C@
18702 +ECHO_N = @ECHO_N@
18703 +ECHO_T = @ECHO_T@
18704 +EGREP = @EGREP@
18705 ENABLE_SAMPLES = @ENABLE_SAMPLES@
18706 +EXEEXT = @EXEEXT@
18707 +GREP = @GREP@
18708 +INSTALL = @INSTALL@
18709 +INSTALL_DATA = @INSTALL_DATA@
18710 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
18711 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
18712 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
18713 +LDFLAGS = @LDFLAGS@
18714 LEX = @LEX@
18715 LEXLIB = @LEXLIB@
18716 LEX_DEFINE = @LEX_DEFINE@
18717 LEX_FLAGS = @LEX_FLAGS@
18718 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
18719 +LIBOBJS = @LIBOBJS@
18720 +LIBS = @LIBS@
18721 LN_S = @LN_S@
18722 +LTLIBOBJS = @LTLIBOBJS@
18723 +MAKEINFO = @MAKEINFO@
18724 +MKDIR_P = @MKDIR_P@
18725 +OBJEXT = @OBJEXT@
18726 PACKAGE = @PACKAGE@
18727 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18728 +PACKAGE_NAME = @PACKAGE_NAME@
18729 +PACKAGE_STRING = @PACKAGE_STRING@
18730 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
18731 +PACKAGE_VERSION = @PACKAGE_VERSION@
18732 +PATH_SEPARATOR = @PATH_SEPARATOR@
18733 RANLIB = @RANLIB@
18734 SAMPLE_DIRS = @SAMPLE_DIRS@
18735 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
18736 +SET_MAKE = @SET_MAKE@
18737 +SHELL = @SHELL@
18738 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
18739 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
18740 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
18741 @@ -95,110 +140,133 @@
18742 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
18743 YACC = @YACC@
18744 YACC_LIB = @YACC_LIB@
18745 +YFLAGS = @YFLAGS@
18746 +abs_builddir = @abs_builddir@
18747 +abs_srcdir = @abs_srcdir@
18748 +abs_top_builddir = @abs_top_builddir@
18749 +abs_top_srcdir = @abs_top_srcdir@
18750 +ac_ct_CC = @ac_ct_CC@
18751 +ac_ct_CXX = @ac_ct_CXX@
18752 am__include = @am__include@
18753 +am__leading_dot = @am__leading_dot@
18754 am__quote = @am__quote@
18755 +am__tar = @am__tar@
18756 +am__untar = @am__untar@
18757 +bindir = @bindir@
18758 +build = @build@
18759 +build_alias = @build_alias@
18760 +build_cpu = @build_cpu@
18761 +build_os = @build_os@
18762 +build_vendor = @build_vendor@
18763 +builddir = @builddir@
18764 +datadir = @datadir@
18765 +datarootdir = @datarootdir@
18766 +docdir = @docdir@
18767 +dvidir = @dvidir@
18768 +exec_prefix = @exec_prefix@
18769 +host = @host@
18770 +host_alias = @host_alias@
18771 +host_cpu = @host_cpu@
18772 +host_os = @host_os@
18773 +host_vendor = @host_vendor@
18774 +htmldir = @htmldir@
18775 +includedir = @includedir@
18776 +infodir = @infodir@
18777 install_sh = @install_sh@
18778 +libdir = @libdir@
18779 +libexecdir = @libexecdir@
18780 +localedir = @localedir@
18781 +localstatedir = @localstatedir@
18782 +mandir = @mandir@
18783 +mkdir_p = @mkdir_p@
18784 +oldincludedir = @oldincludedir@
18785 +pdfdir = @pdfdir@
18786 platform = @platform@
18787 +prefix = @prefix@
18788 +program_transform_name = @program_transform_name@
18789 +psdir = @psdir@
18790 +sbindir = @sbindir@
18791 +sharedstatedir = @sharedstatedir@
18792 +srcdir = @srcdir@
18793 +sysconfdir = @sysconfdir@
18794 +target_alias = @target_alias@
18795 +top_build_prefix = @top_build_prefix@
18796 +top_builddir = @top_builddir@
18797 +top_srcdir = @top_srcdir@
18798
18799 ####### This is the input file for automake, which will generate Makefile.in ##########
18800 AUTOMAKE_OPTIONS = foreign 1.4
18801 -
18802 -noinst_PROGRAMS = factory
18803 SOAPHEADER = factory.h
18804 -
18805 AM_CFLAGS = -D$(platform)
18806 AM_CXXFLAGS = -D$(platform)
18807 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
18808 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
18809 -
18810 SOAP_NS_DEF = ns.nsmap ns.wsdl
18811 -
18812 SOAP_H_FILES = soapH.h soapStub.h
18813 -
18814 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
18815 -
18816 SOAP_C_CORE = soapC.c
18817 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
18818 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
18819 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
18820 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
18821 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
18822 -
18823 SOAP_CPP_CORE = soapC.cpp
18824 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
18825 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
18826 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
18827 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
18828 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
18829 -
18830 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
18831 -
18832 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
18833 BUILT_SOURCES = $(SOAP_CPP_SRC)
18834 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
18835 -
18836 SOAP_NS = factory.nsmap factory.wsdl
18837 -
18838 factory_SOURCES = factory.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
18839 factory_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
18840 -subdir = gsoap/samples/factory
18841 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
18842 -CONFIG_HEADER = $(top_builddir)/config.h
18843 -CONFIG_CLEAN_FILES =
18844 -noinst_PROGRAMS = factory$(EXEEXT)
18845 -PROGRAMS = $(noinst_PROGRAMS)
18846 -
18847 -am__objects_1 =
18848 -am__objects_2 = soapC.$(OBJEXT)
18849 -am__objects_3 = soapServer.$(OBJEXT) $(am__objects_2)
18850 -am_factory_OBJECTS = factory.$(OBJEXT) $(am__objects_1) $(am__objects_3)
18851 -factory_OBJECTS = $(am_factory_OBJECTS)
18852 -factory_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
18853 -factory_LDFLAGS =
18854 -
18855 -DEFS = @DEFS@
18856 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
18857 -CPPFLAGS = @CPPFLAGS@
18858 -LDFLAGS = @LDFLAGS@
18859 -LIBS = @LIBS@
18860 -depcomp = $(SHELL) $(top_srcdir)/depcomp
18861 -am__depfiles_maybe = depfiles
18862 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/factory.Po ./$(DEPDIR)/soapC.Po \
18863 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po
18864 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
18865 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
18866 -CXXLD = $(CXX)
18867 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
18868 - -o $@
18869 -CXXFLAGS = @CXXFLAGS@
18870 -CFLAGS = @CFLAGS@
18871 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
18872 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
18873 -CCLD = $(CC)
18874 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
18875 -DIST_SOURCES = $(factory_SOURCES)
18876 -DIST_COMMON = Makefile.am Makefile.in
18877 -SOURCES = $(factory_SOURCES)
18878 -
18879 all: $(BUILT_SOURCES)
18880 $(MAKE) $(AM_MAKEFLAGS) all-am
18881
18882 .SUFFIXES:
18883 .SUFFIXES: .cpp .o .obj
18884 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
18885 - cd $(top_srcdir) && \
18886 - $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile
18887 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18888 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
18889 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
18890 + @for dep in $?; do \
18891 + case '$(am__configure_deps)' in \
18892 + *$$dep*) \
18893 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
18894 + && { if test -f $@; then exit 0; else break; fi; }; \
18895 + exit 1;; \
18896 + esac; \
18897 + done; \
18898 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile'; \
18899 + $(am__cd) $(top_srcdir) && \
18900 + $(AUTOMAKE) --foreign gsoap/samples/factory/Makefile
18901 +.PRECIOUS: Makefile
18902 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18903 + @case '$?' in \
18904 + *config.status*) \
18905 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
18906 + *) \
18907 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
18908 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
18909 + esac;
18910 +
18911 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18912 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18913 +
18914 +$(top_srcdir)/configure: $(am__configure_deps)
18915 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18916 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
18917 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18918 +$(am__aclocal_m4_deps):
18919
18920 clean-noinstPROGRAMS:
18921 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
18922 factory$(EXEEXT): $(factory_OBJECTS) $(factory_DEPENDENCIES)
18923 @rm -f factory$(EXEEXT)
18924 - $(CXXLINK) $(factory_LDFLAGS) $(factory_OBJECTS) $(factory_LDADD) $(LIBS)
18925 + $(CXXLINK) $(factory_OBJECTS) $(factory_LDADD) $(LIBS)
18926
18927 mostlyclean-compile:
18928 - -rm -f *.$(OBJEXT) core *.core
18929 + -rm -f *.$(OBJEXT)
18930
18931 distclean-compile:
18932 -rm -f *.tab.c
18933 @@ -207,91 +275,109 @@
18934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
18935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
18936
18937 -distclean-depend:
18938 - -rm -rf ./$(DEPDIR)
18939 -
18940 .cpp.o:
18941 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18942 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
18943 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18944 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
18945 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
18946 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18947 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18948 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18949 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
18950
18951 .cpp.obj:
18952 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18953 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
18954 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18955 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
18956 -CXXDEPMODE = @CXXDEPMODE@
18957 -uninstall-info-am:
18958 -
18959 -ETAGS = etags
18960 -ETAGSFLAGS =
18961 -
18962 -tags: TAGS
18963 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
18964 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
18965 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
18966 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
18967 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
18968
18969 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
18970 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18971 unique=`for i in $$list; do \
18972 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18973 done | \
18974 - $(AWK) ' { files[$$0] = 1; } \
18975 - END { for (i in files) print i; }'`; \
18976 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18977 + END { if (nonempty) { for (i in files) print i; }; }'`; \
18978 mkid -fID $$unique
18979 +tags: TAGS
18980
18981 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
18982 $(TAGS_FILES) $(LISP)
18983 - tags=; \
18984 + set x; \
18985 here=`pwd`; \
18986 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
18987 unique=`for i in $$list; do \
18988 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18989 done | \
18990 - $(AWK) ' { files[$$0] = 1; } \
18991 - END { for (i in files) print i; }'`; \
18992 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
18993 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
18994 - $$tags $$unique
18995 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
18996 + END { if (nonempty) { for (i in files) print i; }; }'`; \
18997 + shift; \
18998 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
18999 + test -n "$$unique" || unique=$$empty_fix; \
19000 + if test $$# -gt 0; then \
19001 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19002 + "$$@" $$unique; \
19003 + else \
19004 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19005 + $$unique; \
19006 + fi; \
19007 + fi
19008 +ctags: CTAGS
19009 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
19010 + $(TAGS_FILES) $(LISP)
19011 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19012 + unique=`for i in $$list; do \
19013 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19014 + done | \
19015 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19016 + END { if (nonempty) { for (i in files) print i; }; }'`; \
19017 + test -z "$(CTAGS_ARGS)$$unique" \
19018 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
19019 + $$unique
19020
19021 GTAGS:
19022 here=`$(am__cd) $(top_builddir) && pwd` \
19023 - && cd $(top_srcdir) \
19024 - && gtags -i $(GTAGS_ARGS) $$here
19025 + && $(am__cd) $(top_srcdir) \
19026 + && gtags -i $(GTAGS_ARGS) "$$here"
19027
19028 distclean-tags:
19029 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
19030 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19031 -
19032 -top_distdir = ../../..
19033 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
19034 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
19035
19036 distdir: $(DISTFILES)
19037 - @list='$(DISTFILES)'; for file in $$list; do \
19038 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19039 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19040 + list='$(DISTFILES)'; \
19041 + dist_files=`for file in $$list; do echo $$file; done | \
19042 + sed -e "s|^$$srcdirstrip/||;t" \
19043 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
19044 + case $$dist_files in \
19045 + */*) $(MKDIR_P) `echo "$$dist_files" | \
19046 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
19047 + sort -u` ;; \
19048 + esac; \
19049 + for file in $$dist_files; do \
19050 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
19051 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
19052 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
19053 - dir="/$$dir"; \
19054 - $(mkinstalldirs) "$(distdir)$$dir"; \
19055 - else \
19056 - dir=''; \
19057 - fi; \
19058 if test -d $$d/$$file; then \
19059 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
19060 + if test -d "$(distdir)/$$file"; then \
19061 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19062 + fi; \
19063 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
19064 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
19065 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
19066 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19067 fi; \
19068 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
19069 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
19070 else \
19071 - test -f $(distdir)/$$file \
19072 - || cp -p $$d/$$file $(distdir)/$$file \
19073 + test -f "$(distdir)/$$file" \
19074 + || cp -p $$d/$$file "$(distdir)/$$file" \
19075 || exit 1; \
19076 fi; \
19077 done
19078 check-am: all-am
19079 -check: check-am
19080 +check: $(BUILT_SOURCES)
19081 + $(MAKE) $(AM_MAKEFLAGS) check-am
19082 all-am: Makefile $(PROGRAMS)
19083 -
19084 installdirs:
19085 -
19086 -install: install-am
19087 +install: $(BUILT_SOURCES)
19088 + $(MAKE) $(AM_MAKEFLAGS) install-am
19089 install-exec: install-exec-am
19090 install-data: install-data-am
19091 uninstall: uninstall-am
19092 @@ -302,7 +388,7 @@
19093 installcheck: installcheck-am
19094 install-strip:
19095 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
19096 - INSTALL_STRIP_FLAG=-s \
19097 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
19098 `test -z '$(STRIP)' || \
19099 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
19100 mostlyclean-generic:
19101 @@ -311,7 +397,8 @@
19102 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
19103
19104 distclean-generic:
19105 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
19106 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
19107 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
19108
19109 maintainer-clean-generic:
19110 @echo "This command is intended for maintainers to use"
19111 @@ -322,52 +409,89 @@
19112 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
19113
19114 distclean: distclean-am
19115 -
19116 -distclean-am: clean-am distclean-compile distclean-depend \
19117 - distclean-generic distclean-tags
19118 + -rm -rf ./$(DEPDIR)
19119 + -rm -f Makefile
19120 +distclean-am: clean-am distclean-compile distclean-generic \
19121 + distclean-tags
19122
19123 dvi: dvi-am
19124
19125 dvi-am:
19126
19127 +html: html-am
19128 +
19129 +html-am:
19130 +
19131 info: info-am
19132
19133 info-am:
19134
19135 install-data-am:
19136
19137 +install-dvi: install-dvi-am
19138 +
19139 +install-dvi-am:
19140 +
19141 install-exec-am:
19142
19143 +install-html: install-html-am
19144 +
19145 +install-html-am:
19146 +
19147 install-info: install-info-am
19148
19149 +install-info-am:
19150 +
19151 install-man:
19152
19153 +install-pdf: install-pdf-am
19154 +
19155 +install-pdf-am:
19156 +
19157 +install-ps: install-ps-am
19158 +
19159 +install-ps-am:
19160 +
19161 installcheck-am:
19162
19163 maintainer-clean: maintainer-clean-am
19164 -
19165 + -rm -rf ./$(DEPDIR)
19166 + -rm -f Makefile
19167 maintainer-clean-am: distclean-am maintainer-clean-generic
19168
19169 mostlyclean: mostlyclean-am
19170
19171 mostlyclean-am: mostlyclean-compile mostlyclean-generic
19172
19173 -uninstall-am: uninstall-info-am
19174 +pdf: pdf-am
19175 +
19176 +pdf-am:
19177
19178 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
19179 - clean-noinstPROGRAMS distclean distclean-compile \
19180 - distclean-depend distclean-generic distclean-tags distdir dvi \
19181 - dvi-am info info-am install install-am install-data \
19182 - install-data-am install-exec install-exec-am install-info \
19183 - install-info-am install-man install-strip installcheck \
19184 +ps: ps-am
19185 +
19186 +ps-am:
19187 +
19188 +uninstall-am:
19189 +
19190 +.MAKE: all check install install-am install-strip
19191 +
19192 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
19193 + clean-noinstPROGRAMS ctags distclean distclean-compile \
19194 + distclean-generic distclean-tags distdir dvi dvi-am html \
19195 + html-am info info-am install install-am install-data \
19196 + install-data-am install-dvi install-dvi-am install-exec \
19197 + install-exec-am install-html install-html-am install-info \
19198 + install-info-am install-man install-pdf install-pdf-am \
19199 + install-ps install-ps-am install-strip installcheck \
19200 installcheck-am installdirs maintainer-clean \
19201 maintainer-clean-generic mostlyclean mostlyclean-compile \
19202 - mostlyclean-generic tags uninstall uninstall-am \
19203 - uninstall-info-am
19204 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
19205 + uninstall-am
19206
19207
19208 $(SOAP_CPP_SRC) : $(SOAPHEADER)
19209 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
19210 +
19211 # Tell versions [3.59,3.63) of GNU make to not export all variables.
19212 # Otherwise a system limit (for SysV at least) may be exceeded.
19213 .NOEXPORT:
19214 diff -urN b/gsoap/samples/factorytest/Makefile.in d/gsoap/samples/factorytest/Makefile.in
19215 --- b/gsoap/samples/factorytest/Makefile.in 2009-11-07 21:07:25.000000000 +0100
19216 +++ d/gsoap/samples/factorytest/Makefile.in 2010-01-22 21:45:24.000000000 +0100
19217 @@ -1,8 +1,9 @@
19218 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
19219 +# Makefile.in generated by automake 1.11 from Makefile.am.
19220 # @configure_input@
19221
19222 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
19223 -# Free Software Foundation, Inc.
19224 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19225 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
19226 +# Inc.
19227 # This Makefile.in is free software; the Free Software Foundation
19228 # gives unlimited permission to copy and/or distribute it,
19229 # with or without modifications, as long as this notice is preserved.
19230 @@ -13,77 +14,121 @@
19231 # PARTICULAR PURPOSE.
19232
19233 @SET_MAKE@
19234 -SHELL = @SHELL@
19235
19236 -srcdir = @srcdir@
19237 -top_srcdir = @top_srcdir@
19238 VPATH = @srcdir@
19239 -prefix = @prefix@
19240 -exec_prefix = @exec_prefix@
19241 -
19242 -bindir = @bindir@
19243 -sbindir = @sbindir@
19244 -libexecdir = @libexecdir@
19245 -datadir = @datadir@
19246 -sysconfdir = @sysconfdir@
19247 -sharedstatedir = @sharedstatedir@
19248 -localstatedir = @localstatedir@
19249 -libdir = @libdir@
19250 -infodir = @infodir@
19251 -mandir = @mandir@
19252 -includedir = @includedir@
19253 -oldincludedir = /usr/include
19254 pkgdatadir = $(datadir)/@PACKAGE@
19255 -pkglibdir = $(libdir)/@PACKAGE@
19256 pkgincludedir = $(includedir)/@PACKAGE@
19257 -top_builddir = ../../..
19258 -
19259 -ACLOCAL = @ACLOCAL@
19260 -AUTOCONF = @AUTOCONF@
19261 -AUTOMAKE = @AUTOMAKE@
19262 -AUTOHEADER = @AUTOHEADER@
19263 -
19264 +pkglibdir = $(libdir)/@PACKAGE@
19265 +pkglibexecdir = $(libexecdir)/@PACKAGE@
19266 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
19267 -INSTALL = @INSTALL@
19268 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
19269 -INSTALL_DATA = @INSTALL_DATA@
19270 install_sh_DATA = $(install_sh) -c -m 644
19271 install_sh_PROGRAM = $(install_sh) -c
19272 install_sh_SCRIPT = $(install_sh) -c
19273 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
19274 INSTALL_HEADER = $(INSTALL_DATA)
19275 -transform = @program_transform_name@
19276 +transform = $(program_transform_name)
19277 NORMAL_INSTALL = :
19278 PRE_INSTALL = :
19279 POST_INSTALL = :
19280 NORMAL_UNINSTALL = :
19281 PRE_UNINSTALL = :
19282 POST_UNINSTALL = :
19283 -host_alias = @host_alias@
19284 +build_triplet = @build@
19285 host_triplet = @host@
19286 -
19287 -EXEEXT = @EXEEXT@
19288 -OBJEXT = @OBJEXT@
19289 -PATH_SEPARATOR = @PATH_SEPARATOR@
19290 +noinst_PROGRAMS = factorytest$(EXEEXT)
19291 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
19292 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
19293 + $(srcdir)/Makefile.in
19294 +subdir = gsoap/samples/factorytest
19295 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
19296 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
19297 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19298 + $(ACLOCAL_M4)
19299 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
19300 +CONFIG_HEADER = $(top_builddir)/config.h
19301 +CONFIG_CLEAN_FILES =
19302 +CONFIG_CLEAN_VPATH_FILES =
19303 +PROGRAMS = $(noinst_PROGRAMS)
19304 +am__objects_1 =
19305 +am__objects_2 = soapC.$(OBJEXT)
19306 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
19307 +am_factorytest_OBJECTS = factorytest.$(OBJEXT) $(am__objects_1) \
19308 + $(am__objects_3)
19309 +factorytest_OBJECTS = $(am_factorytest_OBJECTS)
19310 +am__DEPENDENCIES_1 =
19311 +factorytest_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
19312 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
19313 +depcomp = $(SHELL) $(top_srcdir)/depcomp
19314 +am__depfiles_maybe = depfiles
19315 +am__mv = mv -f
19316 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
19317 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
19318 +CXXLD = $(CXX)
19319 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
19320 + -o $@
19321 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
19322 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19323 +CCLD = $(CC)
19324 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
19325 +SOURCES = $(factorytest_SOURCES)
19326 +DIST_SOURCES = $(factorytest_SOURCES)
19327 +ETAGS = etags
19328 +CTAGS = ctags
19329 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19330 +ACLOCAL = @ACLOCAL@
19331 AMTAR = @AMTAR@
19332 +AUTOCONF = @AUTOCONF@
19333 +AUTOHEADER = @AUTOHEADER@
19334 +AUTOMAKE = @AUTOMAKE@
19335 AWK = @AWK@
19336 BISON_DEFINE = @BISON_DEFINE@
19337 CC = @CC@
19338 +CCDEPMODE = @CCDEPMODE@
19339 +CFLAGS = @CFLAGS@
19340 CPP = @CPP@
19341 +CPPFLAGS = @CPPFLAGS@
19342 CXX = @CXX@
19343 +CXXDEPMODE = @CXXDEPMODE@
19344 +CXXFLAGS = @CXXFLAGS@
19345 +CYGPATH_W = @CYGPATH_W@
19346 +DEFS = @DEFS@
19347 DEPDIR = @DEPDIR@
19348 +ECHO_C = @ECHO_C@
19349 +ECHO_N = @ECHO_N@
19350 +ECHO_T = @ECHO_T@
19351 +EGREP = @EGREP@
19352 ENABLE_SAMPLES = @ENABLE_SAMPLES@
19353 +EXEEXT = @EXEEXT@
19354 +GREP = @GREP@
19355 +INSTALL = @INSTALL@
19356 +INSTALL_DATA = @INSTALL_DATA@
19357 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
19358 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
19359 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
19360 +LDFLAGS = @LDFLAGS@
19361 LEX = @LEX@
19362 LEXLIB = @LEXLIB@
19363 LEX_DEFINE = @LEX_DEFINE@
19364 LEX_FLAGS = @LEX_FLAGS@
19365 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
19366 +LIBOBJS = @LIBOBJS@
19367 +LIBS = @LIBS@
19368 LN_S = @LN_S@
19369 +LTLIBOBJS = @LTLIBOBJS@
19370 +MAKEINFO = @MAKEINFO@
19371 +MKDIR_P = @MKDIR_P@
19372 +OBJEXT = @OBJEXT@
19373 PACKAGE = @PACKAGE@
19374 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
19375 +PACKAGE_NAME = @PACKAGE_NAME@
19376 +PACKAGE_STRING = @PACKAGE_STRING@
19377 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
19378 +PACKAGE_VERSION = @PACKAGE_VERSION@
19379 +PATH_SEPARATOR = @PATH_SEPARATOR@
19380 RANLIB = @RANLIB@
19381 SAMPLE_DIRS = @SAMPLE_DIRS@
19382 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
19383 +SET_MAKE = @SET_MAKE@
19384 +SHELL = @SHELL@
19385 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
19386 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
19387 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
19388 @@ -95,111 +140,133 @@
19389 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
19390 YACC = @YACC@
19391 YACC_LIB = @YACC_LIB@
19392 +YFLAGS = @YFLAGS@
19393 +abs_builddir = @abs_builddir@
19394 +abs_srcdir = @abs_srcdir@
19395 +abs_top_builddir = @abs_top_builddir@
19396 +abs_top_srcdir = @abs_top_srcdir@
19397 +ac_ct_CC = @ac_ct_CC@
19398 +ac_ct_CXX = @ac_ct_CXX@
19399 am__include = @am__include@
19400 +am__leading_dot = @am__leading_dot@
19401 am__quote = @am__quote@
19402 +am__tar = @am__tar@
19403 +am__untar = @am__untar@
19404 +bindir = @bindir@
19405 +build = @build@
19406 +build_alias = @build_alias@
19407 +build_cpu = @build_cpu@
19408 +build_os = @build_os@
19409 +build_vendor = @build_vendor@
19410 +builddir = @builddir@
19411 +datadir = @datadir@
19412 +datarootdir = @datarootdir@
19413 +docdir = @docdir@
19414 +dvidir = @dvidir@
19415 +exec_prefix = @exec_prefix@
19416 +host = @host@
19417 +host_alias = @host_alias@
19418 +host_cpu = @host_cpu@
19419 +host_os = @host_os@
19420 +host_vendor = @host_vendor@
19421 +htmldir = @htmldir@
19422 +includedir = @includedir@
19423 +infodir = @infodir@
19424 install_sh = @install_sh@
19425 +libdir = @libdir@
19426 +libexecdir = @libexecdir@
19427 +localedir = @localedir@
19428 +localstatedir = @localstatedir@
19429 +mandir = @mandir@
19430 +mkdir_p = @mkdir_p@
19431 +oldincludedir = @oldincludedir@
19432 +pdfdir = @pdfdir@
19433 platform = @platform@
19434 +prefix = @prefix@
19435 +program_transform_name = @program_transform_name@
19436 +psdir = @psdir@
19437 +sbindir = @sbindir@
19438 +sharedstatedir = @sharedstatedir@
19439 +srcdir = @srcdir@
19440 +sysconfdir = @sysconfdir@
19441 +target_alias = @target_alias@
19442 +top_build_prefix = @top_build_prefix@
19443 +top_builddir = @top_builddir@
19444 +top_srcdir = @top_srcdir@
19445
19446 ####### This is the input file for automake, which will generate Makefile.in ##########
19447 AUTOMAKE_OPTIONS = foreign 1.4
19448 -
19449 -noinst_PROGRAMS = factorytest
19450 SOAPHEADER = factorytest.h
19451 -
19452 AM_CFLAGS = -D$(platform)
19453 AM_CXXFLAGS = -D$(platform)
19454 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
19455 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
19456 -
19457 SOAP_NS_DEF = ns.nsmap ns.wsdl
19458 -
19459 SOAP_H_FILES = soapH.h soapStub.h
19460 -
19461 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
19462 -
19463 SOAP_C_CORE = soapC.c
19464 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
19465 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
19466 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
19467 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
19468 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
19469 -
19470 SOAP_CPP_CORE = soapC.cpp
19471 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
19472 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
19473 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
19474 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
19475 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
19476 -
19477 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
19478 -
19479 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
19480 BUILT_SOURCES = $(SOAP_CPP_SRC)
19481 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
19482 -
19483 SOAP_NS = factorytest.nsmap factorytest.wsdl
19484 -
19485 factorytest_SOURCES = factorytest.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
19486 factorytest_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
19487 -subdir = gsoap/samples/factorytest
19488 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
19489 -CONFIG_HEADER = $(top_builddir)/config.h
19490 -CONFIG_CLEAN_FILES =
19491 -noinst_PROGRAMS = factorytest$(EXEEXT)
19492 -PROGRAMS = $(noinst_PROGRAMS)
19493 -
19494 -am__objects_1 =
19495 -am__objects_2 = soapC.$(OBJEXT)
19496 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
19497 -am_factorytest_OBJECTS = factorytest.$(OBJEXT) $(am__objects_1) \
19498 - $(am__objects_3)
19499 -factorytest_OBJECTS = $(am_factorytest_OBJECTS)
19500 -factorytest_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
19501 -factorytest_LDFLAGS =
19502 -
19503 -DEFS = @DEFS@
19504 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
19505 -CPPFLAGS = @CPPFLAGS@
19506 -LDFLAGS = @LDFLAGS@
19507 -LIBS = @LIBS@
19508 -depcomp = $(SHELL) $(top_srcdir)/depcomp
19509 -am__depfiles_maybe = depfiles
19510 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/factorytest.Po ./$(DEPDIR)/soapC.Po \
19511 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po
19512 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
19513 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
19514 -CXXLD = $(CXX)
19515 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
19516 - -o $@
19517 -CXXFLAGS = @CXXFLAGS@
19518 -CFLAGS = @CFLAGS@
19519 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
19520 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19521 -CCLD = $(CC)
19522 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
19523 -DIST_SOURCES = $(factorytest_SOURCES)
19524 -DIST_COMMON = Makefile.am Makefile.in
19525 -SOURCES = $(factorytest_SOURCES)
19526 -
19527 all: $(BUILT_SOURCES)
19528 $(MAKE) $(AM_MAKEFLAGS) all-am
19529
19530 .SUFFIXES:
19531 .SUFFIXES: .cpp .o .obj
19532 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
19533 - cd $(top_srcdir) && \
19534 - $(AUTOMAKE) --foreign gsoap/samples/factorytest/Makefile
19535 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19536 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
19537 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
19538 + @for dep in $?; do \
19539 + case '$(am__configure_deps)' in \
19540 + *$$dep*) \
19541 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
19542 + && { if test -f $@; then exit 0; else break; fi; }; \
19543 + exit 1;; \
19544 + esac; \
19545 + done; \
19546 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/factorytest/Makefile'; \
19547 + $(am__cd) $(top_srcdir) && \
19548 + $(AUTOMAKE) --foreign gsoap/samples/factorytest/Makefile
19549 +.PRECIOUS: Makefile
19550 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19551 + @case '$?' in \
19552 + *config.status*) \
19553 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
19554 + *) \
19555 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
19556 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
19557 + esac;
19558 +
19559 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19560 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19561 +
19562 +$(top_srcdir)/configure: $(am__configure_deps)
19563 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19564 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
19565 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19566 +$(am__aclocal_m4_deps):
19567
19568 clean-noinstPROGRAMS:
19569 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
19570 factorytest$(EXEEXT): $(factorytest_OBJECTS) $(factorytest_DEPENDENCIES)
19571 @rm -f factorytest$(EXEEXT)
19572 - $(CXXLINK) $(factorytest_LDFLAGS) $(factorytest_OBJECTS) $(factorytest_LDADD) $(LIBS)
19573 + $(CXXLINK) $(factorytest_OBJECTS) $(factorytest_LDADD) $(LIBS)
19574
19575 mostlyclean-compile:
19576 - -rm -f *.$(OBJEXT) core *.core
19577 + -rm -f *.$(OBJEXT)
19578
19579 distclean-compile:
19580 -rm -f *.tab.c
19581 @@ -208,91 +275,109 @@
19582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
19583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
19584
19585 -distclean-depend:
19586 - -rm -rf ./$(DEPDIR)
19587 -
19588 .cpp.o:
19589 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19590 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
19591 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19592 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
19593 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19594 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19595 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19596 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19597 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
19598
19599 .cpp.obj:
19600 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19601 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
19602 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19603 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
19604 -CXXDEPMODE = @CXXDEPMODE@
19605 -uninstall-info-am:
19606 -
19607 -ETAGS = etags
19608 -ETAGSFLAGS =
19609 -
19610 -tags: TAGS
19611 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
19612 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
19613 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
19614 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
19615 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
19616
19617 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
19618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19619 unique=`for i in $$list; do \
19620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19621 done | \
19622 - $(AWK) ' { files[$$0] = 1; } \
19623 - END { for (i in files) print i; }'`; \
19624 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19625 + END { if (nonempty) { for (i in files) print i; }; }'`; \
19626 mkid -fID $$unique
19627 +tags: TAGS
19628
19629 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
19630 $(TAGS_FILES) $(LISP)
19631 - tags=; \
19632 + set x; \
19633 here=`pwd`; \
19634 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19635 unique=`for i in $$list; do \
19636 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19637 done | \
19638 - $(AWK) ' { files[$$0] = 1; } \
19639 - END { for (i in files) print i; }'`; \
19640 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
19641 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19642 - $$tags $$unique
19643 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19644 + END { if (nonempty) { for (i in files) print i; }; }'`; \
19645 + shift; \
19646 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
19647 + test -n "$$unique" || unique=$$empty_fix; \
19648 + if test $$# -gt 0; then \
19649 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19650 + "$$@" $$unique; \
19651 + else \
19652 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
19653 + $$unique; \
19654 + fi; \
19655 + fi
19656 +ctags: CTAGS
19657 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
19658 + $(TAGS_FILES) $(LISP)
19659 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
19660 + unique=`for i in $$list; do \
19661 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
19662 + done | \
19663 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
19664 + END { if (nonempty) { for (i in files) print i; }; }'`; \
19665 + test -z "$(CTAGS_ARGS)$$unique" \
19666 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
19667 + $$unique
19668
19669 GTAGS:
19670 here=`$(am__cd) $(top_builddir) && pwd` \
19671 - && cd $(top_srcdir) \
19672 - && gtags -i $(GTAGS_ARGS) $$here
19673 + && $(am__cd) $(top_srcdir) \
19674 + && gtags -i $(GTAGS_ARGS) "$$here"
19675
19676 distclean-tags:
19677 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
19678 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19679 -
19680 -top_distdir = ../../..
19681 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
19682 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
19683
19684 distdir: $(DISTFILES)
19685 - @list='$(DISTFILES)'; for file in $$list; do \
19686 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19687 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
19688 + list='$(DISTFILES)'; \
19689 + dist_files=`for file in $$list; do echo $$file; done | \
19690 + sed -e "s|^$$srcdirstrip/||;t" \
19691 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
19692 + case $$dist_files in \
19693 + */*) $(MKDIR_P) `echo "$$dist_files" | \
19694 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
19695 + sort -u` ;; \
19696 + esac; \
19697 + for file in $$dist_files; do \
19698 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
19699 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
19700 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
19701 - dir="/$$dir"; \
19702 - $(mkinstalldirs) "$(distdir)$$dir"; \
19703 - else \
19704 - dir=''; \
19705 - fi; \
19706 if test -d $$d/$$file; then \
19707 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
19708 + if test -d "$(distdir)/$$file"; then \
19709 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19710 + fi; \
19711 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
19712 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
19713 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
19714 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
19715 fi; \
19716 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
19717 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
19718 else \
19719 - test -f $(distdir)/$$file \
19720 - || cp -p $$d/$$file $(distdir)/$$file \
19721 + test -f "$(distdir)/$$file" \
19722 + || cp -p $$d/$$file "$(distdir)/$$file" \
19723 || exit 1; \
19724 fi; \
19725 done
19726 check-am: all-am
19727 -check: check-am
19728 +check: $(BUILT_SOURCES)
19729 + $(MAKE) $(AM_MAKEFLAGS) check-am
19730 all-am: Makefile $(PROGRAMS)
19731 -
19732 installdirs:
19733 -
19734 -install: install-am
19735 +install: $(BUILT_SOURCES)
19736 + $(MAKE) $(AM_MAKEFLAGS) install-am
19737 install-exec: install-exec-am
19738 install-data: install-data-am
19739 uninstall: uninstall-am
19740 @@ -303,7 +388,7 @@
19741 installcheck: installcheck-am
19742 install-strip:
19743 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
19744 - INSTALL_STRIP_FLAG=-s \
19745 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
19746 `test -z '$(STRIP)' || \
19747 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
19748 mostlyclean-generic:
19749 @@ -312,7 +397,8 @@
19750 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
19751
19752 distclean-generic:
19753 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
19754 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
19755 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
19756
19757 maintainer-clean-generic:
19758 @echo "This command is intended for maintainers to use"
19759 @@ -323,52 +409,89 @@
19760 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
19761
19762 distclean: distclean-am
19763 -
19764 -distclean-am: clean-am distclean-compile distclean-depend \
19765 - distclean-generic distclean-tags
19766 + -rm -rf ./$(DEPDIR)
19767 + -rm -f Makefile
19768 +distclean-am: clean-am distclean-compile distclean-generic \
19769 + distclean-tags
19770
19771 dvi: dvi-am
19772
19773 dvi-am:
19774
19775 +html: html-am
19776 +
19777 +html-am:
19778 +
19779 info: info-am
19780
19781 info-am:
19782
19783 install-data-am:
19784
19785 +install-dvi: install-dvi-am
19786 +
19787 +install-dvi-am:
19788 +
19789 install-exec-am:
19790
19791 +install-html: install-html-am
19792 +
19793 +install-html-am:
19794 +
19795 install-info: install-info-am
19796
19797 +install-info-am:
19798 +
19799 install-man:
19800
19801 +install-pdf: install-pdf-am
19802 +
19803 +install-pdf-am:
19804 +
19805 +install-ps: install-ps-am
19806 +
19807 +install-ps-am:
19808 +
19809 installcheck-am:
19810
19811 maintainer-clean: maintainer-clean-am
19812 -
19813 + -rm -rf ./$(DEPDIR)
19814 + -rm -f Makefile
19815 maintainer-clean-am: distclean-am maintainer-clean-generic
19816
19817 mostlyclean: mostlyclean-am
19818
19819 mostlyclean-am: mostlyclean-compile mostlyclean-generic
19820
19821 -uninstall-am: uninstall-info-am
19822 +pdf: pdf-am
19823 +
19824 +pdf-am:
19825
19826 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
19827 - clean-noinstPROGRAMS distclean distclean-compile \
19828 - distclean-depend distclean-generic distclean-tags distdir dvi \
19829 - dvi-am info info-am install install-am install-data \
19830 - install-data-am install-exec install-exec-am install-info \
19831 - install-info-am install-man install-strip installcheck \
19832 +ps: ps-am
19833 +
19834 +ps-am:
19835 +
19836 +uninstall-am:
19837 +
19838 +.MAKE: all check install install-am install-strip
19839 +
19840 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
19841 + clean-noinstPROGRAMS ctags distclean distclean-compile \
19842 + distclean-generic distclean-tags distdir dvi dvi-am html \
19843 + html-am info info-am install install-am install-data \
19844 + install-data-am install-dvi install-dvi-am install-exec \
19845 + install-exec-am install-html install-html-am install-info \
19846 + install-info-am install-man install-pdf install-pdf-am \
19847 + install-ps install-ps-am install-strip installcheck \
19848 installcheck-am installdirs maintainer-clean \
19849 maintainer-clean-generic mostlyclean mostlyclean-compile \
19850 - mostlyclean-generic tags uninstall uninstall-am \
19851 - uninstall-info-am
19852 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
19853 + uninstall-am
19854
19855
19856 $(SOAP_CPP_SRC) : $(SOAPHEADER)
19857 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
19858 +
19859 # Tell versions [3.59,3.63) of GNU make to not export all variables.
19860 # Otherwise a system limit (for SysV at least) may be exceeded.
19861 .NOEXPORT:
19862 diff -urN b/gsoap/samples/gmt/Makefile.in d/gsoap/samples/gmt/Makefile.in
19863 --- b/gsoap/samples/gmt/Makefile.in 2009-11-07 21:07:25.000000000 +0100
19864 +++ d/gsoap/samples/gmt/Makefile.in 2010-01-22 21:45:24.000000000 +0100
19865 @@ -1,8 +1,9 @@
19866 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
19867 +# Makefile.in generated by automake 1.11 from Makefile.am.
19868 # @configure_input@
19869
19870 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
19871 -# Free Software Foundation, Inc.
19872 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19873 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
19874 +# Inc.
19875 # This Makefile.in is free software; the Free Software Foundation
19876 # gives unlimited permission to copy and/or distribute it,
19877 # with or without modifications, as long as this notice is preserved.
19878 @@ -13,77 +14,126 @@
19879 # PARTICULAR PURPOSE.
19880
19881 @SET_MAKE@
19882 -SHELL = @SHELL@
19883
19884 -srcdir = @srcdir@
19885 -top_srcdir = @top_srcdir@
19886 VPATH = @srcdir@
19887 -prefix = @prefix@
19888 -exec_prefix = @exec_prefix@
19889 -
19890 -bindir = @bindir@
19891 -sbindir = @sbindir@
19892 -libexecdir = @libexecdir@
19893 -datadir = @datadir@
19894 -sysconfdir = @sysconfdir@
19895 -sharedstatedir = @sharedstatedir@
19896 -localstatedir = @localstatedir@
19897 -libdir = @libdir@
19898 -infodir = @infodir@
19899 -mandir = @mandir@
19900 -includedir = @includedir@
19901 -oldincludedir = /usr/include
19902 pkgdatadir = $(datadir)/@PACKAGE@
19903 -pkglibdir = $(libdir)/@PACKAGE@
19904 pkgincludedir = $(includedir)/@PACKAGE@
19905 -top_builddir = ../../..
19906 -
19907 -ACLOCAL = @ACLOCAL@
19908 -AUTOCONF = @AUTOCONF@
19909 -AUTOMAKE = @AUTOMAKE@
19910 -AUTOHEADER = @AUTOHEADER@
19911 -
19912 +pkglibdir = $(libdir)/@PACKAGE@
19913 +pkglibexecdir = $(libexecdir)/@PACKAGE@
19914 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
19915 -INSTALL = @INSTALL@
19916 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
19917 -INSTALL_DATA = @INSTALL_DATA@
19918 install_sh_DATA = $(install_sh) -c -m 644
19919 install_sh_PROGRAM = $(install_sh) -c
19920 install_sh_SCRIPT = $(install_sh) -c
19921 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
19922 INSTALL_HEADER = $(INSTALL_DATA)
19923 -transform = @program_transform_name@
19924 +transform = $(program_transform_name)
19925 NORMAL_INSTALL = :
19926 PRE_INSTALL = :
19927 POST_INSTALL = :
19928 NORMAL_UNINSTALL = :
19929 PRE_UNINSTALL = :
19930 POST_UNINSTALL = :
19931 -host_alias = @host_alias@
19932 +build_triplet = @build@
19933 host_triplet = @host@
19934 -
19935 -EXEEXT = @EXEEXT@
19936 -OBJEXT = @OBJEXT@
19937 -PATH_SEPARATOR = @PATH_SEPARATOR@
19938 +noinst_PROGRAMS = gmtclient$(EXEEXT) gmtserver$(EXEEXT)
19939 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
19940 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
19941 + $(srcdir)/Makefile.in
19942 +subdir = gsoap/samples/gmt
19943 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
19944 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
19945 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19946 + $(ACLOCAL_M4)
19947 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
19948 +CONFIG_HEADER = $(top_builddir)/config.h
19949 +CONFIG_CLEAN_FILES =
19950 +CONFIG_CLEAN_VPATH_FILES =
19951 +PROGRAMS = $(noinst_PROGRAMS)
19952 +am__objects_1 =
19953 +am__objects_2 = soapC.$(OBJEXT)
19954 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
19955 +am_gmtclient_OBJECTS = gmtclient.$(OBJEXT) $(am__objects_1) \
19956 + $(am__objects_3)
19957 +gmtclient_OBJECTS = $(am_gmtclient_OBJECTS)
19958 +am__DEPENDENCIES_1 =
19959 +gmtclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
19960 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
19961 +am_gmtserver_OBJECTS = gmtserver.$(OBJEXT) $(am__objects_1) \
19962 + $(am__objects_4)
19963 +gmtserver_OBJECTS = $(am_gmtserver_OBJECTS)
19964 +gmtserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
19965 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
19966 +depcomp = $(SHELL) $(top_srcdir)/depcomp
19967 +am__depfiles_maybe = depfiles
19968 +am__mv = mv -f
19969 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
19970 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
19971 +CXXLD = $(CXX)
19972 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
19973 + -o $@
19974 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
19975 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19976 +CCLD = $(CC)
19977 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
19978 +SOURCES = $(gmtclient_SOURCES) $(gmtserver_SOURCES)
19979 +DIST_SOURCES = $(gmtclient_SOURCES) $(gmtserver_SOURCES)
19980 +ETAGS = etags
19981 +CTAGS = ctags
19982 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19983 +ACLOCAL = @ACLOCAL@
19984 AMTAR = @AMTAR@
19985 +AUTOCONF = @AUTOCONF@
19986 +AUTOHEADER = @AUTOHEADER@
19987 +AUTOMAKE = @AUTOMAKE@
19988 AWK = @AWK@
19989 BISON_DEFINE = @BISON_DEFINE@
19990 CC = @CC@
19991 +CCDEPMODE = @CCDEPMODE@
19992 +CFLAGS = @CFLAGS@
19993 CPP = @CPP@
19994 +CPPFLAGS = @CPPFLAGS@
19995 CXX = @CXX@
19996 +CXXDEPMODE = @CXXDEPMODE@
19997 +CXXFLAGS = @CXXFLAGS@
19998 +CYGPATH_W = @CYGPATH_W@
19999 +DEFS = @DEFS@
20000 DEPDIR = @DEPDIR@
20001 +ECHO_C = @ECHO_C@
20002 +ECHO_N = @ECHO_N@
20003 +ECHO_T = @ECHO_T@
20004 +EGREP = @EGREP@
20005 ENABLE_SAMPLES = @ENABLE_SAMPLES@
20006 +EXEEXT = @EXEEXT@
20007 +GREP = @GREP@
20008 +INSTALL = @INSTALL@
20009 +INSTALL_DATA = @INSTALL_DATA@
20010 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
20011 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
20012 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
20013 +LDFLAGS = @LDFLAGS@
20014 LEX = @LEX@
20015 LEXLIB = @LEXLIB@
20016 LEX_DEFINE = @LEX_DEFINE@
20017 LEX_FLAGS = @LEX_FLAGS@
20018 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
20019 +LIBOBJS = @LIBOBJS@
20020 +LIBS = @LIBS@
20021 LN_S = @LN_S@
20022 +LTLIBOBJS = @LTLIBOBJS@
20023 +MAKEINFO = @MAKEINFO@
20024 +MKDIR_P = @MKDIR_P@
20025 +OBJEXT = @OBJEXT@
20026 PACKAGE = @PACKAGE@
20027 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
20028 +PACKAGE_NAME = @PACKAGE_NAME@
20029 +PACKAGE_STRING = @PACKAGE_STRING@
20030 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
20031 +PACKAGE_VERSION = @PACKAGE_VERSION@
20032 +PATH_SEPARATOR = @PATH_SEPARATOR@
20033 RANLIB = @RANLIB@
20034 SAMPLE_DIRS = @SAMPLE_DIRS@
20035 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
20036 +SET_MAKE = @SET_MAKE@
20037 +SHELL = @SHELL@
20038 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
20039 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
20040 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
20041 @@ -95,124 +145,138 @@
20042 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
20043 YACC = @YACC@
20044 YACC_LIB = @YACC_LIB@
20045 +YFLAGS = @YFLAGS@
20046 +abs_builddir = @abs_builddir@
20047 +abs_srcdir = @abs_srcdir@
20048 +abs_top_builddir = @abs_top_builddir@
20049 +abs_top_srcdir = @abs_top_srcdir@
20050 +ac_ct_CC = @ac_ct_CC@
20051 +ac_ct_CXX = @ac_ct_CXX@
20052 am__include = @am__include@
20053 +am__leading_dot = @am__leading_dot@
20054 am__quote = @am__quote@
20055 +am__tar = @am__tar@
20056 +am__untar = @am__untar@
20057 +bindir = @bindir@
20058 +build = @build@
20059 +build_alias = @build_alias@
20060 +build_cpu = @build_cpu@
20061 +build_os = @build_os@
20062 +build_vendor = @build_vendor@
20063 +builddir = @builddir@
20064 +datadir = @datadir@
20065 +datarootdir = @datarootdir@
20066 +docdir = @docdir@
20067 +dvidir = @dvidir@
20068 +exec_prefix = @exec_prefix@
20069 +host = @host@
20070 +host_alias = @host_alias@
20071 +host_cpu = @host_cpu@
20072 +host_os = @host_os@
20073 +host_vendor = @host_vendor@
20074 +htmldir = @htmldir@
20075 +includedir = @includedir@
20076 +infodir = @infodir@
20077 install_sh = @install_sh@
20078 +libdir = @libdir@
20079 +libexecdir = @libexecdir@
20080 +localedir = @localedir@
20081 +localstatedir = @localstatedir@
20082 +mandir = @mandir@
20083 +mkdir_p = @mkdir_p@
20084 +oldincludedir = @oldincludedir@
20085 +pdfdir = @pdfdir@
20086 platform = @platform@
20087 +prefix = @prefix@
20088 +program_transform_name = @program_transform_name@
20089 +psdir = @psdir@
20090 +sbindir = @sbindir@
20091 +sharedstatedir = @sharedstatedir@
20092 +srcdir = @srcdir@
20093 +sysconfdir = @sysconfdir@
20094 +target_alias = @target_alias@
20095 +top_build_prefix = @top_build_prefix@
20096 +top_builddir = @top_builddir@
20097 +top_srcdir = @top_srcdir@
20098
20099 ####### This is the input file for automake, which will generate Makefile.in ##########
20100 AUTOMAKE_OPTIONS = foreign 1.4
20101 -
20102 -noinst_PROGRAMS = gmtclient gmtserver
20103 SOAPHEADER = gmt.h
20104 -
20105 AM_CFLAGS = -D$(platform)
20106 AM_CXXFLAGS = -D$(platform)
20107 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
20108 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
20109 -
20110 SOAP_NS_DEF = ns.nsmap ns.wsdl
20111 -
20112 SOAP_H_FILES = soapH.h soapStub.h
20113 -
20114 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
20115 -
20116 SOAP_C_CORE = soapC.c
20117 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
20118 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
20119 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
20120 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
20121 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
20122 -
20123 SOAP_CPP_CORE = soapC.cpp
20124 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
20125 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
20126 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
20127 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
20128 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
20129 -
20130 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
20131 -
20132 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
20133 BUILT_SOURCES = $(SOAP_CPP_SRC)
20134 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
20135 -
20136 SOAP_NS = t.nsmap t.wsdl
20137 -
20138 gmtclient_SOURCES = gmtclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
20139 gmtclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
20140 -
20141 gmtserver_SOURCES = gmtserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
20142 gmtserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
20143 -subdir = gsoap/samples/gmt
20144 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
20145 -CONFIG_HEADER = $(top_builddir)/config.h
20146 -CONFIG_CLEAN_FILES =
20147 -noinst_PROGRAMS = gmtclient$(EXEEXT) gmtserver$(EXEEXT)
20148 -PROGRAMS = $(noinst_PROGRAMS)
20149 -
20150 -am__objects_1 =
20151 -am__objects_2 = soapC.$(OBJEXT)
20152 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
20153 -am_gmtclient_OBJECTS = gmtclient.$(OBJEXT) $(am__objects_1) \
20154 - $(am__objects_3)
20155 -gmtclient_OBJECTS = $(am_gmtclient_OBJECTS)
20156 -gmtclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
20157 -gmtclient_LDFLAGS =
20158 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
20159 -am_gmtserver_OBJECTS = gmtserver.$(OBJEXT) $(am__objects_1) \
20160 - $(am__objects_4)
20161 -gmtserver_OBJECTS = $(am_gmtserver_OBJECTS)
20162 -gmtserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
20163 -gmtserver_LDFLAGS =
20164 -
20165 -DEFS = @DEFS@
20166 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
20167 -CPPFLAGS = @CPPFLAGS@
20168 -LDFLAGS = @LDFLAGS@
20169 -LIBS = @LIBS@
20170 -depcomp = $(SHELL) $(top_srcdir)/depcomp
20171 -am__depfiles_maybe = depfiles
20172 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/gmtclient.Po \
20173 -@AMDEP_TRUE@ ./$(DEPDIR)/gmtserver.Po ./$(DEPDIR)/soapC.Po \
20174 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
20175 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
20176 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
20177 -CXXLD = $(CXX)
20178 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
20179 - -o $@
20180 -CXXFLAGS = @CXXFLAGS@
20181 -CFLAGS = @CFLAGS@
20182 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
20183 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20184 -CCLD = $(CC)
20185 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
20186 -DIST_SOURCES = $(gmtclient_SOURCES) $(gmtserver_SOURCES)
20187 -DIST_COMMON = Makefile.am Makefile.in
20188 -SOURCES = $(gmtclient_SOURCES) $(gmtserver_SOURCES)
20189 -
20190 all: $(BUILT_SOURCES)
20191 $(MAKE) $(AM_MAKEFLAGS) all-am
20192
20193 .SUFFIXES:
20194 .SUFFIXES: .cpp .o .obj
20195 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
20196 - cd $(top_srcdir) && \
20197 - $(AUTOMAKE) --foreign gsoap/samples/gmt/Makefile
20198 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20199 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
20200 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
20201 + @for dep in $?; do \
20202 + case '$(am__configure_deps)' in \
20203 + *$$dep*) \
20204 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
20205 + && { if test -f $@; then exit 0; else break; fi; }; \
20206 + exit 1;; \
20207 + esac; \
20208 + done; \
20209 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/gmt/Makefile'; \
20210 + $(am__cd) $(top_srcdir) && \
20211 + $(AUTOMAKE) --foreign gsoap/samples/gmt/Makefile
20212 +.PRECIOUS: Makefile
20213 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20214 + @case '$?' in \
20215 + *config.status*) \
20216 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
20217 + *) \
20218 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
20219 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
20220 + esac;
20221 +
20222 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20223 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20224 +
20225 +$(top_srcdir)/configure: $(am__configure_deps)
20226 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20227 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
20228 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20229 +$(am__aclocal_m4_deps):
20230
20231 clean-noinstPROGRAMS:
20232 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
20233 gmtclient$(EXEEXT): $(gmtclient_OBJECTS) $(gmtclient_DEPENDENCIES)
20234 @rm -f gmtclient$(EXEEXT)
20235 - $(CXXLINK) $(gmtclient_LDFLAGS) $(gmtclient_OBJECTS) $(gmtclient_LDADD) $(LIBS)
20236 + $(CXXLINK) $(gmtclient_OBJECTS) $(gmtclient_LDADD) $(LIBS)
20237 gmtserver$(EXEEXT): $(gmtserver_OBJECTS) $(gmtserver_DEPENDENCIES)
20238 @rm -f gmtserver$(EXEEXT)
20239 - $(CXXLINK) $(gmtserver_LDFLAGS) $(gmtserver_OBJECTS) $(gmtserver_LDADD) $(LIBS)
20240 + $(CXXLINK) $(gmtserver_OBJECTS) $(gmtserver_LDADD) $(LIBS)
20241
20242 mostlyclean-compile:
20243 - -rm -f *.$(OBJEXT) core *.core
20244 + -rm -f *.$(OBJEXT)
20245
20246 distclean-compile:
20247 -rm -f *.tab.c
20248 @@ -223,91 +287,109 @@
20249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
20250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
20251
20252 -distclean-depend:
20253 - -rm -rf ./$(DEPDIR)
20254 -
20255 .cpp.o:
20256 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20257 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20258 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20259 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
20260 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
20261 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
20262 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20263 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20264 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
20265
20266 .cpp.obj:
20267 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20268 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20269 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20270 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
20271 -CXXDEPMODE = @CXXDEPMODE@
20272 -uninstall-info-am:
20273 -
20274 -ETAGS = etags
20275 -ETAGSFLAGS =
20276 -
20277 -tags: TAGS
20278 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
20279 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
20280 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20281 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20282 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
20283
20284 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
20285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20286 unique=`for i in $$list; do \
20287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20288 done | \
20289 - $(AWK) ' { files[$$0] = 1; } \
20290 - END { for (i in files) print i; }'`; \
20291 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20292 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20293 mkid -fID $$unique
20294 +tags: TAGS
20295
20296 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
20297 $(TAGS_FILES) $(LISP)
20298 - tags=; \
20299 + set x; \
20300 here=`pwd`; \
20301 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20302 unique=`for i in $$list; do \
20303 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20304 done | \
20305 - $(AWK) ' { files[$$0] = 1; } \
20306 - END { for (i in files) print i; }'`; \
20307 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
20308 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20309 - $$tags $$unique
20310 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20311 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20312 + shift; \
20313 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
20314 + test -n "$$unique" || unique=$$empty_fix; \
20315 + if test $$# -gt 0; then \
20316 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20317 + "$$@" $$unique; \
20318 + else \
20319 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20320 + $$unique; \
20321 + fi; \
20322 + fi
20323 +ctags: CTAGS
20324 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
20325 + $(TAGS_FILES) $(LISP)
20326 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20327 + unique=`for i in $$list; do \
20328 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20329 + done | \
20330 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20331 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20332 + test -z "$(CTAGS_ARGS)$$unique" \
20333 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
20334 + $$unique
20335
20336 GTAGS:
20337 here=`$(am__cd) $(top_builddir) && pwd` \
20338 - && cd $(top_srcdir) \
20339 - && gtags -i $(GTAGS_ARGS) $$here
20340 + && $(am__cd) $(top_srcdir) \
20341 + && gtags -i $(GTAGS_ARGS) "$$here"
20342
20343 distclean-tags:
20344 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
20345 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
20346 -
20347 -top_distdir = ../../..
20348 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
20349 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
20350
20351 distdir: $(DISTFILES)
20352 - @list='$(DISTFILES)'; for file in $$list; do \
20353 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20354 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20355 + list='$(DISTFILES)'; \
20356 + dist_files=`for file in $$list; do echo $$file; done | \
20357 + sed -e "s|^$$srcdirstrip/||;t" \
20358 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
20359 + case $$dist_files in \
20360 + */*) $(MKDIR_P) `echo "$$dist_files" | \
20361 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
20362 + sort -u` ;; \
20363 + esac; \
20364 + for file in $$dist_files; do \
20365 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
20366 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
20367 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
20368 - dir="/$$dir"; \
20369 - $(mkinstalldirs) "$(distdir)$$dir"; \
20370 - else \
20371 - dir=''; \
20372 - fi; \
20373 if test -d $$d/$$file; then \
20374 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
20375 + if test -d "$(distdir)/$$file"; then \
20376 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
20377 + fi; \
20378 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
20379 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
20380 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
20381 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
20382 fi; \
20383 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
20384 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
20385 else \
20386 - test -f $(distdir)/$$file \
20387 - || cp -p $$d/$$file $(distdir)/$$file \
20388 + test -f "$(distdir)/$$file" \
20389 + || cp -p $$d/$$file "$(distdir)/$$file" \
20390 || exit 1; \
20391 fi; \
20392 done
20393 check-am: all-am
20394 -check: check-am
20395 +check: $(BUILT_SOURCES)
20396 + $(MAKE) $(AM_MAKEFLAGS) check-am
20397 all-am: Makefile $(PROGRAMS)
20398 -
20399 installdirs:
20400 -
20401 -install: install-am
20402 +install: $(BUILT_SOURCES)
20403 + $(MAKE) $(AM_MAKEFLAGS) install-am
20404 install-exec: install-exec-am
20405 install-data: install-data-am
20406 uninstall: uninstall-am
20407 @@ -318,7 +400,7 @@
20408 installcheck: installcheck-am
20409 install-strip:
20410 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
20411 - INSTALL_STRIP_FLAG=-s \
20412 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
20413 `test -z '$(STRIP)' || \
20414 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
20415 mostlyclean-generic:
20416 @@ -327,7 +409,8 @@
20417 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
20418
20419 distclean-generic:
20420 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
20421 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
20422 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
20423
20424 maintainer-clean-generic:
20425 @echo "This command is intended for maintainers to use"
20426 @@ -338,52 +421,89 @@
20427 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
20428
20429 distclean: distclean-am
20430 -
20431 -distclean-am: clean-am distclean-compile distclean-depend \
20432 - distclean-generic distclean-tags
20433 + -rm -rf ./$(DEPDIR)
20434 + -rm -f Makefile
20435 +distclean-am: clean-am distclean-compile distclean-generic \
20436 + distclean-tags
20437
20438 dvi: dvi-am
20439
20440 dvi-am:
20441
20442 +html: html-am
20443 +
20444 +html-am:
20445 +
20446 info: info-am
20447
20448 info-am:
20449
20450 install-data-am:
20451
20452 +install-dvi: install-dvi-am
20453 +
20454 +install-dvi-am:
20455 +
20456 install-exec-am:
20457
20458 +install-html: install-html-am
20459 +
20460 +install-html-am:
20461 +
20462 install-info: install-info-am
20463
20464 +install-info-am:
20465 +
20466 install-man:
20467
20468 +install-pdf: install-pdf-am
20469 +
20470 +install-pdf-am:
20471 +
20472 +install-ps: install-ps-am
20473 +
20474 +install-ps-am:
20475 +
20476 installcheck-am:
20477
20478 maintainer-clean: maintainer-clean-am
20479 -
20480 + -rm -rf ./$(DEPDIR)
20481 + -rm -f Makefile
20482 maintainer-clean-am: distclean-am maintainer-clean-generic
20483
20484 mostlyclean: mostlyclean-am
20485
20486 mostlyclean-am: mostlyclean-compile mostlyclean-generic
20487
20488 -uninstall-am: uninstall-info-am
20489 +pdf: pdf-am
20490
20491 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
20492 - clean-noinstPROGRAMS distclean distclean-compile \
20493 - distclean-depend distclean-generic distclean-tags distdir dvi \
20494 - dvi-am info info-am install install-am install-data \
20495 - install-data-am install-exec install-exec-am install-info \
20496 - install-info-am install-man install-strip installcheck \
20497 +pdf-am:
20498 +
20499 +ps: ps-am
20500 +
20501 +ps-am:
20502 +
20503 +uninstall-am:
20504 +
20505 +.MAKE: all check install install-am install-strip
20506 +
20507 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
20508 + clean-noinstPROGRAMS ctags distclean distclean-compile \
20509 + distclean-generic distclean-tags distdir dvi dvi-am html \
20510 + html-am info info-am install install-am install-data \
20511 + install-data-am install-dvi install-dvi-am install-exec \
20512 + install-exec-am install-html install-html-am install-info \
20513 + install-info-am install-man install-pdf install-pdf-am \
20514 + install-ps install-ps-am install-strip installcheck \
20515 installcheck-am installdirs maintainer-clean \
20516 maintainer-clean-generic mostlyclean mostlyclean-compile \
20517 - mostlyclean-generic tags uninstall uninstall-am \
20518 - uninstall-info-am
20519 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
20520 + uninstall-am
20521
20522
20523 $(SOAP_CPP_SRC) : $(SOAPHEADER)
20524 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
20525 +
20526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
20527 # Otherwise a system limit (for SysV at least) may be exceeded.
20528 .NOEXPORT:
20529 diff -urN b/gsoap/samples/googleapi/Makefile.in d/gsoap/samples/googleapi/Makefile.in
20530 --- b/gsoap/samples/googleapi/Makefile.in 2009-11-07 21:07:24.000000000 +0100
20531 +++ d/gsoap/samples/googleapi/Makefile.in 2010-01-22 21:45:24.000000000 +0100
20532 @@ -1,8 +1,9 @@
20533 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
20534 +# Makefile.in generated by automake 1.11 from Makefile.am.
20535 # @configure_input@
20536
20537 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
20538 -# Free Software Foundation, Inc.
20539 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20540 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
20541 +# Inc.
20542 # This Makefile.in is free software; the Free Software Foundation
20543 # gives unlimited permission to copy and/or distribute it,
20544 # with or without modifications, as long as this notice is preserved.
20545 @@ -13,77 +14,116 @@
20546 # PARTICULAR PURPOSE.
20547
20548 @SET_MAKE@
20549 -SHELL = @SHELL@
20550
20551 -srcdir = @srcdir@
20552 -top_srcdir = @top_srcdir@
20553 VPATH = @srcdir@
20554 -prefix = @prefix@
20555 -exec_prefix = @exec_prefix@
20556 -
20557 -bindir = @bindir@
20558 -sbindir = @sbindir@
20559 -libexecdir = @libexecdir@
20560 -datadir = @datadir@
20561 -sysconfdir = @sysconfdir@
20562 -sharedstatedir = @sharedstatedir@
20563 -localstatedir = @localstatedir@
20564 -libdir = @libdir@
20565 -infodir = @infodir@
20566 -mandir = @mandir@
20567 -includedir = @includedir@
20568 -oldincludedir = /usr/include
20569 pkgdatadir = $(datadir)/@PACKAGE@
20570 -pkglibdir = $(libdir)/@PACKAGE@
20571 pkgincludedir = $(includedir)/@PACKAGE@
20572 -top_builddir = ../../..
20573 -
20574 -ACLOCAL = @ACLOCAL@
20575 -AUTOCONF = @AUTOCONF@
20576 -AUTOMAKE = @AUTOMAKE@
20577 -AUTOHEADER = @AUTOHEADER@
20578 -
20579 +pkglibdir = $(libdir)/@PACKAGE@
20580 +pkglibexecdir = $(libexecdir)/@PACKAGE@
20581 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20582 -INSTALL = @INSTALL@
20583 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
20584 -INSTALL_DATA = @INSTALL_DATA@
20585 install_sh_DATA = $(install_sh) -c -m 644
20586 install_sh_PROGRAM = $(install_sh) -c
20587 install_sh_SCRIPT = $(install_sh) -c
20588 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
20589 INSTALL_HEADER = $(INSTALL_DATA)
20590 -transform = @program_transform_name@
20591 +transform = $(program_transform_name)
20592 NORMAL_INSTALL = :
20593 PRE_INSTALL = :
20594 POST_INSTALL = :
20595 NORMAL_UNINSTALL = :
20596 PRE_UNINSTALL = :
20597 POST_UNINSTALL = :
20598 -host_alias = @host_alias@
20599 +build_triplet = @build@
20600 host_triplet = @host@
20601 -
20602 -EXEEXT = @EXEEXT@
20603 -OBJEXT = @OBJEXT@
20604 -PATH_SEPARATOR = @PATH_SEPARATOR@
20605 +noinst_PROGRAMS = googleapi$(EXEEXT)
20606 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
20607 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
20608 + $(srcdir)/Makefile.in
20609 +subdir = gsoap/samples/googleapi
20610 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
20611 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
20612 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
20613 + $(ACLOCAL_M4)
20614 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
20615 +CONFIG_HEADER = $(top_builddir)/config.h
20616 +CONFIG_CLEAN_FILES =
20617 +CONFIG_CLEAN_VPATH_FILES =
20618 +PROGRAMS = $(noinst_PROGRAMS)
20619 +am__objects_1 =
20620 +am__objects_2 = soapC.$(OBJEXT)
20621 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
20622 +am_googleapi_OBJECTS = googleapi.$(OBJEXT) $(am__objects_1) \
20623 + $(am__objects_3)
20624 +googleapi_OBJECTS = $(am_googleapi_OBJECTS)
20625 +am__DEPENDENCIES_1 =
20626 +googleapi_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
20627 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
20628 +depcomp = $(SHELL) $(top_srcdir)/depcomp
20629 +am__depfiles_maybe = depfiles
20630 +am__mv = mv -f
20631 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
20632 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20633 +CCLD = $(CC)
20634 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
20635 +SOURCES = $(googleapi_SOURCES)
20636 +DIST_SOURCES = $(googleapi_SOURCES)
20637 +ETAGS = etags
20638 +CTAGS = ctags
20639 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
20640 +ACLOCAL = @ACLOCAL@
20641 AMTAR = @AMTAR@
20642 +AUTOCONF = @AUTOCONF@
20643 +AUTOHEADER = @AUTOHEADER@
20644 +AUTOMAKE = @AUTOMAKE@
20645 AWK = @AWK@
20646 BISON_DEFINE = @BISON_DEFINE@
20647 CC = @CC@
20648 +CCDEPMODE = @CCDEPMODE@
20649 +CFLAGS = @CFLAGS@
20650 CPP = @CPP@
20651 +CPPFLAGS = @CPPFLAGS@
20652 CXX = @CXX@
20653 +CXXDEPMODE = @CXXDEPMODE@
20654 +CXXFLAGS = @CXXFLAGS@
20655 +CYGPATH_W = @CYGPATH_W@
20656 +DEFS = @DEFS@
20657 DEPDIR = @DEPDIR@
20658 +ECHO_C = @ECHO_C@
20659 +ECHO_N = @ECHO_N@
20660 +ECHO_T = @ECHO_T@
20661 +EGREP = @EGREP@
20662 ENABLE_SAMPLES = @ENABLE_SAMPLES@
20663 +EXEEXT = @EXEEXT@
20664 +GREP = @GREP@
20665 +INSTALL = @INSTALL@
20666 +INSTALL_DATA = @INSTALL_DATA@
20667 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
20668 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
20669 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
20670 +LDFLAGS = @LDFLAGS@
20671 LEX = @LEX@
20672 LEXLIB = @LEXLIB@
20673 LEX_DEFINE = @LEX_DEFINE@
20674 LEX_FLAGS = @LEX_FLAGS@
20675 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
20676 +LIBOBJS = @LIBOBJS@
20677 +LIBS = @LIBS@
20678 LN_S = @LN_S@
20679 +LTLIBOBJS = @LTLIBOBJS@
20680 +MAKEINFO = @MAKEINFO@
20681 +MKDIR_P = @MKDIR_P@
20682 +OBJEXT = @OBJEXT@
20683 PACKAGE = @PACKAGE@
20684 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
20685 +PACKAGE_NAME = @PACKAGE_NAME@
20686 +PACKAGE_STRING = @PACKAGE_STRING@
20687 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
20688 +PACKAGE_VERSION = @PACKAGE_VERSION@
20689 +PATH_SEPARATOR = @PATH_SEPARATOR@
20690 RANLIB = @RANLIB@
20691 SAMPLE_DIRS = @SAMPLE_DIRS@
20692 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
20693 +SET_MAKE = @SET_MAKE@
20694 +SHELL = @SHELL@
20695 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
20696 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
20697 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
20698 @@ -95,105 +135,133 @@
20699 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
20700 YACC = @YACC@
20701 YACC_LIB = @YACC_LIB@
20702 +YFLAGS = @YFLAGS@
20703 +abs_builddir = @abs_builddir@
20704 +abs_srcdir = @abs_srcdir@
20705 +abs_top_builddir = @abs_top_builddir@
20706 +abs_top_srcdir = @abs_top_srcdir@
20707 +ac_ct_CC = @ac_ct_CC@
20708 +ac_ct_CXX = @ac_ct_CXX@
20709 am__include = @am__include@
20710 +am__leading_dot = @am__leading_dot@
20711 am__quote = @am__quote@
20712 +am__tar = @am__tar@
20713 +am__untar = @am__untar@
20714 +bindir = @bindir@
20715 +build = @build@
20716 +build_alias = @build_alias@
20717 +build_cpu = @build_cpu@
20718 +build_os = @build_os@
20719 +build_vendor = @build_vendor@
20720 +builddir = @builddir@
20721 +datadir = @datadir@
20722 +datarootdir = @datarootdir@
20723 +docdir = @docdir@
20724 +dvidir = @dvidir@
20725 +exec_prefix = @exec_prefix@
20726 +host = @host@
20727 +host_alias = @host_alias@
20728 +host_cpu = @host_cpu@
20729 +host_os = @host_os@
20730 +host_vendor = @host_vendor@
20731 +htmldir = @htmldir@
20732 +includedir = @includedir@
20733 +infodir = @infodir@
20734 install_sh = @install_sh@
20735 +libdir = @libdir@
20736 +libexecdir = @libexecdir@
20737 +localedir = @localedir@
20738 +localstatedir = @localstatedir@
20739 +mandir = @mandir@
20740 +mkdir_p = @mkdir_p@
20741 +oldincludedir = @oldincludedir@
20742 +pdfdir = @pdfdir@
20743 platform = @platform@
20744 +prefix = @prefix@
20745 +program_transform_name = @program_transform_name@
20746 +psdir = @psdir@
20747 +sbindir = @sbindir@
20748 +sharedstatedir = @sharedstatedir@
20749 +srcdir = @srcdir@
20750 +sysconfdir = @sysconfdir@
20751 +target_alias = @target_alias@
20752 +top_build_prefix = @top_build_prefix@
20753 +top_builddir = @top_builddir@
20754 +top_srcdir = @top_srcdir@
20755
20756 ####### This is the input file for automake, which will generate Makefile.in ##########
20757 AUTOMAKE_OPTIONS = foreign 1.4
20758 -
20759 -noinst_PROGRAMS = googleapi
20760 SOAPHEADER = googleapi.h
20761 -
20762 AM_CFLAGS = -D$(platform)
20763 AM_CXXFLAGS = -D$(platform)
20764 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
20765 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
20766 -
20767 SOAP_NS_DEF = ns.nsmap ns.wsdl
20768 -
20769 SOAP_H_FILES = soapH.h soapStub.h
20770 -
20771 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
20772 -
20773 SOAP_C_CORE = soapC.c
20774 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
20775 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
20776 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
20777 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
20778 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
20779 -
20780 SOAP_CPP_CORE = soapC.cpp
20781 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
20782 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
20783 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
20784 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
20785 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
20786 -
20787 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
20788 -
20789 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
20790 BUILT_SOURCES = $(SOAP_C_SRC)
20791 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
20792 -
20793 SOAP_NS = googleapi.nsmap googleapi.wsdl
20794 -
20795 googleapi_SOURCES = googleapi.c $(SOAPHEADER) $(SOAP_C_CLIENT)
20796 googleapi_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
20797 -subdir = gsoap/samples/googleapi
20798 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
20799 -CONFIG_HEADER = $(top_builddir)/config.h
20800 -CONFIG_CLEAN_FILES =
20801 -noinst_PROGRAMS = googleapi$(EXEEXT)
20802 -PROGRAMS = $(noinst_PROGRAMS)
20803 -
20804 -am__objects_1 =
20805 -am__objects_2 = soapC.$(OBJEXT)
20806 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
20807 -am_googleapi_OBJECTS = googleapi.$(OBJEXT) $(am__objects_1) \
20808 - $(am__objects_3)
20809 -googleapi_OBJECTS = $(am_googleapi_OBJECTS)
20810 -googleapi_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
20811 -googleapi_LDFLAGS =
20812 -
20813 -DEFS = @DEFS@
20814 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
20815 -CPPFLAGS = @CPPFLAGS@
20816 -LDFLAGS = @LDFLAGS@
20817 -LIBS = @LIBS@
20818 -depcomp = $(SHELL) $(top_srcdir)/depcomp
20819 -am__depfiles_maybe = depfiles
20820 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/googleapi.Po ./$(DEPDIR)/soapC.Po \
20821 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po
20822 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
20823 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20824 -CCLD = $(CC)
20825 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
20826 -CFLAGS = @CFLAGS@
20827 -DIST_SOURCES = $(googleapi_SOURCES)
20828 -DIST_COMMON = Makefile.am Makefile.in
20829 -SOURCES = $(googleapi_SOURCES)
20830 -
20831 all: $(BUILT_SOURCES)
20832 $(MAKE) $(AM_MAKEFLAGS) all-am
20833
20834 .SUFFIXES:
20835 .SUFFIXES: .c .o .obj
20836 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
20837 - cd $(top_srcdir) && \
20838 - $(AUTOMAKE) --foreign gsoap/samples/googleapi/Makefile
20839 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20840 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
20841 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
20842 + @for dep in $?; do \
20843 + case '$(am__configure_deps)' in \
20844 + *$$dep*) \
20845 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
20846 + && { if test -f $@; then exit 0; else break; fi; }; \
20847 + exit 1;; \
20848 + esac; \
20849 + done; \
20850 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/googleapi/Makefile'; \
20851 + $(am__cd) $(top_srcdir) && \
20852 + $(AUTOMAKE) --foreign gsoap/samples/googleapi/Makefile
20853 +.PRECIOUS: Makefile
20854 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20855 + @case '$?' in \
20856 + *config.status*) \
20857 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
20858 + *) \
20859 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
20860 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
20861 + esac;
20862 +
20863 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20864 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20865 +
20866 +$(top_srcdir)/configure: $(am__configure_deps)
20867 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20868 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
20869 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20870 +$(am__aclocal_m4_deps):
20871
20872 clean-noinstPROGRAMS:
20873 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
20874 googleapi$(EXEEXT): $(googleapi_OBJECTS) $(googleapi_DEPENDENCIES)
20875 @rm -f googleapi$(EXEEXT)
20876 - $(LINK) $(googleapi_LDFLAGS) $(googleapi_OBJECTS) $(googleapi_LDADD) $(LIBS)
20877 + $(LINK) $(googleapi_OBJECTS) $(googleapi_LDADD) $(LIBS)
20878
20879 mostlyclean-compile:
20880 - -rm -f *.$(OBJEXT) core *.core
20881 + -rm -f *.$(OBJEXT)
20882
20883 distclean-compile:
20884 -rm -f *.tab.c
20885 @@ -202,91 +270,109 @@
20886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
20887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
20888
20889 -distclean-depend:
20890 - -rm -rf ./$(DEPDIR)
20891 -
20892 .c.o:
20893 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20894 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20895 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20896 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
20897 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
20898 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
20899 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20900 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20901 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
20902
20903 .c.obj:
20904 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20905 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
20906 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20907 - $(COMPILE) -c `cygpath -w $<`
20908 -CCDEPMODE = @CCDEPMODE@
20909 -uninstall-info-am:
20910 -
20911 -ETAGS = etags
20912 -ETAGSFLAGS =
20913 -
20914 -tags: TAGS
20915 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
20916 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
20917 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
20918 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
20919 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
20920
20921 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
20922 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20923 unique=`for i in $$list; do \
20924 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20925 done | \
20926 - $(AWK) ' { files[$$0] = 1; } \
20927 - END { for (i in files) print i; }'`; \
20928 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20929 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20930 mkid -fID $$unique
20931 +tags: TAGS
20932
20933 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
20934 $(TAGS_FILES) $(LISP)
20935 - tags=; \
20936 + set x; \
20937 here=`pwd`; \
20938 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20939 unique=`for i in $$list; do \
20940 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20941 done | \
20942 - $(AWK) ' { files[$$0] = 1; } \
20943 - END { for (i in files) print i; }'`; \
20944 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
20945 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20946 - $$tags $$unique
20947 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20948 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20949 + shift; \
20950 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
20951 + test -n "$$unique" || unique=$$empty_fix; \
20952 + if test $$# -gt 0; then \
20953 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20954 + "$$@" $$unique; \
20955 + else \
20956 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
20957 + $$unique; \
20958 + fi; \
20959 + fi
20960 +ctags: CTAGS
20961 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
20962 + $(TAGS_FILES) $(LISP)
20963 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
20964 + unique=`for i in $$list; do \
20965 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20966 + done | \
20967 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
20968 + END { if (nonempty) { for (i in files) print i; }; }'`; \
20969 + test -z "$(CTAGS_ARGS)$$unique" \
20970 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
20971 + $$unique
20972
20973 GTAGS:
20974 here=`$(am__cd) $(top_builddir) && pwd` \
20975 - && cd $(top_srcdir) \
20976 - && gtags -i $(GTAGS_ARGS) $$here
20977 + && $(am__cd) $(top_srcdir) \
20978 + && gtags -i $(GTAGS_ARGS) "$$here"
20979
20980 distclean-tags:
20981 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
20982 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
20983 -
20984 -top_distdir = ../../..
20985 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
20986 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
20987
20988 distdir: $(DISTFILES)
20989 - @list='$(DISTFILES)'; for file in $$list; do \
20990 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20991 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20992 + list='$(DISTFILES)'; \
20993 + dist_files=`for file in $$list; do echo $$file; done | \
20994 + sed -e "s|^$$srcdirstrip/||;t" \
20995 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
20996 + case $$dist_files in \
20997 + */*) $(MKDIR_P) `echo "$$dist_files" | \
20998 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
20999 + sort -u` ;; \
21000 + esac; \
21001 + for file in $$dist_files; do \
21002 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
21003 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
21004 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
21005 - dir="/$$dir"; \
21006 - $(mkinstalldirs) "$(distdir)$$dir"; \
21007 - else \
21008 - dir=''; \
21009 - fi; \
21010 if test -d $$d/$$file; then \
21011 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
21012 + if test -d "$(distdir)/$$file"; then \
21013 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
21014 + fi; \
21015 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
21016 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
21017 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
21018 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
21019 fi; \
21020 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
21021 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
21022 else \
21023 - test -f $(distdir)/$$file \
21024 - || cp -p $$d/$$file $(distdir)/$$file \
21025 + test -f "$(distdir)/$$file" \
21026 + || cp -p $$d/$$file "$(distdir)/$$file" \
21027 || exit 1; \
21028 fi; \
21029 done
21030 check-am: all-am
21031 -check: check-am
21032 +check: $(BUILT_SOURCES)
21033 + $(MAKE) $(AM_MAKEFLAGS) check-am
21034 all-am: Makefile $(PROGRAMS)
21035 -
21036 installdirs:
21037 -
21038 -install: install-am
21039 +install: $(BUILT_SOURCES)
21040 + $(MAKE) $(AM_MAKEFLAGS) install-am
21041 install-exec: install-exec-am
21042 install-data: install-data-am
21043 uninstall: uninstall-am
21044 @@ -297,7 +383,7 @@
21045 installcheck: installcheck-am
21046 install-strip:
21047 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
21048 - INSTALL_STRIP_FLAG=-s \
21049 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
21050 `test -z '$(STRIP)' || \
21051 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
21052 mostlyclean-generic:
21053 @@ -306,7 +392,8 @@
21054 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
21055
21056 distclean-generic:
21057 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
21058 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
21059 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
21060
21061 maintainer-clean-generic:
21062 @echo "This command is intended for maintainers to use"
21063 @@ -317,52 +404,89 @@
21064 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
21065
21066 distclean: distclean-am
21067 -
21068 -distclean-am: clean-am distclean-compile distclean-depend \
21069 - distclean-generic distclean-tags
21070 + -rm -rf ./$(DEPDIR)
21071 + -rm -f Makefile
21072 +distclean-am: clean-am distclean-compile distclean-generic \
21073 + distclean-tags
21074
21075 dvi: dvi-am
21076
21077 dvi-am:
21078
21079 +html: html-am
21080 +
21081 +html-am:
21082 +
21083 info: info-am
21084
21085 info-am:
21086
21087 install-data-am:
21088
21089 +install-dvi: install-dvi-am
21090 +
21091 +install-dvi-am:
21092 +
21093 install-exec-am:
21094
21095 +install-html: install-html-am
21096 +
21097 +install-html-am:
21098 +
21099 install-info: install-info-am
21100
21101 +install-info-am:
21102 +
21103 install-man:
21104
21105 +install-pdf: install-pdf-am
21106 +
21107 +install-pdf-am:
21108 +
21109 +install-ps: install-ps-am
21110 +
21111 +install-ps-am:
21112 +
21113 installcheck-am:
21114
21115 maintainer-clean: maintainer-clean-am
21116 -
21117 + -rm -rf ./$(DEPDIR)
21118 + -rm -f Makefile
21119 maintainer-clean-am: distclean-am maintainer-clean-generic
21120
21121 mostlyclean: mostlyclean-am
21122
21123 mostlyclean-am: mostlyclean-compile mostlyclean-generic
21124
21125 -uninstall-am: uninstall-info-am
21126 +pdf: pdf-am
21127 +
21128 +pdf-am:
21129
21130 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
21131 - clean-noinstPROGRAMS distclean distclean-compile \
21132 - distclean-depend distclean-generic distclean-tags distdir dvi \
21133 - dvi-am info info-am install install-am install-data \
21134 - install-data-am install-exec install-exec-am install-info \
21135 - install-info-am install-man install-strip installcheck \
21136 +ps: ps-am
21137 +
21138 +ps-am:
21139 +
21140 +uninstall-am:
21141 +
21142 +.MAKE: all check install install-am install-strip
21143 +
21144 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
21145 + clean-noinstPROGRAMS ctags distclean distclean-compile \
21146 + distclean-generic distclean-tags distdir dvi dvi-am html \
21147 + html-am info info-am install install-am install-data \
21148 + install-data-am install-dvi install-dvi-am install-exec \
21149 + install-exec-am install-html install-html-am install-info \
21150 + install-info-am install-man install-pdf install-pdf-am \
21151 + install-ps install-ps-am install-strip installcheck \
21152 installcheck-am installdirs maintainer-clean \
21153 maintainer-clean-generic mostlyclean mostlyclean-compile \
21154 - mostlyclean-generic tags uninstall uninstall-am \
21155 - uninstall-info-am
21156 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
21157 + uninstall-am
21158
21159
21160 $(SOAP_C_SRC) : $(SOAPHEADER)
21161 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
21162 +
21163 # Tell versions [3.59,3.63) of GNU make to not export all variables.
21164 # Otherwise a system limit (for SysV at least) may be exceeded.
21165 .NOEXPORT:
21166 diff -urN b/gsoap/samples/hello/Makefile.in d/gsoap/samples/hello/Makefile.in
21167 --- b/gsoap/samples/hello/Makefile.in 2009-11-07 21:07:23.000000000 +0100
21168 +++ d/gsoap/samples/hello/Makefile.in 2010-01-22 21:45:24.000000000 +0100
21169 @@ -1,8 +1,9 @@
21170 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
21171 +# Makefile.in generated by automake 1.11 from Makefile.am.
21172 # @configure_input@
21173
21174 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
21175 -# Free Software Foundation, Inc.
21176 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
21177 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
21178 +# Inc.
21179 # This Makefile.in is free software; the Free Software Foundation
21180 # gives unlimited permission to copy and/or distribute it,
21181 # with or without modifications, as long as this notice is preserved.
21182 @@ -13,77 +14,126 @@
21183 # PARTICULAR PURPOSE.
21184
21185 @SET_MAKE@
21186 -SHELL = @SHELL@
21187
21188 -srcdir = @srcdir@
21189 -top_srcdir = @top_srcdir@
21190 VPATH = @srcdir@
21191 -prefix = @prefix@
21192 -exec_prefix = @exec_prefix@
21193 -
21194 -bindir = @bindir@
21195 -sbindir = @sbindir@
21196 -libexecdir = @libexecdir@
21197 -datadir = @datadir@
21198 -sysconfdir = @sysconfdir@
21199 -sharedstatedir = @sharedstatedir@
21200 -localstatedir = @localstatedir@
21201 -libdir = @libdir@
21202 -infodir = @infodir@
21203 -mandir = @mandir@
21204 -includedir = @includedir@
21205 -oldincludedir = /usr/include
21206 pkgdatadir = $(datadir)/@PACKAGE@
21207 -pkglibdir = $(libdir)/@PACKAGE@
21208 pkgincludedir = $(includedir)/@PACKAGE@
21209 -top_builddir = ../../..
21210 -
21211 -ACLOCAL = @ACLOCAL@
21212 -AUTOCONF = @AUTOCONF@
21213 -AUTOMAKE = @AUTOMAKE@
21214 -AUTOHEADER = @AUTOHEADER@
21215 -
21216 +pkglibdir = $(libdir)/@PACKAGE@
21217 +pkglibexecdir = $(libexecdir)/@PACKAGE@
21218 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21219 -INSTALL = @INSTALL@
21220 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
21221 -INSTALL_DATA = @INSTALL_DATA@
21222 install_sh_DATA = $(install_sh) -c -m 644
21223 install_sh_PROGRAM = $(install_sh) -c
21224 install_sh_SCRIPT = $(install_sh) -c
21225 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
21226 INSTALL_HEADER = $(INSTALL_DATA)
21227 -transform = @program_transform_name@
21228 +transform = $(program_transform_name)
21229 NORMAL_INSTALL = :
21230 PRE_INSTALL = :
21231 POST_INSTALL = :
21232 NORMAL_UNINSTALL = :
21233 PRE_UNINSTALL = :
21234 POST_UNINSTALL = :
21235 -host_alias = @host_alias@
21236 +build_triplet = @build@
21237 host_triplet = @host@
21238 -
21239 -EXEEXT = @EXEEXT@
21240 -OBJEXT = @OBJEXT@
21241 -PATH_SEPARATOR = @PATH_SEPARATOR@
21242 +noinst_PROGRAMS = helloclient$(EXEEXT) helloserver$(EXEEXT)
21243 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
21244 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
21245 + $(srcdir)/Makefile.in
21246 +subdir = gsoap/samples/hello
21247 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
21248 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
21249 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
21250 + $(ACLOCAL_M4)
21251 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
21252 +CONFIG_HEADER = $(top_builddir)/config.h
21253 +CONFIG_CLEAN_FILES =
21254 +CONFIG_CLEAN_VPATH_FILES =
21255 +PROGRAMS = $(noinst_PROGRAMS)
21256 +am__objects_1 =
21257 +am__objects_2 = soapC.$(OBJEXT)
21258 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
21259 +am_helloclient_OBJECTS = helloclient.$(OBJEXT) $(am__objects_1) \
21260 + $(am__objects_3)
21261 +helloclient_OBJECTS = $(am_helloclient_OBJECTS)
21262 +am__DEPENDENCIES_1 =
21263 +helloclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
21264 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
21265 +am_helloserver_OBJECTS = helloserver.$(OBJEXT) $(am__objects_1) \
21266 + $(am__objects_4)
21267 +helloserver_OBJECTS = $(am_helloserver_OBJECTS)
21268 +helloserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
21269 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
21270 +depcomp = $(SHELL) $(top_srcdir)/depcomp
21271 +am__depfiles_maybe = depfiles
21272 +am__mv = mv -f
21273 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
21274 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
21275 +CXXLD = $(CXX)
21276 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
21277 + -o $@
21278 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
21279 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
21280 +CCLD = $(CC)
21281 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
21282 +SOURCES = $(helloclient_SOURCES) $(helloserver_SOURCES)
21283 +DIST_SOURCES = $(helloclient_SOURCES) $(helloserver_SOURCES)
21284 +ETAGS = etags
21285 +CTAGS = ctags
21286 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
21287 +ACLOCAL = @ACLOCAL@
21288 AMTAR = @AMTAR@
21289 +AUTOCONF = @AUTOCONF@
21290 +AUTOHEADER = @AUTOHEADER@
21291 +AUTOMAKE = @AUTOMAKE@
21292 AWK = @AWK@
21293 BISON_DEFINE = @BISON_DEFINE@
21294 CC = @CC@
21295 +CCDEPMODE = @CCDEPMODE@
21296 +CFLAGS = @CFLAGS@
21297 CPP = @CPP@
21298 +CPPFLAGS = @CPPFLAGS@
21299 CXX = @CXX@
21300 +CXXDEPMODE = @CXXDEPMODE@
21301 +CXXFLAGS = @CXXFLAGS@
21302 +CYGPATH_W = @CYGPATH_W@
21303 +DEFS = @DEFS@
21304 DEPDIR = @DEPDIR@
21305 +ECHO_C = @ECHO_C@
21306 +ECHO_N = @ECHO_N@
21307 +ECHO_T = @ECHO_T@
21308 +EGREP = @EGREP@
21309 ENABLE_SAMPLES = @ENABLE_SAMPLES@
21310 +EXEEXT = @EXEEXT@
21311 +GREP = @GREP@
21312 +INSTALL = @INSTALL@
21313 +INSTALL_DATA = @INSTALL_DATA@
21314 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
21315 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
21316 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
21317 +LDFLAGS = @LDFLAGS@
21318 LEX = @LEX@
21319 LEXLIB = @LEXLIB@
21320 LEX_DEFINE = @LEX_DEFINE@
21321 LEX_FLAGS = @LEX_FLAGS@
21322 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
21323 +LIBOBJS = @LIBOBJS@
21324 +LIBS = @LIBS@
21325 LN_S = @LN_S@
21326 +LTLIBOBJS = @LTLIBOBJS@
21327 +MAKEINFO = @MAKEINFO@
21328 +MKDIR_P = @MKDIR_P@
21329 +OBJEXT = @OBJEXT@
21330 PACKAGE = @PACKAGE@
21331 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
21332 +PACKAGE_NAME = @PACKAGE_NAME@
21333 +PACKAGE_STRING = @PACKAGE_STRING@
21334 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
21335 +PACKAGE_VERSION = @PACKAGE_VERSION@
21336 +PATH_SEPARATOR = @PATH_SEPARATOR@
21337 RANLIB = @RANLIB@
21338 SAMPLE_DIRS = @SAMPLE_DIRS@
21339 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
21340 +SET_MAKE = @SET_MAKE@
21341 +SHELL = @SHELL@
21342 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
21343 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
21344 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
21345 @@ -95,124 +145,138 @@
21346 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
21347 YACC = @YACC@
21348 YACC_LIB = @YACC_LIB@
21349 +YFLAGS = @YFLAGS@
21350 +abs_builddir = @abs_builddir@
21351 +abs_srcdir = @abs_srcdir@
21352 +abs_top_builddir = @abs_top_builddir@
21353 +abs_top_srcdir = @abs_top_srcdir@
21354 +ac_ct_CC = @ac_ct_CC@
21355 +ac_ct_CXX = @ac_ct_CXX@
21356 am__include = @am__include@
21357 +am__leading_dot = @am__leading_dot@
21358 am__quote = @am__quote@
21359 +am__tar = @am__tar@
21360 +am__untar = @am__untar@
21361 +bindir = @bindir@
21362 +build = @build@
21363 +build_alias = @build_alias@
21364 +build_cpu = @build_cpu@
21365 +build_os = @build_os@
21366 +build_vendor = @build_vendor@
21367 +builddir = @builddir@
21368 +datadir = @datadir@
21369 +datarootdir = @datarootdir@
21370 +docdir = @docdir@
21371 +dvidir = @dvidir@
21372 +exec_prefix = @exec_prefix@
21373 +host = @host@
21374 +host_alias = @host_alias@
21375 +host_cpu = @host_cpu@
21376 +host_os = @host_os@
21377 +host_vendor = @host_vendor@
21378 +htmldir = @htmldir@
21379 +includedir = @includedir@
21380 +infodir = @infodir@
21381 install_sh = @install_sh@
21382 +libdir = @libdir@
21383 +libexecdir = @libexecdir@
21384 +localedir = @localedir@
21385 +localstatedir = @localstatedir@
21386 +mandir = @mandir@
21387 +mkdir_p = @mkdir_p@
21388 +oldincludedir = @oldincludedir@
21389 +pdfdir = @pdfdir@
21390 platform = @platform@
21391 +prefix = @prefix@
21392 +program_transform_name = @program_transform_name@
21393 +psdir = @psdir@
21394 +sbindir = @sbindir@
21395 +sharedstatedir = @sharedstatedir@
21396 +srcdir = @srcdir@
21397 +sysconfdir = @sysconfdir@
21398 +target_alias = @target_alias@
21399 +top_build_prefix = @top_build_prefix@
21400 +top_builddir = @top_builddir@
21401 +top_srcdir = @top_srcdir@
21402
21403 ####### This is the input file for automake, which will generate Makefile.in ##########
21404 AUTOMAKE_OPTIONS = foreign 1.4
21405 -
21406 -noinst_PROGRAMS = helloclient helloserver
21407 SOAPHEADER = hello.h
21408 -
21409 AM_CFLAGS = -D$(platform)
21410 AM_CXXFLAGS = -D$(platform)
21411 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
21412 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
21413 -
21414 SOAP_NS_DEF = ns.nsmap ns.wsdl
21415 -
21416 SOAP_H_FILES = soapH.h soapStub.h
21417 -
21418 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
21419 -
21420 SOAP_C_CORE = soapC.c
21421 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
21422 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
21423 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
21424 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
21425 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
21426 -
21427 SOAP_CPP_CORE = soapC.cpp
21428 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
21429 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
21430 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
21431 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
21432 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
21433 -
21434 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
21435 -
21436 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
21437 BUILT_SOURCES = $(SOAP_CPP_SRC)
21438 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
21439 -
21440 SOAP_NS = h.nsmap h.wsdl
21441 -
21442 helloclient_SOURCES = helloclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
21443 helloclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
21444 -
21445 helloserver_SOURCES = helloserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
21446 helloserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
21447 -subdir = gsoap/samples/hello
21448 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
21449 -CONFIG_HEADER = $(top_builddir)/config.h
21450 -CONFIG_CLEAN_FILES =
21451 -noinst_PROGRAMS = helloclient$(EXEEXT) helloserver$(EXEEXT)
21452 -PROGRAMS = $(noinst_PROGRAMS)
21453 -
21454 -am__objects_1 =
21455 -am__objects_2 = soapC.$(OBJEXT)
21456 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
21457 -am_helloclient_OBJECTS = helloclient.$(OBJEXT) $(am__objects_1) \
21458 - $(am__objects_3)
21459 -helloclient_OBJECTS = $(am_helloclient_OBJECTS)
21460 -helloclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
21461 -helloclient_LDFLAGS =
21462 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
21463 -am_helloserver_OBJECTS = helloserver.$(OBJEXT) $(am__objects_1) \
21464 - $(am__objects_4)
21465 -helloserver_OBJECTS = $(am_helloserver_OBJECTS)
21466 -helloserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
21467 -helloserver_LDFLAGS =
21468 -
21469 -DEFS = @DEFS@
21470 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
21471 -CPPFLAGS = @CPPFLAGS@
21472 -LDFLAGS = @LDFLAGS@
21473 -LIBS = @LIBS@
21474 -depcomp = $(SHELL) $(top_srcdir)/depcomp
21475 -am__depfiles_maybe = depfiles
21476 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/helloclient.Po \
21477 -@AMDEP_TRUE@ ./$(DEPDIR)/helloserver.Po ./$(DEPDIR)/soapC.Po \
21478 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
21479 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
21480 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
21481 -CXXLD = $(CXX)
21482 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
21483 - -o $@
21484 -CXXFLAGS = @CXXFLAGS@
21485 -CFLAGS = @CFLAGS@
21486 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
21487 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
21488 -CCLD = $(CC)
21489 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
21490 -DIST_SOURCES = $(helloclient_SOURCES) $(helloserver_SOURCES)
21491 -DIST_COMMON = Makefile.am Makefile.in
21492 -SOURCES = $(helloclient_SOURCES) $(helloserver_SOURCES)
21493 -
21494 all: $(BUILT_SOURCES)
21495 $(MAKE) $(AM_MAKEFLAGS) all-am
21496
21497 .SUFFIXES:
21498 .SUFFIXES: .cpp .o .obj
21499 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
21500 - cd $(top_srcdir) && \
21501 - $(AUTOMAKE) --foreign gsoap/samples/hello/Makefile
21502 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21503 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
21504 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
21505 + @for dep in $?; do \
21506 + case '$(am__configure_deps)' in \
21507 + *$$dep*) \
21508 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
21509 + && { if test -f $@; then exit 0; else break; fi; }; \
21510 + exit 1;; \
21511 + esac; \
21512 + done; \
21513 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/hello/Makefile'; \
21514 + $(am__cd) $(top_srcdir) && \
21515 + $(AUTOMAKE) --foreign gsoap/samples/hello/Makefile
21516 +.PRECIOUS: Makefile
21517 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21518 + @case '$?' in \
21519 + *config.status*) \
21520 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
21521 + *) \
21522 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
21523 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
21524 + esac;
21525 +
21526 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21527 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21528 +
21529 +$(top_srcdir)/configure: $(am__configure_deps)
21530 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21531 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
21532 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21533 +$(am__aclocal_m4_deps):
21534
21535 clean-noinstPROGRAMS:
21536 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
21537 helloclient$(EXEEXT): $(helloclient_OBJECTS) $(helloclient_DEPENDENCIES)
21538 @rm -f helloclient$(EXEEXT)
21539 - $(CXXLINK) $(helloclient_LDFLAGS) $(helloclient_OBJECTS) $(helloclient_LDADD) $(LIBS)
21540 + $(CXXLINK) $(helloclient_OBJECTS) $(helloclient_LDADD) $(LIBS)
21541 helloserver$(EXEEXT): $(helloserver_OBJECTS) $(helloserver_DEPENDENCIES)
21542 @rm -f helloserver$(EXEEXT)
21543 - $(CXXLINK) $(helloserver_LDFLAGS) $(helloserver_OBJECTS) $(helloserver_LDADD) $(LIBS)
21544 + $(CXXLINK) $(helloserver_OBJECTS) $(helloserver_LDADD) $(LIBS)
21545
21546 mostlyclean-compile:
21547 - -rm -f *.$(OBJEXT) core *.core
21548 + -rm -f *.$(OBJEXT)
21549
21550 distclean-compile:
21551 -rm -f *.tab.c
21552 @@ -223,91 +287,109 @@
21553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
21554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
21555
21556 -distclean-depend:
21557 - -rm -rf ./$(DEPDIR)
21558 -
21559 .cpp.o:
21560 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
21561 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
21562 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
21563 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
21564 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
21565 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
21566 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
21567 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
21568 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
21569
21570 .cpp.obj:
21571 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
21572 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
21573 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
21574 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
21575 -CXXDEPMODE = @CXXDEPMODE@
21576 -uninstall-info-am:
21577 -
21578 -ETAGS = etags
21579 -ETAGSFLAGS =
21580 -
21581 -tags: TAGS
21582 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
21583 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
21584 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
21585 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
21586 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
21587
21588 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
21589 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
21590 unique=`for i in $$list; do \
21591 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
21592 done | \
21593 - $(AWK) ' { files[$$0] = 1; } \
21594 - END { for (i in files) print i; }'`; \
21595 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
21596 + END { if (nonempty) { for (i in files) print i; }; }'`; \
21597 mkid -fID $$unique
21598 +tags: TAGS
21599
21600 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
21601 $(TAGS_FILES) $(LISP)
21602 - tags=; \
21603 + set x; \
21604 here=`pwd`; \
21605 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
21606 unique=`for i in $$list; do \
21607 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
21608 done | \
21609 - $(AWK) ' { files[$$0] = 1; } \
21610 - END { for (i in files) print i; }'`; \
21611 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
21612 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
21613 - $$tags $$unique
21614 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
21615 + END { if (nonempty) { for (i in files) print i; }; }'`; \
21616 + shift; \
21617 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
21618 + test -n "$$unique" || unique=$$empty_fix; \
21619 + if test $$# -gt 0; then \
21620 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
21621 + "$$@" $$unique; \
21622 + else \
21623 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
21624 + $$unique; \
21625 + fi; \
21626 + fi
21627 +ctags: CTAGS
21628 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
21629 + $(TAGS_FILES) $(LISP)
21630 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
21631 + unique=`for i in $$list; do \
21632 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
21633 + done | \
21634 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
21635 + END { if (nonempty) { for (i in files) print i; }; }'`; \
21636 + test -z "$(CTAGS_ARGS)$$unique" \
21637 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
21638 + $$unique
21639
21640 GTAGS:
21641 here=`$(am__cd) $(top_builddir) && pwd` \
21642 - && cd $(top_srcdir) \
21643 - && gtags -i $(GTAGS_ARGS) $$here
21644 + && $(am__cd) $(top_srcdir) \
21645 + && gtags -i $(GTAGS_ARGS) "$$here"
21646
21647 distclean-tags:
21648 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
21649 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
21650 -
21651 -top_distdir = ../../..
21652 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
21653 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
21654
21655 distdir: $(DISTFILES)
21656 - @list='$(DISTFILES)'; for file in $$list; do \
21657 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
21658 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
21659 + list='$(DISTFILES)'; \
21660 + dist_files=`for file in $$list; do echo $$file; done | \
21661 + sed -e "s|^$$srcdirstrip/||;t" \
21662 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
21663 + case $$dist_files in \
21664 + */*) $(MKDIR_P) `echo "$$dist_files" | \
21665 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
21666 + sort -u` ;; \
21667 + esac; \
21668 + for file in $$dist_files; do \
21669 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
21670 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
21671 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
21672 - dir="/$$dir"; \
21673 - $(mkinstalldirs) "$(distdir)$$dir"; \
21674 - else \
21675 - dir=''; \
21676 - fi; \
21677 if test -d $$d/$$file; then \
21678 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
21679 + if test -d "$(distdir)/$$file"; then \
21680 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
21681 + fi; \
21682 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
21683 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
21684 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
21685 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
21686 fi; \
21687 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
21688 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
21689 else \
21690 - test -f $(distdir)/$$file \
21691 - || cp -p $$d/$$file $(distdir)/$$file \
21692 + test -f "$(distdir)/$$file" \
21693 + || cp -p $$d/$$file "$(distdir)/$$file" \
21694 || exit 1; \
21695 fi; \
21696 done
21697 check-am: all-am
21698 -check: check-am
21699 +check: $(BUILT_SOURCES)
21700 + $(MAKE) $(AM_MAKEFLAGS) check-am
21701 all-am: Makefile $(PROGRAMS)
21702 -
21703 installdirs:
21704 -
21705 -install: install-am
21706 +install: $(BUILT_SOURCES)
21707 + $(MAKE) $(AM_MAKEFLAGS) install-am
21708 install-exec: install-exec-am
21709 install-data: install-data-am
21710 uninstall: uninstall-am
21711 @@ -318,7 +400,7 @@
21712 installcheck: installcheck-am
21713 install-strip:
21714 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
21715 - INSTALL_STRIP_FLAG=-s \
21716 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
21717 `test -z '$(STRIP)' || \
21718 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
21719 mostlyclean-generic:
21720 @@ -327,7 +409,8 @@
21721 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
21722
21723 distclean-generic:
21724 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
21725 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
21726 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
21727
21728 maintainer-clean-generic:
21729 @echo "This command is intended for maintainers to use"
21730 @@ -338,52 +421,89 @@
21731 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
21732
21733 distclean: distclean-am
21734 -
21735 -distclean-am: clean-am distclean-compile distclean-depend \
21736 - distclean-generic distclean-tags
21737 + -rm -rf ./$(DEPDIR)
21738 + -rm -f Makefile
21739 +distclean-am: clean-am distclean-compile distclean-generic \
21740 + distclean-tags
21741
21742 dvi: dvi-am
21743
21744 dvi-am:
21745
21746 +html: html-am
21747 +
21748 +html-am:
21749 +
21750 info: info-am
21751
21752 info-am:
21753
21754 install-data-am:
21755
21756 +install-dvi: install-dvi-am
21757 +
21758 +install-dvi-am:
21759 +
21760 install-exec-am:
21761
21762 +install-html: install-html-am
21763 +
21764 +install-html-am:
21765 +
21766 install-info: install-info-am
21767
21768 +install-info-am:
21769 +
21770 install-man:
21771
21772 +install-pdf: install-pdf-am
21773 +
21774 +install-pdf-am:
21775 +
21776 +install-ps: install-ps-am
21777 +
21778 +install-ps-am:
21779 +
21780 installcheck-am:
21781
21782 maintainer-clean: maintainer-clean-am
21783 -
21784 + -rm -rf ./$(DEPDIR)
21785 + -rm -f Makefile
21786 maintainer-clean-am: distclean-am maintainer-clean-generic
21787
21788 mostlyclean: mostlyclean-am
21789
21790 mostlyclean-am: mostlyclean-compile mostlyclean-generic
21791
21792 -uninstall-am: uninstall-info-am
21793 +pdf: pdf-am
21794
21795 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
21796 - clean-noinstPROGRAMS distclean distclean-compile \
21797 - distclean-depend distclean-generic distclean-tags distdir dvi \
21798 - dvi-am info info-am install install-am install-data \
21799 - install-data-am install-exec install-exec-am install-info \
21800 - install-info-am install-man install-strip installcheck \
21801 +pdf-am:
21802 +
21803 +ps: ps-am
21804 +
21805 +ps-am:
21806 +
21807 +uninstall-am:
21808 +
21809 +.MAKE: all check install install-am install-strip
21810 +
21811 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
21812 + clean-noinstPROGRAMS ctags distclean distclean-compile \
21813 + distclean-generic distclean-tags distdir dvi dvi-am html \
21814 + html-am info info-am install install-am install-data \
21815 + install-data-am install-dvi install-dvi-am install-exec \
21816 + install-exec-am install-html install-html-am install-info \
21817 + install-info-am install-man install-pdf install-pdf-am \
21818 + install-ps install-ps-am install-strip installcheck \
21819 installcheck-am installdirs maintainer-clean \
21820 maintainer-clean-generic mostlyclean mostlyclean-compile \
21821 - mostlyclean-generic tags uninstall uninstall-am \
21822 - uninstall-info-am
21823 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
21824 + uninstall-am
21825
21826
21827 $(SOAP_CPP_SRC) : $(SOAPHEADER)
21828 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
21829 +
21830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
21831 # Otherwise a system limit (for SysV at least) may be exceeded.
21832 .NOEXPORT:
21833 diff -urN b/gsoap/samples/httpcookies/Makefile.in d/gsoap/samples/httpcookies/Makefile.in
21834 --- b/gsoap/samples/httpcookies/Makefile.in 2009-11-07 21:07:22.000000000 +0100
21835 +++ d/gsoap/samples/httpcookies/Makefile.in 2010-01-22 21:45:24.000000000 +0100
21836 @@ -1,8 +1,9 @@
21837 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
21838 +# Makefile.in generated by automake 1.11 from Makefile.am.
21839 # @configure_input@
21840
21841 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
21842 -# Free Software Foundation, Inc.
21843 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
21844 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
21845 +# Inc.
21846 # This Makefile.in is free software; the Free Software Foundation
21847 # gives unlimited permission to copy and/or distribute it,
21848 # with or without modifications, as long as this notice is preserved.
21849 @@ -13,77 +14,131 @@
21850 # PARTICULAR PURPOSE.
21851
21852 @SET_MAKE@
21853 -SHELL = @SHELL@
21854
21855 -srcdir = @srcdir@
21856 -top_srcdir = @top_srcdir@
21857 VPATH = @srcdir@
21858 -prefix = @prefix@
21859 -exec_prefix = @exec_prefix@
21860 -
21861 -bindir = @bindir@
21862 -sbindir = @sbindir@
21863 -libexecdir = @libexecdir@
21864 -datadir = @datadir@
21865 -sysconfdir = @sysconfdir@
21866 -sharedstatedir = @sharedstatedir@
21867 -localstatedir = @localstatedir@
21868 -libdir = @libdir@
21869 -infodir = @infodir@
21870 -mandir = @mandir@
21871 -includedir = @includedir@
21872 -oldincludedir = /usr/include
21873 pkgdatadir = $(datadir)/@PACKAGE@
21874 -pkglibdir = $(libdir)/@PACKAGE@
21875 pkgincludedir = $(includedir)/@PACKAGE@
21876 -top_builddir = ../../..
21877 -
21878 -ACLOCAL = @ACLOCAL@
21879 -AUTOCONF = @AUTOCONF@
21880 -AUTOMAKE = @AUTOMAKE@
21881 -AUTOHEADER = @AUTOHEADER@
21882 -
21883 +pkglibdir = $(libdir)/@PACKAGE@
21884 +pkglibexecdir = $(libexecdir)/@PACKAGE@
21885 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21886 -INSTALL = @INSTALL@
21887 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
21888 -INSTALL_DATA = @INSTALL_DATA@
21889 install_sh_DATA = $(install_sh) -c -m 644
21890 install_sh_PROGRAM = $(install_sh) -c
21891 install_sh_SCRIPT = $(install_sh) -c
21892 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
21893 INSTALL_HEADER = $(INSTALL_DATA)
21894 -transform = @program_transform_name@
21895 +transform = $(program_transform_name)
21896 NORMAL_INSTALL = :
21897 PRE_INSTALL = :
21898 POST_INSTALL = :
21899 NORMAL_UNINSTALL = :
21900 PRE_UNINSTALL = :
21901 POST_UNINSTALL = :
21902 -host_alias = @host_alias@
21903 +build_triplet = @build@
21904 host_triplet = @host@
21905 -
21906 -EXEEXT = @EXEEXT@
21907 -OBJEXT = @OBJEXT@
21908 -PATH_SEPARATOR = @PATH_SEPARATOR@
21909 +noinst_PROGRAMS = ck.cgi$(EXEEXT) ckclient$(EXEEXT)
21910 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
21911 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
21912 + $(srcdir)/Makefile.in
21913 +subdir = gsoap/samples/httpcookies
21914 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
21915 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
21916 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
21917 + $(ACLOCAL_M4)
21918 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
21919 +CONFIG_HEADER = $(top_builddir)/config.h
21920 +CONFIG_CLEAN_FILES =
21921 +CONFIG_CLEAN_VPATH_FILES =
21922 +PROGRAMS = $(noinst_PROGRAMS)
21923 +am__objects_1 =
21924 +am__objects_2 = ck_cgi-soapC.$(OBJEXT)
21925 +am__objects_3 = ck_cgi-soapServer.$(OBJEXT) $(am__objects_2)
21926 +am_ck_cgi_OBJECTS = ck_cgi-ckserver.$(OBJEXT) $(am__objects_1) \
21927 + $(am__objects_3)
21928 +ck_cgi_OBJECTS = $(am_ck_cgi_OBJECTS)
21929 +am__DEPENDENCIES_1 =
21930 +ck_cgi_DEPENDENCIES = $(SOAP_CPP_LIB_CK) $(am__DEPENDENCIES_1)
21931 +ck_cgi_LINK = $(CXXLD) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
21932 + $(LDFLAGS) -o $@
21933 +am__objects_4 = ckclient-soapC.$(OBJEXT)
21934 +am__objects_5 = ckclient-soapClient.$(OBJEXT) $(am__objects_4)
21935 +am_ckclient_OBJECTS = ckclient-ckclient.$(OBJEXT) $(am__objects_1) \
21936 + $(am__objects_5)
21937 +ckclient_OBJECTS = $(am_ckclient_OBJECTS)
21938 +ckclient_DEPENDENCIES = $(SOAP_CPP_LIB_CK) $(am__DEPENDENCIES_1)
21939 +ckclient_LINK = $(CXXLD) $(ckclient_CXXFLAGS) $(CXXFLAGS) \
21940 + $(AM_LDFLAGS) $(LDFLAGS) -o $@
21941 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
21942 +depcomp = $(SHELL) $(top_srcdir)/depcomp
21943 +am__depfiles_maybe = depfiles
21944 +am__mv = mv -f
21945 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
21946 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
21947 +CXXLD = $(CXX)
21948 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
21949 + -o $@
21950 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
21951 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
21952 +CCLD = $(CC)
21953 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
21954 +SOURCES = $(ck_cgi_SOURCES) $(ckclient_SOURCES)
21955 +DIST_SOURCES = $(ck_cgi_SOURCES) $(ckclient_SOURCES)
21956 +ETAGS = etags
21957 +CTAGS = ctags
21958 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
21959 +ACLOCAL = @ACLOCAL@
21960 AMTAR = @AMTAR@
21961 +AUTOCONF = @AUTOCONF@
21962 +AUTOHEADER = @AUTOHEADER@
21963 +AUTOMAKE = @AUTOMAKE@
21964 AWK = @AWK@
21965 BISON_DEFINE = @BISON_DEFINE@
21966 CC = @CC@
21967 +CCDEPMODE = @CCDEPMODE@
21968 +CFLAGS = @CFLAGS@
21969 CPP = @CPP@
21970 +CPPFLAGS = @CPPFLAGS@
21971 CXX = @CXX@
21972 +CXXDEPMODE = @CXXDEPMODE@
21973 +CXXFLAGS = @CXXFLAGS@
21974 +CYGPATH_W = @CYGPATH_W@
21975 +DEFS = @DEFS@
21976 DEPDIR = @DEPDIR@
21977 +ECHO_C = @ECHO_C@
21978 +ECHO_N = @ECHO_N@
21979 +ECHO_T = @ECHO_T@
21980 +EGREP = @EGREP@
21981 ENABLE_SAMPLES = @ENABLE_SAMPLES@
21982 +EXEEXT = @EXEEXT@
21983 +GREP = @GREP@
21984 +INSTALL = @INSTALL@
21985 +INSTALL_DATA = @INSTALL_DATA@
21986 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
21987 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
21988 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
21989 +LDFLAGS = @LDFLAGS@
21990 LEX = @LEX@
21991 LEXLIB = @LEXLIB@
21992 LEX_DEFINE = @LEX_DEFINE@
21993 LEX_FLAGS = @LEX_FLAGS@
21994 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
21995 +LIBOBJS = @LIBOBJS@
21996 +LIBS = @LIBS@
21997 LN_S = @LN_S@
21998 +LTLIBOBJS = @LTLIBOBJS@
21999 +MAKEINFO = @MAKEINFO@
22000 +MKDIR_P = @MKDIR_P@
22001 +OBJEXT = @OBJEXT@
22002 PACKAGE = @PACKAGE@
22003 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
22004 +PACKAGE_NAME = @PACKAGE_NAME@
22005 +PACKAGE_STRING = @PACKAGE_STRING@
22006 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
22007 +PACKAGE_VERSION = @PACKAGE_VERSION@
22008 +PATH_SEPARATOR = @PATH_SEPARATOR@
22009 RANLIB = @RANLIB@
22010 SAMPLE_DIRS = @SAMPLE_DIRS@
22011 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
22012 +SET_MAKE = @SET_MAKE@
22013 +SHELL = @SHELL@
22014 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
22015 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
22016 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
22017 @@ -95,136 +150,140 @@
22018 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
22019 YACC = @YACC@
22020 YACC_LIB = @YACC_LIB@
22021 +YFLAGS = @YFLAGS@
22022 +abs_builddir = @abs_builddir@
22023 +abs_srcdir = @abs_srcdir@
22024 +abs_top_builddir = @abs_top_builddir@
22025 +abs_top_srcdir = @abs_top_srcdir@
22026 +ac_ct_CC = @ac_ct_CC@
22027 +ac_ct_CXX = @ac_ct_CXX@
22028 am__include = @am__include@
22029 +am__leading_dot = @am__leading_dot@
22030 am__quote = @am__quote@
22031 +am__tar = @am__tar@
22032 +am__untar = @am__untar@
22033 +bindir = @bindir@
22034 +build = @build@
22035 +build_alias = @build_alias@
22036 +build_cpu = @build_cpu@
22037 +build_os = @build_os@
22038 +build_vendor = @build_vendor@
22039 +builddir = @builddir@
22040 +datadir = @datadir@
22041 +datarootdir = @datarootdir@
22042 +docdir = @docdir@
22043 +dvidir = @dvidir@
22044 +exec_prefix = @exec_prefix@
22045 +host = @host@
22046 +host_alias = @host_alias@
22047 +host_cpu = @host_cpu@
22048 +host_os = @host_os@
22049 +host_vendor = @host_vendor@
22050 +htmldir = @htmldir@
22051 +includedir = @includedir@
22052 +infodir = @infodir@
22053 install_sh = @install_sh@
22054 +libdir = @libdir@
22055 +libexecdir = @libexecdir@
22056 +localedir = @localedir@
22057 +localstatedir = @localstatedir@
22058 +mandir = @mandir@
22059 +mkdir_p = @mkdir_p@
22060 +oldincludedir = @oldincludedir@
22061 +pdfdir = @pdfdir@
22062 platform = @platform@
22063 +prefix = @prefix@
22064 +program_transform_name = @program_transform_name@
22065 +psdir = @psdir@
22066 +sbindir = @sbindir@
22067 +sharedstatedir = @sharedstatedir@
22068 +srcdir = @srcdir@
22069 +sysconfdir = @sysconfdir@
22070 +target_alias = @target_alias@
22071 +top_build_prefix = @top_build_prefix@
22072 +top_builddir = @top_builddir@
22073 +top_srcdir = @top_srcdir@
22074
22075 ####### This is the input file for automake, which will generate Makefile.in ##########
22076 AUTOMAKE_OPTIONS = foreign 1.4
22077 -
22078 -noinst_PROGRAMS = ck.cgi ckclient
22079 SOAPHEADER = ck.h
22080 -
22081 AM_CFLAGS = -D$(platform)
22082 AM_CXXFLAGS = -D$(platform)
22083 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
22084 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
22085 -
22086 SOAP_NS_DEF = ns.nsmap ns.wsdl
22087 -
22088 SOAP_H_FILES = soapH.h soapStub.h
22089 -
22090 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
22091 -
22092 SOAP_C_CORE = soapC.c
22093 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
22094 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
22095 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
22096 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
22097 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
22098 -
22099 SOAP_CPP_CORE = soapC.cpp
22100 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
22101 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
22102 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
22103 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
22104 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
22105 -
22106 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
22107 -
22108 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
22109 BUILT_SOURCES = $(SOAP_CPP_SRC)
22110 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
22111 -
22112 SOAP_NS = ck.nsmap ck.wsdl
22113 -
22114 ck_cgi_CXXFLAGS = -DWITH_COOKIES -D$(platform)
22115 ck_cgi_SOURCES = ckserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
22116 ck_cgi_LDADD = $(SOAP_CPP_LIB_CK) $(SAMPLE_EXTRA_LIBS)
22117 -
22118 ckclient_CXXFLAGS = -DWITH_COOKIES -D$(platform)
22119 ckclient_SOURCES = ckclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
22120 ckclient_LDADD = $(SOAP_CPP_LIB_CK) $(SAMPLE_EXTRA_LIBS)
22121 -subdir = gsoap/samples/httpcookies
22122 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
22123 -CONFIG_HEADER = $(top_builddir)/config.h
22124 -CONFIG_CLEAN_FILES =
22125 -noinst_PROGRAMS = ck.cgi$(EXEEXT) ckclient$(EXEEXT)
22126 -PROGRAMS = $(noinst_PROGRAMS)
22127 -
22128 -am__objects_1 =
22129 -am__objects_2 = ck_cgi-soapC.$(OBJEXT)
22130 -am__objects_3 = ck_cgi-soapServer.$(OBJEXT) $(am__objects_2)
22131 -am_ck_cgi_OBJECTS = ck_cgi-ckserver.$(OBJEXT) $(am__objects_1) \
22132 - $(am__objects_3)
22133 -ck_cgi_OBJECTS = $(am_ck_cgi_OBJECTS)
22134 -ck_cgi_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapck++.a
22135 -ck_cgi_LDFLAGS =
22136 -am__objects_4 = ckclient-soapC.$(OBJEXT)
22137 -am__objects_5 = ckclient-soapClient.$(OBJEXT) $(am__objects_4)
22138 -am_ckclient_OBJECTS = ckclient-ckclient.$(OBJEXT) $(am__objects_1) \
22139 - $(am__objects_5)
22140 -ckclient_OBJECTS = $(am_ckclient_OBJECTS)
22141 -ckclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapck++.a
22142 -ckclient_LDFLAGS =
22143 -
22144 -DEFS = @DEFS@
22145 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
22146 -CPPFLAGS = @CPPFLAGS@
22147 -LDFLAGS = @LDFLAGS@
22148 -LIBS = @LIBS@
22149 -depcomp = $(SHELL) $(top_srcdir)/depcomp
22150 -am__depfiles_maybe = depfiles
22151 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ck_cgi-ckserver.Po \
22152 -@AMDEP_TRUE@ ./$(DEPDIR)/ck_cgi-soapC.Po \
22153 -@AMDEP_TRUE@ ./$(DEPDIR)/ck_cgi-soapServer.Po \
22154 -@AMDEP_TRUE@ ./$(DEPDIR)/ckclient-ckclient.Po \
22155 -@AMDEP_TRUE@ ./$(DEPDIR)/ckclient-soapC.Po \
22156 -@AMDEP_TRUE@ ./$(DEPDIR)/ckclient-soapClient.Po
22157 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
22158 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22159 -CXXLD = $(CXX)
22160 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
22161 - -o $@
22162 -CXXFLAGS = @CXXFLAGS@
22163 -CFLAGS = @CFLAGS@
22164 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
22165 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22166 -CCLD = $(CC)
22167 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
22168 -DIST_SOURCES = $(ck_cgi_SOURCES) $(ckclient_SOURCES)
22169 -DIST_COMMON = Makefile.am Makefile.in
22170 -SOURCES = $(ck_cgi_SOURCES) $(ckclient_SOURCES)
22171 -
22172 all: $(BUILT_SOURCES)
22173 $(MAKE) $(AM_MAKEFLAGS) all-am
22174
22175 .SUFFIXES:
22176 .SUFFIXES: .cpp .o .obj
22177 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
22178 - cd $(top_srcdir) && \
22179 - $(AUTOMAKE) --foreign gsoap/samples/httpcookies/Makefile
22180 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22181 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
22182 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
22183 + @for dep in $?; do \
22184 + case '$(am__configure_deps)' in \
22185 + *$$dep*) \
22186 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
22187 + && { if test -f $@; then exit 0; else break; fi; }; \
22188 + exit 1;; \
22189 + esac; \
22190 + done; \
22191 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/httpcookies/Makefile'; \
22192 + $(am__cd) $(top_srcdir) && \
22193 + $(AUTOMAKE) --foreign gsoap/samples/httpcookies/Makefile
22194 +.PRECIOUS: Makefile
22195 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22196 + @case '$?' in \
22197 + *config.status*) \
22198 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
22199 + *) \
22200 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
22201 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
22202 + esac;
22203 +
22204 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22205 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22206 +
22207 +$(top_srcdir)/configure: $(am__configure_deps)
22208 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22209 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
22210 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22211 +$(am__aclocal_m4_deps):
22212
22213 clean-noinstPROGRAMS:
22214 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
22215 -ck_cgi-ckserver.$(OBJEXT): ckserver.cpp
22216 -ck_cgi-soapServer.$(OBJEXT): soapServer.cpp
22217 -ck_cgi-soapC.$(OBJEXT): soapC.cpp
22218 ck.cgi$(EXEEXT): $(ck_cgi_OBJECTS) $(ck_cgi_DEPENDENCIES)
22219 @rm -f ck.cgi$(EXEEXT)
22220 - $(CXXLINK) $(ck_cgi_LDFLAGS) $(ck_cgi_OBJECTS) $(ck_cgi_LDADD) $(LIBS)
22221 -ckclient-ckclient.$(OBJEXT): ckclient.cpp
22222 -ckclient-soapClient.$(OBJEXT): soapClient.cpp
22223 -ckclient-soapC.$(OBJEXT): soapC.cpp
22224 + $(ck_cgi_LINK) $(ck_cgi_OBJECTS) $(ck_cgi_LDADD) $(LIBS)
22225 ckclient$(EXEEXT): $(ckclient_OBJECTS) $(ckclient_DEPENDENCIES)
22226 @rm -f ckclient$(EXEEXT)
22227 - $(CXXLINK) $(ckclient_LDFLAGS) $(ckclient_OBJECTS) $(ckclient_LDADD) $(LIBS)
22228 + $(ckclient_LINK) $(ckclient_OBJECTS) $(ckclient_LDADD) $(LIBS)
22229
22230 mostlyclean-compile:
22231 - -rm -f *.$(OBJEXT) core *.core
22232 + -rm -f *.$(OBJEXT)
22233
22234 distclean-compile:
22235 -rm -f *.tab.c
22236 @@ -236,163 +295,193 @@
22237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ckclient-soapC.Po@am__quote@
22238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ckclient-soapClient.Po@am__quote@
22239
22240 -distclean-depend:
22241 - -rm -rf ./$(DEPDIR)
22242 -
22243 .cpp.o:
22244 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
22245 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
22246 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22247 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
22248 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
22249 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
22250 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
22251 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22252 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
22253
22254 .cpp.obj:
22255 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
22256 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
22257 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22258 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
22259 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
22260 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
22261 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
22262 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22263 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
22264
22265 ck_cgi-ckserver.o: ckserver.cpp
22266 -@AMDEP_TRUE@ source='ckserver.cpp' object='ck_cgi-ckserver.o' libtool=no @AMDEPBACKSLASH@
22267 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-ckserver.Po' tmpdepfile='$(DEPDIR)/ck_cgi-ckserver.TPo' @AMDEPBACKSLASH@
22268 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22269 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-ckserver.o `test -f 'ckserver.cpp' || echo '$(srcdir)/'`ckserver.cpp
22270 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-ckserver.o -MD -MP -MF $(DEPDIR)/ck_cgi-ckserver.Tpo -c -o ck_cgi-ckserver.o `test -f 'ckserver.cpp' || echo '$(srcdir)/'`ckserver.cpp
22271 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-ckserver.Tpo $(DEPDIR)/ck_cgi-ckserver.Po
22272 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ckserver.cpp' object='ck_cgi-ckserver.o' libtool=no @AMDEPBACKSLASH@
22273 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22274 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-ckserver.o `test -f 'ckserver.cpp' || echo '$(srcdir)/'`ckserver.cpp
22275
22276 ck_cgi-ckserver.obj: ckserver.cpp
22277 -@AMDEP_TRUE@ source='ckserver.cpp' object='ck_cgi-ckserver.obj' libtool=no @AMDEPBACKSLASH@
22278 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-ckserver.Po' tmpdepfile='$(DEPDIR)/ck_cgi-ckserver.TPo' @AMDEPBACKSLASH@
22279 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22280 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-ckserver.obj `cygpath -w ckserver.cpp`
22281 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-ckserver.obj -MD -MP -MF $(DEPDIR)/ck_cgi-ckserver.Tpo -c -o ck_cgi-ckserver.obj `if test -f 'ckserver.cpp'; then $(CYGPATH_W) 'ckserver.cpp'; else $(CYGPATH_W) '$(srcdir)/ckserver.cpp'; fi`
22282 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-ckserver.Tpo $(DEPDIR)/ck_cgi-ckserver.Po
22283 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ckserver.cpp' object='ck_cgi-ckserver.obj' libtool=no @AMDEPBACKSLASH@
22284 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22285 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-ckserver.obj `if test -f 'ckserver.cpp'; then $(CYGPATH_W) 'ckserver.cpp'; else $(CYGPATH_W) '$(srcdir)/ckserver.cpp'; fi`
22286
22287 ck_cgi-soapServer.o: soapServer.cpp
22288 -@AMDEP_TRUE@ source='soapServer.cpp' object='ck_cgi-soapServer.o' libtool=no @AMDEPBACKSLASH@
22289 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-soapServer.Po' tmpdepfile='$(DEPDIR)/ck_cgi-soapServer.TPo' @AMDEPBACKSLASH@
22290 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22291 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapServer.o `test -f 'soapServer.cpp' || echo '$(srcdir)/'`soapServer.cpp
22292 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-soapServer.o -MD -MP -MF $(DEPDIR)/ck_cgi-soapServer.Tpo -c -o ck_cgi-soapServer.o `test -f 'soapServer.cpp' || echo '$(srcdir)/'`soapServer.cpp
22293 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-soapServer.Tpo $(DEPDIR)/ck_cgi-soapServer.Po
22294 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapServer.cpp' object='ck_cgi-soapServer.o' libtool=no @AMDEPBACKSLASH@
22295 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22296 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapServer.o `test -f 'soapServer.cpp' || echo '$(srcdir)/'`soapServer.cpp
22297
22298 ck_cgi-soapServer.obj: soapServer.cpp
22299 -@AMDEP_TRUE@ source='soapServer.cpp' object='ck_cgi-soapServer.obj' libtool=no @AMDEPBACKSLASH@
22300 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-soapServer.Po' tmpdepfile='$(DEPDIR)/ck_cgi-soapServer.TPo' @AMDEPBACKSLASH@
22301 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22302 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapServer.obj `cygpath -w soapServer.cpp`
22303 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-soapServer.obj -MD -MP -MF $(DEPDIR)/ck_cgi-soapServer.Tpo -c -o ck_cgi-soapServer.obj `if test -f 'soapServer.cpp'; then $(CYGPATH_W) 'soapServer.cpp'; else $(CYGPATH_W) '$(srcdir)/soapServer.cpp'; fi`
22304 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-soapServer.Tpo $(DEPDIR)/ck_cgi-soapServer.Po
22305 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapServer.cpp' object='ck_cgi-soapServer.obj' libtool=no @AMDEPBACKSLASH@
22306 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22307 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapServer.obj `if test -f 'soapServer.cpp'; then $(CYGPATH_W) 'soapServer.cpp'; else $(CYGPATH_W) '$(srcdir)/soapServer.cpp'; fi`
22308
22309 ck_cgi-soapC.o: soapC.cpp
22310 -@AMDEP_TRUE@ source='soapC.cpp' object='ck_cgi-soapC.o' libtool=no @AMDEPBACKSLASH@
22311 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-soapC.Po' tmpdepfile='$(DEPDIR)/ck_cgi-soapC.TPo' @AMDEPBACKSLASH@
22312 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22313 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22314 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-soapC.o -MD -MP -MF $(DEPDIR)/ck_cgi-soapC.Tpo -c -o ck_cgi-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22315 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-soapC.Tpo $(DEPDIR)/ck_cgi-soapC.Po
22316 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapC.cpp' object='ck_cgi-soapC.o' libtool=no @AMDEPBACKSLASH@
22317 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22318 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22319
22320 ck_cgi-soapC.obj: soapC.cpp
22321 -@AMDEP_TRUE@ source='soapC.cpp' object='ck_cgi-soapC.obj' libtool=no @AMDEPBACKSLASH@
22322 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ck_cgi-soapC.Po' tmpdepfile='$(DEPDIR)/ck_cgi-soapC.TPo' @AMDEPBACKSLASH@
22323 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22324 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapC.obj `cygpath -w soapC.cpp`
22325 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -MT ck_cgi-soapC.obj -MD -MP -MF $(DEPDIR)/ck_cgi-soapC.Tpo -c -o ck_cgi-soapC.obj `if test -f 'soapC.cpp'; then $(CYGPATH_W) 'soapC.cpp'; else $(CYGPATH_W) '$(srcdir)/soapC.cpp'; fi`
22326 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ck_cgi-soapC.Tpo $(DEPDIR)/ck_cgi-soapC.Po
22327 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapC.cpp' object='ck_cgi-soapC.obj' libtool=no @AMDEPBACKSLASH@
22328 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22329 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ck_cgi_CXXFLAGS) $(CXXFLAGS) -c -o ck_cgi-soapC.obj `if test -f 'soapC.cpp'; then $(CYGPATH_W) 'soapC.cpp'; else $(CYGPATH_W) '$(srcdir)/soapC.cpp'; fi`
22330
22331 ckclient-ckclient.o: ckclient.cpp
22332 -@AMDEP_TRUE@ source='ckclient.cpp' object='ckclient-ckclient.o' libtool=no @AMDEPBACKSLASH@
22333 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-ckclient.Po' tmpdepfile='$(DEPDIR)/ckclient-ckclient.TPo' @AMDEPBACKSLASH@
22334 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22335 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-ckclient.o `test -f 'ckclient.cpp' || echo '$(srcdir)/'`ckclient.cpp
22336 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-ckclient.o -MD -MP -MF $(DEPDIR)/ckclient-ckclient.Tpo -c -o ckclient-ckclient.o `test -f 'ckclient.cpp' || echo '$(srcdir)/'`ckclient.cpp
22337 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-ckclient.Tpo $(DEPDIR)/ckclient-ckclient.Po
22338 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ckclient.cpp' object='ckclient-ckclient.o' libtool=no @AMDEPBACKSLASH@
22339 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22340 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-ckclient.o `test -f 'ckclient.cpp' || echo '$(srcdir)/'`ckclient.cpp
22341
22342 ckclient-ckclient.obj: ckclient.cpp
22343 -@AMDEP_TRUE@ source='ckclient.cpp' object='ckclient-ckclient.obj' libtool=no @AMDEPBACKSLASH@
22344 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-ckclient.Po' tmpdepfile='$(DEPDIR)/ckclient-ckclient.TPo' @AMDEPBACKSLASH@
22345 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22346 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-ckclient.obj `cygpath -w ckclient.cpp`
22347 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-ckclient.obj -MD -MP -MF $(DEPDIR)/ckclient-ckclient.Tpo -c -o ckclient-ckclient.obj `if test -f 'ckclient.cpp'; then $(CYGPATH_W) 'ckclient.cpp'; else $(CYGPATH_W) '$(srcdir)/ckclient.cpp'; fi`
22348 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-ckclient.Tpo $(DEPDIR)/ckclient-ckclient.Po
22349 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ckclient.cpp' object='ckclient-ckclient.obj' libtool=no @AMDEPBACKSLASH@
22350 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22351 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-ckclient.obj `if test -f 'ckclient.cpp'; then $(CYGPATH_W) 'ckclient.cpp'; else $(CYGPATH_W) '$(srcdir)/ckclient.cpp'; fi`
22352
22353 ckclient-soapClient.o: soapClient.cpp
22354 -@AMDEP_TRUE@ source='soapClient.cpp' object='ckclient-soapClient.o' libtool=no @AMDEPBACKSLASH@
22355 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-soapClient.Po' tmpdepfile='$(DEPDIR)/ckclient-soapClient.TPo' @AMDEPBACKSLASH@
22356 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22357 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapClient.o `test -f 'soapClient.cpp' || echo '$(srcdir)/'`soapClient.cpp
22358 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-soapClient.o -MD -MP -MF $(DEPDIR)/ckclient-soapClient.Tpo -c -o ckclient-soapClient.o `test -f 'soapClient.cpp' || echo '$(srcdir)/'`soapClient.cpp
22359 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-soapClient.Tpo $(DEPDIR)/ckclient-soapClient.Po
22360 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapClient.cpp' object='ckclient-soapClient.o' libtool=no @AMDEPBACKSLASH@
22361 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22362 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapClient.o `test -f 'soapClient.cpp' || echo '$(srcdir)/'`soapClient.cpp
22363
22364 ckclient-soapClient.obj: soapClient.cpp
22365 -@AMDEP_TRUE@ source='soapClient.cpp' object='ckclient-soapClient.obj' libtool=no @AMDEPBACKSLASH@
22366 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-soapClient.Po' tmpdepfile='$(DEPDIR)/ckclient-soapClient.TPo' @AMDEPBACKSLASH@
22367 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22368 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapClient.obj `cygpath -w soapClient.cpp`
22369 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-soapClient.obj -MD -MP -MF $(DEPDIR)/ckclient-soapClient.Tpo -c -o ckclient-soapClient.obj `if test -f 'soapClient.cpp'; then $(CYGPATH_W) 'soapClient.cpp'; else $(CYGPATH_W) '$(srcdir)/soapClient.cpp'; fi`
22370 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-soapClient.Tpo $(DEPDIR)/ckclient-soapClient.Po
22371 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapClient.cpp' object='ckclient-soapClient.obj' libtool=no @AMDEPBACKSLASH@
22372 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22373 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapClient.obj `if test -f 'soapClient.cpp'; then $(CYGPATH_W) 'soapClient.cpp'; else $(CYGPATH_W) '$(srcdir)/soapClient.cpp'; fi`
22374
22375 ckclient-soapC.o: soapC.cpp
22376 -@AMDEP_TRUE@ source='soapC.cpp' object='ckclient-soapC.o' libtool=no @AMDEPBACKSLASH@
22377 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-soapC.Po' tmpdepfile='$(DEPDIR)/ckclient-soapC.TPo' @AMDEPBACKSLASH@
22378 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22379 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22380 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-soapC.o -MD -MP -MF $(DEPDIR)/ckclient-soapC.Tpo -c -o ckclient-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22381 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-soapC.Tpo $(DEPDIR)/ckclient-soapC.Po
22382 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapC.cpp' object='ckclient-soapC.o' libtool=no @AMDEPBACKSLASH@
22383 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22384 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapC.o `test -f 'soapC.cpp' || echo '$(srcdir)/'`soapC.cpp
22385
22386 ckclient-soapC.obj: soapC.cpp
22387 -@AMDEP_TRUE@ source='soapC.cpp' object='ckclient-soapC.obj' libtool=no @AMDEPBACKSLASH@
22388 -@AMDEP_TRUE@ depfile='$(DEPDIR)/ckclient-soapC.Po' tmpdepfile='$(DEPDIR)/ckclient-soapC.TPo' @AMDEPBACKSLASH@
22389 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22390 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapC.obj `cygpath -w soapC.cpp`
22391 -CXXDEPMODE = @CXXDEPMODE@
22392 -uninstall-info-am:
22393 -
22394 -ETAGS = etags
22395 -ETAGSFLAGS =
22396 -
22397 -tags: TAGS
22398 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -MT ckclient-soapC.obj -MD -MP -MF $(DEPDIR)/ckclient-soapC.Tpo -c -o ckclient-soapC.obj `if test -f 'soapC.cpp'; then $(CYGPATH_W) 'soapC.cpp'; else $(CYGPATH_W) '$(srcdir)/soapC.cpp'; fi`
22399 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/ckclient-soapC.Tpo $(DEPDIR)/ckclient-soapC.Po
22400 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soapC.cpp' object='ckclient-soapC.obj' libtool=no @AMDEPBACKSLASH@
22401 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22402 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ckclient_CXXFLAGS) $(CXXFLAGS) -c -o ckclient-soapC.obj `if test -f 'soapC.cpp'; then $(CYGPATH_W) 'soapC.cpp'; else $(CYGPATH_W) '$(srcdir)/soapC.cpp'; fi`
22403
22404 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
22405 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
22406 unique=`for i in $$list; do \
22407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
22408 done | \
22409 - $(AWK) ' { files[$$0] = 1; } \
22410 - END { for (i in files) print i; }'`; \
22411 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
22412 + END { if (nonempty) { for (i in files) print i; }; }'`; \
22413 mkid -fID $$unique
22414 +tags: TAGS
22415
22416 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
22417 $(TAGS_FILES) $(LISP)
22418 - tags=; \
22419 + set x; \
22420 here=`pwd`; \
22421 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
22422 unique=`for i in $$list; do \
22423 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
22424 done | \
22425 - $(AWK) ' { files[$$0] = 1; } \
22426 - END { for (i in files) print i; }'`; \
22427 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
22428 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
22429 - $$tags $$unique
22430 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
22431 + END { if (nonempty) { for (i in files) print i; }; }'`; \
22432 + shift; \
22433 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
22434 + test -n "$$unique" || unique=$$empty_fix; \
22435 + if test $$# -gt 0; then \
22436 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
22437 + "$$@" $$unique; \
22438 + else \
22439 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
22440 + $$unique; \
22441 + fi; \
22442 + fi
22443 +ctags: CTAGS
22444 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
22445 + $(TAGS_FILES) $(LISP)
22446 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
22447 + unique=`for i in $$list; do \
22448 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
22449 + done | \
22450 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
22451 + END { if (nonempty) { for (i in files) print i; }; }'`; \
22452 + test -z "$(CTAGS_ARGS)$$unique" \
22453 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
22454 + $$unique
22455
22456 GTAGS:
22457 here=`$(am__cd) $(top_builddir) && pwd` \
22458 - && cd $(top_srcdir) \
22459 - && gtags -i $(GTAGS_ARGS) $$here
22460 + && $(am__cd) $(top_srcdir) \
22461 + && gtags -i $(GTAGS_ARGS) "$$here"
22462
22463 distclean-tags:
22464 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
22465 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
22466 -
22467 -top_distdir = ../../..
22468 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
22469 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22470
22471 distdir: $(DISTFILES)
22472 - @list='$(DISTFILES)'; for file in $$list; do \
22473 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
22474 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
22475 + list='$(DISTFILES)'; \
22476 + dist_files=`for file in $$list; do echo $$file; done | \
22477 + sed -e "s|^$$srcdirstrip/||;t" \
22478 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
22479 + case $$dist_files in \
22480 + */*) $(MKDIR_P) `echo "$$dist_files" | \
22481 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
22482 + sort -u` ;; \
22483 + esac; \
22484 + for file in $$dist_files; do \
22485 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
22486 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
22487 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
22488 - dir="/$$dir"; \
22489 - $(mkinstalldirs) "$(distdir)$$dir"; \
22490 - else \
22491 - dir=''; \
22492 - fi; \
22493 if test -d $$d/$$file; then \
22494 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
22495 + if test -d "$(distdir)/$$file"; then \
22496 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
22497 + fi; \
22498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
22499 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
22500 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
22501 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
22502 fi; \
22503 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
22504 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
22505 else \
22506 - test -f $(distdir)/$$file \
22507 - || cp -p $$d/$$file $(distdir)/$$file \
22508 + test -f "$(distdir)/$$file" \
22509 + || cp -p $$d/$$file "$(distdir)/$$file" \
22510 || exit 1; \
22511 fi; \
22512 done
22513 check-am: all-am
22514 -check: check-am
22515 +check: $(BUILT_SOURCES)
22516 + $(MAKE) $(AM_MAKEFLAGS) check-am
22517 all-am: Makefile $(PROGRAMS)
22518 -
22519 installdirs:
22520 -
22521 -install: install-am
22522 +install: $(BUILT_SOURCES)
22523 + $(MAKE) $(AM_MAKEFLAGS) install-am
22524 install-exec: install-exec-am
22525 install-data: install-data-am
22526 uninstall: uninstall-am
22527 @@ -403,7 +492,7 @@
22528 installcheck: installcheck-am
22529 install-strip:
22530 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
22531 - INSTALL_STRIP_FLAG=-s \
22532 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
22533 `test -z '$(STRIP)' || \
22534 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
22535 mostlyclean-generic:
22536 @@ -412,7 +501,8 @@
22537 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
22538
22539 distclean-generic:
22540 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
22541 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
22542 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
22543
22544 maintainer-clean-generic:
22545 @echo "This command is intended for maintainers to use"
22546 @@ -423,52 +513,89 @@
22547 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
22548
22549 distclean: distclean-am
22550 -
22551 -distclean-am: clean-am distclean-compile distclean-depend \
22552 - distclean-generic distclean-tags
22553 + -rm -rf ./$(DEPDIR)
22554 + -rm -f Makefile
22555 +distclean-am: clean-am distclean-compile distclean-generic \
22556 + distclean-tags
22557
22558 dvi: dvi-am
22559
22560 dvi-am:
22561
22562 +html: html-am
22563 +
22564 +html-am:
22565 +
22566 info: info-am
22567
22568 info-am:
22569
22570 install-data-am:
22571
22572 +install-dvi: install-dvi-am
22573 +
22574 +install-dvi-am:
22575 +
22576 install-exec-am:
22577
22578 +install-html: install-html-am
22579 +
22580 +install-html-am:
22581 +
22582 install-info: install-info-am
22583
22584 +install-info-am:
22585 +
22586 install-man:
22587
22588 +install-pdf: install-pdf-am
22589 +
22590 +install-pdf-am:
22591 +
22592 +install-ps: install-ps-am
22593 +
22594 +install-ps-am:
22595 +
22596 installcheck-am:
22597
22598 maintainer-clean: maintainer-clean-am
22599 -
22600 + -rm -rf ./$(DEPDIR)
22601 + -rm -f Makefile
22602 maintainer-clean-am: distclean-am maintainer-clean-generic
22603
22604 mostlyclean: mostlyclean-am
22605
22606 mostlyclean-am: mostlyclean-compile mostlyclean-generic
22607
22608 -uninstall-am: uninstall-info-am
22609 +pdf: pdf-am
22610
22611 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
22612 - clean-noinstPROGRAMS distclean distclean-compile \
22613 - distclean-depend distclean-generic distclean-tags distdir dvi \
22614 - dvi-am info info-am install install-am install-data \
22615 - install-data-am install-exec install-exec-am install-info \
22616 - install-info-am install-man install-strip installcheck \
22617 +pdf-am:
22618 +
22619 +ps: ps-am
22620 +
22621 +ps-am:
22622 +
22623 +uninstall-am:
22624 +
22625 +.MAKE: all check install install-am install-strip
22626 +
22627 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
22628 + clean-noinstPROGRAMS ctags distclean distclean-compile \
22629 + distclean-generic distclean-tags distdir dvi dvi-am html \
22630 + html-am info info-am install install-am install-data \
22631 + install-data-am install-dvi install-dvi-am install-exec \
22632 + install-exec-am install-html install-html-am install-info \
22633 + install-info-am install-man install-pdf install-pdf-am \
22634 + install-ps install-ps-am install-strip installcheck \
22635 installcheck-am installdirs maintainer-clean \
22636 maintainer-clean-generic mostlyclean mostlyclean-compile \
22637 - mostlyclean-generic tags uninstall uninstall-am \
22638 - uninstall-info-am
22639 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
22640 + uninstall-am
22641
22642
22643 $(SOAP_CPP_SRC) : $(SOAPHEADER)
22644 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
22645 +
22646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
22647 # Otherwise a system limit (for SysV at least) may be exceeded.
22648 .NOEXPORT:
22649 diff -urN b/gsoap/samples/lu/Makefile.in d/gsoap/samples/lu/Makefile.in
22650 --- b/gsoap/samples/lu/Makefile.in 2009-11-07 21:07:22.000000000 +0100
22651 +++ d/gsoap/samples/lu/Makefile.in 2010-01-22 21:45:24.000000000 +0100
22652 @@ -1,8 +1,9 @@
22653 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
22654 +# Makefile.in generated by automake 1.11 from Makefile.am.
22655 # @configure_input@
22656
22657 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
22658 -# Free Software Foundation, Inc.
22659 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
22660 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
22661 +# Inc.
22662 # This Makefile.in is free software; the Free Software Foundation
22663 # gives unlimited permission to copy and/or distribute it,
22664 # with or without modifications, as long as this notice is preserved.
22665 @@ -13,77 +14,126 @@
22666 # PARTICULAR PURPOSE.
22667
22668 @SET_MAKE@
22669 -SHELL = @SHELL@
22670
22671 -srcdir = @srcdir@
22672 -top_srcdir = @top_srcdir@
22673 VPATH = @srcdir@
22674 -prefix = @prefix@
22675 -exec_prefix = @exec_prefix@
22676 -
22677 -bindir = @bindir@
22678 -sbindir = @sbindir@
22679 -libexecdir = @libexecdir@
22680 -datadir = @datadir@
22681 -sysconfdir = @sysconfdir@
22682 -sharedstatedir = @sharedstatedir@
22683 -localstatedir = @localstatedir@
22684 -libdir = @libdir@
22685 -infodir = @infodir@
22686 -mandir = @mandir@
22687 -includedir = @includedir@
22688 -oldincludedir = /usr/include
22689 pkgdatadir = $(datadir)/@PACKAGE@
22690 -pkglibdir = $(libdir)/@PACKAGE@
22691 pkgincludedir = $(includedir)/@PACKAGE@
22692 -top_builddir = ../../..
22693 -
22694 -ACLOCAL = @ACLOCAL@
22695 -AUTOCONF = @AUTOCONF@
22696 -AUTOMAKE = @AUTOMAKE@
22697 -AUTOHEADER = @AUTOHEADER@
22698 -
22699 +pkglibdir = $(libdir)/@PACKAGE@
22700 +pkglibexecdir = $(libexecdir)/@PACKAGE@
22701 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22702 -INSTALL = @INSTALL@
22703 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
22704 -INSTALL_DATA = @INSTALL_DATA@
22705 install_sh_DATA = $(install_sh) -c -m 644
22706 install_sh_PROGRAM = $(install_sh) -c
22707 install_sh_SCRIPT = $(install_sh) -c
22708 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
22709 INSTALL_HEADER = $(INSTALL_DATA)
22710 -transform = @program_transform_name@
22711 +transform = $(program_transform_name)
22712 NORMAL_INSTALL = :
22713 PRE_INSTALL = :
22714 POST_INSTALL = :
22715 NORMAL_UNINSTALL = :
22716 PRE_UNINSTALL = :
22717 POST_UNINSTALL = :
22718 -host_alias = @host_alias@
22719 +build_triplet = @build@
22720 host_triplet = @host@
22721 -
22722 -EXEEXT = @EXEEXT@
22723 -OBJEXT = @OBJEXT@
22724 -PATH_SEPARATOR = @PATH_SEPARATOR@
22725 +noinst_PROGRAMS = luclient$(EXEEXT) luserver.cgi$(EXEEXT)
22726 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
22727 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
22728 + $(srcdir)/Makefile.in
22729 +subdir = gsoap/samples/lu
22730 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
22731 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
22732 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
22733 + $(ACLOCAL_M4)
22734 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
22735 +CONFIG_HEADER = $(top_builddir)/config.h
22736 +CONFIG_CLEAN_FILES =
22737 +CONFIG_CLEAN_VPATH_FILES =
22738 +PROGRAMS = $(noinst_PROGRAMS)
22739 +am__objects_1 =
22740 +am__objects_2 = soapC.$(OBJEXT)
22741 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
22742 +am_luclient_OBJECTS = luclient.$(OBJEXT) lumat.$(OBJEXT) \
22743 + $(am__objects_1) $(am__objects_3)
22744 +luclient_OBJECTS = $(am_luclient_OBJECTS)
22745 +am__DEPENDENCIES_1 =
22746 +luclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
22747 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
22748 +am_luserver_cgi_OBJECTS = luserver.$(OBJEXT) lumat.$(OBJEXT) \
22749 + $(am__objects_1) $(am__objects_4)
22750 +luserver_cgi_OBJECTS = $(am_luserver_cgi_OBJECTS)
22751 +luserver_cgi_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
22752 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
22753 +depcomp = $(SHELL) $(top_srcdir)/depcomp
22754 +am__depfiles_maybe = depfiles
22755 +am__mv = mv -f
22756 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
22757 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22758 +CXXLD = $(CXX)
22759 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
22760 + -o $@
22761 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
22762 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22763 +CCLD = $(CC)
22764 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
22765 +SOURCES = $(luclient_SOURCES) $(luserver_cgi_SOURCES)
22766 +DIST_SOURCES = $(luclient_SOURCES) $(luserver_cgi_SOURCES)
22767 +ETAGS = etags
22768 +CTAGS = ctags
22769 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
22770 +ACLOCAL = @ACLOCAL@
22771 AMTAR = @AMTAR@
22772 +AUTOCONF = @AUTOCONF@
22773 +AUTOHEADER = @AUTOHEADER@
22774 +AUTOMAKE = @AUTOMAKE@
22775 AWK = @AWK@
22776 BISON_DEFINE = @BISON_DEFINE@
22777 CC = @CC@
22778 +CCDEPMODE = @CCDEPMODE@
22779 +CFLAGS = @CFLAGS@
22780 CPP = @CPP@
22781 +CPPFLAGS = @CPPFLAGS@
22782 CXX = @CXX@
22783 +CXXDEPMODE = @CXXDEPMODE@
22784 +CXXFLAGS = @CXXFLAGS@
22785 +CYGPATH_W = @CYGPATH_W@
22786 +DEFS = @DEFS@
22787 DEPDIR = @DEPDIR@
22788 +ECHO_C = @ECHO_C@
22789 +ECHO_N = @ECHO_N@
22790 +ECHO_T = @ECHO_T@
22791 +EGREP = @EGREP@
22792 ENABLE_SAMPLES = @ENABLE_SAMPLES@
22793 +EXEEXT = @EXEEXT@
22794 +GREP = @GREP@
22795 +INSTALL = @INSTALL@
22796 +INSTALL_DATA = @INSTALL_DATA@
22797 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
22798 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
22799 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
22800 +LDFLAGS = @LDFLAGS@
22801 LEX = @LEX@
22802 LEXLIB = @LEXLIB@
22803 LEX_DEFINE = @LEX_DEFINE@
22804 LEX_FLAGS = @LEX_FLAGS@
22805 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
22806 +LIBOBJS = @LIBOBJS@
22807 +LIBS = @LIBS@
22808 LN_S = @LN_S@
22809 +LTLIBOBJS = @LTLIBOBJS@
22810 +MAKEINFO = @MAKEINFO@
22811 +MKDIR_P = @MKDIR_P@
22812 +OBJEXT = @OBJEXT@
22813 PACKAGE = @PACKAGE@
22814 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
22815 +PACKAGE_NAME = @PACKAGE_NAME@
22816 +PACKAGE_STRING = @PACKAGE_STRING@
22817 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
22818 +PACKAGE_VERSION = @PACKAGE_VERSION@
22819 +PATH_SEPARATOR = @PATH_SEPARATOR@
22820 RANLIB = @RANLIB@
22821 SAMPLE_DIRS = @SAMPLE_DIRS@
22822 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
22823 +SET_MAKE = @SET_MAKE@
22824 +SHELL = @SHELL@
22825 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
22826 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
22827 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
22828 @@ -95,124 +145,138 @@
22829 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
22830 YACC = @YACC@
22831 YACC_LIB = @YACC_LIB@
22832 +YFLAGS = @YFLAGS@
22833 +abs_builddir = @abs_builddir@
22834 +abs_srcdir = @abs_srcdir@
22835 +abs_top_builddir = @abs_top_builddir@
22836 +abs_top_srcdir = @abs_top_srcdir@
22837 +ac_ct_CC = @ac_ct_CC@
22838 +ac_ct_CXX = @ac_ct_CXX@
22839 am__include = @am__include@
22840 +am__leading_dot = @am__leading_dot@
22841 am__quote = @am__quote@
22842 +am__tar = @am__tar@
22843 +am__untar = @am__untar@
22844 +bindir = @bindir@
22845 +build = @build@
22846 +build_alias = @build_alias@
22847 +build_cpu = @build_cpu@
22848 +build_os = @build_os@
22849 +build_vendor = @build_vendor@
22850 +builddir = @builddir@
22851 +datadir = @datadir@
22852 +datarootdir = @datarootdir@
22853 +docdir = @docdir@
22854 +dvidir = @dvidir@
22855 +exec_prefix = @exec_prefix@
22856 +host = @host@
22857 +host_alias = @host_alias@
22858 +host_cpu = @host_cpu@
22859 +host_os = @host_os@
22860 +host_vendor = @host_vendor@
22861 +htmldir = @htmldir@
22862 +includedir = @includedir@
22863 +infodir = @infodir@
22864 install_sh = @install_sh@
22865 +libdir = @libdir@
22866 +libexecdir = @libexecdir@
22867 +localedir = @localedir@
22868 +localstatedir = @localstatedir@
22869 +mandir = @mandir@
22870 +mkdir_p = @mkdir_p@
22871 +oldincludedir = @oldincludedir@
22872 +pdfdir = @pdfdir@
22873 platform = @platform@
22874 +prefix = @prefix@
22875 +program_transform_name = @program_transform_name@
22876 +psdir = @psdir@
22877 +sbindir = @sbindir@
22878 +sharedstatedir = @sharedstatedir@
22879 +srcdir = @srcdir@
22880 +sysconfdir = @sysconfdir@
22881 +target_alias = @target_alias@
22882 +top_build_prefix = @top_build_prefix@
22883 +top_builddir = @top_builddir@
22884 +top_srcdir = @top_srcdir@
22885
22886 ####### This is the input file for automake, which will generate Makefile.in ##########
22887 AUTOMAKE_OPTIONS = foreign 1.4
22888 -
22889 -noinst_PROGRAMS = luclient luserver.cgi
22890 SOAPHEADER = lu.h
22891 -
22892 AM_CFLAGS = -D$(platform)
22893 AM_CXXFLAGS = -D$(platform)
22894 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
22895 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
22896 -
22897 SOAP_NS_DEF = ns.nsmap ns.wsdl
22898 -
22899 SOAP_H_FILES = soapH.h soapStub.h
22900 -
22901 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
22902 -
22903 SOAP_C_CORE = soapC.c
22904 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
22905 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
22906 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
22907 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
22908 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
22909 -
22910 SOAP_CPP_CORE = soapC.cpp
22911 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
22912 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
22913 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
22914 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
22915 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
22916 -
22917 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
22918 -
22919 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
22920 BUILT_SOURCES = $(SOAP_CPP_SRC)
22921 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
22922 -
22923 SOAP_NS = lu.nsmap lu.wsdl
22924 -
22925 luclient_SOURCES = luclient.cpp lumat.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
22926 luclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
22927 -
22928 luserver_cgi_SOURCES = luserver.cpp lumat.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
22929 luserver_cgi_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
22930 -subdir = gsoap/samples/lu
22931 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
22932 -CONFIG_HEADER = $(top_builddir)/config.h
22933 -CONFIG_CLEAN_FILES =
22934 -noinst_PROGRAMS = luclient$(EXEEXT) luserver.cgi$(EXEEXT)
22935 -PROGRAMS = $(noinst_PROGRAMS)
22936 -
22937 -am__objects_1 =
22938 -am__objects_2 = soapC.$(OBJEXT)
22939 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
22940 -am_luclient_OBJECTS = luclient.$(OBJEXT) lumat.$(OBJEXT) \
22941 - $(am__objects_1) $(am__objects_3)
22942 -luclient_OBJECTS = $(am_luclient_OBJECTS)
22943 -luclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
22944 -luclient_LDFLAGS =
22945 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
22946 -am_luserver_cgi_OBJECTS = luserver.$(OBJEXT) lumat.$(OBJEXT) \
22947 - $(am__objects_1) $(am__objects_4)
22948 -luserver_cgi_OBJECTS = $(am_luserver_cgi_OBJECTS)
22949 -luserver_cgi_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
22950 -luserver_cgi_LDFLAGS =
22951 -
22952 -DEFS = @DEFS@
22953 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
22954 -CPPFLAGS = @CPPFLAGS@
22955 -LDFLAGS = @LDFLAGS@
22956 -LIBS = @LIBS@
22957 -depcomp = $(SHELL) $(top_srcdir)/depcomp
22958 -am__depfiles_maybe = depfiles
22959 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/luclient.Po ./$(DEPDIR)/lumat.Po \
22960 -@AMDEP_TRUE@ ./$(DEPDIR)/luserver.Po ./$(DEPDIR)/soapC.Po \
22961 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
22962 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
22963 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22964 -CXXLD = $(CXX)
22965 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
22966 - -o $@
22967 -CXXFLAGS = @CXXFLAGS@
22968 -CFLAGS = @CFLAGS@
22969 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
22970 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22971 -CCLD = $(CC)
22972 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
22973 -DIST_SOURCES = $(luclient_SOURCES) $(luserver_cgi_SOURCES)
22974 -DIST_COMMON = Makefile.am Makefile.in
22975 -SOURCES = $(luclient_SOURCES) $(luserver_cgi_SOURCES)
22976 -
22977 all: $(BUILT_SOURCES)
22978 $(MAKE) $(AM_MAKEFLAGS) all-am
22979
22980 .SUFFIXES:
22981 .SUFFIXES: .cpp .o .obj
22982 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
22983 - cd $(top_srcdir) && \
22984 - $(AUTOMAKE) --foreign gsoap/samples/lu/Makefile
22985 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22986 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
22987 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
22988 + @for dep in $?; do \
22989 + case '$(am__configure_deps)' in \
22990 + *$$dep*) \
22991 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
22992 + && { if test -f $@; then exit 0; else break; fi; }; \
22993 + exit 1;; \
22994 + esac; \
22995 + done; \
22996 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/lu/Makefile'; \
22997 + $(am__cd) $(top_srcdir) && \
22998 + $(AUTOMAKE) --foreign gsoap/samples/lu/Makefile
22999 +.PRECIOUS: Makefile
23000 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23001 + @case '$?' in \
23002 + *config.status*) \
23003 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
23004 + *) \
23005 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
23006 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
23007 + esac;
23008 +
23009 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23010 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23011 +
23012 +$(top_srcdir)/configure: $(am__configure_deps)
23013 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23014 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
23015 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23016 +$(am__aclocal_m4_deps):
23017
23018 clean-noinstPROGRAMS:
23019 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
23020 luclient$(EXEEXT): $(luclient_OBJECTS) $(luclient_DEPENDENCIES)
23021 @rm -f luclient$(EXEEXT)
23022 - $(CXXLINK) $(luclient_LDFLAGS) $(luclient_OBJECTS) $(luclient_LDADD) $(LIBS)
23023 + $(CXXLINK) $(luclient_OBJECTS) $(luclient_LDADD) $(LIBS)
23024 luserver.cgi$(EXEEXT): $(luserver_cgi_OBJECTS) $(luserver_cgi_DEPENDENCIES)
23025 @rm -f luserver.cgi$(EXEEXT)
23026 - $(CXXLINK) $(luserver_cgi_LDFLAGS) $(luserver_cgi_OBJECTS) $(luserver_cgi_LDADD) $(LIBS)
23027 + $(CXXLINK) $(luserver_cgi_OBJECTS) $(luserver_cgi_LDADD) $(LIBS)
23028
23029 mostlyclean-compile:
23030 - -rm -f *.$(OBJEXT) core *.core
23031 + -rm -f *.$(OBJEXT)
23032
23033 distclean-compile:
23034 -rm -f *.tab.c
23035 @@ -224,91 +288,109 @@
23036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
23037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
23038
23039 -distclean-depend:
23040 - -rm -rf ./$(DEPDIR)
23041 -
23042 .cpp.o:
23043 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23044 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
23045 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23046 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
23047 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
23048 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
23049 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23050 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23051 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
23052
23053 .cpp.obj:
23054 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23055 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
23056 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23057 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
23058 -CXXDEPMODE = @CXXDEPMODE@
23059 -uninstall-info-am:
23060 -
23061 -ETAGS = etags
23062 -ETAGSFLAGS =
23063 -
23064 -tags: TAGS
23065 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
23066 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
23067 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23068 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23069 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
23070
23071 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
23072 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23073 unique=`for i in $$list; do \
23074 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23075 done | \
23076 - $(AWK) ' { files[$$0] = 1; } \
23077 - END { for (i in files) print i; }'`; \
23078 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23079 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23080 mkid -fID $$unique
23081 +tags: TAGS
23082
23083 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
23084 $(TAGS_FILES) $(LISP)
23085 - tags=; \
23086 + set x; \
23087 here=`pwd`; \
23088 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23089 unique=`for i in $$list; do \
23090 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23091 done | \
23092 - $(AWK) ' { files[$$0] = 1; } \
23093 - END { for (i in files) print i; }'`; \
23094 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
23095 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23096 - $$tags $$unique
23097 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23098 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23099 + shift; \
23100 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
23101 + test -n "$$unique" || unique=$$empty_fix; \
23102 + if test $$# -gt 0; then \
23103 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23104 + "$$@" $$unique; \
23105 + else \
23106 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23107 + $$unique; \
23108 + fi; \
23109 + fi
23110 +ctags: CTAGS
23111 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
23112 + $(TAGS_FILES) $(LISP)
23113 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23114 + unique=`for i in $$list; do \
23115 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23116 + done | \
23117 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23118 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23119 + test -z "$(CTAGS_ARGS)$$unique" \
23120 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
23121 + $$unique
23122
23123 GTAGS:
23124 here=`$(am__cd) $(top_builddir) && pwd` \
23125 - && cd $(top_srcdir) \
23126 - && gtags -i $(GTAGS_ARGS) $$here
23127 + && $(am__cd) $(top_srcdir) \
23128 + && gtags -i $(GTAGS_ARGS) "$$here"
23129
23130 distclean-tags:
23131 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
23132 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23133 -
23134 -top_distdir = ../../..
23135 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
23136 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
23137
23138 distdir: $(DISTFILES)
23139 - @list='$(DISTFILES)'; for file in $$list; do \
23140 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
23141 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
23142 + list='$(DISTFILES)'; \
23143 + dist_files=`for file in $$list; do echo $$file; done | \
23144 + sed -e "s|^$$srcdirstrip/||;t" \
23145 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
23146 + case $$dist_files in \
23147 + */*) $(MKDIR_P) `echo "$$dist_files" | \
23148 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
23149 + sort -u` ;; \
23150 + esac; \
23151 + for file in $$dist_files; do \
23152 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
23153 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
23154 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
23155 - dir="/$$dir"; \
23156 - $(mkinstalldirs) "$(distdir)$$dir"; \
23157 - else \
23158 - dir=''; \
23159 - fi; \
23160 if test -d $$d/$$file; then \
23161 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
23162 + if test -d "$(distdir)/$$file"; then \
23163 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
23164 + fi; \
23165 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
23166 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
23167 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
23168 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
23169 fi; \
23170 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
23171 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
23172 else \
23173 - test -f $(distdir)/$$file \
23174 - || cp -p $$d/$$file $(distdir)/$$file \
23175 + test -f "$(distdir)/$$file" \
23176 + || cp -p $$d/$$file "$(distdir)/$$file" \
23177 || exit 1; \
23178 fi; \
23179 done
23180 check-am: all-am
23181 -check: check-am
23182 +check: $(BUILT_SOURCES)
23183 + $(MAKE) $(AM_MAKEFLAGS) check-am
23184 all-am: Makefile $(PROGRAMS)
23185 -
23186 installdirs:
23187 -
23188 -install: install-am
23189 +install: $(BUILT_SOURCES)
23190 + $(MAKE) $(AM_MAKEFLAGS) install-am
23191 install-exec: install-exec-am
23192 install-data: install-data-am
23193 uninstall: uninstall-am
23194 @@ -319,7 +401,7 @@
23195 installcheck: installcheck-am
23196 install-strip:
23197 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
23198 - INSTALL_STRIP_FLAG=-s \
23199 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
23200 `test -z '$(STRIP)' || \
23201 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
23202 mostlyclean-generic:
23203 @@ -328,7 +410,8 @@
23204 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
23205
23206 distclean-generic:
23207 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
23208 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
23209 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
23210
23211 maintainer-clean-generic:
23212 @echo "This command is intended for maintainers to use"
23213 @@ -339,52 +422,89 @@
23214 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
23215
23216 distclean: distclean-am
23217 -
23218 -distclean-am: clean-am distclean-compile distclean-depend \
23219 - distclean-generic distclean-tags
23220 + -rm -rf ./$(DEPDIR)
23221 + -rm -f Makefile
23222 +distclean-am: clean-am distclean-compile distclean-generic \
23223 + distclean-tags
23224
23225 dvi: dvi-am
23226
23227 dvi-am:
23228
23229 +html: html-am
23230 +
23231 +html-am:
23232 +
23233 info: info-am
23234
23235 info-am:
23236
23237 install-data-am:
23238
23239 +install-dvi: install-dvi-am
23240 +
23241 +install-dvi-am:
23242 +
23243 install-exec-am:
23244
23245 +install-html: install-html-am
23246 +
23247 +install-html-am:
23248 +
23249 install-info: install-info-am
23250
23251 +install-info-am:
23252 +
23253 install-man:
23254
23255 +install-pdf: install-pdf-am
23256 +
23257 +install-pdf-am:
23258 +
23259 +install-ps: install-ps-am
23260 +
23261 +install-ps-am:
23262 +
23263 installcheck-am:
23264
23265 maintainer-clean: maintainer-clean-am
23266 -
23267 + -rm -rf ./$(DEPDIR)
23268 + -rm -f Makefile
23269 maintainer-clean-am: distclean-am maintainer-clean-generic
23270
23271 mostlyclean: mostlyclean-am
23272
23273 mostlyclean-am: mostlyclean-compile mostlyclean-generic
23274
23275 -uninstall-am: uninstall-info-am
23276 +pdf: pdf-am
23277
23278 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
23279 - clean-noinstPROGRAMS distclean distclean-compile \
23280 - distclean-depend distclean-generic distclean-tags distdir dvi \
23281 - dvi-am info info-am install install-am install-data \
23282 - install-data-am install-exec install-exec-am install-info \
23283 - install-info-am install-man install-strip installcheck \
23284 +pdf-am:
23285 +
23286 +ps: ps-am
23287 +
23288 +ps-am:
23289 +
23290 +uninstall-am:
23291 +
23292 +.MAKE: all check install install-am install-strip
23293 +
23294 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
23295 + clean-noinstPROGRAMS ctags distclean distclean-compile \
23296 + distclean-generic distclean-tags distdir dvi dvi-am html \
23297 + html-am info info-am install install-am install-data \
23298 + install-data-am install-dvi install-dvi-am install-exec \
23299 + install-exec-am install-html install-html-am install-info \
23300 + install-info-am install-man install-pdf install-pdf-am \
23301 + install-ps install-ps-am install-strip installcheck \
23302 installcheck-am installdirs maintainer-clean \
23303 maintainer-clean-generic mostlyclean mostlyclean-compile \
23304 - mostlyclean-generic tags uninstall uninstall-am \
23305 - uninstall-info-am
23306 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
23307 + uninstall-am
23308
23309
23310 $(SOAP_CPP_SRC) : $(SOAPHEADER)
23311 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
23312 +
23313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
23314 # Otherwise a system limit (for SysV at least) may be exceeded.
23315 .NOEXPORT:
23316 diff -urN b/gsoap/samples/magic/Makefile.in d/gsoap/samples/magic/Makefile.in
23317 --- b/gsoap/samples/magic/Makefile.in 2009-11-07 21:07:21.000000000 +0100
23318 +++ d/gsoap/samples/magic/Makefile.in 2010-01-22 21:45:24.000000000 +0100
23319 @@ -1,8 +1,9 @@
23320 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
23321 +# Makefile.in generated by automake 1.11 from Makefile.am.
23322 # @configure_input@
23323
23324 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
23325 -# Free Software Foundation, Inc.
23326 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23327 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
23328 +# Inc.
23329 # This Makefile.in is free software; the Free Software Foundation
23330 # gives unlimited permission to copy and/or distribute it,
23331 # with or without modifications, as long as this notice is preserved.
23332 @@ -13,77 +14,126 @@
23333 # PARTICULAR PURPOSE.
23334
23335 @SET_MAKE@
23336 -SHELL = @SHELL@
23337
23338 -srcdir = @srcdir@
23339 -top_srcdir = @top_srcdir@
23340 VPATH = @srcdir@
23341 -prefix = @prefix@
23342 -exec_prefix = @exec_prefix@
23343 -
23344 -bindir = @bindir@
23345 -sbindir = @sbindir@
23346 -libexecdir = @libexecdir@
23347 -datadir = @datadir@
23348 -sysconfdir = @sysconfdir@
23349 -sharedstatedir = @sharedstatedir@
23350 -localstatedir = @localstatedir@
23351 -libdir = @libdir@
23352 -infodir = @infodir@
23353 -mandir = @mandir@
23354 -includedir = @includedir@
23355 -oldincludedir = /usr/include
23356 pkgdatadir = $(datadir)/@PACKAGE@
23357 -pkglibdir = $(libdir)/@PACKAGE@
23358 pkgincludedir = $(includedir)/@PACKAGE@
23359 -top_builddir = ../../..
23360 -
23361 -ACLOCAL = @ACLOCAL@
23362 -AUTOCONF = @AUTOCONF@
23363 -AUTOMAKE = @AUTOMAKE@
23364 -AUTOHEADER = @AUTOHEADER@
23365 -
23366 +pkglibdir = $(libdir)/@PACKAGE@
23367 +pkglibexecdir = $(libexecdir)/@PACKAGE@
23368 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23369 -INSTALL = @INSTALL@
23370 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
23371 -INSTALL_DATA = @INSTALL_DATA@
23372 install_sh_DATA = $(install_sh) -c -m 644
23373 install_sh_PROGRAM = $(install_sh) -c
23374 install_sh_SCRIPT = $(install_sh) -c
23375 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
23376 INSTALL_HEADER = $(INSTALL_DATA)
23377 -transform = @program_transform_name@
23378 +transform = $(program_transform_name)
23379 NORMAL_INSTALL = :
23380 PRE_INSTALL = :
23381 POST_INSTALL = :
23382 NORMAL_UNINSTALL = :
23383 PRE_UNINSTALL = :
23384 POST_UNINSTALL = :
23385 -host_alias = @host_alias@
23386 +build_triplet = @build@
23387 host_triplet = @host@
23388 -
23389 -EXEEXT = @EXEEXT@
23390 -OBJEXT = @OBJEXT@
23391 -PATH_SEPARATOR = @PATH_SEPARATOR@
23392 +noinst_PROGRAMS = magic$(EXEEXT) magicserver$(EXEEXT)
23393 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
23394 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
23395 + $(srcdir)/Makefile.in
23396 +subdir = gsoap/samples/magic
23397 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
23398 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
23399 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
23400 + $(ACLOCAL_M4)
23401 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
23402 +CONFIG_HEADER = $(top_builddir)/config.h
23403 +CONFIG_CLEAN_FILES =
23404 +CONFIG_CLEAN_VPATH_FILES =
23405 +PROGRAMS = $(noinst_PROGRAMS)
23406 +am__objects_1 =
23407 +am__objects_2 = soapC.$(OBJEXT)
23408 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
23409 +am_magic_OBJECTS = magic.$(OBJEXT) $(am__objects_1) $(am__objects_3)
23410 +magic_OBJECTS = $(am_magic_OBJECTS)
23411 +magic_LDADD = $(LDADD)
23412 +am__DEPENDENCIES_1 =
23413 +magic_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
23414 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
23415 +am_magicserver_OBJECTS = magicserver.$(OBJEXT) $(am__objects_1) \
23416 + $(am__objects_4)
23417 +magicserver_OBJECTS = $(am_magicserver_OBJECTS)
23418 +magicserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
23419 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
23420 +depcomp = $(SHELL) $(top_srcdir)/depcomp
23421 +am__depfiles_maybe = depfiles
23422 +am__mv = mv -f
23423 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
23424 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
23425 +CXXLD = $(CXX)
23426 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
23427 + -o $@
23428 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
23429 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
23430 +CCLD = $(CC)
23431 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
23432 +SOURCES = $(magic_SOURCES) $(magicserver_SOURCES)
23433 +DIST_SOURCES = $(magic_SOURCES) $(magicserver_SOURCES)
23434 +ETAGS = etags
23435 +CTAGS = ctags
23436 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23437 +ACLOCAL = @ACLOCAL@
23438 AMTAR = @AMTAR@
23439 +AUTOCONF = @AUTOCONF@
23440 +AUTOHEADER = @AUTOHEADER@
23441 +AUTOMAKE = @AUTOMAKE@
23442 AWK = @AWK@
23443 BISON_DEFINE = @BISON_DEFINE@
23444 CC = @CC@
23445 +CCDEPMODE = @CCDEPMODE@
23446 +CFLAGS = @CFLAGS@
23447 CPP = @CPP@
23448 +CPPFLAGS = @CPPFLAGS@
23449 CXX = @CXX@
23450 +CXXDEPMODE = @CXXDEPMODE@
23451 +CXXFLAGS = @CXXFLAGS@
23452 +CYGPATH_W = @CYGPATH_W@
23453 +DEFS = @DEFS@
23454 DEPDIR = @DEPDIR@
23455 +ECHO_C = @ECHO_C@
23456 +ECHO_N = @ECHO_N@
23457 +ECHO_T = @ECHO_T@
23458 +EGREP = @EGREP@
23459 ENABLE_SAMPLES = @ENABLE_SAMPLES@
23460 +EXEEXT = @EXEEXT@
23461 +GREP = @GREP@
23462 +INSTALL = @INSTALL@
23463 +INSTALL_DATA = @INSTALL_DATA@
23464 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
23465 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
23466 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
23467 +LDFLAGS = @LDFLAGS@
23468 LEX = @LEX@
23469 LEXLIB = @LEXLIB@
23470 LEX_DEFINE = @LEX_DEFINE@
23471 LEX_FLAGS = @LEX_FLAGS@
23472 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
23473 +LIBOBJS = @LIBOBJS@
23474 +LIBS = @LIBS@
23475 LN_S = @LN_S@
23476 +LTLIBOBJS = @LTLIBOBJS@
23477 +MAKEINFO = @MAKEINFO@
23478 +MKDIR_P = @MKDIR_P@
23479 +OBJEXT = @OBJEXT@
23480 PACKAGE = @PACKAGE@
23481 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
23482 +PACKAGE_NAME = @PACKAGE_NAME@
23483 +PACKAGE_STRING = @PACKAGE_STRING@
23484 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
23485 +PACKAGE_VERSION = @PACKAGE_VERSION@
23486 +PATH_SEPARATOR = @PATH_SEPARATOR@
23487 RANLIB = @RANLIB@
23488 SAMPLE_DIRS = @SAMPLE_DIRS@
23489 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
23490 +SET_MAKE = @SET_MAKE@
23491 +SHELL = @SHELL@
23492 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
23493 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
23494 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
23495 @@ -95,123 +145,137 @@
23496 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
23497 YACC = @YACC@
23498 YACC_LIB = @YACC_LIB@
23499 +YFLAGS = @YFLAGS@
23500 +abs_builddir = @abs_builddir@
23501 +abs_srcdir = @abs_srcdir@
23502 +abs_top_builddir = @abs_top_builddir@
23503 +abs_top_srcdir = @abs_top_srcdir@
23504 +ac_ct_CC = @ac_ct_CC@
23505 +ac_ct_CXX = @ac_ct_CXX@
23506 am__include = @am__include@
23507 +am__leading_dot = @am__leading_dot@
23508 am__quote = @am__quote@
23509 +am__tar = @am__tar@
23510 +am__untar = @am__untar@
23511 +bindir = @bindir@
23512 +build = @build@
23513 +build_alias = @build_alias@
23514 +build_cpu = @build_cpu@
23515 +build_os = @build_os@
23516 +build_vendor = @build_vendor@
23517 +builddir = @builddir@
23518 +datadir = @datadir@
23519 +datarootdir = @datarootdir@
23520 +docdir = @docdir@
23521 +dvidir = @dvidir@
23522 +exec_prefix = @exec_prefix@
23523 +host = @host@
23524 +host_alias = @host_alias@
23525 +host_cpu = @host_cpu@
23526 +host_os = @host_os@
23527 +host_vendor = @host_vendor@
23528 +htmldir = @htmldir@
23529 +includedir = @includedir@
23530 +infodir = @infodir@
23531 install_sh = @install_sh@
23532 +libdir = @libdir@
23533 +libexecdir = @libexecdir@
23534 +localedir = @localedir@
23535 +localstatedir = @localstatedir@
23536 +mandir = @mandir@
23537 +mkdir_p = @mkdir_p@
23538 +oldincludedir = @oldincludedir@
23539 +pdfdir = @pdfdir@
23540 platform = @platform@
23541 +prefix = @prefix@
23542 +program_transform_name = @program_transform_name@
23543 +psdir = @psdir@
23544 +sbindir = @sbindir@
23545 +sharedstatedir = @sharedstatedir@
23546 +srcdir = @srcdir@
23547 +sysconfdir = @sysconfdir@
23548 +target_alias = @target_alias@
23549 +top_build_prefix = @top_build_prefix@
23550 +top_builddir = @top_builddir@
23551 +top_srcdir = @top_srcdir@
23552
23553 ####### This is the input file for automake, which will generate Makefile.in ##########
23554 AUTOMAKE_OPTIONS = foreign 1.4
23555 -
23556 -noinst_PROGRAMS = magic magicserver
23557 SOAPHEADER = magic.h
23558 -
23559 AM_CFLAGS = -D$(platform)
23560 AM_CXXFLAGS = -D$(platform)
23561 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
23562 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
23563 -
23564 SOAP_NS_DEF = ns.nsmap ns.wsdl
23565 -
23566 SOAP_H_FILES = soapH.h soapStub.h
23567 -
23568 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
23569 -
23570 SOAP_C_CORE = soapC.c
23571 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
23572 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
23573 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
23574 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
23575 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
23576 -
23577 SOAP_CPP_CORE = soapC.cpp
23578 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
23579 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
23580 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
23581 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
23582 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
23583 -
23584 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
23585 -
23586 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
23587 BUILT_SOURCES = $(SOAP_CPP_SRC)
23588 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
23589 -
23590 SOAP_NS = magic.nsmap magic.wsdl
23591 -
23592 magic_SOURCES = magic.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
23593 -
23594 magicserver_SOURCES = magicserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
23595 magicserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
23596 -subdir = gsoap/samples/magic
23597 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
23598 -CONFIG_HEADER = $(top_builddir)/config.h
23599 -CONFIG_CLEAN_FILES =
23600 -noinst_PROGRAMS = magic$(EXEEXT) magicserver$(EXEEXT)
23601 -PROGRAMS = $(noinst_PROGRAMS)
23602 -
23603 -am__objects_1 =
23604 -am__objects_2 = soapC.$(OBJEXT)
23605 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
23606 -am_magic_OBJECTS = magic.$(OBJEXT) $(am__objects_1) $(am__objects_3)
23607 -magic_OBJECTS = $(am_magic_OBJECTS)
23608 -magic_LDADD = $(LDADD)
23609 -magic_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
23610 -magic_LDFLAGS =
23611 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
23612 -am_magicserver_OBJECTS = magicserver.$(OBJEXT) $(am__objects_1) \
23613 - $(am__objects_4)
23614 -magicserver_OBJECTS = $(am_magicserver_OBJECTS)
23615 -magicserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
23616 -magicserver_LDFLAGS =
23617 -
23618 -DEFS = @DEFS@
23619 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
23620 -CPPFLAGS = @CPPFLAGS@
23621 -LDFLAGS = @LDFLAGS@
23622 -LIBS = @LIBS@
23623 -depcomp = $(SHELL) $(top_srcdir)/depcomp
23624 -am__depfiles_maybe = depfiles
23625 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/magic.Po ./$(DEPDIR)/magicserver.Po \
23626 -@AMDEP_TRUE@ ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapClient.Po \
23627 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po
23628 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
23629 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
23630 -CXXLD = $(CXX)
23631 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
23632 - -o $@
23633 -CXXFLAGS = @CXXFLAGS@
23634 -CFLAGS = @CFLAGS@
23635 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
23636 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
23637 -CCLD = $(CC)
23638 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
23639 -DIST_SOURCES = $(magic_SOURCES) $(magicserver_SOURCES)
23640 -DIST_COMMON = Makefile.am Makefile.in
23641 -SOURCES = $(magic_SOURCES) $(magicserver_SOURCES)
23642 -
23643 all: $(BUILT_SOURCES)
23644 $(MAKE) $(AM_MAKEFLAGS) all-am
23645
23646 .SUFFIXES:
23647 .SUFFIXES: .cpp .o .obj
23648 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
23649 - cd $(top_srcdir) && \
23650 - $(AUTOMAKE) --foreign gsoap/samples/magic/Makefile
23651 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23652 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
23653 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
23654 + @for dep in $?; do \
23655 + case '$(am__configure_deps)' in \
23656 + *$$dep*) \
23657 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
23658 + && { if test -f $@; then exit 0; else break; fi; }; \
23659 + exit 1;; \
23660 + esac; \
23661 + done; \
23662 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/magic/Makefile'; \
23663 + $(am__cd) $(top_srcdir) && \
23664 + $(AUTOMAKE) --foreign gsoap/samples/magic/Makefile
23665 +.PRECIOUS: Makefile
23666 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23667 + @case '$?' in \
23668 + *config.status*) \
23669 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
23670 + *) \
23671 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
23672 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
23673 + esac;
23674 +
23675 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23676 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23677 +
23678 +$(top_srcdir)/configure: $(am__configure_deps)
23679 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23680 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
23681 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23682 +$(am__aclocal_m4_deps):
23683
23684 clean-noinstPROGRAMS:
23685 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
23686 magic$(EXEEXT): $(magic_OBJECTS) $(magic_DEPENDENCIES)
23687 @rm -f magic$(EXEEXT)
23688 - $(CXXLINK) $(magic_LDFLAGS) $(magic_OBJECTS) $(magic_LDADD) $(LIBS)
23689 + $(CXXLINK) $(magic_OBJECTS) $(magic_LDADD) $(LIBS)
23690 magicserver$(EXEEXT): $(magicserver_OBJECTS) $(magicserver_DEPENDENCIES)
23691 @rm -f magicserver$(EXEEXT)
23692 - $(CXXLINK) $(magicserver_LDFLAGS) $(magicserver_OBJECTS) $(magicserver_LDADD) $(LIBS)
23693 + $(CXXLINK) $(magicserver_OBJECTS) $(magicserver_LDADD) $(LIBS)
23694
23695 mostlyclean-compile:
23696 - -rm -f *.$(OBJEXT) core *.core
23697 + -rm -f *.$(OBJEXT)
23698
23699 distclean-compile:
23700 -rm -f *.tab.c
23701 @@ -222,91 +286,109 @@
23702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
23703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
23704
23705 -distclean-depend:
23706 - -rm -rf ./$(DEPDIR)
23707 -
23708 .cpp.o:
23709 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23710 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
23711 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23712 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
23713 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
23714 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
23715 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23716 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23717 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
23718
23719 .cpp.obj:
23720 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23721 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
23722 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23723 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
23724 -CXXDEPMODE = @CXXDEPMODE@
23725 -uninstall-info-am:
23726 -
23727 -ETAGS = etags
23728 -ETAGSFLAGS =
23729 -
23730 -tags: TAGS
23731 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
23732 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
23733 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
23734 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
23735 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
23736
23737 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
23738 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23739 unique=`for i in $$list; do \
23740 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23741 done | \
23742 - $(AWK) ' { files[$$0] = 1; } \
23743 - END { for (i in files) print i; }'`; \
23744 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23745 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23746 mkid -fID $$unique
23747 +tags: TAGS
23748
23749 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
23750 $(TAGS_FILES) $(LISP)
23751 - tags=; \
23752 + set x; \
23753 here=`pwd`; \
23754 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23755 unique=`for i in $$list; do \
23756 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23757 done | \
23758 - $(AWK) ' { files[$$0] = 1; } \
23759 - END { for (i in files) print i; }'`; \
23760 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
23761 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23762 - $$tags $$unique
23763 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23764 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23765 + shift; \
23766 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
23767 + test -n "$$unique" || unique=$$empty_fix; \
23768 + if test $$# -gt 0; then \
23769 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23770 + "$$@" $$unique; \
23771 + else \
23772 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
23773 + $$unique; \
23774 + fi; \
23775 + fi
23776 +ctags: CTAGS
23777 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
23778 + $(TAGS_FILES) $(LISP)
23779 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
23780 + unique=`for i in $$list; do \
23781 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23782 + done | \
23783 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
23784 + END { if (nonempty) { for (i in files) print i; }; }'`; \
23785 + test -z "$(CTAGS_ARGS)$$unique" \
23786 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
23787 + $$unique
23788
23789 GTAGS:
23790 here=`$(am__cd) $(top_builddir) && pwd` \
23791 - && cd $(top_srcdir) \
23792 - && gtags -i $(GTAGS_ARGS) $$here
23793 + && $(am__cd) $(top_srcdir) \
23794 + && gtags -i $(GTAGS_ARGS) "$$here"
23795
23796 distclean-tags:
23797 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
23798 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23799 -
23800 -top_distdir = ../../..
23801 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
23802 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
23803
23804 distdir: $(DISTFILES)
23805 - @list='$(DISTFILES)'; for file in $$list; do \
23806 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
23807 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
23808 + list='$(DISTFILES)'; \
23809 + dist_files=`for file in $$list; do echo $$file; done | \
23810 + sed -e "s|^$$srcdirstrip/||;t" \
23811 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
23812 + case $$dist_files in \
23813 + */*) $(MKDIR_P) `echo "$$dist_files" | \
23814 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
23815 + sort -u` ;; \
23816 + esac; \
23817 + for file in $$dist_files; do \
23818 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
23819 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
23820 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
23821 - dir="/$$dir"; \
23822 - $(mkinstalldirs) "$(distdir)$$dir"; \
23823 - else \
23824 - dir=''; \
23825 - fi; \
23826 if test -d $$d/$$file; then \
23827 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
23828 + if test -d "$(distdir)/$$file"; then \
23829 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
23830 + fi; \
23831 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
23832 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
23833 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
23834 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
23835 fi; \
23836 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
23837 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
23838 else \
23839 - test -f $(distdir)/$$file \
23840 - || cp -p $$d/$$file $(distdir)/$$file \
23841 + test -f "$(distdir)/$$file" \
23842 + || cp -p $$d/$$file "$(distdir)/$$file" \
23843 || exit 1; \
23844 fi; \
23845 done
23846 check-am: all-am
23847 -check: check-am
23848 +check: $(BUILT_SOURCES)
23849 + $(MAKE) $(AM_MAKEFLAGS) check-am
23850 all-am: Makefile $(PROGRAMS)
23851 -
23852 installdirs:
23853 -
23854 -install: install-am
23855 +install: $(BUILT_SOURCES)
23856 + $(MAKE) $(AM_MAKEFLAGS) install-am
23857 install-exec: install-exec-am
23858 install-data: install-data-am
23859 uninstall: uninstall-am
23860 @@ -317,7 +399,7 @@
23861 installcheck: installcheck-am
23862 install-strip:
23863 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
23864 - INSTALL_STRIP_FLAG=-s \
23865 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
23866 `test -z '$(STRIP)' || \
23867 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
23868 mostlyclean-generic:
23869 @@ -326,7 +408,8 @@
23870 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
23871
23872 distclean-generic:
23873 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
23874 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
23875 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
23876
23877 maintainer-clean-generic:
23878 @echo "This command is intended for maintainers to use"
23879 @@ -337,52 +420,89 @@
23880 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
23881
23882 distclean: distclean-am
23883 -
23884 -distclean-am: clean-am distclean-compile distclean-depend \
23885 - distclean-generic distclean-tags
23886 + -rm -rf ./$(DEPDIR)
23887 + -rm -f Makefile
23888 +distclean-am: clean-am distclean-compile distclean-generic \
23889 + distclean-tags
23890
23891 dvi: dvi-am
23892
23893 dvi-am:
23894
23895 +html: html-am
23896 +
23897 +html-am:
23898 +
23899 info: info-am
23900
23901 info-am:
23902
23903 install-data-am:
23904
23905 +install-dvi: install-dvi-am
23906 +
23907 +install-dvi-am:
23908 +
23909 install-exec-am:
23910
23911 +install-html: install-html-am
23912 +
23913 +install-html-am:
23914 +
23915 install-info: install-info-am
23916
23917 +install-info-am:
23918 +
23919 install-man:
23920
23921 +install-pdf: install-pdf-am
23922 +
23923 +install-pdf-am:
23924 +
23925 +install-ps: install-ps-am
23926 +
23927 +install-ps-am:
23928 +
23929 installcheck-am:
23930
23931 maintainer-clean: maintainer-clean-am
23932 -
23933 + -rm -rf ./$(DEPDIR)
23934 + -rm -f Makefile
23935 maintainer-clean-am: distclean-am maintainer-clean-generic
23936
23937 mostlyclean: mostlyclean-am
23938
23939 mostlyclean-am: mostlyclean-compile mostlyclean-generic
23940
23941 -uninstall-am: uninstall-info-am
23942 +pdf: pdf-am
23943
23944 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
23945 - clean-noinstPROGRAMS distclean distclean-compile \
23946 - distclean-depend distclean-generic distclean-tags distdir dvi \
23947 - dvi-am info info-am install install-am install-data \
23948 - install-data-am install-exec install-exec-am install-info \
23949 - install-info-am install-man install-strip installcheck \
23950 +pdf-am:
23951 +
23952 +ps: ps-am
23953 +
23954 +ps-am:
23955 +
23956 +uninstall-am:
23957 +
23958 +.MAKE: all check install install-am install-strip
23959 +
23960 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
23961 + clean-noinstPROGRAMS ctags distclean distclean-compile \
23962 + distclean-generic distclean-tags distdir dvi dvi-am html \
23963 + html-am info info-am install install-am install-data \
23964 + install-data-am install-dvi install-dvi-am install-exec \
23965 + install-exec-am install-html install-html-am install-info \
23966 + install-info-am install-man install-pdf install-pdf-am \
23967 + install-ps install-ps-am install-strip installcheck \
23968 installcheck-am installdirs maintainer-clean \
23969 maintainer-clean-generic mostlyclean mostlyclean-compile \
23970 - mostlyclean-generic tags uninstall uninstall-am \
23971 - uninstall-info-am
23972 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
23973 + uninstall-am
23974
23975
23976 $(SOAP_CPP_SRC) : $(SOAPHEADER)
23977 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
23978 +
23979 # Tell versions [3.59,3.63) of GNU make to not export all variables.
23980 # Otherwise a system limit (for SysV at least) may be exceeded.
23981 .NOEXPORT:
23982 diff -urN b/gsoap/samples/Makefile.in d/gsoap/samples/Makefile.in
23983 --- b/gsoap/samples/Makefile.in 2009-11-07 21:07:09.000000000 +0100
23984 +++ d/gsoap/samples/Makefile.in 2010-01-22 21:45:24.000000000 +0100
23985 @@ -1,8 +1,9 @@
23986 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
23987 +# Makefile.in generated by automake 1.11 from Makefile.am.
23988 # @configure_input@
23989
23990 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
23991 -# Free Software Foundation, Inc.
23992 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23993 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
23994 +# Inc.
23995 # This Makefile.in is free software; the Free Software Foundation
23996 # gives unlimited permission to copy and/or distribute it,
23997 # with or without modifications, as long as this notice is preserved.
23998 @@ -13,77 +14,133 @@
23999 # PARTICULAR PURPOSE.
24000
24001 @SET_MAKE@
24002 -SHELL = @SHELL@
24003 -
24004 -srcdir = @srcdir@
24005 -top_srcdir = @top_srcdir@
24006 VPATH = @srcdir@
24007 -prefix = @prefix@
24008 -exec_prefix = @exec_prefix@
24009 -
24010 -bindir = @bindir@
24011 -sbindir = @sbindir@
24012 -libexecdir = @libexecdir@
24013 -datadir = @datadir@
24014 -sysconfdir = @sysconfdir@
24015 -sharedstatedir = @sharedstatedir@
24016 -localstatedir = @localstatedir@
24017 -libdir = @libdir@
24018 -infodir = @infodir@
24019 -mandir = @mandir@
24020 -includedir = @includedir@
24021 -oldincludedir = /usr/include
24022 pkgdatadir = $(datadir)/@PACKAGE@
24023 -pkglibdir = $(libdir)/@PACKAGE@
24024 pkgincludedir = $(includedir)/@PACKAGE@
24025 -top_builddir = ../..
24026 -
24027 -ACLOCAL = @ACLOCAL@
24028 -AUTOCONF = @AUTOCONF@
24029 -AUTOMAKE = @AUTOMAKE@
24030 -AUTOHEADER = @AUTOHEADER@
24031 -
24032 +pkglibdir = $(libdir)/@PACKAGE@
24033 +pkglibexecdir = $(libexecdir)/@PACKAGE@
24034 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24035 -INSTALL = @INSTALL@
24036 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
24037 -INSTALL_DATA = @INSTALL_DATA@
24038 install_sh_DATA = $(install_sh) -c -m 644
24039 install_sh_PROGRAM = $(install_sh) -c
24040 install_sh_SCRIPT = $(install_sh) -c
24041 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
24042 INSTALL_HEADER = $(INSTALL_DATA)
24043 -transform = @program_transform_name@
24044 +transform = $(program_transform_name)
24045 NORMAL_INSTALL = :
24046 PRE_INSTALL = :
24047 POST_INSTALL = :
24048 NORMAL_UNINSTALL = :
24049 PRE_UNINSTALL = :
24050 POST_UNINSTALL = :
24051 -host_alias = @host_alias@
24052 +build_triplet = @build@
24053 host_triplet = @host@
24054 -
24055 -EXEEXT = @EXEEXT@
24056 -OBJEXT = @OBJEXT@
24057 -PATH_SEPARATOR = @PATH_SEPARATOR@
24058 +subdir = gsoap/samples
24059 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
24060 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
24061 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
24062 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
24063 + $(ACLOCAL_M4)
24064 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
24065 +CONFIG_HEADER = $(top_builddir)/config.h
24066 +CONFIG_CLEAN_FILES =
24067 +CONFIG_CLEAN_VPATH_FILES =
24068 +SOURCES =
24069 +DIST_SOURCES =
24070 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
24071 + html-recursive info-recursive install-data-recursive \
24072 + install-dvi-recursive install-exec-recursive \
24073 + install-html-recursive install-info-recursive \
24074 + install-pdf-recursive install-ps-recursive install-recursive \
24075 + installcheck-recursive installdirs-recursive pdf-recursive \
24076 + ps-recursive uninstall-recursive
24077 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
24078 + distclean-recursive maintainer-clean-recursive
24079 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
24080 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
24081 + distdir
24082 +ETAGS = etags
24083 +CTAGS = ctags
24084 +DIST_SUBDIRS = $(SUBDIRS)
24085 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
24086 +am__relativize = \
24087 + dir0=`pwd`; \
24088 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \
24089 + sed_rest='s,^[^/]*/*,,'; \
24090 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \
24091 + sed_butlast='s,/*[^/]*$$,,'; \
24092 + while test -n "$$dir1"; do \
24093 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \
24094 + if test "$$first" != "."; then \
24095 + if test "$$first" = ".."; then \
24096 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
24097 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
24098 + else \
24099 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
24100 + if test "$$first2" = "$$first"; then \
24101 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
24102 + else \
24103 + dir2="../$$dir2"; \
24104 + fi; \
24105 + dir0="$$dir0"/"$$first"; \
24106 + fi; \
24107 + fi; \
24108 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
24109 + done; \
24110 + reldir="$$dir2"
24111 +ACLOCAL = @ACLOCAL@
24112 AMTAR = @AMTAR@
24113 +AUTOCONF = @AUTOCONF@
24114 +AUTOHEADER = @AUTOHEADER@
24115 +AUTOMAKE = @AUTOMAKE@
24116 AWK = @AWK@
24117 BISON_DEFINE = @BISON_DEFINE@
24118 CC = @CC@
24119 +CCDEPMODE = @CCDEPMODE@
24120 +CFLAGS = @CFLAGS@
24121 CPP = @CPP@
24122 +CPPFLAGS = @CPPFLAGS@
24123 CXX = @CXX@
24124 +CXXDEPMODE = @CXXDEPMODE@
24125 +CXXFLAGS = @CXXFLAGS@
24126 +CYGPATH_W = @CYGPATH_W@
24127 +DEFS = @DEFS@
24128 DEPDIR = @DEPDIR@
24129 +ECHO_C = @ECHO_C@
24130 +ECHO_N = @ECHO_N@
24131 +ECHO_T = @ECHO_T@
24132 +EGREP = @EGREP@
24133 ENABLE_SAMPLES = @ENABLE_SAMPLES@
24134 +EXEEXT = @EXEEXT@
24135 +GREP = @GREP@
24136 +INSTALL = @INSTALL@
24137 +INSTALL_DATA = @INSTALL_DATA@
24138 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
24139 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
24140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
24141 +LDFLAGS = @LDFLAGS@
24142 LEX = @LEX@
24143 LEXLIB = @LEXLIB@
24144 LEX_DEFINE = @LEX_DEFINE@
24145 LEX_FLAGS = @LEX_FLAGS@
24146 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
24147 +LIBOBJS = @LIBOBJS@
24148 +LIBS = @LIBS@
24149 LN_S = @LN_S@
24150 +LTLIBOBJS = @LTLIBOBJS@
24151 +MAKEINFO = @MAKEINFO@
24152 +MKDIR_P = @MKDIR_P@
24153 +OBJEXT = @OBJEXT@
24154 PACKAGE = @PACKAGE@
24155 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
24156 +PACKAGE_NAME = @PACKAGE_NAME@
24157 +PACKAGE_STRING = @PACKAGE_STRING@
24158 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
24159 +PACKAGE_VERSION = @PACKAGE_VERSION@
24160 +PATH_SEPARATOR = @PATH_SEPARATOR@
24161 RANLIB = @RANLIB@
24162 SAMPLE_DIRS = @SAMPLE_DIRS@
24163 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
24164 +SET_MAKE = @SET_MAKE@
24165 +SHELL = @SHELL@
24166 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
24167 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
24168 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
24169 @@ -95,41 +152,101 @@
24170 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
24171 YACC = @YACC@
24172 YACC_LIB = @YACC_LIB@
24173 +YFLAGS = @YFLAGS@
24174 +abs_builddir = @abs_builddir@
24175 +abs_srcdir = @abs_srcdir@
24176 +abs_top_builddir = @abs_top_builddir@
24177 +abs_top_srcdir = @abs_top_srcdir@
24178 +ac_ct_CC = @ac_ct_CC@
24179 +ac_ct_CXX = @ac_ct_CXX@
24180 am__include = @am__include@
24181 +am__leading_dot = @am__leading_dot@
24182 am__quote = @am__quote@
24183 +am__tar = @am__tar@
24184 +am__untar = @am__untar@
24185 +bindir = @bindir@
24186 +build = @build@
24187 +build_alias = @build_alias@
24188 +build_cpu = @build_cpu@
24189 +build_os = @build_os@
24190 +build_vendor = @build_vendor@
24191 +builddir = @builddir@
24192 +datadir = @datadir@
24193 +datarootdir = @datarootdir@
24194 +docdir = @docdir@
24195 +dvidir = @dvidir@
24196 +exec_prefix = @exec_prefix@
24197 +host = @host@
24198 +host_alias = @host_alias@
24199 +host_cpu = @host_cpu@
24200 +host_os = @host_os@
24201 +host_vendor = @host_vendor@
24202 +htmldir = @htmldir@
24203 +includedir = @includedir@
24204 +infodir = @infodir@
24205 install_sh = @install_sh@
24206 +libdir = @libdir@
24207 +libexecdir = @libexecdir@
24208 +localedir = @localedir@
24209 +localstatedir = @localstatedir@
24210 +mandir = @mandir@
24211 +mkdir_p = @mkdir_p@
24212 +oldincludedir = @oldincludedir@
24213 +pdfdir = @pdfdir@
24214 platform = @platform@
24215 +prefix = @prefix@
24216 +program_transform_name = @program_transform_name@
24217 +psdir = @psdir@
24218 +sbindir = @sbindir@
24219 +sharedstatedir = @sharedstatedir@
24220 +srcdir = @srcdir@
24221 +sysconfdir = @sysconfdir@
24222 +target_alias = @target_alias@
24223 +top_build_prefix = @top_build_prefix@
24224 +top_builddir = @top_builddir@
24225 +top_srcdir = @top_srcdir@
24226
24227 ####### This is the input file for automake, which will generate Makefile.in ##########
24228 AUTOMAKE_OPTIONS = foreign 1.4
24229 -
24230 SUBDIRS = \
24231 calc calc++ databinding dime dom events events++ factory factorytest \
24232 gmt googleapi hello httpcookies lu magic mashup mashup++ \
24233 mtom mtom-stream polytest roll router rss ssl udp varparam \
24234 wsa wsse xml-rpc
24235
24236 -subdir = gsoap/samples
24237 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
24238 -CONFIG_HEADER = $(top_builddir)/config.h
24239 -CONFIG_CLEAN_FILES =
24240 -DIST_SOURCES =
24241 -
24242 -RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
24243 - uninstall-info-recursive all-recursive install-data-recursive \
24244 - install-exec-recursive installdirs-recursive install-recursive \
24245 - uninstall-recursive check-recursive installcheck-recursive
24246 -DIST_COMMON = Makefile.am Makefile.in
24247 -DIST_SUBDIRS = $(SUBDIRS)
24248 all: all-recursive
24249
24250 .SUFFIXES:
24251 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
24252 - cd $(top_srcdir) && \
24253 - $(AUTOMAKE) --foreign gsoap/samples/Makefile
24254 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24255 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
24256 -uninstall-info-am:
24257 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
24258 + @for dep in $?; do \
24259 + case '$(am__configure_deps)' in \
24260 + *$$dep*) \
24261 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
24262 + && { if test -f $@; then exit 0; else break; fi; }; \
24263 + exit 1;; \
24264 + esac; \
24265 + done; \
24266 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/Makefile'; \
24267 + $(am__cd) $(top_srcdir) && \
24268 + $(AUTOMAKE) --foreign gsoap/samples/Makefile
24269 +.PRECIOUS: Makefile
24270 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24271 + @case '$?' in \
24272 + *config.status*) \
24273 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
24274 + *) \
24275 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
24276 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
24277 + esac;
24278 +
24279 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24280 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24281 +
24282 +$(top_srcdir)/configure: $(am__configure_deps)
24283 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24284 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
24285 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24286 +$(am__aclocal_m4_deps):
24287
24288 # This directory's subdirectories are mostly independent; you can cd
24289 # into them and run `make' without going through this Makefile.
24290 @@ -138,7 +255,13 @@
24291 # (which will cause the Makefiles to be regenerated when you run `make');
24292 # (2) otherwise, pass the desired values on the `make' command line.
24293 $(RECURSIVE_TARGETS):
24294 - @set fnord $$MAKEFLAGS; amf=$$2; \
24295 + @failcom='exit 1'; \
24296 + for f in x $$MAKEFLAGS; do \
24297 + case $$f in \
24298 + *=* | --[!k]*);; \
24299 + *k*) failcom='fail=yes';; \
24300 + esac; \
24301 + done; \
24302 dot_seen=no; \
24303 target=`echo $@ | sed s/-recursive//`; \
24304 list='$(SUBDIRS)'; for subdir in $$list; do \
24305 @@ -149,16 +272,21 @@
24306 else \
24307 local_target="$$target"; \
24308 fi; \
24309 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
24310 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
24311 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
24312 + || eval $$failcom; \
24313 done; \
24314 if test "$$dot_seen" = "no"; then \
24315 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
24316 fi; test -z "$$fail"
24317
24318 -mostlyclean-recursive clean-recursive distclean-recursive \
24319 -maintainer-clean-recursive:
24320 - @set fnord $$MAKEFLAGS; amf=$$2; \
24321 +$(RECURSIVE_CLEAN_TARGETS):
24322 + @failcom='exit 1'; \
24323 + for f in x $$MAKEFLAGS; do \
24324 + case $$f in \
24325 + *=* | --[!k]*);; \
24326 + *k*) failcom='fail=yes';; \
24327 + esac; \
24328 + done; \
24329 dot_seen=no; \
24330 case "$@" in \
24331 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
24332 @@ -178,89 +306,137 @@
24333 else \
24334 local_target="$$target"; \
24335 fi; \
24336 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
24337 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
24338 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
24339 + || eval $$failcom; \
24340 done && test -z "$$fail"
24341 tags-recursive:
24342 list='$(SUBDIRS)'; for subdir in $$list; do \
24343 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
24344 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
24345 + done
24346 +ctags-recursive:
24347 + list='$(SUBDIRS)'; for subdir in $$list; do \
24348 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
24349 done
24350 -
24351 -ETAGS = etags
24352 -ETAGSFLAGS =
24353 -
24354 -tags: TAGS
24355
24356 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
24357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
24358 unique=`for i in $$list; do \
24359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
24360 done | \
24361 - $(AWK) ' { files[$$0] = 1; } \
24362 - END { for (i in files) print i; }'`; \
24363 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
24364 + END { if (nonempty) { for (i in files) print i; }; }'`; \
24365 mkid -fID $$unique
24366 +tags: TAGS
24367
24368 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
24369 $(TAGS_FILES) $(LISP)
24370 - tags=; \
24371 + set x; \
24372 here=`pwd`; \
24373 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
24374 + include_option=--etags-include; \
24375 + empty_fix=.; \
24376 + else \
24377 + include_option=--include; \
24378 + empty_fix=; \
24379 + fi; \
24380 list='$(SUBDIRS)'; for subdir in $$list; do \
24381 if test "$$subdir" = .; then :; else \
24382 - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
24383 + test ! -f $$subdir/TAGS || \
24384 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
24385 fi; \
24386 done; \
24387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
24388 unique=`for i in $$list; do \
24389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
24390 done | \
24391 - $(AWK) ' { files[$$0] = 1; } \
24392 - END { for (i in files) print i; }'`; \
24393 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
24394 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
24395 - $$tags $$unique
24396 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
24397 + END { if (nonempty) { for (i in files) print i; }; }'`; \
24398 + shift; \
24399 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
24400 + test -n "$$unique" || unique=$$empty_fix; \
24401 + if test $$# -gt 0; then \
24402 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
24403 + "$$@" $$unique; \
24404 + else \
24405 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
24406 + $$unique; \
24407 + fi; \
24408 + fi
24409 +ctags: CTAGS
24410 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
24411 + $(TAGS_FILES) $(LISP)
24412 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
24413 + unique=`for i in $$list; do \
24414 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
24415 + done | \
24416 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
24417 + END { if (nonempty) { for (i in files) print i; }; }'`; \
24418 + test -z "$(CTAGS_ARGS)$$unique" \
24419 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
24420 + $$unique
24421
24422 GTAGS:
24423 here=`$(am__cd) $(top_builddir) && pwd` \
24424 - && cd $(top_srcdir) \
24425 - && gtags -i $(GTAGS_ARGS) $$here
24426 + && $(am__cd) $(top_srcdir) \
24427 + && gtags -i $(GTAGS_ARGS) "$$here"
24428
24429 distclean-tags:
24430 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
24431 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
24432 -
24433 -top_distdir = ../..
24434 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
24435 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
24436
24437 distdir: $(DISTFILES)
24438 - @list='$(DISTFILES)'; for file in $$list; do \
24439 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
24440 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
24441 + list='$(DISTFILES)'; \
24442 + dist_files=`for file in $$list; do echo $$file; done | \
24443 + sed -e "s|^$$srcdirstrip/||;t" \
24444 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
24445 + case $$dist_files in \
24446 + */*) $(MKDIR_P) `echo "$$dist_files" | \
24447 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
24448 + sort -u` ;; \
24449 + esac; \
24450 + for file in $$dist_files; do \
24451 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
24452 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
24453 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
24454 - dir="/$$dir"; \
24455 - $(mkinstalldirs) "$(distdir)$$dir"; \
24456 - else \
24457 - dir=''; \
24458 - fi; \
24459 if test -d $$d/$$file; then \
24460 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
24461 + if test -d "$(distdir)/$$file"; then \
24462 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
24463 + fi; \
24464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
24465 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
24466 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
24467 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
24468 fi; \
24469 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
24470 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
24471 else \
24472 - test -f $(distdir)/$$file \
24473 - || cp -p $$d/$$file $(distdir)/$$file \
24474 + test -f "$(distdir)/$$file" \
24475 + || cp -p $$d/$$file "$(distdir)/$$file" \
24476 || exit 1; \
24477 fi; \
24478 done
24479 - list='$(SUBDIRS)'; for subdir in $$list; do \
24480 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
24481 if test "$$subdir" = .; then :; else \
24482 - test -d $(distdir)/$$subdir \
24483 - || mkdir $(distdir)/$$subdir \
24484 + test -d "$(distdir)/$$subdir" \
24485 + || $(MKDIR_P) "$(distdir)/$$subdir" \
24486 || exit 1; \
24487 - (cd $$subdir && \
24488 + fi; \
24489 + done
24490 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
24491 + if test "$$subdir" = .; then :; else \
24492 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
24493 + $(am__relativize); \
24494 + new_distdir=$$reldir; \
24495 + dir1=$$subdir; dir2="$(top_distdir)"; \
24496 + $(am__relativize); \
24497 + new_top_distdir=$$reldir; \
24498 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
24499 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
24500 + ($(am__cd) $$subdir && \
24501 $(MAKE) $(AM_MAKEFLAGS) \
24502 - top_distdir="$(top_distdir)" \
24503 - distdir=../$(distdir)/$$subdir \
24504 + top_distdir="$$new_top_distdir" \
24505 + distdir="$$new_distdir" \
24506 + am__remove_distdir=: \
24507 + am__skip_length_check=: \
24508 + am__skip_mode_fix=: \
24509 distdir) \
24510 || exit 1; \
24511 fi; \
24512 @@ -270,7 +446,6 @@
24513 all-am: Makefile
24514 installdirs: installdirs-recursive
24515 installdirs-am:
24516 -
24517 install: install-recursive
24518 install-exec: install-exec-recursive
24519 install-data: install-data-recursive
24520 @@ -282,7 +457,7 @@
24521 installcheck: installcheck-recursive
24522 install-strip:
24523 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
24524 - INSTALL_STRIP_FLAG=-s \
24525 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
24526 `test -z '$(STRIP)' || \
24527 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
24528 mostlyclean-generic:
24529 @@ -290,7 +465,8 @@
24530 clean-generic:
24531
24532 distclean-generic:
24533 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
24534 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
24535 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
24536
24537 maintainer-clean-generic:
24538 @echo "This command is intended for maintainers to use"
24539 @@ -300,53 +476,83 @@
24540 clean-am: clean-generic mostlyclean-am
24541
24542 distclean: distclean-recursive
24543 -
24544 + -rm -f Makefile
24545 distclean-am: clean-am distclean-generic distclean-tags
24546
24547 dvi: dvi-recursive
24548
24549 dvi-am:
24550
24551 +html: html-recursive
24552 +
24553 +html-am:
24554 +
24555 info: info-recursive
24556
24557 info-am:
24558
24559 install-data-am:
24560
24561 +install-dvi: install-dvi-recursive
24562 +
24563 +install-dvi-am:
24564 +
24565 install-exec-am:
24566
24567 +install-html: install-html-recursive
24568 +
24569 +install-html-am:
24570 +
24571 install-info: install-info-recursive
24572
24573 +install-info-am:
24574 +
24575 install-man:
24576
24577 +install-pdf: install-pdf-recursive
24578 +
24579 +install-pdf-am:
24580 +
24581 +install-ps: install-ps-recursive
24582 +
24583 +install-ps-am:
24584 +
24585 installcheck-am:
24586
24587 maintainer-clean: maintainer-clean-recursive
24588 -
24589 + -rm -f Makefile
24590 maintainer-clean-am: distclean-am maintainer-clean-generic
24591
24592 mostlyclean: mostlyclean-recursive
24593
24594 mostlyclean-am: mostlyclean-generic
24595
24596 -uninstall-am: uninstall-info-am
24597 +pdf: pdf-recursive
24598 +
24599 +pdf-am:
24600 +
24601 +ps: ps-recursive
24602 +
24603 +ps-am:
24604
24605 -uninstall-info: uninstall-info-recursive
24606 +uninstall-am:
24607 +
24608 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
24609 + install-am install-strip tags-recursive
24610 +
24611 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
24612 + all all-am check check-am clean clean-generic ctags \
24613 + ctags-recursive distclean distclean-generic distclean-tags \
24614 + distdir dvi dvi-am html html-am info info-am install \
24615 + install-am install-data install-data-am install-dvi \
24616 + install-dvi-am install-exec install-exec-am install-html \
24617 + install-html-am install-info install-info-am install-man \
24618 + install-pdf install-pdf-am install-ps install-ps-am \
24619 + install-strip installcheck installcheck-am installdirs \
24620 + installdirs-am maintainer-clean maintainer-clean-generic \
24621 + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
24622 + tags-recursive uninstall uninstall-am
24623
24624 -.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
24625 - clean-generic clean-recursive distclean distclean-generic \
24626 - distclean-recursive distclean-tags distdir dvi dvi-am \
24627 - dvi-recursive info info-am info-recursive install install-am \
24628 - install-data install-data-am install-data-recursive \
24629 - install-exec install-exec-am install-exec-recursive \
24630 - install-info install-info-am install-info-recursive install-man \
24631 - install-recursive install-strip installcheck installcheck-am \
24632 - installdirs installdirs-am installdirs-recursive \
24633 - maintainer-clean maintainer-clean-generic \
24634 - maintainer-clean-recursive mostlyclean mostlyclean-generic \
24635 - mostlyclean-recursive tags tags-recursive uninstall \
24636 - uninstall-am uninstall-info-am uninstall-info-recursive \
24637 - uninstall-recursive
24638
24639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
24640 # Otherwise a system limit (for SysV at least) may be exceeded.
24641 diff -urN b/gsoap/samples/mashup/Makefile.in d/gsoap/samples/mashup/Makefile.in
24642 --- b/gsoap/samples/mashup/Makefile.in 2009-11-07 21:07:20.000000000 +0100
24643 +++ d/gsoap/samples/mashup/Makefile.in 2010-01-22 21:45:24.000000000 +0100
24644 @@ -1,8 +1,9 @@
24645 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
24646 +# Makefile.in generated by automake 1.11 from Makefile.am.
24647 # @configure_input@
24648
24649 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
24650 -# Free Software Foundation, Inc.
24651 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24652 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
24653 +# Inc.
24654 # This Makefile.in is free software; the Free Software Foundation
24655 # gives unlimited permission to copy and/or distribute it,
24656 # with or without modifications, as long as this notice is preserved.
24657 @@ -13,77 +14,120 @@
24658 # PARTICULAR PURPOSE.
24659
24660 @SET_MAKE@
24661 -SHELL = @SHELL@
24662
24663 -srcdir = @srcdir@
24664 -top_srcdir = @top_srcdir@
24665 VPATH = @srcdir@
24666 -prefix = @prefix@
24667 -exec_prefix = @exec_prefix@
24668 -
24669 -bindir = @bindir@
24670 -sbindir = @sbindir@
24671 -libexecdir = @libexecdir@
24672 -datadir = @datadir@
24673 -sysconfdir = @sysconfdir@
24674 -sharedstatedir = @sharedstatedir@
24675 -localstatedir = @localstatedir@
24676 -libdir = @libdir@
24677 -infodir = @infodir@
24678 -mandir = @mandir@
24679 -includedir = @includedir@
24680 -oldincludedir = /usr/include
24681 pkgdatadir = $(datadir)/@PACKAGE@
24682 -pkglibdir = $(libdir)/@PACKAGE@
24683 pkgincludedir = $(includedir)/@PACKAGE@
24684 -top_builddir = ../../..
24685 -
24686 -ACLOCAL = @ACLOCAL@
24687 -AUTOCONF = @AUTOCONF@
24688 -AUTOMAKE = @AUTOMAKE@
24689 -AUTOHEADER = @AUTOHEADER@
24690 -
24691 +pkglibdir = $(libdir)/@PACKAGE@
24692 +pkglibexecdir = $(libexecdir)/@PACKAGE@
24693 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24694 -INSTALL = @INSTALL@
24695 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
24696 -INSTALL_DATA = @INSTALL_DATA@
24697 install_sh_DATA = $(install_sh) -c -m 644
24698 install_sh_PROGRAM = $(install_sh) -c
24699 install_sh_SCRIPT = $(install_sh) -c
24700 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
24701 INSTALL_HEADER = $(INSTALL_DATA)
24702 -transform = @program_transform_name@
24703 +transform = $(program_transform_name)
24704 NORMAL_INSTALL = :
24705 PRE_INSTALL = :
24706 POST_INSTALL = :
24707 NORMAL_UNINSTALL = :
24708 PRE_UNINSTALL = :
24709 POST_UNINSTALL = :
24710 -host_alias = @host_alias@
24711 +build_triplet = @build@
24712 host_triplet = @host@
24713 -
24714 -EXEEXT = @EXEEXT@
24715 -OBJEXT = @OBJEXT@
24716 -PATH_SEPARATOR = @PATH_SEPARATOR@
24717 +noinst_PROGRAMS = mashupclient$(EXEEXT) mashupserver$(EXEEXT)
24718 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
24719 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
24720 + $(srcdir)/Makefile.in
24721 +subdir = gsoap/samples/mashup
24722 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
24723 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
24724 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
24725 + $(ACLOCAL_M4)
24726 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
24727 +CONFIG_HEADER = $(top_builddir)/config.h
24728 +CONFIG_CLEAN_FILES =
24729 +CONFIG_CLEAN_VPATH_FILES =
24730 +PROGRAMS = $(noinst_PROGRAMS)
24731 +am__objects_1 =
24732 +am__objects_2 = soapC.$(OBJEXT)
24733 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
24734 +am_mashupclient_OBJECTS = mashupclient.$(OBJEXT) $(am__objects_1) \
24735 + $(am__objects_3)
24736 +mashupclient_OBJECTS = $(am_mashupclient_OBJECTS)
24737 +am__DEPENDENCIES_1 =
24738 +mashupclient_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
24739 +am_mashupserver_OBJECTS = mashupserver.$(OBJEXT) $(am__objects_1) \
24740 + $(am__objects_3) soapServer.$(OBJEXT)
24741 +mashupserver_OBJECTS = $(am_mashupserver_OBJECTS)
24742 +mashupserver_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
24743 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
24744 +depcomp = $(SHELL) $(top_srcdir)/depcomp
24745 +am__depfiles_maybe = depfiles
24746 +am__mv = mv -f
24747 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
24748 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
24749 +CCLD = $(CC)
24750 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
24751 +SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
24752 +DIST_SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
24753 +ETAGS = etags
24754 +CTAGS = ctags
24755 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
24756 +ACLOCAL = @ACLOCAL@
24757 AMTAR = @AMTAR@
24758 +AUTOCONF = @AUTOCONF@
24759 +AUTOHEADER = @AUTOHEADER@
24760 +AUTOMAKE = @AUTOMAKE@
24761 AWK = @AWK@
24762 BISON_DEFINE = @BISON_DEFINE@
24763 CC = @CC@
24764 +CCDEPMODE = @CCDEPMODE@
24765 +CFLAGS = @CFLAGS@
24766 CPP = @CPP@
24767 +CPPFLAGS = @CPPFLAGS@
24768 CXX = @CXX@
24769 +CXXDEPMODE = @CXXDEPMODE@
24770 +CXXFLAGS = @CXXFLAGS@
24771 +CYGPATH_W = @CYGPATH_W@
24772 +DEFS = @DEFS@
24773 DEPDIR = @DEPDIR@
24774 +ECHO_C = @ECHO_C@
24775 +ECHO_N = @ECHO_N@
24776 +ECHO_T = @ECHO_T@
24777 +EGREP = @EGREP@
24778 ENABLE_SAMPLES = @ENABLE_SAMPLES@
24779 +EXEEXT = @EXEEXT@
24780 +GREP = @GREP@
24781 +INSTALL = @INSTALL@
24782 +INSTALL_DATA = @INSTALL_DATA@
24783 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
24784 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
24785 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
24786 +LDFLAGS = @LDFLAGS@
24787 LEX = @LEX@
24788 LEXLIB = @LEXLIB@
24789 LEX_DEFINE = @LEX_DEFINE@
24790 LEX_FLAGS = @LEX_FLAGS@
24791 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
24792 +LIBOBJS = @LIBOBJS@
24793 +LIBS = @LIBS@
24794 LN_S = @LN_S@
24795 +LTLIBOBJS = @LTLIBOBJS@
24796 +MAKEINFO = @MAKEINFO@
24797 +MKDIR_P = @MKDIR_P@
24798 +OBJEXT = @OBJEXT@
24799 PACKAGE = @PACKAGE@
24800 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
24801 +PACKAGE_NAME = @PACKAGE_NAME@
24802 +PACKAGE_STRING = @PACKAGE_STRING@
24803 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
24804 +PACKAGE_VERSION = @PACKAGE_VERSION@
24805 +PATH_SEPARATOR = @PATH_SEPARATOR@
24806 RANLIB = @RANLIB@
24807 SAMPLE_DIRS = @SAMPLE_DIRS@
24808 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
24809 +SET_MAKE = @SET_MAKE@
24810 +SHELL = @SHELL@
24811 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
24812 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
24813 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
24814 @@ -95,117 +139,138 @@
24815 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
24816 YACC = @YACC@
24817 YACC_LIB = @YACC_LIB@
24818 +YFLAGS = @YFLAGS@
24819 +abs_builddir = @abs_builddir@
24820 +abs_srcdir = @abs_srcdir@
24821 +abs_top_builddir = @abs_top_builddir@
24822 +abs_top_srcdir = @abs_top_srcdir@
24823 +ac_ct_CC = @ac_ct_CC@
24824 +ac_ct_CXX = @ac_ct_CXX@
24825 am__include = @am__include@
24826 +am__leading_dot = @am__leading_dot@
24827 am__quote = @am__quote@
24828 +am__tar = @am__tar@
24829 +am__untar = @am__untar@
24830 +bindir = @bindir@
24831 +build = @build@
24832 +build_alias = @build_alias@
24833 +build_cpu = @build_cpu@
24834 +build_os = @build_os@
24835 +build_vendor = @build_vendor@
24836 +builddir = @builddir@
24837 +datadir = @datadir@
24838 +datarootdir = @datarootdir@
24839 +docdir = @docdir@
24840 +dvidir = @dvidir@
24841 +exec_prefix = @exec_prefix@
24842 +host = @host@
24843 +host_alias = @host_alias@
24844 +host_cpu = @host_cpu@
24845 +host_os = @host_os@
24846 +host_vendor = @host_vendor@
24847 +htmldir = @htmldir@
24848 +includedir = @includedir@
24849 +infodir = @infodir@
24850 install_sh = @install_sh@
24851 +libdir = @libdir@
24852 +libexecdir = @libexecdir@
24853 +localedir = @localedir@
24854 +localstatedir = @localstatedir@
24855 +mandir = @mandir@
24856 +mkdir_p = @mkdir_p@
24857 +oldincludedir = @oldincludedir@
24858 +pdfdir = @pdfdir@
24859 platform = @platform@
24860 +prefix = @prefix@
24861 +program_transform_name = @program_transform_name@
24862 +psdir = @psdir@
24863 +sbindir = @sbindir@
24864 +sharedstatedir = @sharedstatedir@
24865 +srcdir = @srcdir@
24866 +sysconfdir = @sysconfdir@
24867 +target_alias = @target_alias@
24868 +top_build_prefix = @top_build_prefix@
24869 +top_builddir = @top_builddir@
24870 +top_srcdir = @top_srcdir@
24871
24872 ####### This is the input file for automake, which will generate Makefile.in ##########
24873 AUTOMAKE_OPTIONS = foreign 1.4
24874 -
24875 -noinst_PROGRAMS = mashupclient mashupserver
24876 SOAPHEADER = mashup.h
24877 -
24878 AM_CFLAGS = -D$(platform)
24879 AM_CXXFLAGS = -D$(platform)
24880 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
24881 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
24882 -
24883 SOAP_NS_DEF = ns.nsmap ns.wsdl
24884 -
24885 SOAP_H_FILES = soapH.h soapStub.h
24886 -
24887 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
24888 -
24889 SOAP_C_CORE = soapC.c
24890 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
24891 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
24892 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
24893 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
24894 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
24895 -
24896 SOAP_CPP_CORE = soapC.cpp
24897 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
24898 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
24899 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
24900 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
24901 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
24902 -
24903 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
24904 -
24905 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
24906 BUILT_SOURCES = $(SOAP_C_SRC)
24907 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
24908 -
24909 SOAP_NS = mashup.nsmap mashup.wsdl
24910 -
24911 mashupclient_SOURCES = mashupclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
24912 mashupclient_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
24913 -
24914 mashupserver_SOURCES = mashupserver.c $(SOAPHEADER) $(SOAP_C_CLIENT) soapServer.c
24915 mashupserver_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
24916 -subdir = gsoap/samples/mashup
24917 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
24918 -CONFIG_HEADER = $(top_builddir)/config.h
24919 -CONFIG_CLEAN_FILES =
24920 -noinst_PROGRAMS = mashupclient$(EXEEXT) mashupserver$(EXEEXT)
24921 -PROGRAMS = $(noinst_PROGRAMS)
24922 -
24923 -am__objects_1 =
24924 -am__objects_2 = soapC.$(OBJEXT)
24925 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
24926 -am_mashupclient_OBJECTS = mashupclient.$(OBJEXT) $(am__objects_1) \
24927 - $(am__objects_3)
24928 -mashupclient_OBJECTS = $(am_mashupclient_OBJECTS)
24929 -mashupclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
24930 -mashupclient_LDFLAGS =
24931 -am_mashupserver_OBJECTS = mashupserver.$(OBJEXT) $(am__objects_1) \
24932 - $(am__objects_3) soapServer.$(OBJEXT)
24933 -mashupserver_OBJECTS = $(am_mashupserver_OBJECTS)
24934 -mashupserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
24935 -mashupserver_LDFLAGS =
24936 -
24937 -DEFS = @DEFS@
24938 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
24939 -CPPFLAGS = @CPPFLAGS@
24940 -LDFLAGS = @LDFLAGS@
24941 -LIBS = @LIBS@
24942 -depcomp = $(SHELL) $(top_srcdir)/depcomp
24943 -am__depfiles_maybe = depfiles
24944 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mashupclient.Po \
24945 -@AMDEP_TRUE@ ./$(DEPDIR)/mashupserver.Po ./$(DEPDIR)/soapC.Po \
24946 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
24947 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
24948 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
24949 -CCLD = $(CC)
24950 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
24951 -CFLAGS = @CFLAGS@
24952 -DIST_SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
24953 -DIST_COMMON = Makefile.am Makefile.in
24954 -SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
24955 -
24956 all: $(BUILT_SOURCES)
24957 $(MAKE) $(AM_MAKEFLAGS) all-am
24958
24959 .SUFFIXES:
24960 .SUFFIXES: .c .o .obj
24961 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
24962 - cd $(top_srcdir) && \
24963 - $(AUTOMAKE) --foreign gsoap/samples/mashup/Makefile
24964 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24965 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
24966 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
24967 + @for dep in $?; do \
24968 + case '$(am__configure_deps)' in \
24969 + *$$dep*) \
24970 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
24971 + && { if test -f $@; then exit 0; else break; fi; }; \
24972 + exit 1;; \
24973 + esac; \
24974 + done; \
24975 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/mashup/Makefile'; \
24976 + $(am__cd) $(top_srcdir) && \
24977 + $(AUTOMAKE) --foreign gsoap/samples/mashup/Makefile
24978 +.PRECIOUS: Makefile
24979 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24980 + @case '$?' in \
24981 + *config.status*) \
24982 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
24983 + *) \
24984 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
24985 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
24986 + esac;
24987 +
24988 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24989 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24990 +
24991 +$(top_srcdir)/configure: $(am__configure_deps)
24992 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24993 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
24994 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24995 +$(am__aclocal_m4_deps):
24996
24997 clean-noinstPROGRAMS:
24998 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
24999 mashupclient$(EXEEXT): $(mashupclient_OBJECTS) $(mashupclient_DEPENDENCIES)
25000 @rm -f mashupclient$(EXEEXT)
25001 - $(LINK) $(mashupclient_LDFLAGS) $(mashupclient_OBJECTS) $(mashupclient_LDADD) $(LIBS)
25002 + $(LINK) $(mashupclient_OBJECTS) $(mashupclient_LDADD) $(LIBS)
25003 mashupserver$(EXEEXT): $(mashupserver_OBJECTS) $(mashupserver_DEPENDENCIES)
25004 @rm -f mashupserver$(EXEEXT)
25005 - $(LINK) $(mashupserver_LDFLAGS) $(mashupserver_OBJECTS) $(mashupserver_LDADD) $(LIBS)
25006 + $(LINK) $(mashupserver_OBJECTS) $(mashupserver_LDADD) $(LIBS)
25007
25008 mostlyclean-compile:
25009 - -rm -f *.$(OBJEXT) core *.core
25010 + -rm -f *.$(OBJEXT)
25011
25012 distclean-compile:
25013 -rm -f *.tab.c
25014 @@ -216,91 +281,109 @@
25015 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
25016 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
25017
25018 -distclean-depend:
25019 - -rm -rf ./$(DEPDIR)
25020 -
25021 .c.o:
25022 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25023 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
25024 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25025 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
25026 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
25027 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
25028 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25029 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25030 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
25031
25032 .c.obj:
25033 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25034 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
25035 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25036 - $(COMPILE) -c `cygpath -w $<`
25037 -CCDEPMODE = @CCDEPMODE@
25038 -uninstall-info-am:
25039 -
25040 -ETAGS = etags
25041 -ETAGSFLAGS =
25042 -
25043 -tags: TAGS
25044 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
25045 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
25046 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25048 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
25049
25050 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
25051 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25052 unique=`for i in $$list; do \
25053 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25054 done | \
25055 - $(AWK) ' { files[$$0] = 1; } \
25056 - END { for (i in files) print i; }'`; \
25057 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25058 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25059 mkid -fID $$unique
25060 +tags: TAGS
25061
25062 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
25063 $(TAGS_FILES) $(LISP)
25064 - tags=; \
25065 + set x; \
25066 here=`pwd`; \
25067 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25068 unique=`for i in $$list; do \
25069 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25070 done | \
25071 - $(AWK) ' { files[$$0] = 1; } \
25072 - END { for (i in files) print i; }'`; \
25073 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
25074 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25075 - $$tags $$unique
25076 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25077 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25078 + shift; \
25079 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
25080 + test -n "$$unique" || unique=$$empty_fix; \
25081 + if test $$# -gt 0; then \
25082 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25083 + "$$@" $$unique; \
25084 + else \
25085 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25086 + $$unique; \
25087 + fi; \
25088 + fi
25089 +ctags: CTAGS
25090 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
25091 + $(TAGS_FILES) $(LISP)
25092 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25093 + unique=`for i in $$list; do \
25094 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25095 + done | \
25096 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25097 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25098 + test -z "$(CTAGS_ARGS)$$unique" \
25099 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
25100 + $$unique
25101
25102 GTAGS:
25103 here=`$(am__cd) $(top_builddir) && pwd` \
25104 - && cd $(top_srcdir) \
25105 - && gtags -i $(GTAGS_ARGS) $$here
25106 + && $(am__cd) $(top_srcdir) \
25107 + && gtags -i $(GTAGS_ARGS) "$$here"
25108
25109 distclean-tags:
25110 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
25111 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25112 -
25113 -top_distdir = ../../..
25114 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
25115 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
25116
25117 distdir: $(DISTFILES)
25118 - @list='$(DISTFILES)'; for file in $$list; do \
25119 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
25120 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
25121 + list='$(DISTFILES)'; \
25122 + dist_files=`for file in $$list; do echo $$file; done | \
25123 + sed -e "s|^$$srcdirstrip/||;t" \
25124 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
25125 + case $$dist_files in \
25126 + */*) $(MKDIR_P) `echo "$$dist_files" | \
25127 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
25128 + sort -u` ;; \
25129 + esac; \
25130 + for file in $$dist_files; do \
25131 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
25132 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
25133 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
25134 - dir="/$$dir"; \
25135 - $(mkinstalldirs) "$(distdir)$$dir"; \
25136 - else \
25137 - dir=''; \
25138 - fi; \
25139 if test -d $$d/$$file; then \
25140 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
25141 + if test -d "$(distdir)/$$file"; then \
25142 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
25143 + fi; \
25144 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
25145 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
25146 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
25147 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
25148 fi; \
25149 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
25150 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
25151 else \
25152 - test -f $(distdir)/$$file \
25153 - || cp -p $$d/$$file $(distdir)/$$file \
25154 + test -f "$(distdir)/$$file" \
25155 + || cp -p $$d/$$file "$(distdir)/$$file" \
25156 || exit 1; \
25157 fi; \
25158 done
25159 check-am: all-am
25160 -check: check-am
25161 +check: $(BUILT_SOURCES)
25162 + $(MAKE) $(AM_MAKEFLAGS) check-am
25163 all-am: Makefile $(PROGRAMS)
25164 -
25165 installdirs:
25166 -
25167 -install: install-am
25168 +install: $(BUILT_SOURCES)
25169 + $(MAKE) $(AM_MAKEFLAGS) install-am
25170 install-exec: install-exec-am
25171 install-data: install-data-am
25172 uninstall: uninstall-am
25173 @@ -311,7 +394,7 @@
25174 installcheck: installcheck-am
25175 install-strip:
25176 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
25177 - INSTALL_STRIP_FLAG=-s \
25178 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
25179 `test -z '$(STRIP)' || \
25180 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
25181 mostlyclean-generic:
25182 @@ -320,7 +403,8 @@
25183 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
25184
25185 distclean-generic:
25186 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
25187 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
25188 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
25189
25190 maintainer-clean-generic:
25191 @echo "This command is intended for maintainers to use"
25192 @@ -331,52 +415,89 @@
25193 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
25194
25195 distclean: distclean-am
25196 -
25197 -distclean-am: clean-am distclean-compile distclean-depend \
25198 - distclean-generic distclean-tags
25199 + -rm -rf ./$(DEPDIR)
25200 + -rm -f Makefile
25201 +distclean-am: clean-am distclean-compile distclean-generic \
25202 + distclean-tags
25203
25204 dvi: dvi-am
25205
25206 dvi-am:
25207
25208 +html: html-am
25209 +
25210 +html-am:
25211 +
25212 info: info-am
25213
25214 info-am:
25215
25216 install-data-am:
25217
25218 +install-dvi: install-dvi-am
25219 +
25220 +install-dvi-am:
25221 +
25222 install-exec-am:
25223
25224 +install-html: install-html-am
25225 +
25226 +install-html-am:
25227 +
25228 install-info: install-info-am
25229
25230 +install-info-am:
25231 +
25232 install-man:
25233
25234 +install-pdf: install-pdf-am
25235 +
25236 +install-pdf-am:
25237 +
25238 +install-ps: install-ps-am
25239 +
25240 +install-ps-am:
25241 +
25242 installcheck-am:
25243
25244 maintainer-clean: maintainer-clean-am
25245 -
25246 + -rm -rf ./$(DEPDIR)
25247 + -rm -f Makefile
25248 maintainer-clean-am: distclean-am maintainer-clean-generic
25249
25250 mostlyclean: mostlyclean-am
25251
25252 mostlyclean-am: mostlyclean-compile mostlyclean-generic
25253
25254 -uninstall-am: uninstall-info-am
25255 +pdf: pdf-am
25256 +
25257 +pdf-am:
25258
25259 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
25260 - clean-noinstPROGRAMS distclean distclean-compile \
25261 - distclean-depend distclean-generic distclean-tags distdir dvi \
25262 - dvi-am info info-am install install-am install-data \
25263 - install-data-am install-exec install-exec-am install-info \
25264 - install-info-am install-man install-strip installcheck \
25265 +ps: ps-am
25266 +
25267 +ps-am:
25268 +
25269 +uninstall-am:
25270 +
25271 +.MAKE: all check install install-am install-strip
25272 +
25273 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
25274 + clean-noinstPROGRAMS ctags distclean distclean-compile \
25275 + distclean-generic distclean-tags distdir dvi dvi-am html \
25276 + html-am info info-am install install-am install-data \
25277 + install-data-am install-dvi install-dvi-am install-exec \
25278 + install-exec-am install-html install-html-am install-info \
25279 + install-info-am install-man install-pdf install-pdf-am \
25280 + install-ps install-ps-am install-strip installcheck \
25281 installcheck-am installdirs maintainer-clean \
25282 maintainer-clean-generic mostlyclean mostlyclean-compile \
25283 - mostlyclean-generic tags uninstall uninstall-am \
25284 - uninstall-info-am
25285 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
25286 + uninstall-am
25287
25288
25289 $(SOAP_C_SRC) : $(SOAPHEADER)
25290 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
25291 +
25292 # Tell versions [3.59,3.63) of GNU make to not export all variables.
25293 # Otherwise a system limit (for SysV at least) may be exceeded.
25294 .NOEXPORT:
25295 diff -urN b/gsoap/samples/mashup++/Makefile.in d/gsoap/samples/mashup++/Makefile.in
25296 --- b/gsoap/samples/mashup++/Makefile.in 2009-11-07 21:07:19.000000000 +0100
25297 +++ d/gsoap/samples/mashup++/Makefile.in 2010-01-22 21:45:24.000000000 +0100
25298 @@ -1,8 +1,9 @@
25299 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
25300 +# Makefile.in generated by automake 1.11 from Makefile.am.
25301 # @configure_input@
25302
25303 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
25304 -# Free Software Foundation, Inc.
25305 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25306 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
25307 +# Inc.
25308 # This Makefile.in is free software; the Free Software Foundation
25309 # gives unlimited permission to copy and/or distribute it,
25310 # with or without modifications, as long as this notice is preserved.
25311 @@ -13,77 +14,125 @@
25312 # PARTICULAR PURPOSE.
25313
25314 @SET_MAKE@
25315 -SHELL = @SHELL@
25316
25317 -srcdir = @srcdir@
25318 -top_srcdir = @top_srcdir@
25319 VPATH = @srcdir@
25320 -prefix = @prefix@
25321 -exec_prefix = @exec_prefix@
25322 -
25323 -bindir = @bindir@
25324 -sbindir = @sbindir@
25325 -libexecdir = @libexecdir@
25326 -datadir = @datadir@
25327 -sysconfdir = @sysconfdir@
25328 -sharedstatedir = @sharedstatedir@
25329 -localstatedir = @localstatedir@
25330 -libdir = @libdir@
25331 -infodir = @infodir@
25332 -mandir = @mandir@
25333 -includedir = @includedir@
25334 -oldincludedir = /usr/include
25335 pkgdatadir = $(datadir)/@PACKAGE@
25336 -pkglibdir = $(libdir)/@PACKAGE@
25337 pkgincludedir = $(includedir)/@PACKAGE@
25338 -top_builddir = ../../..
25339 -
25340 -ACLOCAL = @ACLOCAL@
25341 -AUTOCONF = @AUTOCONF@
25342 -AUTOMAKE = @AUTOMAKE@
25343 -AUTOHEADER = @AUTOHEADER@
25344 -
25345 +pkglibdir = $(libdir)/@PACKAGE@
25346 +pkglibexecdir = $(libexecdir)/@PACKAGE@
25347 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25348 -INSTALL = @INSTALL@
25349 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
25350 -INSTALL_DATA = @INSTALL_DATA@
25351 install_sh_DATA = $(install_sh) -c -m 644
25352 install_sh_PROGRAM = $(install_sh) -c
25353 install_sh_SCRIPT = $(install_sh) -c
25354 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
25355 INSTALL_HEADER = $(INSTALL_DATA)
25356 -transform = @program_transform_name@
25357 +transform = $(program_transform_name)
25358 NORMAL_INSTALL = :
25359 PRE_INSTALL = :
25360 POST_INSTALL = :
25361 NORMAL_UNINSTALL = :
25362 PRE_UNINSTALL = :
25363 POST_UNINSTALL = :
25364 -host_alias = @host_alias@
25365 +build_triplet = @build@
25366 host_triplet = @host@
25367 -
25368 -EXEEXT = @EXEEXT@
25369 -OBJEXT = @OBJEXT@
25370 -PATH_SEPARATOR = @PATH_SEPARATOR@
25371 +noinst_PROGRAMS = mashupclient$(EXEEXT) mashupserver$(EXEEXT)
25372 +DIST_COMMON = $(srcdir)/../Makefile.cpp_proxy_rules \
25373 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
25374 + $(srcdir)/Makefile.in
25375 +subdir = gsoap/samples/mashup++
25376 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
25377 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
25378 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
25379 + $(ACLOCAL_M4)
25380 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
25381 +CONFIG_HEADER = $(top_builddir)/config.h
25382 +CONFIG_CLEAN_FILES =
25383 +CONFIG_CLEAN_VPATH_FILES =
25384 +PROGRAMS = $(noinst_PROGRAMS)
25385 +am__objects_1 =
25386 +am__objects_2 = soapC.$(OBJEXT)
25387 +am_mashupclient_OBJECTS = mashupclient.$(OBJEXT) $(am__objects_1) \
25388 + $(am__objects_2) soapmashupProxy.$(OBJEXT)
25389 +mashupclient_OBJECTS = $(am_mashupclient_OBJECTS)
25390 +am__DEPENDENCIES_1 =
25391 +mashupclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
25392 +am_mashupserver_OBJECTS = mashupserver.$(OBJEXT) $(am__objects_1) \
25393 + $(am__objects_2) soapcalcProxy.$(OBJEXT) \
25394 + soapServiceProxy.$(OBJEXT) soapmashupService.$(OBJEXT)
25395 +mashupserver_OBJECTS = $(am_mashupserver_OBJECTS)
25396 +mashupserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
25397 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
25398 +depcomp = $(SHELL) $(top_srcdir)/depcomp
25399 +am__depfiles_maybe = depfiles
25400 +am__mv = mv -f
25401 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
25402 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
25403 +CXXLD = $(CXX)
25404 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
25405 + -o $@
25406 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
25407 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
25408 +CCLD = $(CC)
25409 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
25410 +SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
25411 +DIST_SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
25412 +ETAGS = etags
25413 +CTAGS = ctags
25414 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25415 +ACLOCAL = @ACLOCAL@
25416 AMTAR = @AMTAR@
25417 +AUTOCONF = @AUTOCONF@
25418 +AUTOHEADER = @AUTOHEADER@
25419 +AUTOMAKE = @AUTOMAKE@
25420 AWK = @AWK@
25421 BISON_DEFINE = @BISON_DEFINE@
25422 CC = @CC@
25423 +CCDEPMODE = @CCDEPMODE@
25424 +CFLAGS = @CFLAGS@
25425 CPP = @CPP@
25426 +CPPFLAGS = @CPPFLAGS@
25427 CXX = @CXX@
25428 +CXXDEPMODE = @CXXDEPMODE@
25429 +CXXFLAGS = @CXXFLAGS@
25430 +CYGPATH_W = @CYGPATH_W@
25431 +DEFS = @DEFS@
25432 DEPDIR = @DEPDIR@
25433 +ECHO_C = @ECHO_C@
25434 +ECHO_N = @ECHO_N@
25435 +ECHO_T = @ECHO_T@
25436 +EGREP = @EGREP@
25437 ENABLE_SAMPLES = @ENABLE_SAMPLES@
25438 +EXEEXT = @EXEEXT@
25439 +GREP = @GREP@
25440 +INSTALL = @INSTALL@
25441 +INSTALL_DATA = @INSTALL_DATA@
25442 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
25443 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
25444 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
25445 +LDFLAGS = @LDFLAGS@
25446 LEX = @LEX@
25447 LEXLIB = @LEXLIB@
25448 LEX_DEFINE = @LEX_DEFINE@
25449 LEX_FLAGS = @LEX_FLAGS@
25450 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
25451 +LIBOBJS = @LIBOBJS@
25452 +LIBS = @LIBS@
25453 LN_S = @LN_S@
25454 +LTLIBOBJS = @LTLIBOBJS@
25455 +MAKEINFO = @MAKEINFO@
25456 +MKDIR_P = @MKDIR_P@
25457 +OBJEXT = @OBJEXT@
25458 PACKAGE = @PACKAGE@
25459 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
25460 +PACKAGE_NAME = @PACKAGE_NAME@
25461 +PACKAGE_STRING = @PACKAGE_STRING@
25462 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
25463 +PACKAGE_VERSION = @PACKAGE_VERSION@
25464 +PATH_SEPARATOR = @PATH_SEPARATOR@
25465 RANLIB = @RANLIB@
25466 SAMPLE_DIRS = @SAMPLE_DIRS@
25467 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
25468 +SET_MAKE = @SET_MAKE@
25469 +SHELL = @SHELL@
25470 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
25471 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
25472 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
25473 @@ -95,126 +144,138 @@
25474 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
25475 YACC = @YACC@
25476 YACC_LIB = @YACC_LIB@
25477 +YFLAGS = @YFLAGS@
25478 +abs_builddir = @abs_builddir@
25479 +abs_srcdir = @abs_srcdir@
25480 +abs_top_builddir = @abs_top_builddir@
25481 +abs_top_srcdir = @abs_top_srcdir@
25482 +ac_ct_CC = @ac_ct_CC@
25483 +ac_ct_CXX = @ac_ct_CXX@
25484 am__include = @am__include@
25485 +am__leading_dot = @am__leading_dot@
25486 am__quote = @am__quote@
25487 +am__tar = @am__tar@
25488 +am__untar = @am__untar@
25489 +bindir = @bindir@
25490 +build = @build@
25491 +build_alias = @build_alias@
25492 +build_cpu = @build_cpu@
25493 +build_os = @build_os@
25494 +build_vendor = @build_vendor@
25495 +builddir = @builddir@
25496 +datadir = @datadir@
25497 +datarootdir = @datarootdir@
25498 +docdir = @docdir@
25499 +dvidir = @dvidir@
25500 +exec_prefix = @exec_prefix@
25501 +host = @host@
25502 +host_alias = @host_alias@
25503 +host_cpu = @host_cpu@
25504 +host_os = @host_os@
25505 +host_vendor = @host_vendor@
25506 +htmldir = @htmldir@
25507 +includedir = @includedir@
25508 +infodir = @infodir@
25509 install_sh = @install_sh@
25510 +libdir = @libdir@
25511 +libexecdir = @libexecdir@
25512 +localedir = @localedir@
25513 +localstatedir = @localstatedir@
25514 +mandir = @mandir@
25515 +mkdir_p = @mkdir_p@
25516 +oldincludedir = @oldincludedir@
25517 +pdfdir = @pdfdir@
25518 platform = @platform@
25519 +prefix = @prefix@
25520 +program_transform_name = @program_transform_name@
25521 +psdir = @psdir@
25522 +sbindir = @sbindir@
25523 +sharedstatedir = @sharedstatedir@
25524 +srcdir = @srcdir@
25525 +sysconfdir = @sysconfdir@
25526 +target_alias = @target_alias@
25527 +top_build_prefix = @top_build_prefix@
25528 +top_builddir = @top_builddir@
25529 +top_srcdir = @top_srcdir@
25530
25531 ####### This is the input file for automake, which will generate Makefile.in ##########
25532 AUTOMAKE_OPTIONS = foreign 1.4
25533 -
25534 -noinst_PROGRAMS = mashupclient mashupserver
25535 SOAPHEADER = mashup.hpp
25536 -
25537 AM_CFLAGS = -D$(platform)
25538 AM_CXXFLAGS = -D$(platform)
25539 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
25540 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
25541 -
25542 SOAP_NS_DEF = ns.nsmap ns.wsdl
25543 -
25544 SOAP_H_FILES = soapH.h soapStub.h
25545 -
25546 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
25547 -
25548 SOAP_C_CORE = soapC.c
25549 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
25550 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
25551 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
25552 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
25553 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
25554 -
25555 SOAP_CPP_CORE = soapC.cpp
25556 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
25557 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
25558 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
25559 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
25560 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
25561 -
25562 SOAP_CPP_SRC = $(SOAP_H_FILES) $(SOAP_NS)
25563 -
25564 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
25565 BUILT_SOURCES = $(SOAP_CPP_SRC)
25566 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
25567 -
25568 SOAP_NS = mashup.nsmap mashup.wsdl
25569 -
25570 mashupclient_SOURCES = mashupclient.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapmashupProxy.cpp
25571 mashupclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
25572 -
25573 mashupserver_SOURCES = mashupserver.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcProxy.cpp soapServiceProxy.cpp soapmashupService.cpp
25574 mashupserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
25575 -subdir = gsoap/samples/mashup++
25576 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
25577 -CONFIG_HEADER = $(top_builddir)/config.h
25578 -CONFIG_CLEAN_FILES =
25579 -noinst_PROGRAMS = mashupclient$(EXEEXT) mashupserver$(EXEEXT)
25580 -PROGRAMS = $(noinst_PROGRAMS)
25581 -
25582 -am__objects_1 =
25583 -am__objects_2 = soapC.$(OBJEXT)
25584 -am_mashupclient_OBJECTS = mashupclient.$(OBJEXT) $(am__objects_1) \
25585 - $(am__objects_2) soapmashupProxy.$(OBJEXT)
25586 -mashupclient_OBJECTS = $(am_mashupclient_OBJECTS)
25587 -mashupclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
25588 -mashupclient_LDFLAGS =
25589 -am_mashupserver_OBJECTS = mashupserver.$(OBJEXT) $(am__objects_1) \
25590 - $(am__objects_2) soapcalcProxy.$(OBJEXT) \
25591 - soapServiceProxy.$(OBJEXT) soapmashupService.$(OBJEXT)
25592 -mashupserver_OBJECTS = $(am_mashupserver_OBJECTS)
25593 -mashupserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
25594 -mashupserver_LDFLAGS =
25595 -
25596 -DEFS = @DEFS@
25597 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
25598 -CPPFLAGS = @CPPFLAGS@
25599 -LDFLAGS = @LDFLAGS@
25600 -LIBS = @LIBS@
25601 -depcomp = $(SHELL) $(top_srcdir)/depcomp
25602 -am__depfiles_maybe = depfiles
25603 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mashupclient.Po \
25604 -@AMDEP_TRUE@ ./$(DEPDIR)/mashupserver.Po ./$(DEPDIR)/soapC.Po \
25605 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServiceProxy.Po \
25606 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcalcProxy.Po \
25607 -@AMDEP_TRUE@ ./$(DEPDIR)/soapmashupProxy.Po \
25608 -@AMDEP_TRUE@ ./$(DEPDIR)/soapmashupService.Po
25609 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
25610 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
25611 -CXXLD = $(CXX)
25612 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
25613 - -o $@
25614 -CXXFLAGS = @CXXFLAGS@
25615 -CFLAGS = @CFLAGS@
25616 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
25617 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
25618 -CCLD = $(CC)
25619 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
25620 -DIST_SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
25621 -DIST_COMMON = Makefile.am Makefile.in
25622 -SOURCES = $(mashupclient_SOURCES) $(mashupserver_SOURCES)
25623 -
25624 all: $(BUILT_SOURCES)
25625 $(MAKE) $(AM_MAKEFLAGS) all-am
25626
25627 .SUFFIXES:
25628 .SUFFIXES: .cpp .o .obj
25629 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
25630 - cd $(top_srcdir) && \
25631 - $(AUTOMAKE) --foreign gsoap/samples/mashup++/Makefile
25632 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25633 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
25634 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_proxy_rules $(am__configure_deps)
25635 + @for dep in $?; do \
25636 + case '$(am__configure_deps)' in \
25637 + *$$dep*) \
25638 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
25639 + && { if test -f $@; then exit 0; else break; fi; }; \
25640 + exit 1;; \
25641 + esac; \
25642 + done; \
25643 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/mashup++/Makefile'; \
25644 + $(am__cd) $(top_srcdir) && \
25645 + $(AUTOMAKE) --foreign gsoap/samples/mashup++/Makefile
25646 +.PRECIOUS: Makefile
25647 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25648 + @case '$?' in \
25649 + *config.status*) \
25650 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
25651 + *) \
25652 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
25653 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
25654 + esac;
25655 +
25656 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25657 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25658 +
25659 +$(top_srcdir)/configure: $(am__configure_deps)
25660 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25661 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
25662 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25663 +$(am__aclocal_m4_deps):
25664
25665 clean-noinstPROGRAMS:
25666 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
25667 mashupclient$(EXEEXT): $(mashupclient_OBJECTS) $(mashupclient_DEPENDENCIES)
25668 @rm -f mashupclient$(EXEEXT)
25669 - $(CXXLINK) $(mashupclient_LDFLAGS) $(mashupclient_OBJECTS) $(mashupclient_LDADD) $(LIBS)
25670 + $(CXXLINK) $(mashupclient_OBJECTS) $(mashupclient_LDADD) $(LIBS)
25671 mashupserver$(EXEEXT): $(mashupserver_OBJECTS) $(mashupserver_DEPENDENCIES)
25672 @rm -f mashupserver$(EXEEXT)
25673 - $(CXXLINK) $(mashupserver_LDFLAGS) $(mashupserver_OBJECTS) $(mashupserver_LDADD) $(LIBS)
25674 + $(CXXLINK) $(mashupserver_OBJECTS) $(mashupserver_LDADD) $(LIBS)
25675
25676 mostlyclean-compile:
25677 - -rm -f *.$(OBJEXT) core *.core
25678 + -rm -f *.$(OBJEXT)
25679
25680 distclean-compile:
25681 -rm -f *.tab.c
25682 @@ -227,91 +288,109 @@
25683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapmashupProxy.Po@am__quote@
25684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapmashupService.Po@am__quote@
25685
25686 -distclean-depend:
25687 - -rm -rf ./$(DEPDIR)
25688 -
25689 .cpp.o:
25690 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25691 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
25692 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25693 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
25694 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
25695 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
25696 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25697 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25698 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
25699
25700 .cpp.obj:
25701 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25702 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
25703 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25704 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
25705 -CXXDEPMODE = @CXXDEPMODE@
25706 -uninstall-info-am:
25707 -
25708 -ETAGS = etags
25709 -ETAGSFLAGS =
25710 -
25711 -tags: TAGS
25712 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
25713 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
25714 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
25715 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
25716 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
25717
25718 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
25719 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25720 unique=`for i in $$list; do \
25721 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25722 done | \
25723 - $(AWK) ' { files[$$0] = 1; } \
25724 - END { for (i in files) print i; }'`; \
25725 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25726 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25727 mkid -fID $$unique
25728 +tags: TAGS
25729
25730 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
25731 $(TAGS_FILES) $(LISP)
25732 - tags=; \
25733 + set x; \
25734 here=`pwd`; \
25735 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25736 unique=`for i in $$list; do \
25737 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25738 done | \
25739 - $(AWK) ' { files[$$0] = 1; } \
25740 - END { for (i in files) print i; }'`; \
25741 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
25742 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25743 - $$tags $$unique
25744 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25745 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25746 + shift; \
25747 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
25748 + test -n "$$unique" || unique=$$empty_fix; \
25749 + if test $$# -gt 0; then \
25750 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25751 + "$$@" $$unique; \
25752 + else \
25753 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
25754 + $$unique; \
25755 + fi; \
25756 + fi
25757 +ctags: CTAGS
25758 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
25759 + $(TAGS_FILES) $(LISP)
25760 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
25761 + unique=`for i in $$list; do \
25762 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
25763 + done | \
25764 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
25765 + END { if (nonempty) { for (i in files) print i; }; }'`; \
25766 + test -z "$(CTAGS_ARGS)$$unique" \
25767 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
25768 + $$unique
25769
25770 GTAGS:
25771 here=`$(am__cd) $(top_builddir) && pwd` \
25772 - && cd $(top_srcdir) \
25773 - && gtags -i $(GTAGS_ARGS) $$here
25774 + && $(am__cd) $(top_srcdir) \
25775 + && gtags -i $(GTAGS_ARGS) "$$here"
25776
25777 distclean-tags:
25778 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
25779 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25780 -
25781 -top_distdir = ../../..
25782 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
25783 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
25784
25785 distdir: $(DISTFILES)
25786 - @list='$(DISTFILES)'; for file in $$list; do \
25787 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
25788 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
25789 + list='$(DISTFILES)'; \
25790 + dist_files=`for file in $$list; do echo $$file; done | \
25791 + sed -e "s|^$$srcdirstrip/||;t" \
25792 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
25793 + case $$dist_files in \
25794 + */*) $(MKDIR_P) `echo "$$dist_files" | \
25795 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
25796 + sort -u` ;; \
25797 + esac; \
25798 + for file in $$dist_files; do \
25799 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
25800 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
25801 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
25802 - dir="/$$dir"; \
25803 - $(mkinstalldirs) "$(distdir)$$dir"; \
25804 - else \
25805 - dir=''; \
25806 - fi; \
25807 if test -d $$d/$$file; then \
25808 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
25809 + if test -d "$(distdir)/$$file"; then \
25810 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
25811 + fi; \
25812 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
25813 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
25814 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
25815 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
25816 fi; \
25817 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
25818 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
25819 else \
25820 - test -f $(distdir)/$$file \
25821 - || cp -p $$d/$$file $(distdir)/$$file \
25822 + test -f "$(distdir)/$$file" \
25823 + || cp -p $$d/$$file "$(distdir)/$$file" \
25824 || exit 1; \
25825 fi; \
25826 done
25827 check-am: all-am
25828 -check: check-am
25829 +check: $(BUILT_SOURCES)
25830 + $(MAKE) $(AM_MAKEFLAGS) check-am
25831 all-am: Makefile $(PROGRAMS)
25832 -
25833 installdirs:
25834 -
25835 -install: install-am
25836 +install: $(BUILT_SOURCES)
25837 + $(MAKE) $(AM_MAKEFLAGS) install-am
25838 install-exec: install-exec-am
25839 install-data: install-data-am
25840 uninstall: uninstall-am
25841 @@ -322,7 +401,7 @@
25842 installcheck: installcheck-am
25843 install-strip:
25844 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
25845 - INSTALL_STRIP_FLAG=-s \
25846 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
25847 `test -z '$(STRIP)' || \
25848 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
25849 mostlyclean-generic:
25850 @@ -331,7 +410,8 @@
25851 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
25852
25853 distclean-generic:
25854 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
25855 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
25856 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
25857
25858 maintainer-clean-generic:
25859 @echo "This command is intended for maintainers to use"
25860 @@ -342,52 +422,89 @@
25861 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
25862
25863 distclean: distclean-am
25864 -
25865 -distclean-am: clean-am distclean-compile distclean-depend \
25866 - distclean-generic distclean-tags
25867 + -rm -rf ./$(DEPDIR)
25868 + -rm -f Makefile
25869 +distclean-am: clean-am distclean-compile distclean-generic \
25870 + distclean-tags
25871
25872 dvi: dvi-am
25873
25874 dvi-am:
25875
25876 +html: html-am
25877 +
25878 +html-am:
25879 +
25880 info: info-am
25881
25882 info-am:
25883
25884 install-data-am:
25885
25886 +install-dvi: install-dvi-am
25887 +
25888 +install-dvi-am:
25889 +
25890 install-exec-am:
25891
25892 +install-html: install-html-am
25893 +
25894 +install-html-am:
25895 +
25896 install-info: install-info-am
25897
25898 +install-info-am:
25899 +
25900 install-man:
25901
25902 +install-pdf: install-pdf-am
25903 +
25904 +install-pdf-am:
25905 +
25906 +install-ps: install-ps-am
25907 +
25908 +install-ps-am:
25909 +
25910 installcheck-am:
25911
25912 maintainer-clean: maintainer-clean-am
25913 -
25914 + -rm -rf ./$(DEPDIR)
25915 + -rm -f Makefile
25916 maintainer-clean-am: distclean-am maintainer-clean-generic
25917
25918 mostlyclean: mostlyclean-am
25919
25920 mostlyclean-am: mostlyclean-compile mostlyclean-generic
25921
25922 -uninstall-am: uninstall-info-am
25923 +pdf: pdf-am
25924 +
25925 +pdf-am:
25926
25927 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
25928 - clean-noinstPROGRAMS distclean distclean-compile \
25929 - distclean-depend distclean-generic distclean-tags distdir dvi \
25930 - dvi-am info info-am install install-am install-data \
25931 - install-data-am install-exec install-exec-am install-info \
25932 - install-info-am install-man install-strip installcheck \
25933 +ps: ps-am
25934 +
25935 +ps-am:
25936 +
25937 +uninstall-am:
25938 +
25939 +.MAKE: all check install install-am install-strip
25940 +
25941 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
25942 + clean-noinstPROGRAMS ctags distclean distclean-compile \
25943 + distclean-generic distclean-tags distdir dvi dvi-am html \
25944 + html-am info info-am install install-am install-data \
25945 + install-data-am install-dvi install-dvi-am install-exec \
25946 + install-exec-am install-html install-html-am install-info \
25947 + install-info-am install-man install-pdf install-pdf-am \
25948 + install-ps install-ps-am install-strip installcheck \
25949 installcheck-am installdirs maintainer-clean \
25950 maintainer-clean-generic mostlyclean mostlyclean-compile \
25951 - mostlyclean-generic tags uninstall uninstall-am \
25952 - uninstall-info-am
25953 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
25954 + uninstall-am
25955
25956
25957 $(SOAP_CPP_SRC) : $(SOAPHEADER)
25958 $(SOAP) -i $(SOAP_FLAGS) $<
25959 +
25960 # Tell versions [3.59,3.63) of GNU make to not export all variables.
25961 # Otherwise a system limit (for SysV at least) may be exceeded.
25962 .NOEXPORT:
25963 diff -urN b/gsoap/samples/mtom/Makefile.in d/gsoap/samples/mtom/Makefile.in
25964 --- b/gsoap/samples/mtom/Makefile.in 2009-11-07 21:07:19.000000000 +0100
25965 +++ d/gsoap/samples/mtom/Makefile.in 2010-01-22 21:45:24.000000000 +0100
25966 @@ -1,8 +1,9 @@
25967 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
25968 +# Makefile.in generated by automake 1.11 from Makefile.am.
25969 # @configure_input@
25970
25971 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
25972 -# Free Software Foundation, Inc.
25973 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25974 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
25975 +# Inc.
25976 # This Makefile.in is free software; the Free Software Foundation
25977 # gives unlimited permission to copy and/or distribute it,
25978 # with or without modifications, as long as this notice is preserved.
25979 @@ -13,77 +14,118 @@
25980 # PARTICULAR PURPOSE.
25981
25982 @SET_MAKE@
25983 -SHELL = @SHELL@
25984
25985 -srcdir = @srcdir@
25986 -top_srcdir = @top_srcdir@
25987 VPATH = @srcdir@
25988 -prefix = @prefix@
25989 -exec_prefix = @exec_prefix@
25990 -
25991 -bindir = @bindir@
25992 -sbindir = @sbindir@
25993 -libexecdir = @libexecdir@
25994 -datadir = @datadir@
25995 -sysconfdir = @sysconfdir@
25996 -sharedstatedir = @sharedstatedir@
25997 -localstatedir = @localstatedir@
25998 -libdir = @libdir@
25999 -infodir = @infodir@
26000 -mandir = @mandir@
26001 -includedir = @includedir@
26002 -oldincludedir = /usr/include
26003 pkgdatadir = $(datadir)/@PACKAGE@
26004 -pkglibdir = $(libdir)/@PACKAGE@
26005 pkgincludedir = $(includedir)/@PACKAGE@
26006 -top_builddir = ../../..
26007 -
26008 -ACLOCAL = @ACLOCAL@
26009 -AUTOCONF = @AUTOCONF@
26010 -AUTOMAKE = @AUTOMAKE@
26011 -AUTOHEADER = @AUTOHEADER@
26012 -
26013 +pkglibdir = $(libdir)/@PACKAGE@
26014 +pkglibexecdir = $(libexecdir)/@PACKAGE@
26015 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26016 -INSTALL = @INSTALL@
26017 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
26018 -INSTALL_DATA = @INSTALL_DATA@
26019 install_sh_DATA = $(install_sh) -c -m 644
26020 install_sh_PROGRAM = $(install_sh) -c
26021 install_sh_SCRIPT = $(install_sh) -c
26022 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
26023 INSTALL_HEADER = $(INSTALL_DATA)
26024 -transform = @program_transform_name@
26025 +transform = $(program_transform_name)
26026 NORMAL_INSTALL = :
26027 PRE_INSTALL = :
26028 POST_INSTALL = :
26029 NORMAL_UNINSTALL = :
26030 PRE_UNINSTALL = :
26031 POST_UNINSTALL = :
26032 -host_alias = @host_alias@
26033 +build_triplet = @build@
26034 host_triplet = @host@
26035 -
26036 -EXEEXT = @EXEEXT@
26037 -OBJEXT = @OBJEXT@
26038 -PATH_SEPARATOR = @PATH_SEPARATOR@
26039 +noinst_PROGRAMS = mtom$(EXEEXT)
26040 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
26041 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
26042 + $(srcdir)/Makefile.in
26043 +subdir = gsoap/samples/mtom
26044 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
26045 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
26046 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
26047 + $(ACLOCAL_M4)
26048 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
26049 +CONFIG_HEADER = $(top_builddir)/config.h
26050 +CONFIG_CLEAN_FILES =
26051 +CONFIG_CLEAN_VPATH_FILES =
26052 +PROGRAMS = $(noinst_PROGRAMS)
26053 +am__objects_1 =
26054 +am__objects_2 = soapC.$(OBJEXT)
26055 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
26056 +am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
26057 + $(am__objects_1)
26058 +am_mtom_OBJECTS = mtom-test.$(OBJEXT) $(am__objects_1) \
26059 + $(am__objects_4)
26060 +mtom_OBJECTS = $(am_mtom_OBJECTS)
26061 +am__DEPENDENCIES_1 =
26062 +mtom_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
26063 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
26064 +depcomp = $(SHELL) $(top_srcdir)/depcomp
26065 +am__depfiles_maybe = depfiles
26066 +am__mv = mv -f
26067 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
26068 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
26069 +CCLD = $(CC)
26070 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
26071 +SOURCES = $(mtom_SOURCES)
26072 +DIST_SOURCES = $(mtom_SOURCES)
26073 +ETAGS = etags
26074 +CTAGS = ctags
26075 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
26076 +ACLOCAL = @ACLOCAL@
26077 AMTAR = @AMTAR@
26078 +AUTOCONF = @AUTOCONF@
26079 +AUTOHEADER = @AUTOHEADER@
26080 +AUTOMAKE = @AUTOMAKE@
26081 AWK = @AWK@
26082 BISON_DEFINE = @BISON_DEFINE@
26083 CC = @CC@
26084 +CCDEPMODE = @CCDEPMODE@
26085 +CFLAGS = @CFLAGS@
26086 CPP = @CPP@
26087 +CPPFLAGS = @CPPFLAGS@
26088 CXX = @CXX@
26089 +CXXDEPMODE = @CXXDEPMODE@
26090 +CXXFLAGS = @CXXFLAGS@
26091 +CYGPATH_W = @CYGPATH_W@
26092 +DEFS = @DEFS@
26093 DEPDIR = @DEPDIR@
26094 +ECHO_C = @ECHO_C@
26095 +ECHO_N = @ECHO_N@
26096 +ECHO_T = @ECHO_T@
26097 +EGREP = @EGREP@
26098 ENABLE_SAMPLES = @ENABLE_SAMPLES@
26099 +EXEEXT = @EXEEXT@
26100 +GREP = @GREP@
26101 +INSTALL = @INSTALL@
26102 +INSTALL_DATA = @INSTALL_DATA@
26103 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
26104 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
26105 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
26106 +LDFLAGS = @LDFLAGS@
26107 LEX = @LEX@
26108 LEXLIB = @LEXLIB@
26109 LEX_DEFINE = @LEX_DEFINE@
26110 LEX_FLAGS = @LEX_FLAGS@
26111 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
26112 +LIBOBJS = @LIBOBJS@
26113 +LIBS = @LIBS@
26114 LN_S = @LN_S@
26115 +LTLIBOBJS = @LTLIBOBJS@
26116 +MAKEINFO = @MAKEINFO@
26117 +MKDIR_P = @MKDIR_P@
26118 +OBJEXT = @OBJEXT@
26119 PACKAGE = @PACKAGE@
26120 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
26121 +PACKAGE_NAME = @PACKAGE_NAME@
26122 +PACKAGE_STRING = @PACKAGE_STRING@
26123 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
26124 +PACKAGE_VERSION = @PACKAGE_VERSION@
26125 +PATH_SEPARATOR = @PATH_SEPARATOR@
26126 RANLIB = @RANLIB@
26127 SAMPLE_DIRS = @SAMPLE_DIRS@
26128 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
26129 +SET_MAKE = @SET_MAKE@
26130 +SHELL = @SHELL@
26131 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
26132 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
26133 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
26134 @@ -95,106 +137,133 @@
26135 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
26136 YACC = @YACC@
26137 YACC_LIB = @YACC_LIB@
26138 +YFLAGS = @YFLAGS@
26139 +abs_builddir = @abs_builddir@
26140 +abs_srcdir = @abs_srcdir@
26141 +abs_top_builddir = @abs_top_builddir@
26142 +abs_top_srcdir = @abs_top_srcdir@
26143 +ac_ct_CC = @ac_ct_CC@
26144 +ac_ct_CXX = @ac_ct_CXX@
26145 am__include = @am__include@
26146 +am__leading_dot = @am__leading_dot@
26147 am__quote = @am__quote@
26148 +am__tar = @am__tar@
26149 +am__untar = @am__untar@
26150 +bindir = @bindir@
26151 +build = @build@
26152 +build_alias = @build_alias@
26153 +build_cpu = @build_cpu@
26154 +build_os = @build_os@
26155 +build_vendor = @build_vendor@
26156 +builddir = @builddir@
26157 +datadir = @datadir@
26158 +datarootdir = @datarootdir@
26159 +docdir = @docdir@
26160 +dvidir = @dvidir@
26161 +exec_prefix = @exec_prefix@
26162 +host = @host@
26163 +host_alias = @host_alias@
26164 +host_cpu = @host_cpu@
26165 +host_os = @host_os@
26166 +host_vendor = @host_vendor@
26167 +htmldir = @htmldir@
26168 +includedir = @includedir@
26169 +infodir = @infodir@
26170 install_sh = @install_sh@
26171 +libdir = @libdir@
26172 +libexecdir = @libexecdir@
26173 +localedir = @localedir@
26174 +localstatedir = @localstatedir@
26175 +mandir = @mandir@
26176 +mkdir_p = @mkdir_p@
26177 +oldincludedir = @oldincludedir@
26178 +pdfdir = @pdfdir@
26179 platform = @platform@
26180 +prefix = @prefix@
26181 +program_transform_name = @program_transform_name@
26182 +psdir = @psdir@
26183 +sbindir = @sbindir@
26184 +sharedstatedir = @sharedstatedir@
26185 +srcdir = @srcdir@
26186 +sysconfdir = @sysconfdir@
26187 +target_alias = @target_alias@
26188 +top_build_prefix = @top_build_prefix@
26189 +top_builddir = @top_builddir@
26190 +top_srcdir = @top_srcdir@
26191
26192 ####### This is the input file for automake, which will generate Makefile.in ##########
26193 AUTOMAKE_OPTIONS = foreign 1.4
26194 -
26195 -noinst_PROGRAMS = mtom
26196 SOAPHEADER = mtom-test.h
26197 -
26198 AM_CFLAGS = -D$(platform)
26199 AM_CXXFLAGS = -D$(platform)
26200 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
26201 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
26202 -
26203 SOAP_NS_DEF = ns.nsmap ns.wsdl
26204 -
26205 SOAP_H_FILES = soapH.h soapStub.h
26206 -
26207 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
26208 -
26209 SOAP_C_CORE = soapC.c
26210 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
26211 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
26212 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
26213 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
26214 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
26215 -
26216 SOAP_CPP_CORE = soapC.cpp
26217 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
26218 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
26219 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
26220 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
26221 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
26222 -
26223 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
26224 -
26225 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
26226 BUILT_SOURCES = $(SOAP_C_SRC)
26227 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
26228 -
26229 SOAP_NS = mtom_test.nsmap mtom_test.wsdl
26230 -
26231 mtom_SOURCES = mtom-test.c $(SOAPHEADER) $(SOAP_C_SRC)
26232 mtom_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
26233 -subdir = gsoap/samples/mtom
26234 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
26235 -CONFIG_HEADER = $(top_builddir)/config.h
26236 -CONFIG_CLEAN_FILES =
26237 -noinst_PROGRAMS = mtom$(EXEEXT)
26238 -PROGRAMS = $(noinst_PROGRAMS)
26239 -
26240 -am__objects_1 =
26241 -am__objects_2 = soapC.$(OBJEXT)
26242 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
26243 -am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
26244 - $(am__objects_1)
26245 -am_mtom_OBJECTS = mtom-test.$(OBJEXT) $(am__objects_1) $(am__objects_4)
26246 -mtom_OBJECTS = $(am_mtom_OBJECTS)
26247 -mtom_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
26248 -mtom_LDFLAGS =
26249 -
26250 -DEFS = @DEFS@
26251 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
26252 -CPPFLAGS = @CPPFLAGS@
26253 -LDFLAGS = @LDFLAGS@
26254 -LIBS = @LIBS@
26255 -depcomp = $(SHELL) $(top_srcdir)/depcomp
26256 -am__depfiles_maybe = depfiles
26257 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mtom-test.Po ./$(DEPDIR)/soapC.Po \
26258 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
26259 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
26260 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
26261 -CCLD = $(CC)
26262 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
26263 -CFLAGS = @CFLAGS@
26264 -DIST_SOURCES = $(mtom_SOURCES)
26265 -DIST_COMMON = Makefile.am Makefile.in
26266 -SOURCES = $(mtom_SOURCES)
26267 -
26268 all: $(BUILT_SOURCES)
26269 $(MAKE) $(AM_MAKEFLAGS) all-am
26270
26271 .SUFFIXES:
26272 .SUFFIXES: .c .o .obj
26273 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
26274 - cd $(top_srcdir) && \
26275 - $(AUTOMAKE) --foreign gsoap/samples/mtom/Makefile
26276 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26277 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
26278 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
26279 + @for dep in $?; do \
26280 + case '$(am__configure_deps)' in \
26281 + *$$dep*) \
26282 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
26283 + && { if test -f $@; then exit 0; else break; fi; }; \
26284 + exit 1;; \
26285 + esac; \
26286 + done; \
26287 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/mtom/Makefile'; \
26288 + $(am__cd) $(top_srcdir) && \
26289 + $(AUTOMAKE) --foreign gsoap/samples/mtom/Makefile
26290 +.PRECIOUS: Makefile
26291 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26292 + @case '$?' in \
26293 + *config.status*) \
26294 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
26295 + *) \
26296 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
26297 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
26298 + esac;
26299 +
26300 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26301 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26302 +
26303 +$(top_srcdir)/configure: $(am__configure_deps)
26304 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26305 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
26306 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26307 +$(am__aclocal_m4_deps):
26308
26309 clean-noinstPROGRAMS:
26310 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
26311 mtom$(EXEEXT): $(mtom_OBJECTS) $(mtom_DEPENDENCIES)
26312 @rm -f mtom$(EXEEXT)
26313 - $(LINK) $(mtom_LDFLAGS) $(mtom_OBJECTS) $(mtom_LDADD) $(LIBS)
26314 + $(LINK) $(mtom_OBJECTS) $(mtom_LDADD) $(LIBS)
26315
26316 mostlyclean-compile:
26317 - -rm -f *.$(OBJEXT) core *.core
26318 + -rm -f *.$(OBJEXT)
26319
26320 distclean-compile:
26321 -rm -f *.tab.c
26322 @@ -204,91 +273,109 @@
26323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
26324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
26325
26326 -distclean-depend:
26327 - -rm -rf ./$(DEPDIR)
26328 -
26329 .c.o:
26330 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26331 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
26332 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26333 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
26334 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
26335 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
26336 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26337 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26338 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
26339
26340 .c.obj:
26341 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26342 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
26343 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26344 - $(COMPILE) -c `cygpath -w $<`
26345 -CCDEPMODE = @CCDEPMODE@
26346 -uninstall-info-am:
26347 -
26348 -ETAGS = etags
26349 -ETAGSFLAGS =
26350 -
26351 -tags: TAGS
26352 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
26353 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
26354 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26355 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26356 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
26357
26358 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
26359 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
26360 unique=`for i in $$list; do \
26361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
26362 done | \
26363 - $(AWK) ' { files[$$0] = 1; } \
26364 - END { for (i in files) print i; }'`; \
26365 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
26366 + END { if (nonempty) { for (i in files) print i; }; }'`; \
26367 mkid -fID $$unique
26368 +tags: TAGS
26369
26370 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
26371 $(TAGS_FILES) $(LISP)
26372 - tags=; \
26373 + set x; \
26374 here=`pwd`; \
26375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
26376 unique=`for i in $$list; do \
26377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
26378 done | \
26379 - $(AWK) ' { files[$$0] = 1; } \
26380 - END { for (i in files) print i; }'`; \
26381 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
26382 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
26383 - $$tags $$unique
26384 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
26385 + END { if (nonempty) { for (i in files) print i; }; }'`; \
26386 + shift; \
26387 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
26388 + test -n "$$unique" || unique=$$empty_fix; \
26389 + if test $$# -gt 0; then \
26390 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
26391 + "$$@" $$unique; \
26392 + else \
26393 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
26394 + $$unique; \
26395 + fi; \
26396 + fi
26397 +ctags: CTAGS
26398 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
26399 + $(TAGS_FILES) $(LISP)
26400 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
26401 + unique=`for i in $$list; do \
26402 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
26403 + done | \
26404 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
26405 + END { if (nonempty) { for (i in files) print i; }; }'`; \
26406 + test -z "$(CTAGS_ARGS)$$unique" \
26407 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
26408 + $$unique
26409
26410 GTAGS:
26411 here=`$(am__cd) $(top_builddir) && pwd` \
26412 - && cd $(top_srcdir) \
26413 - && gtags -i $(GTAGS_ARGS) $$here
26414 + && $(am__cd) $(top_srcdir) \
26415 + && gtags -i $(GTAGS_ARGS) "$$here"
26416
26417 distclean-tags:
26418 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
26419 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
26420 -
26421 -top_distdir = ../../..
26422 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
26423 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
26424
26425 distdir: $(DISTFILES)
26426 - @list='$(DISTFILES)'; for file in $$list; do \
26427 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
26428 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
26429 + list='$(DISTFILES)'; \
26430 + dist_files=`for file in $$list; do echo $$file; done | \
26431 + sed -e "s|^$$srcdirstrip/||;t" \
26432 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
26433 + case $$dist_files in \
26434 + */*) $(MKDIR_P) `echo "$$dist_files" | \
26435 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
26436 + sort -u` ;; \
26437 + esac; \
26438 + for file in $$dist_files; do \
26439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
26440 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
26441 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
26442 - dir="/$$dir"; \
26443 - $(mkinstalldirs) "$(distdir)$$dir"; \
26444 - else \
26445 - dir=''; \
26446 - fi; \
26447 if test -d $$d/$$file; then \
26448 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
26449 + if test -d "$(distdir)/$$file"; then \
26450 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
26451 + fi; \
26452 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
26453 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
26454 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
26455 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
26456 fi; \
26457 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
26458 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
26459 else \
26460 - test -f $(distdir)/$$file \
26461 - || cp -p $$d/$$file $(distdir)/$$file \
26462 + test -f "$(distdir)/$$file" \
26463 + || cp -p $$d/$$file "$(distdir)/$$file" \
26464 || exit 1; \
26465 fi; \
26466 done
26467 check-am: all-am
26468 -check: check-am
26469 +check: $(BUILT_SOURCES)
26470 + $(MAKE) $(AM_MAKEFLAGS) check-am
26471 all-am: Makefile $(PROGRAMS)
26472 -
26473 installdirs:
26474 -
26475 -install: install-am
26476 +install: $(BUILT_SOURCES)
26477 + $(MAKE) $(AM_MAKEFLAGS) install-am
26478 install-exec: install-exec-am
26479 install-data: install-data-am
26480 uninstall: uninstall-am
26481 @@ -299,7 +386,7 @@
26482 installcheck: installcheck-am
26483 install-strip:
26484 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
26485 - INSTALL_STRIP_FLAG=-s \
26486 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
26487 `test -z '$(STRIP)' || \
26488 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
26489 mostlyclean-generic:
26490 @@ -308,7 +395,8 @@
26491 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
26492
26493 distclean-generic:
26494 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
26495 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
26496 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
26497
26498 maintainer-clean-generic:
26499 @echo "This command is intended for maintainers to use"
26500 @@ -319,52 +407,89 @@
26501 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
26502
26503 distclean: distclean-am
26504 -
26505 -distclean-am: clean-am distclean-compile distclean-depend \
26506 - distclean-generic distclean-tags
26507 + -rm -rf ./$(DEPDIR)
26508 + -rm -f Makefile
26509 +distclean-am: clean-am distclean-compile distclean-generic \
26510 + distclean-tags
26511
26512 dvi: dvi-am
26513
26514 dvi-am:
26515
26516 +html: html-am
26517 +
26518 +html-am:
26519 +
26520 info: info-am
26521
26522 info-am:
26523
26524 install-data-am:
26525
26526 +install-dvi: install-dvi-am
26527 +
26528 +install-dvi-am:
26529 +
26530 install-exec-am:
26531
26532 +install-html: install-html-am
26533 +
26534 +install-html-am:
26535 +
26536 install-info: install-info-am
26537
26538 +install-info-am:
26539 +
26540 install-man:
26541
26542 +install-pdf: install-pdf-am
26543 +
26544 +install-pdf-am:
26545 +
26546 +install-ps: install-ps-am
26547 +
26548 +install-ps-am:
26549 +
26550 installcheck-am:
26551
26552 maintainer-clean: maintainer-clean-am
26553 -
26554 + -rm -rf ./$(DEPDIR)
26555 + -rm -f Makefile
26556 maintainer-clean-am: distclean-am maintainer-clean-generic
26557
26558 mostlyclean: mostlyclean-am
26559
26560 mostlyclean-am: mostlyclean-compile mostlyclean-generic
26561
26562 -uninstall-am: uninstall-info-am
26563 +pdf: pdf-am
26564 +
26565 +pdf-am:
26566
26567 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
26568 - clean-noinstPROGRAMS distclean distclean-compile \
26569 - distclean-depend distclean-generic distclean-tags distdir dvi \
26570 - dvi-am info info-am install install-am install-data \
26571 - install-data-am install-exec install-exec-am install-info \
26572 - install-info-am install-man install-strip installcheck \
26573 +ps: ps-am
26574 +
26575 +ps-am:
26576 +
26577 +uninstall-am:
26578 +
26579 +.MAKE: all check install install-am install-strip
26580 +
26581 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
26582 + clean-noinstPROGRAMS ctags distclean distclean-compile \
26583 + distclean-generic distclean-tags distdir dvi dvi-am html \
26584 + html-am info info-am install install-am install-data \
26585 + install-data-am install-dvi install-dvi-am install-exec \
26586 + install-exec-am install-html install-html-am install-info \
26587 + install-info-am install-man install-pdf install-pdf-am \
26588 + install-ps install-ps-am install-strip installcheck \
26589 installcheck-am installdirs maintainer-clean \
26590 maintainer-clean-generic mostlyclean mostlyclean-compile \
26591 - mostlyclean-generic tags uninstall uninstall-am \
26592 - uninstall-info-am
26593 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
26594 + uninstall-am
26595
26596
26597 $(SOAP_C_SRC) : $(SOAPHEADER)
26598 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
26599 +
26600 # Tell versions [3.59,3.63) of GNU make to not export all variables.
26601 # Otherwise a system limit (for SysV at least) may be exceeded.
26602 .NOEXPORT:
26603 diff -urN b/gsoap/samples/mtom-stream/Makefile.in d/gsoap/samples/mtom-stream/Makefile.in
26604 --- b/gsoap/samples/mtom-stream/Makefile.in 2009-11-07 21:07:18.000000000 +0100
26605 +++ d/gsoap/samples/mtom-stream/Makefile.in 2010-01-22 21:45:25.000000000 +0100
26606 @@ -1,8 +1,9 @@
26607 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
26608 +# Makefile.in generated by automake 1.11 from Makefile.am.
26609 # @configure_input@
26610
26611 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
26612 -# Free Software Foundation, Inc.
26613 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
26614 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
26615 +# Inc.
26616 # This Makefile.in is free software; the Free Software Foundation
26617 # gives unlimited permission to copy and/or distribute it,
26618 # with or without modifications, as long as this notice is preserved.
26619 @@ -13,77 +14,118 @@
26620 # PARTICULAR PURPOSE.
26621
26622 @SET_MAKE@
26623 -SHELL = @SHELL@
26624
26625 -srcdir = @srcdir@
26626 -top_srcdir = @top_srcdir@
26627 VPATH = @srcdir@
26628 -prefix = @prefix@
26629 -exec_prefix = @exec_prefix@
26630 -
26631 -bindir = @bindir@
26632 -sbindir = @sbindir@
26633 -libexecdir = @libexecdir@
26634 -datadir = @datadir@
26635 -sysconfdir = @sysconfdir@
26636 -sharedstatedir = @sharedstatedir@
26637 -localstatedir = @localstatedir@
26638 -libdir = @libdir@
26639 -infodir = @infodir@
26640 -mandir = @mandir@
26641 -includedir = @includedir@
26642 -oldincludedir = /usr/include
26643 pkgdatadir = $(datadir)/@PACKAGE@
26644 -pkglibdir = $(libdir)/@PACKAGE@
26645 pkgincludedir = $(includedir)/@PACKAGE@
26646 -top_builddir = ../../..
26647 -
26648 -ACLOCAL = @ACLOCAL@
26649 -AUTOCONF = @AUTOCONF@
26650 -AUTOMAKE = @AUTOMAKE@
26651 -AUTOHEADER = @AUTOHEADER@
26652 -
26653 +pkglibdir = $(libdir)/@PACKAGE@
26654 +pkglibexecdir = $(libexecdir)/@PACKAGE@
26655 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26656 -INSTALL = @INSTALL@
26657 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
26658 -INSTALL_DATA = @INSTALL_DATA@
26659 install_sh_DATA = $(install_sh) -c -m 644
26660 install_sh_PROGRAM = $(install_sh) -c
26661 install_sh_SCRIPT = $(install_sh) -c
26662 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
26663 INSTALL_HEADER = $(INSTALL_DATA)
26664 -transform = @program_transform_name@
26665 +transform = $(program_transform_name)
26666 NORMAL_INSTALL = :
26667 PRE_INSTALL = :
26668 POST_INSTALL = :
26669 NORMAL_UNINSTALL = :
26670 PRE_UNINSTALL = :
26671 POST_UNINSTALL = :
26672 -host_alias = @host_alias@
26673 +build_triplet = @build@
26674 host_triplet = @host@
26675 -
26676 -EXEEXT = @EXEEXT@
26677 -OBJEXT = @OBJEXT@
26678 -PATH_SEPARATOR = @PATH_SEPARATOR@
26679 +noinst_PROGRAMS = mtom-stream$(EXEEXT)
26680 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
26681 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
26682 + $(srcdir)/Makefile.in
26683 +subdir = gsoap/samples/mtom-stream
26684 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
26685 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
26686 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
26687 + $(ACLOCAL_M4)
26688 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
26689 +CONFIG_HEADER = $(top_builddir)/config.h
26690 +CONFIG_CLEAN_FILES =
26691 +CONFIG_CLEAN_VPATH_FILES =
26692 +PROGRAMS = $(noinst_PROGRAMS)
26693 +am__objects_1 =
26694 +am__objects_2 = soapC.$(OBJEXT)
26695 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
26696 +am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
26697 + $(am__objects_1)
26698 +am_mtom_stream_OBJECTS = mtom-stream-test.$(OBJEXT) $(am__objects_1) \
26699 + $(am__objects_4)
26700 +mtom_stream_OBJECTS = $(am_mtom_stream_OBJECTS)
26701 +am__DEPENDENCIES_1 =
26702 +mtom_stream_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
26703 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
26704 +depcomp = $(SHELL) $(top_srcdir)/depcomp
26705 +am__depfiles_maybe = depfiles
26706 +am__mv = mv -f
26707 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
26708 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
26709 +CCLD = $(CC)
26710 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
26711 +SOURCES = $(mtom_stream_SOURCES)
26712 +DIST_SOURCES = $(mtom_stream_SOURCES)
26713 +ETAGS = etags
26714 +CTAGS = ctags
26715 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
26716 +ACLOCAL = @ACLOCAL@
26717 AMTAR = @AMTAR@
26718 +AUTOCONF = @AUTOCONF@
26719 +AUTOHEADER = @AUTOHEADER@
26720 +AUTOMAKE = @AUTOMAKE@
26721 AWK = @AWK@
26722 BISON_DEFINE = @BISON_DEFINE@
26723 CC = @CC@
26724 +CCDEPMODE = @CCDEPMODE@
26725 +CFLAGS = @CFLAGS@
26726 CPP = @CPP@
26727 +CPPFLAGS = @CPPFLAGS@
26728 CXX = @CXX@
26729 +CXXDEPMODE = @CXXDEPMODE@
26730 +CXXFLAGS = @CXXFLAGS@
26731 +CYGPATH_W = @CYGPATH_W@
26732 +DEFS = @DEFS@
26733 DEPDIR = @DEPDIR@
26734 +ECHO_C = @ECHO_C@
26735 +ECHO_N = @ECHO_N@
26736 +ECHO_T = @ECHO_T@
26737 +EGREP = @EGREP@
26738 ENABLE_SAMPLES = @ENABLE_SAMPLES@
26739 +EXEEXT = @EXEEXT@
26740 +GREP = @GREP@
26741 +INSTALL = @INSTALL@
26742 +INSTALL_DATA = @INSTALL_DATA@
26743 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
26744 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
26745 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
26746 +LDFLAGS = @LDFLAGS@
26747 LEX = @LEX@
26748 LEXLIB = @LEXLIB@
26749 LEX_DEFINE = @LEX_DEFINE@
26750 LEX_FLAGS = @LEX_FLAGS@
26751 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
26752 +LIBOBJS = @LIBOBJS@
26753 +LIBS = @LIBS@
26754 LN_S = @LN_S@
26755 +LTLIBOBJS = @LTLIBOBJS@
26756 +MAKEINFO = @MAKEINFO@
26757 +MKDIR_P = @MKDIR_P@
26758 +OBJEXT = @OBJEXT@
26759 PACKAGE = @PACKAGE@
26760 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
26761 +PACKAGE_NAME = @PACKAGE_NAME@
26762 +PACKAGE_STRING = @PACKAGE_STRING@
26763 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
26764 +PACKAGE_VERSION = @PACKAGE_VERSION@
26765 +PATH_SEPARATOR = @PATH_SEPARATOR@
26766 RANLIB = @RANLIB@
26767 SAMPLE_DIRS = @SAMPLE_DIRS@
26768 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
26769 +SET_MAKE = @SET_MAKE@
26770 +SHELL = @SHELL@
26771 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
26772 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
26773 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
26774 @@ -95,108 +137,133 @@
26775 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
26776 YACC = @YACC@
26777 YACC_LIB = @YACC_LIB@
26778 +YFLAGS = @YFLAGS@
26779 +abs_builddir = @abs_builddir@
26780 +abs_srcdir = @abs_srcdir@
26781 +abs_top_builddir = @abs_top_builddir@
26782 +abs_top_srcdir = @abs_top_srcdir@
26783 +ac_ct_CC = @ac_ct_CC@
26784 +ac_ct_CXX = @ac_ct_CXX@
26785 am__include = @am__include@
26786 +am__leading_dot = @am__leading_dot@
26787 am__quote = @am__quote@
26788 +am__tar = @am__tar@
26789 +am__untar = @am__untar@
26790 +bindir = @bindir@
26791 +build = @build@
26792 +build_alias = @build_alias@
26793 +build_cpu = @build_cpu@
26794 +build_os = @build_os@
26795 +build_vendor = @build_vendor@
26796 +builddir = @builddir@
26797 +datadir = @datadir@
26798 +datarootdir = @datarootdir@
26799 +docdir = @docdir@
26800 +dvidir = @dvidir@
26801 +exec_prefix = @exec_prefix@
26802 +host = @host@
26803 +host_alias = @host_alias@
26804 +host_cpu = @host_cpu@
26805 +host_os = @host_os@
26806 +host_vendor = @host_vendor@
26807 +htmldir = @htmldir@
26808 +includedir = @includedir@
26809 +infodir = @infodir@
26810 install_sh = @install_sh@
26811 +libdir = @libdir@
26812 +libexecdir = @libexecdir@
26813 +localedir = @localedir@
26814 +localstatedir = @localstatedir@
26815 +mandir = @mandir@
26816 +mkdir_p = @mkdir_p@
26817 +oldincludedir = @oldincludedir@
26818 +pdfdir = @pdfdir@
26819 platform = @platform@
26820 +prefix = @prefix@
26821 +program_transform_name = @program_transform_name@
26822 +psdir = @psdir@
26823 +sbindir = @sbindir@
26824 +sharedstatedir = @sharedstatedir@
26825 +srcdir = @srcdir@
26826 +sysconfdir = @sysconfdir@
26827 +target_alias = @target_alias@
26828 +top_build_prefix = @top_build_prefix@
26829 +top_builddir = @top_builddir@
26830 +top_srcdir = @top_srcdir@
26831
26832 ####### This is the input file for automake, which will generate Makefile.in ##########
26833 AUTOMAKE_OPTIONS = foreign 1.4
26834 -
26835 -noinst_PROGRAMS = mtom-stream
26836 SOAPHEADER = mtom-stream-test.h
26837 -
26838 AM_CFLAGS = -D$(platform)
26839 AM_CXXFLAGS = -D$(platform)
26840 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
26841 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
26842 -
26843 SOAP_NS_DEF = ns.nsmap ns.wsdl
26844 -
26845 SOAP_H_FILES = soapH.h soapStub.h
26846 -
26847 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
26848 -
26849 SOAP_C_CORE = soapC.c
26850 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
26851 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
26852 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
26853 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
26854 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
26855 -
26856 SOAP_CPP_CORE = soapC.cpp
26857 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
26858 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
26859 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
26860 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
26861 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
26862 -
26863 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
26864 -
26865 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
26866 BUILT_SOURCES = $(SOAP_C_SRC)
26867 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
26868 -
26869 SOAP_NS = mtom_stream_test.nsmap mtom_stream_test.wsdl
26870 -
26871 mtom_stream_SOURCES = mtom-stream-test.c $(SOAPHEADER) $(SOAP_C_SRC)
26872 mtom_stream_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
26873 -subdir = gsoap/samples/mtom-stream
26874 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
26875 -CONFIG_HEADER = $(top_builddir)/config.h
26876 -CONFIG_CLEAN_FILES =
26877 -noinst_PROGRAMS = mtom-stream$(EXEEXT)
26878 -PROGRAMS = $(noinst_PROGRAMS)
26879 -
26880 -am__objects_1 =
26881 -am__objects_2 = soapC.$(OBJEXT)
26882 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
26883 -am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
26884 - $(am__objects_1)
26885 -am_mtom_stream_OBJECTS = mtom-stream-test.$(OBJEXT) $(am__objects_1) \
26886 - $(am__objects_4)
26887 -mtom_stream_OBJECTS = $(am_mtom_stream_OBJECTS)
26888 -mtom_stream_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
26889 -mtom_stream_LDFLAGS =
26890 -
26891 -DEFS = @DEFS@
26892 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
26893 -CPPFLAGS = @CPPFLAGS@
26894 -LDFLAGS = @LDFLAGS@
26895 -LIBS = @LIBS@
26896 -depcomp = $(SHELL) $(top_srcdir)/depcomp
26897 -am__depfiles_maybe = depfiles
26898 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mtom-stream-test.Po \
26899 -@AMDEP_TRUE@ ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapClient.Po \
26900 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po
26901 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
26902 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
26903 -CCLD = $(CC)
26904 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
26905 -CFLAGS = @CFLAGS@
26906 -DIST_SOURCES = $(mtom_stream_SOURCES)
26907 -DIST_COMMON = Makefile.am Makefile.in
26908 -SOURCES = $(mtom_stream_SOURCES)
26909 -
26910 all: $(BUILT_SOURCES)
26911 $(MAKE) $(AM_MAKEFLAGS) all-am
26912
26913 .SUFFIXES:
26914 .SUFFIXES: .c .o .obj
26915 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
26916 - cd $(top_srcdir) && \
26917 - $(AUTOMAKE) --foreign gsoap/samples/mtom-stream/Makefile
26918 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26919 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
26920 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
26921 + @for dep in $?; do \
26922 + case '$(am__configure_deps)' in \
26923 + *$$dep*) \
26924 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
26925 + && { if test -f $@; then exit 0; else break; fi; }; \
26926 + exit 1;; \
26927 + esac; \
26928 + done; \
26929 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/mtom-stream/Makefile'; \
26930 + $(am__cd) $(top_srcdir) && \
26931 + $(AUTOMAKE) --foreign gsoap/samples/mtom-stream/Makefile
26932 +.PRECIOUS: Makefile
26933 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26934 + @case '$?' in \
26935 + *config.status*) \
26936 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
26937 + *) \
26938 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
26939 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
26940 + esac;
26941 +
26942 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26943 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26944 +
26945 +$(top_srcdir)/configure: $(am__configure_deps)
26946 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26947 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
26948 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26949 +$(am__aclocal_m4_deps):
26950
26951 clean-noinstPROGRAMS:
26952 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
26953 mtom-stream$(EXEEXT): $(mtom_stream_OBJECTS) $(mtom_stream_DEPENDENCIES)
26954 @rm -f mtom-stream$(EXEEXT)
26955 - $(LINK) $(mtom_stream_LDFLAGS) $(mtom_stream_OBJECTS) $(mtom_stream_LDADD) $(LIBS)
26956 + $(LINK) $(mtom_stream_OBJECTS) $(mtom_stream_LDADD) $(LIBS)
26957
26958 mostlyclean-compile:
26959 - -rm -f *.$(OBJEXT) core *.core
26960 + -rm -f *.$(OBJEXT)
26961
26962 distclean-compile:
26963 -rm -f *.tab.c
26964 @@ -206,91 +273,109 @@
26965 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
26966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
26967
26968 -distclean-depend:
26969 - -rm -rf ./$(DEPDIR)
26970 -
26971 .c.o:
26972 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26973 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
26974 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26975 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
26976 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
26977 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
26978 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26979 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26980 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
26981
26982 .c.obj:
26983 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26984 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
26985 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26986 - $(COMPILE) -c `cygpath -w $<`
26987 -CCDEPMODE = @CCDEPMODE@
26988 -uninstall-info-am:
26989 -
26990 -ETAGS = etags
26991 -ETAGSFLAGS =
26992 -
26993 -tags: TAGS
26994 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
26995 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
26996 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
26997 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
26998 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
26999
27000 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
27001 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27002 unique=`for i in $$list; do \
27003 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27004 done | \
27005 - $(AWK) ' { files[$$0] = 1; } \
27006 - END { for (i in files) print i; }'`; \
27007 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27008 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27009 mkid -fID $$unique
27010 +tags: TAGS
27011
27012 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
27013 $(TAGS_FILES) $(LISP)
27014 - tags=; \
27015 + set x; \
27016 here=`pwd`; \
27017 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27018 unique=`for i in $$list; do \
27019 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27020 done | \
27021 - $(AWK) ' { files[$$0] = 1; } \
27022 - END { for (i in files) print i; }'`; \
27023 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
27024 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27025 - $$tags $$unique
27026 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27027 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27028 + shift; \
27029 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
27030 + test -n "$$unique" || unique=$$empty_fix; \
27031 + if test $$# -gt 0; then \
27032 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27033 + "$$@" $$unique; \
27034 + else \
27035 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27036 + $$unique; \
27037 + fi; \
27038 + fi
27039 +ctags: CTAGS
27040 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
27041 + $(TAGS_FILES) $(LISP)
27042 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27043 + unique=`for i in $$list; do \
27044 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27045 + done | \
27046 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27047 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27048 + test -z "$(CTAGS_ARGS)$$unique" \
27049 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
27050 + $$unique
27051
27052 GTAGS:
27053 here=`$(am__cd) $(top_builddir) && pwd` \
27054 - && cd $(top_srcdir) \
27055 - && gtags -i $(GTAGS_ARGS) $$here
27056 + && $(am__cd) $(top_srcdir) \
27057 + && gtags -i $(GTAGS_ARGS) "$$here"
27058
27059 distclean-tags:
27060 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
27061 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
27062 -
27063 -top_distdir = ../../..
27064 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
27065 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
27066
27067 distdir: $(DISTFILES)
27068 - @list='$(DISTFILES)'; for file in $$list; do \
27069 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
27070 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
27071 + list='$(DISTFILES)'; \
27072 + dist_files=`for file in $$list; do echo $$file; done | \
27073 + sed -e "s|^$$srcdirstrip/||;t" \
27074 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
27075 + case $$dist_files in \
27076 + */*) $(MKDIR_P) `echo "$$dist_files" | \
27077 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
27078 + sort -u` ;; \
27079 + esac; \
27080 + for file in $$dist_files; do \
27081 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
27082 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
27083 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
27084 - dir="/$$dir"; \
27085 - $(mkinstalldirs) "$(distdir)$$dir"; \
27086 - else \
27087 - dir=''; \
27088 - fi; \
27089 if test -d $$d/$$file; then \
27090 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
27091 + if test -d "$(distdir)/$$file"; then \
27092 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
27093 + fi; \
27094 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
27095 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
27096 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
27097 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
27098 fi; \
27099 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
27100 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
27101 else \
27102 - test -f $(distdir)/$$file \
27103 - || cp -p $$d/$$file $(distdir)/$$file \
27104 + test -f "$(distdir)/$$file" \
27105 + || cp -p $$d/$$file "$(distdir)/$$file" \
27106 || exit 1; \
27107 fi; \
27108 done
27109 check-am: all-am
27110 -check: check-am
27111 +check: $(BUILT_SOURCES)
27112 + $(MAKE) $(AM_MAKEFLAGS) check-am
27113 all-am: Makefile $(PROGRAMS)
27114 -
27115 installdirs:
27116 -
27117 -install: install-am
27118 +install: $(BUILT_SOURCES)
27119 + $(MAKE) $(AM_MAKEFLAGS) install-am
27120 install-exec: install-exec-am
27121 install-data: install-data-am
27122 uninstall: uninstall-am
27123 @@ -301,7 +386,7 @@
27124 installcheck: installcheck-am
27125 install-strip:
27126 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
27127 - INSTALL_STRIP_FLAG=-s \
27128 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
27129 `test -z '$(STRIP)' || \
27130 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
27131 mostlyclean-generic:
27132 @@ -310,7 +395,8 @@
27133 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
27134
27135 distclean-generic:
27136 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
27137 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
27138 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
27139
27140 maintainer-clean-generic:
27141 @echo "This command is intended for maintainers to use"
27142 @@ -321,52 +407,89 @@
27143 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
27144
27145 distclean: distclean-am
27146 -
27147 -distclean-am: clean-am distclean-compile distclean-depend \
27148 - distclean-generic distclean-tags
27149 + -rm -rf ./$(DEPDIR)
27150 + -rm -f Makefile
27151 +distclean-am: clean-am distclean-compile distclean-generic \
27152 + distclean-tags
27153
27154 dvi: dvi-am
27155
27156 dvi-am:
27157
27158 +html: html-am
27159 +
27160 +html-am:
27161 +
27162 info: info-am
27163
27164 info-am:
27165
27166 install-data-am:
27167
27168 +install-dvi: install-dvi-am
27169 +
27170 +install-dvi-am:
27171 +
27172 install-exec-am:
27173
27174 +install-html: install-html-am
27175 +
27176 +install-html-am:
27177 +
27178 install-info: install-info-am
27179
27180 +install-info-am:
27181 +
27182 install-man:
27183
27184 +install-pdf: install-pdf-am
27185 +
27186 +install-pdf-am:
27187 +
27188 +install-ps: install-ps-am
27189 +
27190 +install-ps-am:
27191 +
27192 installcheck-am:
27193
27194 maintainer-clean: maintainer-clean-am
27195 -
27196 + -rm -rf ./$(DEPDIR)
27197 + -rm -f Makefile
27198 maintainer-clean-am: distclean-am maintainer-clean-generic
27199
27200 mostlyclean: mostlyclean-am
27201
27202 mostlyclean-am: mostlyclean-compile mostlyclean-generic
27203
27204 -uninstall-am: uninstall-info-am
27205 +pdf: pdf-am
27206 +
27207 +pdf-am:
27208
27209 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
27210 - clean-noinstPROGRAMS distclean distclean-compile \
27211 - distclean-depend distclean-generic distclean-tags distdir dvi \
27212 - dvi-am info info-am install install-am install-data \
27213 - install-data-am install-exec install-exec-am install-info \
27214 - install-info-am install-man install-strip installcheck \
27215 +ps: ps-am
27216 +
27217 +ps-am:
27218 +
27219 +uninstall-am:
27220 +
27221 +.MAKE: all check install install-am install-strip
27222 +
27223 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
27224 + clean-noinstPROGRAMS ctags distclean distclean-compile \
27225 + distclean-generic distclean-tags distdir dvi dvi-am html \
27226 + html-am info info-am install install-am install-data \
27227 + install-data-am install-dvi install-dvi-am install-exec \
27228 + install-exec-am install-html install-html-am install-info \
27229 + install-info-am install-man install-pdf install-pdf-am \
27230 + install-ps install-ps-am install-strip installcheck \
27231 installcheck-am installdirs maintainer-clean \
27232 maintainer-clean-generic mostlyclean mostlyclean-compile \
27233 - mostlyclean-generic tags uninstall uninstall-am \
27234 - uninstall-info-am
27235 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
27236 + uninstall-am
27237
27238
27239 $(SOAP_C_SRC) : $(SOAPHEADER)
27240 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
27241 +
27242 # Tell versions [3.59,3.63) of GNU make to not export all variables.
27243 # Otherwise a system limit (for SysV at least) may be exceeded.
27244 .NOEXPORT:
27245 diff -urN b/gsoap/samples/polytest/Makefile.in d/gsoap/samples/polytest/Makefile.in
27246 --- b/gsoap/samples/polytest/Makefile.in 2009-11-07 21:07:17.000000000 +0100
27247 +++ d/gsoap/samples/polytest/Makefile.in 2010-01-22 21:45:25.000000000 +0100
27248 @@ -1,8 +1,9 @@
27249 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
27250 +# Makefile.in generated by automake 1.11 from Makefile.am.
27251 # @configure_input@
27252
27253 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
27254 -# Free Software Foundation, Inc.
27255 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
27256 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
27257 +# Inc.
27258 # This Makefile.in is free software; the Free Software Foundation
27259 # gives unlimited permission to copy and/or distribute it,
27260 # with or without modifications, as long as this notice is preserved.
27261 @@ -13,77 +14,124 @@
27262 # PARTICULAR PURPOSE.
27263
27264 @SET_MAKE@
27265 -SHELL = @SHELL@
27266
27267 -srcdir = @srcdir@
27268 -top_srcdir = @top_srcdir@
27269 VPATH = @srcdir@
27270 -prefix = @prefix@
27271 -exec_prefix = @exec_prefix@
27272 -
27273 -bindir = @bindir@
27274 -sbindir = @sbindir@
27275 -libexecdir = @libexecdir@
27276 -datadir = @datadir@
27277 -sysconfdir = @sysconfdir@
27278 -sharedstatedir = @sharedstatedir@
27279 -localstatedir = @localstatedir@
27280 -libdir = @libdir@
27281 -infodir = @infodir@
27282 -mandir = @mandir@
27283 -includedir = @includedir@
27284 -oldincludedir = /usr/include
27285 pkgdatadir = $(datadir)/@PACKAGE@
27286 -pkglibdir = $(libdir)/@PACKAGE@
27287 pkgincludedir = $(includedir)/@PACKAGE@
27288 -top_builddir = ../../..
27289 -
27290 -ACLOCAL = @ACLOCAL@
27291 -AUTOCONF = @AUTOCONF@
27292 -AUTOMAKE = @AUTOMAKE@
27293 -AUTOHEADER = @AUTOHEADER@
27294 -
27295 +pkglibdir = $(libdir)/@PACKAGE@
27296 +pkglibexecdir = $(libexecdir)/@PACKAGE@
27297 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27298 -INSTALL = @INSTALL@
27299 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
27300 -INSTALL_DATA = @INSTALL_DATA@
27301 install_sh_DATA = $(install_sh) -c -m 644
27302 install_sh_PROGRAM = $(install_sh) -c
27303 install_sh_SCRIPT = $(install_sh) -c
27304 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
27305 INSTALL_HEADER = $(INSTALL_DATA)
27306 -transform = @program_transform_name@
27307 +transform = $(program_transform_name)
27308 NORMAL_INSTALL = :
27309 PRE_INSTALL = :
27310 POST_INSTALL = :
27311 NORMAL_UNINSTALL = :
27312 PRE_UNINSTALL = :
27313 POST_UNINSTALL = :
27314 -host_alias = @host_alias@
27315 +build_triplet = @build@
27316 host_triplet = @host@
27317 -
27318 -EXEEXT = @EXEEXT@
27319 -OBJEXT = @OBJEXT@
27320 -PATH_SEPARATOR = @PATH_SEPARATOR@
27321 +noinst_PROGRAMS = polytest.cgi$(EXEEXT)
27322 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
27323 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
27324 + $(srcdir)/Makefile.in
27325 +subdir = gsoap/samples/polytest
27326 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
27327 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
27328 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
27329 + $(ACLOCAL_M4)
27330 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
27331 +CONFIG_HEADER = $(top_builddir)/config.h
27332 +CONFIG_CLEAN_FILES =
27333 +CONFIG_CLEAN_VPATH_FILES =
27334 +PROGRAMS = $(noinst_PROGRAMS)
27335 +am__objects_1 =
27336 +am__objects_2 = soapC.$(OBJEXT)
27337 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
27338 +am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
27339 + $(am__objects_1)
27340 +am_polytest_cgi_OBJECTS = polymorph.$(OBJEXT) $(am__objects_1) \
27341 + $(am__objects_4)
27342 +polytest_cgi_OBJECTS = $(am_polytest_cgi_OBJECTS)
27343 +polytest_cgi_LDADD = $(LDADD)
27344 +am__DEPENDENCIES_1 =
27345 +polytest_cgi_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
27346 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
27347 +depcomp = $(SHELL) $(top_srcdir)/depcomp
27348 +am__depfiles_maybe = depfiles
27349 +am__mv = mv -f
27350 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
27351 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
27352 +CXXLD = $(CXX)
27353 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
27354 + -o $@
27355 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
27356 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
27357 +CCLD = $(CC)
27358 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
27359 +SOURCES = $(polytest_cgi_SOURCES)
27360 +DIST_SOURCES = $(polytest_cgi_SOURCES)
27361 +ETAGS = etags
27362 +CTAGS = ctags
27363 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
27364 +ACLOCAL = @ACLOCAL@
27365 AMTAR = @AMTAR@
27366 +AUTOCONF = @AUTOCONF@
27367 +AUTOHEADER = @AUTOHEADER@
27368 +AUTOMAKE = @AUTOMAKE@
27369 AWK = @AWK@
27370 BISON_DEFINE = @BISON_DEFINE@
27371 CC = @CC@
27372 +CCDEPMODE = @CCDEPMODE@
27373 +CFLAGS = @CFLAGS@
27374 CPP = @CPP@
27375 +CPPFLAGS = @CPPFLAGS@
27376 CXX = @CXX@
27377 +CXXDEPMODE = @CXXDEPMODE@
27378 +CXXFLAGS = @CXXFLAGS@
27379 +CYGPATH_W = @CYGPATH_W@
27380 +DEFS = @DEFS@
27381 DEPDIR = @DEPDIR@
27382 +ECHO_C = @ECHO_C@
27383 +ECHO_N = @ECHO_N@
27384 +ECHO_T = @ECHO_T@
27385 +EGREP = @EGREP@
27386 ENABLE_SAMPLES = @ENABLE_SAMPLES@
27387 +EXEEXT = @EXEEXT@
27388 +GREP = @GREP@
27389 +INSTALL = @INSTALL@
27390 +INSTALL_DATA = @INSTALL_DATA@
27391 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
27392 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
27393 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
27394 +LDFLAGS = @LDFLAGS@
27395 LEX = @LEX@
27396 LEXLIB = @LEXLIB@
27397 LEX_DEFINE = @LEX_DEFINE@
27398 LEX_FLAGS = @LEX_FLAGS@
27399 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
27400 +LIBOBJS = @LIBOBJS@
27401 +LIBS = @LIBS@
27402 LN_S = @LN_S@
27403 +LTLIBOBJS = @LTLIBOBJS@
27404 +MAKEINFO = @MAKEINFO@
27405 +MKDIR_P = @MKDIR_P@
27406 +OBJEXT = @OBJEXT@
27407 PACKAGE = @PACKAGE@
27408 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
27409 +PACKAGE_NAME = @PACKAGE_NAME@
27410 +PACKAGE_STRING = @PACKAGE_STRING@
27411 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
27412 +PACKAGE_VERSION = @PACKAGE_VERSION@
27413 +PATH_SEPARATOR = @PATH_SEPARATOR@
27414 RANLIB = @RANLIB@
27415 SAMPLE_DIRS = @SAMPLE_DIRS@
27416 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
27417 +SET_MAKE = @SET_MAKE@
27418 +SHELL = @SHELL@
27419 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
27420 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
27421 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
27422 @@ -95,113 +143,132 @@
27423 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
27424 YACC = @YACC@
27425 YACC_LIB = @YACC_LIB@
27426 +YFLAGS = @YFLAGS@
27427 +abs_builddir = @abs_builddir@
27428 +abs_srcdir = @abs_srcdir@
27429 +abs_top_builddir = @abs_top_builddir@
27430 +abs_top_srcdir = @abs_top_srcdir@
27431 +ac_ct_CC = @ac_ct_CC@
27432 +ac_ct_CXX = @ac_ct_CXX@
27433 am__include = @am__include@
27434 +am__leading_dot = @am__leading_dot@
27435 am__quote = @am__quote@
27436 +am__tar = @am__tar@
27437 +am__untar = @am__untar@
27438 +bindir = @bindir@
27439 +build = @build@
27440 +build_alias = @build_alias@
27441 +build_cpu = @build_cpu@
27442 +build_os = @build_os@
27443 +build_vendor = @build_vendor@
27444 +builddir = @builddir@
27445 +datadir = @datadir@
27446 +datarootdir = @datarootdir@
27447 +docdir = @docdir@
27448 +dvidir = @dvidir@
27449 +exec_prefix = @exec_prefix@
27450 +host = @host@
27451 +host_alias = @host_alias@
27452 +host_cpu = @host_cpu@
27453 +host_os = @host_os@
27454 +host_vendor = @host_vendor@
27455 +htmldir = @htmldir@
27456 +includedir = @includedir@
27457 +infodir = @infodir@
27458 install_sh = @install_sh@
27459 +libdir = @libdir@
27460 +libexecdir = @libexecdir@
27461 +localedir = @localedir@
27462 +localstatedir = @localstatedir@
27463 +mandir = @mandir@
27464 +mkdir_p = @mkdir_p@
27465 +oldincludedir = @oldincludedir@
27466 +pdfdir = @pdfdir@
27467 platform = @platform@
27468 +prefix = @prefix@
27469 +program_transform_name = @program_transform_name@
27470 +psdir = @psdir@
27471 +sbindir = @sbindir@
27472 +sharedstatedir = @sharedstatedir@
27473 +srcdir = @srcdir@
27474 +sysconfdir = @sysconfdir@
27475 +target_alias = @target_alias@
27476 +top_build_prefix = @top_build_prefix@
27477 +top_builddir = @top_builddir@
27478 +top_srcdir = @top_srcdir@
27479
27480 ####### This is the input file for automake, which will generate Makefile.in ##########
27481 AUTOMAKE_OPTIONS = foreign 1.4
27482 -
27483 -noinst_PROGRAMS = polytest.cgi
27484 SOAPHEADER = polymorph.h
27485 -
27486 AM_CFLAGS = -D$(platform)
27487 AM_CXXFLAGS = -D$(platform)
27488 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
27489 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
27490 -
27491 SOAP_NS_DEF = ns.nsmap ns.wsdl
27492 -
27493 SOAP_H_FILES = soapH.h soapStub.h
27494 -
27495 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
27496 -
27497 SOAP_C_CORE = soapC.c
27498 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
27499 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
27500 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
27501 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
27502 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
27503 -
27504 SOAP_CPP_CORE = soapC.cpp
27505 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
27506 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
27507 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
27508 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
27509 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
27510 -
27511 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
27512 -
27513 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
27514 BUILT_SOURCES = $(SOAP_CPP_SRC)
27515 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
27516 -
27517 SOAP_NS = polymorph.nsmap polymorph.wsdl
27518 -
27519 polytest_cgi_SOURCES = polymorph.cpp $(SOAPHEADER) $(SOAP_CPP_SRC)
27520 -subdir = gsoap/samples/polytest
27521 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
27522 -CONFIG_HEADER = $(top_builddir)/config.h
27523 -CONFIG_CLEAN_FILES =
27524 -noinst_PROGRAMS = polytest.cgi$(EXEEXT)
27525 -PROGRAMS = $(noinst_PROGRAMS)
27526 -
27527 -am__objects_1 =
27528 -am__objects_2 = soapC.$(OBJEXT)
27529 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
27530 -am__objects_4 = $(am__objects_3) soapServer.$(OBJEXT) $(am__objects_1) \
27531 - $(am__objects_1)
27532 -am_polytest_cgi_OBJECTS = polymorph.$(OBJEXT) $(am__objects_1) \
27533 - $(am__objects_4)
27534 -polytest_cgi_OBJECTS = $(am_polytest_cgi_OBJECTS)
27535 -polytest_cgi_LDADD = $(LDADD)
27536 -polytest_cgi_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
27537 -polytest_cgi_LDFLAGS =
27538 -
27539 -DEFS = @DEFS@
27540 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
27541 -CPPFLAGS = @CPPFLAGS@
27542 -LDFLAGS = @LDFLAGS@
27543 -LIBS = @LIBS@
27544 -depcomp = $(SHELL) $(top_srcdir)/depcomp
27545 -am__depfiles_maybe = depfiles
27546 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/polymorph.Po ./$(DEPDIR)/soapC.Po \
27547 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
27548 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
27549 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
27550 -CXXLD = $(CXX)
27551 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
27552 - -o $@
27553 -CXXFLAGS = @CXXFLAGS@
27554 -CFLAGS = @CFLAGS@
27555 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
27556 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
27557 -CCLD = $(CC)
27558 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
27559 -DIST_SOURCES = $(polytest_cgi_SOURCES)
27560 -DIST_COMMON = Makefile.am Makefile.in
27561 -SOURCES = $(polytest_cgi_SOURCES)
27562 -
27563 all: $(BUILT_SOURCES)
27564 $(MAKE) $(AM_MAKEFLAGS) all-am
27565
27566 .SUFFIXES:
27567 .SUFFIXES: .cpp .o .obj
27568 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
27569 - cd $(top_srcdir) && \
27570 - $(AUTOMAKE) --foreign gsoap/samples/polytest/Makefile
27571 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27572 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
27573 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
27574 + @for dep in $?; do \
27575 + case '$(am__configure_deps)' in \
27576 + *$$dep*) \
27577 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
27578 + && { if test -f $@; then exit 0; else break; fi; }; \
27579 + exit 1;; \
27580 + esac; \
27581 + done; \
27582 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/polytest/Makefile'; \
27583 + $(am__cd) $(top_srcdir) && \
27584 + $(AUTOMAKE) --foreign gsoap/samples/polytest/Makefile
27585 +.PRECIOUS: Makefile
27586 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27587 + @case '$?' in \
27588 + *config.status*) \
27589 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
27590 + *) \
27591 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
27592 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
27593 + esac;
27594 +
27595 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27596 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27597 +
27598 +$(top_srcdir)/configure: $(am__configure_deps)
27599 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27600 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
27601 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27602 +$(am__aclocal_m4_deps):
27603
27604 clean-noinstPROGRAMS:
27605 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
27606 polytest.cgi$(EXEEXT): $(polytest_cgi_OBJECTS) $(polytest_cgi_DEPENDENCIES)
27607 @rm -f polytest.cgi$(EXEEXT)
27608 - $(CXXLINK) $(polytest_cgi_LDFLAGS) $(polytest_cgi_OBJECTS) $(polytest_cgi_LDADD) $(LIBS)
27609 + $(CXXLINK) $(polytest_cgi_OBJECTS) $(polytest_cgi_LDADD) $(LIBS)
27610
27611 mostlyclean-compile:
27612 - -rm -f *.$(OBJEXT) core *.core
27613 + -rm -f *.$(OBJEXT)
27614
27615 distclean-compile:
27616 -rm -f *.tab.c
27617 @@ -211,91 +278,109 @@
27618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
27619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
27620
27621 -distclean-depend:
27622 - -rm -rf ./$(DEPDIR)
27623 -
27624 .cpp.o:
27625 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
27626 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
27627 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
27628 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
27629 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
27630 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
27631 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
27632 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
27633 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
27634
27635 .cpp.obj:
27636 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
27637 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
27638 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
27639 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
27640 -CXXDEPMODE = @CXXDEPMODE@
27641 -uninstall-info-am:
27642 -
27643 -ETAGS = etags
27644 -ETAGSFLAGS =
27645 -
27646 -tags: TAGS
27647 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
27648 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
27649 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
27650 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
27651 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
27652
27653 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
27654 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27655 unique=`for i in $$list; do \
27656 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27657 done | \
27658 - $(AWK) ' { files[$$0] = 1; } \
27659 - END { for (i in files) print i; }'`; \
27660 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27661 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27662 mkid -fID $$unique
27663 +tags: TAGS
27664
27665 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
27666 $(TAGS_FILES) $(LISP)
27667 - tags=; \
27668 + set x; \
27669 here=`pwd`; \
27670 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27671 unique=`for i in $$list; do \
27672 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27673 done | \
27674 - $(AWK) ' { files[$$0] = 1; } \
27675 - END { for (i in files) print i; }'`; \
27676 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
27677 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27678 - $$tags $$unique
27679 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27680 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27681 + shift; \
27682 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
27683 + test -n "$$unique" || unique=$$empty_fix; \
27684 + if test $$# -gt 0; then \
27685 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27686 + "$$@" $$unique; \
27687 + else \
27688 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
27689 + $$unique; \
27690 + fi; \
27691 + fi
27692 +ctags: CTAGS
27693 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
27694 + $(TAGS_FILES) $(LISP)
27695 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
27696 + unique=`for i in $$list; do \
27697 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
27698 + done | \
27699 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
27700 + END { if (nonempty) { for (i in files) print i; }; }'`; \
27701 + test -z "$(CTAGS_ARGS)$$unique" \
27702 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
27703 + $$unique
27704
27705 GTAGS:
27706 here=`$(am__cd) $(top_builddir) && pwd` \
27707 - && cd $(top_srcdir) \
27708 - && gtags -i $(GTAGS_ARGS) $$here
27709 + && $(am__cd) $(top_srcdir) \
27710 + && gtags -i $(GTAGS_ARGS) "$$here"
27711
27712 distclean-tags:
27713 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
27714 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
27715 -
27716 -top_distdir = ../../..
27717 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
27718 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
27719
27720 distdir: $(DISTFILES)
27721 - @list='$(DISTFILES)'; for file in $$list; do \
27722 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
27723 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
27724 + list='$(DISTFILES)'; \
27725 + dist_files=`for file in $$list; do echo $$file; done | \
27726 + sed -e "s|^$$srcdirstrip/||;t" \
27727 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
27728 + case $$dist_files in \
27729 + */*) $(MKDIR_P) `echo "$$dist_files" | \
27730 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
27731 + sort -u` ;; \
27732 + esac; \
27733 + for file in $$dist_files; do \
27734 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
27735 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
27736 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
27737 - dir="/$$dir"; \
27738 - $(mkinstalldirs) "$(distdir)$$dir"; \
27739 - else \
27740 - dir=''; \
27741 - fi; \
27742 if test -d $$d/$$file; then \
27743 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
27744 + if test -d "$(distdir)/$$file"; then \
27745 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
27746 + fi; \
27747 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
27748 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
27749 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
27750 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
27751 fi; \
27752 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
27753 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
27754 else \
27755 - test -f $(distdir)/$$file \
27756 - || cp -p $$d/$$file $(distdir)/$$file \
27757 + test -f "$(distdir)/$$file" \
27758 + || cp -p $$d/$$file "$(distdir)/$$file" \
27759 || exit 1; \
27760 fi; \
27761 done
27762 check-am: all-am
27763 -check: check-am
27764 +check: $(BUILT_SOURCES)
27765 + $(MAKE) $(AM_MAKEFLAGS) check-am
27766 all-am: Makefile $(PROGRAMS)
27767 -
27768 installdirs:
27769 -
27770 -install: install-am
27771 +install: $(BUILT_SOURCES)
27772 + $(MAKE) $(AM_MAKEFLAGS) install-am
27773 install-exec: install-exec-am
27774 install-data: install-data-am
27775 uninstall: uninstall-am
27776 @@ -306,7 +391,7 @@
27777 installcheck: installcheck-am
27778 install-strip:
27779 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
27780 - INSTALL_STRIP_FLAG=-s \
27781 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
27782 `test -z '$(STRIP)' || \
27783 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
27784 mostlyclean-generic:
27785 @@ -315,7 +400,8 @@
27786 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
27787
27788 distclean-generic:
27789 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
27790 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
27791 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
27792
27793 maintainer-clean-generic:
27794 @echo "This command is intended for maintainers to use"
27795 @@ -326,52 +412,89 @@
27796 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
27797
27798 distclean: distclean-am
27799 -
27800 -distclean-am: clean-am distclean-compile distclean-depend \
27801 - distclean-generic distclean-tags
27802 + -rm -rf ./$(DEPDIR)
27803 + -rm -f Makefile
27804 +distclean-am: clean-am distclean-compile distclean-generic \
27805 + distclean-tags
27806
27807 dvi: dvi-am
27808
27809 dvi-am:
27810
27811 +html: html-am
27812 +
27813 +html-am:
27814 +
27815 info: info-am
27816
27817 info-am:
27818
27819 install-data-am:
27820
27821 +install-dvi: install-dvi-am
27822 +
27823 +install-dvi-am:
27824 +
27825 install-exec-am:
27826
27827 +install-html: install-html-am
27828 +
27829 +install-html-am:
27830 +
27831 install-info: install-info-am
27832
27833 +install-info-am:
27834 +
27835 install-man:
27836
27837 +install-pdf: install-pdf-am
27838 +
27839 +install-pdf-am:
27840 +
27841 +install-ps: install-ps-am
27842 +
27843 +install-ps-am:
27844 +
27845 installcheck-am:
27846
27847 maintainer-clean: maintainer-clean-am
27848 -
27849 + -rm -rf ./$(DEPDIR)
27850 + -rm -f Makefile
27851 maintainer-clean-am: distclean-am maintainer-clean-generic
27852
27853 mostlyclean: mostlyclean-am
27854
27855 mostlyclean-am: mostlyclean-compile mostlyclean-generic
27856
27857 -uninstall-am: uninstall-info-am
27858 +pdf: pdf-am
27859 +
27860 +pdf-am:
27861
27862 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
27863 - clean-noinstPROGRAMS distclean distclean-compile \
27864 - distclean-depend distclean-generic distclean-tags distdir dvi \
27865 - dvi-am info info-am install install-am install-data \
27866 - install-data-am install-exec install-exec-am install-info \
27867 - install-info-am install-man install-strip installcheck \
27868 +ps: ps-am
27869 +
27870 +ps-am:
27871 +
27872 +uninstall-am:
27873 +
27874 +.MAKE: all check install install-am install-strip
27875 +
27876 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
27877 + clean-noinstPROGRAMS ctags distclean distclean-compile \
27878 + distclean-generic distclean-tags distdir dvi dvi-am html \
27879 + html-am info info-am install install-am install-data \
27880 + install-data-am install-dvi install-dvi-am install-exec \
27881 + install-exec-am install-html install-html-am install-info \
27882 + install-info-am install-man install-pdf install-pdf-am \
27883 + install-ps install-ps-am install-strip installcheck \
27884 installcheck-am installdirs maintainer-clean \
27885 maintainer-clean-generic mostlyclean mostlyclean-compile \
27886 - mostlyclean-generic tags uninstall uninstall-am \
27887 - uninstall-info-am
27888 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
27889 + uninstall-am
27890
27891
27892 $(SOAP_CPP_SRC) : $(SOAPHEADER)
27893 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
27894 +
27895 # Tell versions [3.59,3.63) of GNU make to not export all variables.
27896 # Otherwise a system limit (for SysV at least) may be exceeded.
27897 .NOEXPORT:
27898 diff -urN b/gsoap/samples/roll/Makefile.in d/gsoap/samples/roll/Makefile.in
27899 --- b/gsoap/samples/roll/Makefile.in 2009-11-07 21:07:17.000000000 +0100
27900 +++ d/gsoap/samples/roll/Makefile.in 2010-01-22 21:45:25.000000000 +0100
27901 @@ -1,8 +1,9 @@
27902 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
27903 +# Makefile.in generated by automake 1.11 from Makefile.am.
27904 # @configure_input@
27905
27906 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
27907 -# Free Software Foundation, Inc.
27908 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
27909 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
27910 +# Inc.
27911 # This Makefile.in is free software; the Free Software Foundation
27912 # gives unlimited permission to copy and/or distribute it,
27913 # with or without modifications, as long as this notice is preserved.
27914 @@ -13,77 +14,126 @@
27915 # PARTICULAR PURPOSE.
27916
27917 @SET_MAKE@
27918 -SHELL = @SHELL@
27919
27920 -srcdir = @srcdir@
27921 -top_srcdir = @top_srcdir@
27922 VPATH = @srcdir@
27923 -prefix = @prefix@
27924 -exec_prefix = @exec_prefix@
27925 -
27926 -bindir = @bindir@
27927 -sbindir = @sbindir@
27928 -libexecdir = @libexecdir@
27929 -datadir = @datadir@
27930 -sysconfdir = @sysconfdir@
27931 -sharedstatedir = @sharedstatedir@
27932 -localstatedir = @localstatedir@
27933 -libdir = @libdir@
27934 -infodir = @infodir@
27935 -mandir = @mandir@
27936 -includedir = @includedir@
27937 -oldincludedir = /usr/include
27938 pkgdatadir = $(datadir)/@PACKAGE@
27939 -pkglibdir = $(libdir)/@PACKAGE@
27940 pkgincludedir = $(includedir)/@PACKAGE@
27941 -top_builddir = ../../..
27942 -
27943 -ACLOCAL = @ACLOCAL@
27944 -AUTOCONF = @AUTOCONF@
27945 -AUTOMAKE = @AUTOMAKE@
27946 -AUTOHEADER = @AUTOHEADER@
27947 -
27948 +pkglibdir = $(libdir)/@PACKAGE@
27949 +pkglibexecdir = $(libexecdir)/@PACKAGE@
27950 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27951 -INSTALL = @INSTALL@
27952 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
27953 -INSTALL_DATA = @INSTALL_DATA@
27954 install_sh_DATA = $(install_sh) -c -m 644
27955 install_sh_PROGRAM = $(install_sh) -c
27956 install_sh_SCRIPT = $(install_sh) -c
27957 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
27958 INSTALL_HEADER = $(INSTALL_DATA)
27959 -transform = @program_transform_name@
27960 +transform = $(program_transform_name)
27961 NORMAL_INSTALL = :
27962 PRE_INSTALL = :
27963 POST_INSTALL = :
27964 NORMAL_UNINSTALL = :
27965 PRE_UNINSTALL = :
27966 POST_UNINSTALL = :
27967 -host_alias = @host_alias@
27968 +build_triplet = @build@
27969 host_triplet = @host@
27970 -
27971 -EXEEXT = @EXEEXT@
27972 -OBJEXT = @OBJEXT@
27973 -PATH_SEPARATOR = @PATH_SEPARATOR@
27974 +noinst_PROGRAMS = rollclient$(EXEEXT) rollserver$(EXEEXT)
27975 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
27976 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
27977 + $(srcdir)/Makefile.in
27978 +subdir = gsoap/samples/roll
27979 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
27980 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
27981 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
27982 + $(ACLOCAL_M4)
27983 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
27984 +CONFIG_HEADER = $(top_builddir)/config.h
27985 +CONFIG_CLEAN_FILES =
27986 +CONFIG_CLEAN_VPATH_FILES =
27987 +PROGRAMS = $(noinst_PROGRAMS)
27988 +am__objects_1 =
27989 +am__objects_2 = soapC.$(OBJEXT)
27990 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
27991 +am_rollclient_OBJECTS = rollclient.$(OBJEXT) $(am__objects_1) \
27992 + $(am__objects_3)
27993 +rollclient_OBJECTS = $(am_rollclient_OBJECTS)
27994 +am__DEPENDENCIES_1 =
27995 +rollclient_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
27996 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
27997 +am_rollserver_OBJECTS = rollserver.$(OBJEXT) $(am__objects_1) \
27998 + $(am__objects_4)
27999 +rollserver_OBJECTS = $(am_rollserver_OBJECTS)
28000 +rollserver_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
28001 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
28002 +depcomp = $(SHELL) $(top_srcdir)/depcomp
28003 +am__depfiles_maybe = depfiles
28004 +am__mv = mv -f
28005 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
28006 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
28007 +CXXLD = $(CXX)
28008 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
28009 + -o $@
28010 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
28011 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
28012 +CCLD = $(CC)
28013 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28014 +SOURCES = $(rollclient_SOURCES) $(rollserver_SOURCES)
28015 +DIST_SOURCES = $(rollclient_SOURCES) $(rollserver_SOURCES)
28016 +ETAGS = etags
28017 +CTAGS = ctags
28018 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
28019 +ACLOCAL = @ACLOCAL@
28020 AMTAR = @AMTAR@
28021 +AUTOCONF = @AUTOCONF@
28022 +AUTOHEADER = @AUTOHEADER@
28023 +AUTOMAKE = @AUTOMAKE@
28024 AWK = @AWK@
28025 BISON_DEFINE = @BISON_DEFINE@
28026 CC = @CC@
28027 +CCDEPMODE = @CCDEPMODE@
28028 +CFLAGS = @CFLAGS@
28029 CPP = @CPP@
28030 +CPPFLAGS = @CPPFLAGS@
28031 CXX = @CXX@
28032 +CXXDEPMODE = @CXXDEPMODE@
28033 +CXXFLAGS = @CXXFLAGS@
28034 +CYGPATH_W = @CYGPATH_W@
28035 +DEFS = @DEFS@
28036 DEPDIR = @DEPDIR@
28037 +ECHO_C = @ECHO_C@
28038 +ECHO_N = @ECHO_N@
28039 +ECHO_T = @ECHO_T@
28040 +EGREP = @EGREP@
28041 ENABLE_SAMPLES = @ENABLE_SAMPLES@
28042 +EXEEXT = @EXEEXT@
28043 +GREP = @GREP@
28044 +INSTALL = @INSTALL@
28045 +INSTALL_DATA = @INSTALL_DATA@
28046 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
28047 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
28048 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
28049 +LDFLAGS = @LDFLAGS@
28050 LEX = @LEX@
28051 LEXLIB = @LEXLIB@
28052 LEX_DEFINE = @LEX_DEFINE@
28053 LEX_FLAGS = @LEX_FLAGS@
28054 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
28055 +LIBOBJS = @LIBOBJS@
28056 +LIBS = @LIBS@
28057 LN_S = @LN_S@
28058 +LTLIBOBJS = @LTLIBOBJS@
28059 +MAKEINFO = @MAKEINFO@
28060 +MKDIR_P = @MKDIR_P@
28061 +OBJEXT = @OBJEXT@
28062 PACKAGE = @PACKAGE@
28063 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
28064 +PACKAGE_NAME = @PACKAGE_NAME@
28065 +PACKAGE_STRING = @PACKAGE_STRING@
28066 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
28067 +PACKAGE_VERSION = @PACKAGE_VERSION@
28068 +PATH_SEPARATOR = @PATH_SEPARATOR@
28069 RANLIB = @RANLIB@
28070 SAMPLE_DIRS = @SAMPLE_DIRS@
28071 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
28072 +SET_MAKE = @SET_MAKE@
28073 +SHELL = @SHELL@
28074 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
28075 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
28076 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
28077 @@ -95,124 +145,138 @@
28078 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
28079 YACC = @YACC@
28080 YACC_LIB = @YACC_LIB@
28081 +YFLAGS = @YFLAGS@
28082 +abs_builddir = @abs_builddir@
28083 +abs_srcdir = @abs_srcdir@
28084 +abs_top_builddir = @abs_top_builddir@
28085 +abs_top_srcdir = @abs_top_srcdir@
28086 +ac_ct_CC = @ac_ct_CC@
28087 +ac_ct_CXX = @ac_ct_CXX@
28088 am__include = @am__include@
28089 +am__leading_dot = @am__leading_dot@
28090 am__quote = @am__quote@
28091 +am__tar = @am__tar@
28092 +am__untar = @am__untar@
28093 +bindir = @bindir@
28094 +build = @build@
28095 +build_alias = @build_alias@
28096 +build_cpu = @build_cpu@
28097 +build_os = @build_os@
28098 +build_vendor = @build_vendor@
28099 +builddir = @builddir@
28100 +datadir = @datadir@
28101 +datarootdir = @datarootdir@
28102 +docdir = @docdir@
28103 +dvidir = @dvidir@
28104 +exec_prefix = @exec_prefix@
28105 +host = @host@
28106 +host_alias = @host_alias@
28107 +host_cpu = @host_cpu@
28108 +host_os = @host_os@
28109 +host_vendor = @host_vendor@
28110 +htmldir = @htmldir@
28111 +includedir = @includedir@
28112 +infodir = @infodir@
28113 install_sh = @install_sh@
28114 +libdir = @libdir@
28115 +libexecdir = @libexecdir@
28116 +localedir = @localedir@
28117 +localstatedir = @localstatedir@
28118 +mandir = @mandir@
28119 +mkdir_p = @mkdir_p@
28120 +oldincludedir = @oldincludedir@
28121 +pdfdir = @pdfdir@
28122 platform = @platform@
28123 +prefix = @prefix@
28124 +program_transform_name = @program_transform_name@
28125 +psdir = @psdir@
28126 +sbindir = @sbindir@
28127 +sharedstatedir = @sharedstatedir@
28128 +srcdir = @srcdir@
28129 +sysconfdir = @sysconfdir@
28130 +target_alias = @target_alias@
28131 +top_build_prefix = @top_build_prefix@
28132 +top_builddir = @top_builddir@
28133 +top_srcdir = @top_srcdir@
28134
28135 ####### This is the input file for automake, which will generate Makefile.in ##########
28136 AUTOMAKE_OPTIONS = foreign 1.4
28137 -
28138 -noinst_PROGRAMS = rollclient rollserver
28139 SOAPHEADER = roll.h
28140 -
28141 AM_CFLAGS = -D$(platform)
28142 AM_CXXFLAGS = -D$(platform)
28143 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
28144 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
28145 -
28146 SOAP_NS_DEF = ns.nsmap ns.wsdl
28147 -
28148 SOAP_H_FILES = soapH.h soapStub.h
28149 -
28150 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
28151 -
28152 SOAP_C_CORE = soapC.c
28153 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
28154 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
28155 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
28156 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
28157 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
28158 -
28159 SOAP_CPP_CORE = soapC.cpp
28160 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
28161 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
28162 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
28163 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
28164 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
28165 -
28166 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
28167 -
28168 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
28169 BUILT_SOURCES = $(SOAP_CPP_SRC)
28170 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
28171 -
28172 SOAP_NS = r.nsmap r.wsdl
28173 -
28174 rollclient_SOURCES = rollclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
28175 rollclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
28176 -
28177 rollserver_SOURCES = rollserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
28178 rollserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
28179 -subdir = gsoap/samples/roll
28180 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
28181 -CONFIG_HEADER = $(top_builddir)/config.h
28182 -CONFIG_CLEAN_FILES =
28183 -noinst_PROGRAMS = rollclient$(EXEEXT) rollserver$(EXEEXT)
28184 -PROGRAMS = $(noinst_PROGRAMS)
28185 -
28186 -am__objects_1 =
28187 -am__objects_2 = soapC.$(OBJEXT)
28188 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
28189 -am_rollclient_OBJECTS = rollclient.$(OBJEXT) $(am__objects_1) \
28190 - $(am__objects_3)
28191 -rollclient_OBJECTS = $(am_rollclient_OBJECTS)
28192 -rollclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
28193 -rollclient_LDFLAGS =
28194 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
28195 -am_rollserver_OBJECTS = rollserver.$(OBJEXT) $(am__objects_1) \
28196 - $(am__objects_4)
28197 -rollserver_OBJECTS = $(am_rollserver_OBJECTS)
28198 -rollserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
28199 -rollserver_LDFLAGS =
28200 -
28201 -DEFS = @DEFS@
28202 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
28203 -CPPFLAGS = @CPPFLAGS@
28204 -LDFLAGS = @LDFLAGS@
28205 -LIBS = @LIBS@
28206 -depcomp = $(SHELL) $(top_srcdir)/depcomp
28207 -am__depfiles_maybe = depfiles
28208 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/rollclient.Po \
28209 -@AMDEP_TRUE@ ./$(DEPDIR)/rollserver.Po ./$(DEPDIR)/soapC.Po \
28210 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po ./$(DEPDIR)/soapServer.Po
28211 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
28212 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
28213 -CXXLD = $(CXX)
28214 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
28215 - -o $@
28216 -CXXFLAGS = @CXXFLAGS@
28217 -CFLAGS = @CFLAGS@
28218 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
28219 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
28220 -CCLD = $(CC)
28221 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28222 -DIST_SOURCES = $(rollclient_SOURCES) $(rollserver_SOURCES)
28223 -DIST_COMMON = Makefile.am Makefile.in
28224 -SOURCES = $(rollclient_SOURCES) $(rollserver_SOURCES)
28225 -
28226 all: $(BUILT_SOURCES)
28227 $(MAKE) $(AM_MAKEFLAGS) all-am
28228
28229 .SUFFIXES:
28230 .SUFFIXES: .cpp .o .obj
28231 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
28232 - cd $(top_srcdir) && \
28233 - $(AUTOMAKE) --foreign gsoap/samples/roll/Makefile
28234 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28235 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
28236 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
28237 + @for dep in $?; do \
28238 + case '$(am__configure_deps)' in \
28239 + *$$dep*) \
28240 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
28241 + && { if test -f $@; then exit 0; else break; fi; }; \
28242 + exit 1;; \
28243 + esac; \
28244 + done; \
28245 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/roll/Makefile'; \
28246 + $(am__cd) $(top_srcdir) && \
28247 + $(AUTOMAKE) --foreign gsoap/samples/roll/Makefile
28248 +.PRECIOUS: Makefile
28249 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28250 + @case '$?' in \
28251 + *config.status*) \
28252 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
28253 + *) \
28254 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
28255 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
28256 + esac;
28257 +
28258 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28259 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28260 +
28261 +$(top_srcdir)/configure: $(am__configure_deps)
28262 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28263 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
28264 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28265 +$(am__aclocal_m4_deps):
28266
28267 clean-noinstPROGRAMS:
28268 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
28269 rollclient$(EXEEXT): $(rollclient_OBJECTS) $(rollclient_DEPENDENCIES)
28270 @rm -f rollclient$(EXEEXT)
28271 - $(CXXLINK) $(rollclient_LDFLAGS) $(rollclient_OBJECTS) $(rollclient_LDADD) $(LIBS)
28272 + $(CXXLINK) $(rollclient_OBJECTS) $(rollclient_LDADD) $(LIBS)
28273 rollserver$(EXEEXT): $(rollserver_OBJECTS) $(rollserver_DEPENDENCIES)
28274 @rm -f rollserver$(EXEEXT)
28275 - $(CXXLINK) $(rollserver_LDFLAGS) $(rollserver_OBJECTS) $(rollserver_LDADD) $(LIBS)
28276 + $(CXXLINK) $(rollserver_OBJECTS) $(rollserver_LDADD) $(LIBS)
28277
28278 mostlyclean-compile:
28279 - -rm -f *.$(OBJEXT) core *.core
28280 + -rm -f *.$(OBJEXT)
28281
28282 distclean-compile:
28283 -rm -f *.tab.c
28284 @@ -223,91 +287,109 @@
28285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
28286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
28287
28288 -distclean-depend:
28289 - -rm -rf ./$(DEPDIR)
28290 -
28291 .cpp.o:
28292 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28293 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
28294 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28295 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
28296 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
28297 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
28298 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28299 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28300 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
28301
28302 .cpp.obj:
28303 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28304 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
28305 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28306 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
28307 -CXXDEPMODE = @CXXDEPMODE@
28308 -uninstall-info-am:
28309 -
28310 -ETAGS = etags
28311 -ETAGSFLAGS =
28312 -
28313 -tags: TAGS
28314 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
28315 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
28316 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28317 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28318 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
28319
28320 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
28321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28322 unique=`for i in $$list; do \
28323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
28324 done | \
28325 - $(AWK) ' { files[$$0] = 1; } \
28326 - END { for (i in files) print i; }'`; \
28327 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
28328 + END { if (nonempty) { for (i in files) print i; }; }'`; \
28329 mkid -fID $$unique
28330 +tags: TAGS
28331
28332 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
28333 $(TAGS_FILES) $(LISP)
28334 - tags=; \
28335 + set x; \
28336 here=`pwd`; \
28337 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28338 unique=`for i in $$list; do \
28339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
28340 done | \
28341 - $(AWK) ' { files[$$0] = 1; } \
28342 - END { for (i in files) print i; }'`; \
28343 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
28344 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28345 - $$tags $$unique
28346 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
28347 + END { if (nonempty) { for (i in files) print i; }; }'`; \
28348 + shift; \
28349 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
28350 + test -n "$$unique" || unique=$$empty_fix; \
28351 + if test $$# -gt 0; then \
28352 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28353 + "$$@" $$unique; \
28354 + else \
28355 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28356 + $$unique; \
28357 + fi; \
28358 + fi
28359 +ctags: CTAGS
28360 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
28361 + $(TAGS_FILES) $(LISP)
28362 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28363 + unique=`for i in $$list; do \
28364 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
28365 + done | \
28366 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
28367 + END { if (nonempty) { for (i in files) print i; }; }'`; \
28368 + test -z "$(CTAGS_ARGS)$$unique" \
28369 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
28370 + $$unique
28371
28372 GTAGS:
28373 here=`$(am__cd) $(top_builddir) && pwd` \
28374 - && cd $(top_srcdir) \
28375 - && gtags -i $(GTAGS_ARGS) $$here
28376 + && $(am__cd) $(top_srcdir) \
28377 + && gtags -i $(GTAGS_ARGS) "$$here"
28378
28379 distclean-tags:
28380 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
28381 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
28382 -
28383 -top_distdir = ../../..
28384 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
28385 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
28386
28387 distdir: $(DISTFILES)
28388 - @list='$(DISTFILES)'; for file in $$list; do \
28389 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
28390 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
28391 + list='$(DISTFILES)'; \
28392 + dist_files=`for file in $$list; do echo $$file; done | \
28393 + sed -e "s|^$$srcdirstrip/||;t" \
28394 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
28395 + case $$dist_files in \
28396 + */*) $(MKDIR_P) `echo "$$dist_files" | \
28397 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
28398 + sort -u` ;; \
28399 + esac; \
28400 + for file in $$dist_files; do \
28401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
28402 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
28403 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
28404 - dir="/$$dir"; \
28405 - $(mkinstalldirs) "$(distdir)$$dir"; \
28406 - else \
28407 - dir=''; \
28408 - fi; \
28409 if test -d $$d/$$file; then \
28410 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
28411 + if test -d "$(distdir)/$$file"; then \
28412 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
28413 + fi; \
28414 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
28415 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
28416 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
28417 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
28418 fi; \
28419 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
28420 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
28421 else \
28422 - test -f $(distdir)/$$file \
28423 - || cp -p $$d/$$file $(distdir)/$$file \
28424 + test -f "$(distdir)/$$file" \
28425 + || cp -p $$d/$$file "$(distdir)/$$file" \
28426 || exit 1; \
28427 fi; \
28428 done
28429 check-am: all-am
28430 -check: check-am
28431 +check: $(BUILT_SOURCES)
28432 + $(MAKE) $(AM_MAKEFLAGS) check-am
28433 all-am: Makefile $(PROGRAMS)
28434 -
28435 installdirs:
28436 -
28437 -install: install-am
28438 +install: $(BUILT_SOURCES)
28439 + $(MAKE) $(AM_MAKEFLAGS) install-am
28440 install-exec: install-exec-am
28441 install-data: install-data-am
28442 uninstall: uninstall-am
28443 @@ -318,7 +400,7 @@
28444 installcheck: installcheck-am
28445 install-strip:
28446 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
28447 - INSTALL_STRIP_FLAG=-s \
28448 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
28449 `test -z '$(STRIP)' || \
28450 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
28451 mostlyclean-generic:
28452 @@ -327,7 +409,8 @@
28453 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
28454
28455 distclean-generic:
28456 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
28457 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
28458 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
28459
28460 maintainer-clean-generic:
28461 @echo "This command is intended for maintainers to use"
28462 @@ -338,52 +421,89 @@
28463 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
28464
28465 distclean: distclean-am
28466 -
28467 -distclean-am: clean-am distclean-compile distclean-depend \
28468 - distclean-generic distclean-tags
28469 + -rm -rf ./$(DEPDIR)
28470 + -rm -f Makefile
28471 +distclean-am: clean-am distclean-compile distclean-generic \
28472 + distclean-tags
28473
28474 dvi: dvi-am
28475
28476 dvi-am:
28477
28478 +html: html-am
28479 +
28480 +html-am:
28481 +
28482 info: info-am
28483
28484 info-am:
28485
28486 install-data-am:
28487
28488 +install-dvi: install-dvi-am
28489 +
28490 +install-dvi-am:
28491 +
28492 install-exec-am:
28493
28494 +install-html: install-html-am
28495 +
28496 +install-html-am:
28497 +
28498 install-info: install-info-am
28499
28500 +install-info-am:
28501 +
28502 install-man:
28503
28504 +install-pdf: install-pdf-am
28505 +
28506 +install-pdf-am:
28507 +
28508 +install-ps: install-ps-am
28509 +
28510 +install-ps-am:
28511 +
28512 installcheck-am:
28513
28514 maintainer-clean: maintainer-clean-am
28515 -
28516 + -rm -rf ./$(DEPDIR)
28517 + -rm -f Makefile
28518 maintainer-clean-am: distclean-am maintainer-clean-generic
28519
28520 mostlyclean: mostlyclean-am
28521
28522 mostlyclean-am: mostlyclean-compile mostlyclean-generic
28523
28524 -uninstall-am: uninstall-info-am
28525 +pdf: pdf-am
28526
28527 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
28528 - clean-noinstPROGRAMS distclean distclean-compile \
28529 - distclean-depend distclean-generic distclean-tags distdir dvi \
28530 - dvi-am info info-am install install-am install-data \
28531 - install-data-am install-exec install-exec-am install-info \
28532 - install-info-am install-man install-strip installcheck \
28533 +pdf-am:
28534 +
28535 +ps: ps-am
28536 +
28537 +ps-am:
28538 +
28539 +uninstall-am:
28540 +
28541 +.MAKE: all check install install-am install-strip
28542 +
28543 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
28544 + clean-noinstPROGRAMS ctags distclean distclean-compile \
28545 + distclean-generic distclean-tags distdir dvi dvi-am html \
28546 + html-am info info-am install install-am install-data \
28547 + install-data-am install-dvi install-dvi-am install-exec \
28548 + install-exec-am install-html install-html-am install-info \
28549 + install-info-am install-man install-pdf install-pdf-am \
28550 + install-ps install-ps-am install-strip installcheck \
28551 installcheck-am installdirs maintainer-clean \
28552 maintainer-clean-generic mostlyclean mostlyclean-compile \
28553 - mostlyclean-generic tags uninstall uninstall-am \
28554 - uninstall-info-am
28555 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
28556 + uninstall-am
28557
28558
28559 $(SOAP_CPP_SRC) : $(SOAPHEADER)
28560 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
28561 +
28562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
28563 # Otherwise a system limit (for SysV at least) may be exceeded.
28564 .NOEXPORT:
28565 diff -urN b/gsoap/samples/router/Makefile.in d/gsoap/samples/router/Makefile.in
28566 --- b/gsoap/samples/router/Makefile.in 2009-11-07 21:07:16.000000000 +0100
28567 +++ d/gsoap/samples/router/Makefile.in 2010-01-22 21:45:25.000000000 +0100
28568 @@ -1,8 +1,9 @@
28569 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
28570 +# Makefile.in generated by automake 1.11 from Makefile.am.
28571 # @configure_input@
28572
28573 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
28574 -# Free Software Foundation, Inc.
28575 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
28576 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
28577 +# Inc.
28578 # This Makefile.in is free software; the Free Software Foundation
28579 # gives unlimited permission to copy and/or distribute it,
28580 # with or without modifications, as long as this notice is preserved.
28581 @@ -13,77 +14,115 @@
28582 # PARTICULAR PURPOSE.
28583
28584 @SET_MAKE@
28585 -SHELL = @SHELL@
28586
28587 -srcdir = @srcdir@
28588 -top_srcdir = @top_srcdir@
28589 VPATH = @srcdir@
28590 -prefix = @prefix@
28591 -exec_prefix = @exec_prefix@
28592 -
28593 -bindir = @bindir@
28594 -sbindir = @sbindir@
28595 -libexecdir = @libexecdir@
28596 -datadir = @datadir@
28597 -sysconfdir = @sysconfdir@
28598 -sharedstatedir = @sharedstatedir@
28599 -localstatedir = @localstatedir@
28600 -libdir = @libdir@
28601 -infodir = @infodir@
28602 -mandir = @mandir@
28603 -includedir = @includedir@
28604 -oldincludedir = /usr/include
28605 pkgdatadir = $(datadir)/@PACKAGE@
28606 -pkglibdir = $(libdir)/@PACKAGE@
28607 pkgincludedir = $(includedir)/@PACKAGE@
28608 -top_builddir = ../../..
28609 -
28610 -ACLOCAL = @ACLOCAL@
28611 -AUTOCONF = @AUTOCONF@
28612 -AUTOMAKE = @AUTOMAKE@
28613 -AUTOHEADER = @AUTOHEADER@
28614 -
28615 +pkglibdir = $(libdir)/@PACKAGE@
28616 +pkglibexecdir = $(libexecdir)/@PACKAGE@
28617 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28618 -INSTALL = @INSTALL@
28619 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
28620 -INSTALL_DATA = @INSTALL_DATA@
28621 install_sh_DATA = $(install_sh) -c -m 644
28622 install_sh_PROGRAM = $(install_sh) -c
28623 install_sh_SCRIPT = $(install_sh) -c
28624 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
28625 INSTALL_HEADER = $(INSTALL_DATA)
28626 -transform = @program_transform_name@
28627 +transform = $(program_transform_name)
28628 NORMAL_INSTALL = :
28629 PRE_INSTALL = :
28630 POST_INSTALL = :
28631 NORMAL_UNINSTALL = :
28632 PRE_UNINSTALL = :
28633 POST_UNINSTALL = :
28634 -host_alias = @host_alias@
28635 +build_triplet = @build@
28636 host_triplet = @host@
28637 -
28638 -EXEEXT = @EXEEXT@
28639 -OBJEXT = @OBJEXT@
28640 -PATH_SEPARATOR = @PATH_SEPARATOR@
28641 +noinst_PROGRAMS = router$(EXEEXT)
28642 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
28643 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
28644 + $(srcdir)/Makefile.in
28645 +subdir = gsoap/samples/router
28646 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
28647 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
28648 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
28649 + $(ACLOCAL_M4)
28650 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
28651 +CONFIG_HEADER = $(top_builddir)/config.h
28652 +CONFIG_CLEAN_FILES =
28653 +CONFIG_CLEAN_VPATH_FILES =
28654 +PROGRAMS = $(noinst_PROGRAMS)
28655 +am__objects_1 =
28656 +am__objects_2 = soapC.$(OBJEXT)
28657 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
28658 +am_router_OBJECTS = router.$(OBJEXT) $(am__objects_1) $(am__objects_3)
28659 +router_OBJECTS = $(am_router_OBJECTS)
28660 +am__DEPENDENCIES_1 =
28661 +router_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
28662 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
28663 +depcomp = $(SHELL) $(top_srcdir)/depcomp
28664 +am__depfiles_maybe = depfiles
28665 +am__mv = mv -f
28666 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
28667 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
28668 +CCLD = $(CC)
28669 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28670 +SOURCES = $(router_SOURCES)
28671 +DIST_SOURCES = $(router_SOURCES)
28672 +ETAGS = etags
28673 +CTAGS = ctags
28674 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
28675 +ACLOCAL = @ACLOCAL@
28676 AMTAR = @AMTAR@
28677 +AUTOCONF = @AUTOCONF@
28678 +AUTOHEADER = @AUTOHEADER@
28679 +AUTOMAKE = @AUTOMAKE@
28680 AWK = @AWK@
28681 BISON_DEFINE = @BISON_DEFINE@
28682 CC = @CC@
28683 +CCDEPMODE = @CCDEPMODE@
28684 +CFLAGS = @CFLAGS@
28685 CPP = @CPP@
28686 +CPPFLAGS = @CPPFLAGS@
28687 CXX = @CXX@
28688 +CXXDEPMODE = @CXXDEPMODE@
28689 +CXXFLAGS = @CXXFLAGS@
28690 +CYGPATH_W = @CYGPATH_W@
28691 +DEFS = @DEFS@
28692 DEPDIR = @DEPDIR@
28693 +ECHO_C = @ECHO_C@
28694 +ECHO_N = @ECHO_N@
28695 +ECHO_T = @ECHO_T@
28696 +EGREP = @EGREP@
28697 ENABLE_SAMPLES = @ENABLE_SAMPLES@
28698 +EXEEXT = @EXEEXT@
28699 +GREP = @GREP@
28700 +INSTALL = @INSTALL@
28701 +INSTALL_DATA = @INSTALL_DATA@
28702 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
28703 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
28704 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
28705 +LDFLAGS = @LDFLAGS@
28706 LEX = @LEX@
28707 LEXLIB = @LEXLIB@
28708 LEX_DEFINE = @LEX_DEFINE@
28709 LEX_FLAGS = @LEX_FLAGS@
28710 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
28711 +LIBOBJS = @LIBOBJS@
28712 +LIBS = @LIBS@
28713 LN_S = @LN_S@
28714 +LTLIBOBJS = @LTLIBOBJS@
28715 +MAKEINFO = @MAKEINFO@
28716 +MKDIR_P = @MKDIR_P@
28717 +OBJEXT = @OBJEXT@
28718 PACKAGE = @PACKAGE@
28719 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
28720 +PACKAGE_NAME = @PACKAGE_NAME@
28721 +PACKAGE_STRING = @PACKAGE_STRING@
28722 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
28723 +PACKAGE_VERSION = @PACKAGE_VERSION@
28724 +PATH_SEPARATOR = @PATH_SEPARATOR@
28725 RANLIB = @RANLIB@
28726 SAMPLE_DIRS = @SAMPLE_DIRS@
28727 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
28728 +SET_MAKE = @SET_MAKE@
28729 +SHELL = @SHELL@
28730 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
28731 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
28732 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
28733 @@ -95,104 +134,133 @@
28734 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
28735 YACC = @YACC@
28736 YACC_LIB = @YACC_LIB@
28737 +YFLAGS = @YFLAGS@
28738 +abs_builddir = @abs_builddir@
28739 +abs_srcdir = @abs_srcdir@
28740 +abs_top_builddir = @abs_top_builddir@
28741 +abs_top_srcdir = @abs_top_srcdir@
28742 +ac_ct_CC = @ac_ct_CC@
28743 +ac_ct_CXX = @ac_ct_CXX@
28744 am__include = @am__include@
28745 +am__leading_dot = @am__leading_dot@
28746 am__quote = @am__quote@
28747 +am__tar = @am__tar@
28748 +am__untar = @am__untar@
28749 +bindir = @bindir@
28750 +build = @build@
28751 +build_alias = @build_alias@
28752 +build_cpu = @build_cpu@
28753 +build_os = @build_os@
28754 +build_vendor = @build_vendor@
28755 +builddir = @builddir@
28756 +datadir = @datadir@
28757 +datarootdir = @datarootdir@
28758 +docdir = @docdir@
28759 +dvidir = @dvidir@
28760 +exec_prefix = @exec_prefix@
28761 +host = @host@
28762 +host_alias = @host_alias@
28763 +host_cpu = @host_cpu@
28764 +host_os = @host_os@
28765 +host_vendor = @host_vendor@
28766 +htmldir = @htmldir@
28767 +includedir = @includedir@
28768 +infodir = @infodir@
28769 install_sh = @install_sh@
28770 +libdir = @libdir@
28771 +libexecdir = @libexecdir@
28772 +localedir = @localedir@
28773 +localstatedir = @localstatedir@
28774 +mandir = @mandir@
28775 +mkdir_p = @mkdir_p@
28776 +oldincludedir = @oldincludedir@
28777 +pdfdir = @pdfdir@
28778 platform = @platform@
28779 +prefix = @prefix@
28780 +program_transform_name = @program_transform_name@
28781 +psdir = @psdir@
28782 +sbindir = @sbindir@
28783 +sharedstatedir = @sharedstatedir@
28784 +srcdir = @srcdir@
28785 +sysconfdir = @sysconfdir@
28786 +target_alias = @target_alias@
28787 +top_build_prefix = @top_build_prefix@
28788 +top_builddir = @top_builddir@
28789 +top_srcdir = @top_srcdir@
28790
28791 ####### This is the input file for automake, which will generate Makefile.in ##########
28792 AUTOMAKE_OPTIONS = foreign 1.4
28793 -
28794 -noinst_PROGRAMS = router
28795 SOAPHEADER = router.h
28796 -
28797 AM_CFLAGS = -D$(platform)
28798 AM_CXXFLAGS = -D$(platform)
28799 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
28800 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
28801 -
28802 SOAP_NS_DEF = ns.nsmap ns.wsdl
28803 -
28804 SOAP_H_FILES = soapH.h soapStub.h
28805 -
28806 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
28807 -
28808 SOAP_C_CORE = soapC.c
28809 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
28810 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
28811 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
28812 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
28813 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
28814 -
28815 SOAP_CPP_CORE = soapC.cpp
28816 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
28817 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
28818 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
28819 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
28820 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
28821 -
28822 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
28823 -
28824 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
28825 BUILT_SOURCES = $(SOAP_C_SRC)
28826 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
28827 -
28828 SOAP_NS = $(SOAP_NS_DEF)
28829 -
28830 router_SOURCES = router.c $(SOAPHEADER) $(SOAP_C_CLIENT)
28831 router_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
28832 -subdir = gsoap/samples/router
28833 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
28834 -CONFIG_HEADER = $(top_builddir)/config.h
28835 -CONFIG_CLEAN_FILES =
28836 -noinst_PROGRAMS = router$(EXEEXT)
28837 -PROGRAMS = $(noinst_PROGRAMS)
28838 -
28839 -am__objects_1 =
28840 -am__objects_2 = soapC.$(OBJEXT)
28841 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
28842 -am_router_OBJECTS = router.$(OBJEXT) $(am__objects_1) $(am__objects_3)
28843 -router_OBJECTS = $(am_router_OBJECTS)
28844 -router_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
28845 -router_LDFLAGS =
28846 -
28847 -DEFS = @DEFS@
28848 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
28849 -CPPFLAGS = @CPPFLAGS@
28850 -LDFLAGS = @LDFLAGS@
28851 -LIBS = @LIBS@
28852 -depcomp = $(SHELL) $(top_srcdir)/depcomp
28853 -am__depfiles_maybe = depfiles
28854 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/router.Po ./$(DEPDIR)/soapC.Po \
28855 -@AMDEP_TRUE@ ./$(DEPDIR)/soapClient.Po
28856 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
28857 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
28858 -CCLD = $(CC)
28859 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28860 -CFLAGS = @CFLAGS@
28861 -DIST_SOURCES = $(router_SOURCES)
28862 -DIST_COMMON = Makefile.am Makefile.in
28863 -SOURCES = $(router_SOURCES)
28864 -
28865 all: $(BUILT_SOURCES)
28866 $(MAKE) $(AM_MAKEFLAGS) all-am
28867
28868 .SUFFIXES:
28869 .SUFFIXES: .c .o .obj
28870 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
28871 - cd $(top_srcdir) && \
28872 - $(AUTOMAKE) --foreign gsoap/samples/router/Makefile
28873 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28874 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
28875 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
28876 + @for dep in $?; do \
28877 + case '$(am__configure_deps)' in \
28878 + *$$dep*) \
28879 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
28880 + && { if test -f $@; then exit 0; else break; fi; }; \
28881 + exit 1;; \
28882 + esac; \
28883 + done; \
28884 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/router/Makefile'; \
28885 + $(am__cd) $(top_srcdir) && \
28886 + $(AUTOMAKE) --foreign gsoap/samples/router/Makefile
28887 +.PRECIOUS: Makefile
28888 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28889 + @case '$?' in \
28890 + *config.status*) \
28891 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
28892 + *) \
28893 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
28894 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
28895 + esac;
28896 +
28897 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28898 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28899 +
28900 +$(top_srcdir)/configure: $(am__configure_deps)
28901 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28902 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
28903 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28904 +$(am__aclocal_m4_deps):
28905
28906 clean-noinstPROGRAMS:
28907 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
28908 router$(EXEEXT): $(router_OBJECTS) $(router_DEPENDENCIES)
28909 @rm -f router$(EXEEXT)
28910 - $(LINK) $(router_LDFLAGS) $(router_OBJECTS) $(router_LDADD) $(LIBS)
28911 + $(LINK) $(router_OBJECTS) $(router_LDADD) $(LIBS)
28912
28913 mostlyclean-compile:
28914 - -rm -f *.$(OBJEXT) core *.core
28915 + -rm -f *.$(OBJEXT)
28916
28917 distclean-compile:
28918 -rm -f *.tab.c
28919 @@ -201,91 +269,109 @@
28920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
28921 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapClient.Po@am__quote@
28922
28923 -distclean-depend:
28924 - -rm -rf ./$(DEPDIR)
28925 -
28926 .c.o:
28927 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28928 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
28929 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28930 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
28931 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
28932 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
28933 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28934 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28935 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
28936
28937 .c.obj:
28938 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28939 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
28940 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28941 - $(COMPILE) -c `cygpath -w $<`
28942 -CCDEPMODE = @CCDEPMODE@
28943 -uninstall-info-am:
28944 -
28945 -ETAGS = etags
28946 -ETAGSFLAGS =
28947 -
28948 -tags: TAGS
28949 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
28950 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
28951 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
28952 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
28953 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
28954
28955 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
28956 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28957 unique=`for i in $$list; do \
28958 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
28959 done | \
28960 - $(AWK) ' { files[$$0] = 1; } \
28961 - END { for (i in files) print i; }'`; \
28962 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
28963 + END { if (nonempty) { for (i in files) print i; }; }'`; \
28964 mkid -fID $$unique
28965 +tags: TAGS
28966
28967 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
28968 $(TAGS_FILES) $(LISP)
28969 - tags=; \
28970 + set x; \
28971 here=`pwd`; \
28972 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28973 unique=`for i in $$list; do \
28974 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
28975 done | \
28976 - $(AWK) ' { files[$$0] = 1; } \
28977 - END { for (i in files) print i; }'`; \
28978 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
28979 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28980 - $$tags $$unique
28981 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
28982 + END { if (nonempty) { for (i in files) print i; }; }'`; \
28983 + shift; \
28984 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
28985 + test -n "$$unique" || unique=$$empty_fix; \
28986 + if test $$# -gt 0; then \
28987 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28988 + "$$@" $$unique; \
28989 + else \
28990 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
28991 + $$unique; \
28992 + fi; \
28993 + fi
28994 +ctags: CTAGS
28995 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
28996 + $(TAGS_FILES) $(LISP)
28997 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
28998 + unique=`for i in $$list; do \
28999 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
29000 + done | \
29001 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
29002 + END { if (nonempty) { for (i in files) print i; }; }'`; \
29003 + test -z "$(CTAGS_ARGS)$$unique" \
29004 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
29005 + $$unique
29006
29007 GTAGS:
29008 here=`$(am__cd) $(top_builddir) && pwd` \
29009 - && cd $(top_srcdir) \
29010 - && gtags -i $(GTAGS_ARGS) $$here
29011 + && $(am__cd) $(top_srcdir) \
29012 + && gtags -i $(GTAGS_ARGS) "$$here"
29013
29014 distclean-tags:
29015 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
29016 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
29017 -
29018 -top_distdir = ../../..
29019 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
29020 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
29021
29022 distdir: $(DISTFILES)
29023 - @list='$(DISTFILES)'; for file in $$list; do \
29024 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
29025 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
29026 + list='$(DISTFILES)'; \
29027 + dist_files=`for file in $$list; do echo $$file; done | \
29028 + sed -e "s|^$$srcdirstrip/||;t" \
29029 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
29030 + case $$dist_files in \
29031 + */*) $(MKDIR_P) `echo "$$dist_files" | \
29032 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
29033 + sort -u` ;; \
29034 + esac; \
29035 + for file in $$dist_files; do \
29036 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
29037 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
29038 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
29039 - dir="/$$dir"; \
29040 - $(mkinstalldirs) "$(distdir)$$dir"; \
29041 - else \
29042 - dir=''; \
29043 - fi; \
29044 if test -d $$d/$$file; then \
29045 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
29046 + if test -d "$(distdir)/$$file"; then \
29047 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
29048 + fi; \
29049 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
29050 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
29051 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
29052 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
29053 fi; \
29054 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
29055 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
29056 else \
29057 - test -f $(distdir)/$$file \
29058 - || cp -p $$d/$$file $(distdir)/$$file \
29059 + test -f "$(distdir)/$$file" \
29060 + || cp -p $$d/$$file "$(distdir)/$$file" \
29061 || exit 1; \
29062 fi; \
29063 done
29064 check-am: all-am
29065 -check: check-am
29066 +check: $(BUILT_SOURCES)
29067 + $(MAKE) $(AM_MAKEFLAGS) check-am
29068 all-am: Makefile $(PROGRAMS)
29069 -
29070 installdirs:
29071 -
29072 -install: install-am
29073 +install: $(BUILT_SOURCES)
29074 + $(MAKE) $(AM_MAKEFLAGS) install-am
29075 install-exec: install-exec-am
29076 install-data: install-data-am
29077 uninstall: uninstall-am
29078 @@ -296,7 +382,7 @@
29079 installcheck: installcheck-am
29080 install-strip:
29081 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
29082 - INSTALL_STRIP_FLAG=-s \
29083 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
29084 `test -z '$(STRIP)' || \
29085 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
29086 mostlyclean-generic:
29087 @@ -305,7 +391,8 @@
29088 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
29089
29090 distclean-generic:
29091 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
29092 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
29093 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
29094
29095 maintainer-clean-generic:
29096 @echo "This command is intended for maintainers to use"
29097 @@ -316,52 +403,89 @@
29098 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
29099
29100 distclean: distclean-am
29101 -
29102 -distclean-am: clean-am distclean-compile distclean-depend \
29103 - distclean-generic distclean-tags
29104 + -rm -rf ./$(DEPDIR)
29105 + -rm -f Makefile
29106 +distclean-am: clean-am distclean-compile distclean-generic \
29107 + distclean-tags
29108
29109 dvi: dvi-am
29110
29111 dvi-am:
29112
29113 +html: html-am
29114 +
29115 +html-am:
29116 +
29117 info: info-am
29118
29119 info-am:
29120
29121 install-data-am:
29122
29123 +install-dvi: install-dvi-am
29124 +
29125 +install-dvi-am:
29126 +
29127 install-exec-am:
29128
29129 +install-html: install-html-am
29130 +
29131 +install-html-am:
29132 +
29133 install-info: install-info-am
29134
29135 +install-info-am:
29136 +
29137 install-man:
29138
29139 +install-pdf: install-pdf-am
29140 +
29141 +install-pdf-am:
29142 +
29143 +install-ps: install-ps-am
29144 +
29145 +install-ps-am:
29146 +
29147 installcheck-am:
29148
29149 maintainer-clean: maintainer-clean-am
29150 -
29151 + -rm -rf ./$(DEPDIR)
29152 + -rm -f Makefile
29153 maintainer-clean-am: distclean-am maintainer-clean-generic
29154
29155 mostlyclean: mostlyclean-am
29156
29157 mostlyclean-am: mostlyclean-compile mostlyclean-generic
29158
29159 -uninstall-am: uninstall-info-am
29160 +pdf: pdf-am
29161 +
29162 +pdf-am:
29163
29164 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
29165 - clean-noinstPROGRAMS distclean distclean-compile \
29166 - distclean-depend distclean-generic distclean-tags distdir dvi \
29167 - dvi-am info info-am install install-am install-data \
29168 - install-data-am install-exec install-exec-am install-info \
29169 - install-info-am install-man install-strip installcheck \
29170 +ps: ps-am
29171 +
29172 +ps-am:
29173 +
29174 +uninstall-am:
29175 +
29176 +.MAKE: all check install install-am install-strip
29177 +
29178 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
29179 + clean-noinstPROGRAMS ctags distclean distclean-compile \
29180 + distclean-generic distclean-tags distdir dvi dvi-am html \
29181 + html-am info info-am install install-am install-data \
29182 + install-data-am install-dvi install-dvi-am install-exec \
29183 + install-exec-am install-html install-html-am install-info \
29184 + install-info-am install-man install-pdf install-pdf-am \
29185 + install-ps install-ps-am install-strip installcheck \
29186 installcheck-am installdirs maintainer-clean \
29187 maintainer-clean-generic mostlyclean mostlyclean-compile \
29188 - mostlyclean-generic tags uninstall uninstall-am \
29189 - uninstall-info-am
29190 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
29191 + uninstall-am
29192
29193
29194 $(SOAP_C_SRC) : $(SOAPHEADER)
29195 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
29196 +
29197 # Tell versions [3.59,3.63) of GNU make to not export all variables.
29198 # Otherwise a system limit (for SysV at least) may be exceeded.
29199 .NOEXPORT:
29200 diff -urN b/gsoap/samples/rss/Makefile.in d/gsoap/samples/rss/Makefile.in
29201 --- b/gsoap/samples/rss/Makefile.in 2009-11-07 21:07:15.000000000 +0100
29202 +++ d/gsoap/samples/rss/Makefile.in 2010-01-22 21:45:25.000000000 +0100
29203 @@ -1,8 +1,9 @@
29204 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
29205 +# Makefile.in generated by automake 1.11 from Makefile.am.
29206 # @configure_input@
29207
29208 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
29209 -# Free Software Foundation, Inc.
29210 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
29211 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
29212 +# Inc.
29213 # This Makefile.in is free software; the Free Software Foundation
29214 # gives unlimited permission to copy and/or distribute it,
29215 # with or without modifications, as long as this notice is preserved.
29216 @@ -13,77 +14,115 @@
29217 # PARTICULAR PURPOSE.
29218
29219 @SET_MAKE@
29220 -SHELL = @SHELL@
29221
29222 -srcdir = @srcdir@
29223 -top_srcdir = @top_srcdir@
29224 VPATH = @srcdir@
29225 -prefix = @prefix@
29226 -exec_prefix = @exec_prefix@
29227 -
29228 -bindir = @bindir@
29229 -sbindir = @sbindir@
29230 -libexecdir = @libexecdir@
29231 -datadir = @datadir@
29232 -sysconfdir = @sysconfdir@
29233 -sharedstatedir = @sharedstatedir@
29234 -localstatedir = @localstatedir@
29235 -libdir = @libdir@
29236 -infodir = @infodir@
29237 -mandir = @mandir@
29238 -includedir = @includedir@
29239 -oldincludedir = /usr/include
29240 pkgdatadir = $(datadir)/@PACKAGE@
29241 -pkglibdir = $(libdir)/@PACKAGE@
29242 pkgincludedir = $(includedir)/@PACKAGE@
29243 -top_builddir = ../../..
29244 -
29245 -ACLOCAL = @ACLOCAL@
29246 -AUTOCONF = @AUTOCONF@
29247 -AUTOMAKE = @AUTOMAKE@
29248 -AUTOHEADER = @AUTOHEADER@
29249 -
29250 +pkglibdir = $(libdir)/@PACKAGE@
29251 +pkglibexecdir = $(libexecdir)/@PACKAGE@
29252 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29253 -INSTALL = @INSTALL@
29254 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
29255 -INSTALL_DATA = @INSTALL_DATA@
29256 install_sh_DATA = $(install_sh) -c -m 644
29257 install_sh_PROGRAM = $(install_sh) -c
29258 install_sh_SCRIPT = $(install_sh) -c
29259 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
29260 INSTALL_HEADER = $(INSTALL_DATA)
29261 -transform = @program_transform_name@
29262 +transform = $(program_transform_name)
29263 NORMAL_INSTALL = :
29264 PRE_INSTALL = :
29265 POST_INSTALL = :
29266 NORMAL_UNINSTALL = :
29267 PRE_UNINSTALL = :
29268 POST_UNINSTALL = :
29269 -host_alias = @host_alias@
29270 +build_triplet = @build@
29271 host_triplet = @host@
29272 -
29273 -EXEEXT = @EXEEXT@
29274 -OBJEXT = @OBJEXT@
29275 -PATH_SEPARATOR = @PATH_SEPARATOR@
29276 +noinst_PROGRAMS = rss$(EXEEXT)
29277 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
29278 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
29279 + $(srcdir)/Makefile.in
29280 +subdir = gsoap/samples/rss
29281 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
29282 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
29283 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
29284 + $(ACLOCAL_M4)
29285 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
29286 +CONFIG_HEADER = $(top_builddir)/config.h
29287 +CONFIG_CLEAN_FILES =
29288 +CONFIG_CLEAN_VPATH_FILES =
29289 +PROGRAMS = $(noinst_PROGRAMS)
29290 +am__objects_1 =
29291 +am__objects_2 = soapC.$(OBJEXT)
29292 +am_rss_OBJECTS = rss.$(OBJEXT) $(am__objects_1) $(am__objects_2)
29293 +rss_OBJECTS = $(am_rss_OBJECTS)
29294 +rss_LDADD = $(LDADD)
29295 +am__DEPENDENCIES_1 =
29296 +rss_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
29297 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
29298 +depcomp = $(SHELL) $(top_srcdir)/depcomp
29299 +am__depfiles_maybe = depfiles
29300 +am__mv = mv -f
29301 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
29302 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
29303 +CCLD = $(CC)
29304 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
29305 +SOURCES = $(rss_SOURCES)
29306 +DIST_SOURCES = $(rss_SOURCES)
29307 +ETAGS = etags
29308 +CTAGS = ctags
29309 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
29310 +ACLOCAL = @ACLOCAL@
29311 AMTAR = @AMTAR@
29312 +AUTOCONF = @AUTOCONF@
29313 +AUTOHEADER = @AUTOHEADER@
29314 +AUTOMAKE = @AUTOMAKE@
29315 AWK = @AWK@
29316 BISON_DEFINE = @BISON_DEFINE@
29317 CC = @CC@
29318 +CCDEPMODE = @CCDEPMODE@
29319 +CFLAGS = @CFLAGS@
29320 CPP = @CPP@
29321 +CPPFLAGS = @CPPFLAGS@
29322 CXX = @CXX@
29323 +CXXDEPMODE = @CXXDEPMODE@
29324 +CXXFLAGS = @CXXFLAGS@
29325 +CYGPATH_W = @CYGPATH_W@
29326 +DEFS = @DEFS@
29327 DEPDIR = @DEPDIR@
29328 +ECHO_C = @ECHO_C@
29329 +ECHO_N = @ECHO_N@
29330 +ECHO_T = @ECHO_T@
29331 +EGREP = @EGREP@
29332 ENABLE_SAMPLES = @ENABLE_SAMPLES@
29333 +EXEEXT = @EXEEXT@
29334 +GREP = @GREP@
29335 +INSTALL = @INSTALL@
29336 +INSTALL_DATA = @INSTALL_DATA@
29337 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
29338 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
29339 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
29340 +LDFLAGS = @LDFLAGS@
29341 LEX = @LEX@
29342 LEXLIB = @LEXLIB@
29343 LEX_DEFINE = @LEX_DEFINE@
29344 LEX_FLAGS = @LEX_FLAGS@
29345 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
29346 +LIBOBJS = @LIBOBJS@
29347 +LIBS = @LIBS@
29348 LN_S = @LN_S@
29349 +LTLIBOBJS = @LTLIBOBJS@
29350 +MAKEINFO = @MAKEINFO@
29351 +MKDIR_P = @MKDIR_P@
29352 +OBJEXT = @OBJEXT@
29353 PACKAGE = @PACKAGE@
29354 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
29355 +PACKAGE_NAME = @PACKAGE_NAME@
29356 +PACKAGE_STRING = @PACKAGE_STRING@
29357 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
29358 +PACKAGE_VERSION = @PACKAGE_VERSION@
29359 +PATH_SEPARATOR = @PATH_SEPARATOR@
29360 RANLIB = @RANLIB@
29361 SAMPLE_DIRS = @SAMPLE_DIRS@
29362 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
29363 +SET_MAKE = @SET_MAKE@
29364 +SHELL = @SHELL@
29365 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
29366 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
29367 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
29368 @@ -95,102 +134,132 @@
29369 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
29370 YACC = @YACC@
29371 YACC_LIB = @YACC_LIB@
29372 +YFLAGS = @YFLAGS@
29373 +abs_builddir = @abs_builddir@
29374 +abs_srcdir = @abs_srcdir@
29375 +abs_top_builddir = @abs_top_builddir@
29376 +abs_top_srcdir = @abs_top_srcdir@
29377 +ac_ct_CC = @ac_ct_CC@
29378 +ac_ct_CXX = @ac_ct_CXX@
29379 am__include = @am__include@
29380 +am__leading_dot = @am__leading_dot@
29381 am__quote = @am__quote@
29382 +am__tar = @am__tar@
29383 +am__untar = @am__untar@
29384 +bindir = @bindir@
29385 +build = @build@
29386 +build_alias = @build_alias@
29387 +build_cpu = @build_cpu@
29388 +build_os = @build_os@
29389 +build_vendor = @build_vendor@
29390 +builddir = @builddir@
29391 +datadir = @datadir@
29392 +datarootdir = @datarootdir@
29393 +docdir = @docdir@
29394 +dvidir = @dvidir@
29395 +exec_prefix = @exec_prefix@
29396 +host = @host@
29397 +host_alias = @host_alias@
29398 +host_cpu = @host_cpu@
29399 +host_os = @host_os@
29400 +host_vendor = @host_vendor@
29401 +htmldir = @htmldir@
29402 +includedir = @includedir@
29403 +infodir = @infodir@
29404 install_sh = @install_sh@
29405 +libdir = @libdir@
29406 +libexecdir = @libexecdir@
29407 +localedir = @localedir@
29408 +localstatedir = @localstatedir@
29409 +mandir = @mandir@
29410 +mkdir_p = @mkdir_p@
29411 +oldincludedir = @oldincludedir@
29412 +pdfdir = @pdfdir@
29413 platform = @platform@
29414 +prefix = @prefix@
29415 +program_transform_name = @program_transform_name@
29416 +psdir = @psdir@
29417 +sbindir = @sbindir@
29418 +sharedstatedir = @sharedstatedir@
29419 +srcdir = @srcdir@
29420 +sysconfdir = @sysconfdir@
29421 +target_alias = @target_alias@
29422 +top_build_prefix = @top_build_prefix@
29423 +top_builddir = @top_builddir@
29424 +top_srcdir = @top_srcdir@
29425
29426 ####### This is the input file for automake, which will generate Makefile.in ##########
29427 AUTOMAKE_OPTIONS = foreign 1.4
29428 -
29429 -noinst_PROGRAMS = rss
29430 SOAPHEADER = rss.h
29431 -
29432 AM_CFLAGS = -D$(platform)
29433 AM_CXXFLAGS = -D$(platform)
29434 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
29435 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
29436 -
29437 SOAP_NS_DEF = ns.nsmap ns.wsdl
29438 -
29439 SOAP_H_FILES = soapH.h soapStub.h
29440 -
29441 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
29442 -
29443 SOAP_C_CORE = soapC.c
29444 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
29445 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
29446 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
29447 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
29448 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
29449 -
29450 SOAP_CPP_CORE = soapC.cpp
29451 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
29452 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
29453 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
29454 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
29455 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
29456 -
29457 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
29458 -
29459 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
29460 BUILT_SOURCES = $(SOAP_C_SRC)
29461 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
29462 -
29463 SOAP_NS = $(SOAP_NS_DEF)
29464 -
29465 rss_SOURCES = rss.c $(SOAPHEADER) $(SOAP_C_CORE)
29466 -subdir = gsoap/samples/rss
29467 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
29468 -CONFIG_HEADER = $(top_builddir)/config.h
29469 -CONFIG_CLEAN_FILES =
29470 -noinst_PROGRAMS = rss$(EXEEXT)
29471 -PROGRAMS = $(noinst_PROGRAMS)
29472 -
29473 -am__objects_1 =
29474 -am__objects_2 = soapC.$(OBJEXT)
29475 -am_rss_OBJECTS = rss.$(OBJEXT) $(am__objects_1) $(am__objects_2)
29476 -rss_OBJECTS = $(am_rss_OBJECTS)
29477 -rss_LDADD = $(LDADD)
29478 -rss_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
29479 -rss_LDFLAGS =
29480 -
29481 -DEFS = @DEFS@
29482 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
29483 -CPPFLAGS = @CPPFLAGS@
29484 -LDFLAGS = @LDFLAGS@
29485 -LIBS = @LIBS@
29486 -depcomp = $(SHELL) $(top_srcdir)/depcomp
29487 -am__depfiles_maybe = depfiles
29488 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/rss.Po ./$(DEPDIR)/soapC.Po
29489 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
29490 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
29491 -CCLD = $(CC)
29492 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
29493 -CFLAGS = @CFLAGS@
29494 -DIST_SOURCES = $(rss_SOURCES)
29495 -DIST_COMMON = Makefile.am Makefile.in
29496 -SOURCES = $(rss_SOURCES)
29497 -
29498 all: $(BUILT_SOURCES)
29499 $(MAKE) $(AM_MAKEFLAGS) all-am
29500
29501 .SUFFIXES:
29502 .SUFFIXES: .c .o .obj
29503 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
29504 - cd $(top_srcdir) && \
29505 - $(AUTOMAKE) --foreign gsoap/samples/rss/Makefile
29506 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29507 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
29508 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
29509 + @for dep in $?; do \
29510 + case '$(am__configure_deps)' in \
29511 + *$$dep*) \
29512 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
29513 + && { if test -f $@; then exit 0; else break; fi; }; \
29514 + exit 1;; \
29515 + esac; \
29516 + done; \
29517 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/rss/Makefile'; \
29518 + $(am__cd) $(top_srcdir) && \
29519 + $(AUTOMAKE) --foreign gsoap/samples/rss/Makefile
29520 +.PRECIOUS: Makefile
29521 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29522 + @case '$?' in \
29523 + *config.status*) \
29524 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
29525 + *) \
29526 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
29527 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
29528 + esac;
29529 +
29530 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
29531 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29532 +
29533 +$(top_srcdir)/configure: $(am__configure_deps)
29534 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29535 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
29536 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29537 +$(am__aclocal_m4_deps):
29538
29539 clean-noinstPROGRAMS:
29540 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
29541 rss$(EXEEXT): $(rss_OBJECTS) $(rss_DEPENDENCIES)
29542 @rm -f rss$(EXEEXT)
29543 - $(LINK) $(rss_LDFLAGS) $(rss_OBJECTS) $(rss_LDADD) $(LIBS)
29544 + $(LINK) $(rss_OBJECTS) $(rss_LDADD) $(LIBS)
29545
29546 mostlyclean-compile:
29547 - -rm -f *.$(OBJEXT) core *.core
29548 + -rm -f *.$(OBJEXT)
29549
29550 distclean-compile:
29551 -rm -f *.tab.c
29552 @@ -198,91 +267,109 @@
29553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rss.Po@am__quote@
29554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapC.Po@am__quote@
29555
29556 -distclean-depend:
29557 - -rm -rf ./$(DEPDIR)
29558 -
29559 .c.o:
29560 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
29561 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
29562 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
29563 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
29564 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
29565 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
29566 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
29567 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
29568 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
29569
29570 .c.obj:
29571 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
29572 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
29573 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
29574 - $(COMPILE) -c `cygpath -w $<`
29575 -CCDEPMODE = @CCDEPMODE@
29576 -uninstall-info-am:
29577 -
29578 -ETAGS = etags
29579 -ETAGSFLAGS =
29580 -
29581 -tags: TAGS
29582 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
29583 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
29584 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
29585 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
29586 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
29587
29588 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
29589 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
29590 unique=`for i in $$list; do \
29591 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
29592 done | \
29593 - $(AWK) ' { files[$$0] = 1; } \
29594 - END { for (i in files) print i; }'`; \
29595 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
29596 + END { if (nonempty) { for (i in files) print i; }; }'`; \
29597 mkid -fID $$unique
29598 +tags: TAGS
29599
29600 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
29601 $(TAGS_FILES) $(LISP)
29602 - tags=; \
29603 + set x; \
29604 here=`pwd`; \
29605 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
29606 unique=`for i in $$list; do \
29607 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
29608 done | \
29609 - $(AWK) ' { files[$$0] = 1; } \
29610 - END { for (i in files) print i; }'`; \
29611 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
29612 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
29613 - $$tags $$unique
29614 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
29615 + END { if (nonempty) { for (i in files) print i; }; }'`; \
29616 + shift; \
29617 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
29618 + test -n "$$unique" || unique=$$empty_fix; \
29619 + if test $$# -gt 0; then \
29620 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
29621 + "$$@" $$unique; \
29622 + else \
29623 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
29624 + $$unique; \
29625 + fi; \
29626 + fi
29627 +ctags: CTAGS
29628 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
29629 + $(TAGS_FILES) $(LISP)
29630 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
29631 + unique=`for i in $$list; do \
29632 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
29633 + done | \
29634 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
29635 + END { if (nonempty) { for (i in files) print i; }; }'`; \
29636 + test -z "$(CTAGS_ARGS)$$unique" \
29637 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
29638 + $$unique
29639
29640 GTAGS:
29641 here=`$(am__cd) $(top_builddir) && pwd` \
29642 - && cd $(top_srcdir) \
29643 - && gtags -i $(GTAGS_ARGS) $$here
29644 + && $(am__cd) $(top_srcdir) \
29645 + && gtags -i $(GTAGS_ARGS) "$$here"
29646
29647 distclean-tags:
29648 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
29649 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
29650 -
29651 -top_distdir = ../../..
29652 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
29653 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
29654
29655 distdir: $(DISTFILES)
29656 - @list='$(DISTFILES)'; for file in $$list; do \
29657 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
29658 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
29659 + list='$(DISTFILES)'; \
29660 + dist_files=`for file in $$list; do echo $$file; done | \
29661 + sed -e "s|^$$srcdirstrip/||;t" \
29662 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
29663 + case $$dist_files in \
29664 + */*) $(MKDIR_P) `echo "$$dist_files" | \
29665 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
29666 + sort -u` ;; \
29667 + esac; \
29668 + for file in $$dist_files; do \
29669 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
29670 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
29671 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
29672 - dir="/$$dir"; \
29673 - $(mkinstalldirs) "$(distdir)$$dir"; \
29674 - else \
29675 - dir=''; \
29676 - fi; \
29677 if test -d $$d/$$file; then \
29678 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
29679 + if test -d "$(distdir)/$$file"; then \
29680 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
29681 + fi; \
29682 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
29683 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
29684 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
29685 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
29686 fi; \
29687 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
29688 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
29689 else \
29690 - test -f $(distdir)/$$file \
29691 - || cp -p $$d/$$file $(distdir)/$$file \
29692 + test -f "$(distdir)/$$file" \
29693 + || cp -p $$d/$$file "$(distdir)/$$file" \
29694 || exit 1; \
29695 fi; \
29696 done
29697 check-am: all-am
29698 -check: check-am
29699 +check: $(BUILT_SOURCES)
29700 + $(MAKE) $(AM_MAKEFLAGS) check-am
29701 all-am: Makefile $(PROGRAMS)
29702 -
29703 installdirs:
29704 -
29705 -install: install-am
29706 +install: $(BUILT_SOURCES)
29707 + $(MAKE) $(AM_MAKEFLAGS) install-am
29708 install-exec: install-exec-am
29709 install-data: install-data-am
29710 uninstall: uninstall-am
29711 @@ -293,7 +380,7 @@
29712 installcheck: installcheck-am
29713 install-strip:
29714 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
29715 - INSTALL_STRIP_FLAG=-s \
29716 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
29717 `test -z '$(STRIP)' || \
29718 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
29719 mostlyclean-generic:
29720 @@ -302,7 +389,8 @@
29721 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
29722
29723 distclean-generic:
29724 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
29725 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
29726 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
29727
29728 maintainer-clean-generic:
29729 @echo "This command is intended for maintainers to use"
29730 @@ -313,52 +401,89 @@
29731 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
29732
29733 distclean: distclean-am
29734 -
29735 -distclean-am: clean-am distclean-compile distclean-depend \
29736 - distclean-generic distclean-tags
29737 + -rm -rf ./$(DEPDIR)
29738 + -rm -f Makefile
29739 +distclean-am: clean-am distclean-compile distclean-generic \
29740 + distclean-tags
29741
29742 dvi: dvi-am
29743
29744 dvi-am:
29745
29746 +html: html-am
29747 +
29748 +html-am:
29749 +
29750 info: info-am
29751
29752 info-am:
29753
29754 install-data-am:
29755
29756 +install-dvi: install-dvi-am
29757 +
29758 +install-dvi-am:
29759 +
29760 install-exec-am:
29761
29762 +install-html: install-html-am
29763 +
29764 +install-html-am:
29765 +
29766 install-info: install-info-am
29767
29768 +install-info-am:
29769 +
29770 install-man:
29771
29772 +install-pdf: install-pdf-am
29773 +
29774 +install-pdf-am:
29775 +
29776 +install-ps: install-ps-am
29777 +
29778 +install-ps-am:
29779 +
29780 installcheck-am:
29781
29782 maintainer-clean: maintainer-clean-am
29783 -
29784 + -rm -rf ./$(DEPDIR)
29785 + -rm -f Makefile
29786 maintainer-clean-am: distclean-am maintainer-clean-generic
29787
29788 mostlyclean: mostlyclean-am
29789
29790 mostlyclean-am: mostlyclean-compile mostlyclean-generic
29791
29792 -uninstall-am: uninstall-info-am
29793 +pdf: pdf-am
29794 +
29795 +pdf-am:
29796
29797 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
29798 - clean-noinstPROGRAMS distclean distclean-compile \
29799 - distclean-depend distclean-generic distclean-tags distdir dvi \
29800 - dvi-am info info-am install install-am install-data \
29801 - install-data-am install-exec install-exec-am install-info \
29802 - install-info-am install-man install-strip installcheck \
29803 +ps: ps-am
29804 +
29805 +ps-am:
29806 +
29807 +uninstall-am:
29808 +
29809 +.MAKE: all check install install-am install-strip
29810 +
29811 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
29812 + clean-noinstPROGRAMS ctags distclean distclean-compile \
29813 + distclean-generic distclean-tags distdir dvi dvi-am html \
29814 + html-am info info-am install install-am install-data \
29815 + install-data-am install-dvi install-dvi-am install-exec \
29816 + install-exec-am install-html install-html-am install-info \
29817 + install-info-am install-man install-pdf install-pdf-am \
29818 + install-ps install-ps-am install-strip installcheck \
29819 installcheck-am installdirs maintainer-clean \
29820 maintainer-clean-generic mostlyclean mostlyclean-compile \
29821 - mostlyclean-generic tags uninstall uninstall-am \
29822 - uninstall-info-am
29823 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
29824 + uninstall-am
29825
29826
29827 $(SOAP_C_SRC) : $(SOAPHEADER)
29828 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
29829 +
29830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
29831 # Otherwise a system limit (for SysV at least) may be exceeded.
29832 .NOEXPORT:
29833 diff -urN b/gsoap/samples/ssl/Makefile.in d/gsoap/samples/ssl/Makefile.in
29834 --- b/gsoap/samples/ssl/Makefile.in 2009-11-07 21:07:14.000000000 +0100
29835 +++ d/gsoap/samples/ssl/Makefile.in 2010-01-22 21:45:25.000000000 +0100
29836 @@ -1,8 +1,9 @@
29837 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
29838 +# Makefile.in generated by automake 1.11 from Makefile.am.
29839 # @configure_input@
29840
29841 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
29842 -# Free Software Foundation, Inc.
29843 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
29844 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
29845 +# Inc.
29846 # This Makefile.in is free software; the Free Software Foundation
29847 # gives unlimited permission to copy and/or distribute it,
29848 # with or without modifications, as long as this notice is preserved.
29849 @@ -13,77 +14,126 @@
29850 # PARTICULAR PURPOSE.
29851
29852 @SET_MAKE@
29853 -SHELL = @SHELL@
29854
29855 -srcdir = @srcdir@
29856 -top_srcdir = @top_srcdir@
29857 VPATH = @srcdir@
29858 -prefix = @prefix@
29859 -exec_prefix = @exec_prefix@
29860 -
29861 -bindir = @bindir@
29862 -sbindir = @sbindir@
29863 -libexecdir = @libexecdir@
29864 -datadir = @datadir@
29865 -sysconfdir = @sysconfdir@
29866 -sharedstatedir = @sharedstatedir@
29867 -localstatedir = @localstatedir@
29868 -libdir = @libdir@
29869 -infodir = @infodir@
29870 -mandir = @mandir@
29871 -includedir = @includedir@
29872 -oldincludedir = /usr/include
29873 pkgdatadir = $(datadir)/@PACKAGE@
29874 -pkglibdir = $(libdir)/@PACKAGE@
29875 pkgincludedir = $(includedir)/@PACKAGE@
29876 -top_builddir = ../../..
29877 -
29878 -ACLOCAL = @ACLOCAL@
29879 -AUTOCONF = @AUTOCONF@
29880 -AUTOMAKE = @AUTOMAKE@
29881 -AUTOHEADER = @AUTOHEADER@
29882 -
29883 +pkglibdir = $(libdir)/@PACKAGE@
29884 +pkglibexecdir = $(libexecdir)/@PACKAGE@
29885 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29886 -INSTALL = @INSTALL@
29887 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
29888 -INSTALL_DATA = @INSTALL_DATA@
29889 install_sh_DATA = $(install_sh) -c -m 644
29890 install_sh_PROGRAM = $(install_sh) -c
29891 install_sh_SCRIPT = $(install_sh) -c
29892 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
29893 INSTALL_HEADER = $(INSTALL_DATA)
29894 -transform = @program_transform_name@
29895 +transform = $(program_transform_name)
29896 NORMAL_INSTALL = :
29897 PRE_INSTALL = :
29898 POST_INSTALL = :
29899 NORMAL_UNINSTALL = :
29900 PRE_UNINSTALL = :
29901 POST_UNINSTALL = :
29902 -host_alias = @host_alias@
29903 +build_triplet = @build@
29904 host_triplet = @host@
29905 -
29906 -EXEEXT = @EXEEXT@
29907 -OBJEXT = @OBJEXT@
29908 -PATH_SEPARATOR = @PATH_SEPARATOR@
29909 +noinst_PROGRAMS = sslclient$(EXEEXT) sslserver$(EXEEXT)
29910 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
29911 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
29912 + $(srcdir)/Makefile.in
29913 +subdir = gsoap/samples/ssl
29914 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
29915 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
29916 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
29917 + $(ACLOCAL_M4)
29918 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
29919 +CONFIG_HEADER = $(top_builddir)/config.h
29920 +CONFIG_CLEAN_FILES =
29921 +CONFIG_CLEAN_VPATH_FILES =
29922 +PROGRAMS = $(noinst_PROGRAMS)
29923 +am__objects_1 =
29924 +am__objects_2 = sslclient-soapC.$(OBJEXT)
29925 +am__objects_3 = sslclient-soapClient.$(OBJEXT) $(am__objects_2)
29926 +am_sslclient_OBJECTS = sslclient-sslclient.$(OBJEXT) $(am__objects_1) \
29927 + $(am__objects_3)
29928 +sslclient_OBJECTS = $(am_sslclient_OBJECTS)
29929 +am__DEPENDENCIES_1 =
29930 +sslclient_DEPENDENCIES = $(SOAP_C_LIB_SSL) $(am__DEPENDENCIES_1)
29931 +sslclient_LINK = $(CCLD) $(sslclient_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
29932 + $(LDFLAGS) -o $@
29933 +am__objects_4 = sslserver-soapC.$(OBJEXT)
29934 +am__objects_5 = sslserver-soapServer.$(OBJEXT) $(am__objects_4)
29935 +am_sslserver_OBJECTS = sslserver-sslserver.$(OBJEXT) $(am__objects_1) \
29936 + $(am__objects_5)
29937 +sslserver_OBJECTS = $(am_sslserver_OBJECTS)
29938 +sslserver_DEPENDENCIES = $(SOAP_C_LIB_SSL) $(am__DEPENDENCIES_1)
29939 +sslserver_LINK = $(CCLD) $(sslserver_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
29940 + $(LDFLAGS) -o $@
29941 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
29942 +depcomp = $(SHELL) $(top_srcdir)/depcomp
29943 +am__depfiles_maybe = depfiles
29944 +am__mv = mv -f
29945 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
29946 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
29947 +CCLD = $(CC)
29948 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
29949 +SOURCES = $(sslclient_SOURCES) $(sslserver_SOURCES)
29950 +DIST_SOURCES = $(sslclient_SOURCES) $(sslserver_SOURCES)
29951 +ETAGS = etags
29952 +CTAGS = ctags
29953 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
29954 +ACLOCAL = @ACLOCAL@
29955 AMTAR = @AMTAR@
29956 +AUTOCONF = @AUTOCONF@
29957 +AUTOHEADER = @AUTOHEADER@
29958 +AUTOMAKE = @AUTOMAKE@
29959 AWK = @AWK@
29960 BISON_DEFINE = @BISON_DEFINE@
29961 CC = @CC@
29962 +CCDEPMODE = @CCDEPMODE@
29963 +CFLAGS = @CFLAGS@
29964 CPP = @CPP@
29965 +CPPFLAGS = @CPPFLAGS@
29966 CXX = @CXX@
29967 +CXXDEPMODE = @CXXDEPMODE@
29968 +CXXFLAGS = @CXXFLAGS@
29969 +CYGPATH_W = @CYGPATH_W@
29970 +DEFS = @DEFS@
29971 DEPDIR = @DEPDIR@
29972 +ECHO_C = @ECHO_C@
29973 +ECHO_N = @ECHO_N@
29974 +ECHO_T = @ECHO_T@
29975 +EGREP = @EGREP@
29976 ENABLE_SAMPLES = @ENABLE_SAMPLES@
29977 +EXEEXT = @EXEEXT@
29978 +GREP = @GREP@
29979 +INSTALL = @INSTALL@
29980 +INSTALL_DATA = @INSTALL_DATA@
29981 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
29982 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
29983 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
29984 +LDFLAGS = @LDFLAGS@
29985 LEX = @LEX@
29986 LEXLIB = @LEXLIB@
29987 LEX_DEFINE = @LEX_DEFINE@
29988 LEX_FLAGS = @LEX_FLAGS@
29989 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
29990 +LIBOBJS = @LIBOBJS@
29991 +LIBS = @LIBS@
29992 LN_S = @LN_S@
29993 +LTLIBOBJS = @LTLIBOBJS@
29994 +MAKEINFO = @MAKEINFO@
29995 +MKDIR_P = @MKDIR_P@
29996 +OBJEXT = @OBJEXT@
29997 PACKAGE = @PACKAGE@
29998 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
29999 +PACKAGE_NAME = @PACKAGE_NAME@
30000 +PACKAGE_STRING = @PACKAGE_STRING@
30001 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
30002 +PACKAGE_VERSION = @PACKAGE_VERSION@
30003 +PATH_SEPARATOR = @PATH_SEPARATOR@
30004 RANLIB = @RANLIB@
30005 SAMPLE_DIRS = @SAMPLE_DIRS@
30006 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
30007 +SET_MAKE = @SET_MAKE@
30008 +SHELL = @SHELL@
30009 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
30010 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
30011 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
30012 @@ -95,130 +145,140 @@
30013 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
30014 YACC = @YACC@
30015 YACC_LIB = @YACC_LIB@
30016 +YFLAGS = @YFLAGS@
30017 +abs_builddir = @abs_builddir@
30018 +abs_srcdir = @abs_srcdir@
30019 +abs_top_builddir = @abs_top_builddir@
30020 +abs_top_srcdir = @abs_top_srcdir@
30021 +ac_ct_CC = @ac_ct_CC@
30022 +ac_ct_CXX = @ac_ct_CXX@
30023 am__include = @am__include@
30024 +am__leading_dot = @am__leading_dot@
30025 am__quote = @am__quote@
30026 +am__tar = @am__tar@
30027 +am__untar = @am__untar@
30028 +bindir = @bindir@
30029 +build = @build@
30030 +build_alias = @build_alias@
30031 +build_cpu = @build_cpu@
30032 +build_os = @build_os@
30033 +build_vendor = @build_vendor@
30034 +builddir = @builddir@
30035 +datadir = @datadir@
30036 +datarootdir = @datarootdir@
30037 +docdir = @docdir@
30038 +dvidir = @dvidir@
30039 +exec_prefix = @exec_prefix@
30040 +host = @host@
30041 +host_alias = @host_alias@
30042 +host_cpu = @host_cpu@
30043 +host_os = @host_os@
30044 +host_vendor = @host_vendor@
30045 +htmldir = @htmldir@
30046 +includedir = @includedir@
30047 +infodir = @infodir@
30048 install_sh = @install_sh@
30049 +libdir = @libdir@
30050 +libexecdir = @libexecdir@
30051 +localedir = @localedir@
30052 +localstatedir = @localstatedir@
30053 +mandir = @mandir@
30054 +mkdir_p = @mkdir_p@
30055 +oldincludedir = @oldincludedir@
30056 +pdfdir = @pdfdir@
30057 platform = @platform@
30058 +prefix = @prefix@
30059 +program_transform_name = @program_transform_name@
30060 +psdir = @psdir@
30061 +sbindir = @sbindir@
30062 +sharedstatedir = @sharedstatedir@
30063 +srcdir = @srcdir@
30064 +sysconfdir = @sysconfdir@
30065 +target_alias = @target_alias@
30066 +top_build_prefix = @top_build_prefix@
30067 +top_builddir = @top_builddir@
30068 +top_srcdir = @top_srcdir@
30069
30070 ####### This is the input file for automake, which will generate Makefile.in ##########
30071 AUTOMAKE_OPTIONS = foreign 1.4
30072 -
30073 -noinst_PROGRAMS = sslclient sslserver
30074 SOAPHEADER = ssl.h
30075 -
30076 AM_CFLAGS = -D$(platform)
30077 AM_CXXFLAGS = -D$(platform)
30078 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
30079 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
30080 -
30081 SOAP_NS_DEF = ns.nsmap ns.wsdl
30082 -
30083 SOAP_H_FILES = soapH.h soapStub.h
30084 -
30085 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
30086 -
30087 SOAP_C_CORE = soapC.c
30088 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
30089 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
30090 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
30091 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
30092 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
30093 -
30094 SOAP_CPP_CORE = soapC.cpp
30095 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
30096 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
30097 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
30098 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
30099 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
30100 -
30101 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
30102 -
30103 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
30104 BUILT_SOURCES = $(SOAP_C_SRC)
30105 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
30106 -
30107 SOAP_NS = $(SOAP_NS_DEF)
30108 -
30109 sslclient_CFLAGS = -DWITH_OPENSSL -DWITH_GZIP
30110 sslclient_SOURCES = sslclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
30111 sslclient_LDADD = $(SOAP_C_LIB_SSL) $(SAMPLE_EXTRA_LIBS) -lssl -lcrypto -lz -lpthread
30112 -
30113 sslserver_CFLAGS = -DWITH_OPENSSL -DWITH_GZIP
30114 sslserver_SOURCES = sslserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
30115 sslserver_LDADD = $(SOAP_C_LIB_SSL) $(SAMPLE_EXTRA_LIBS) -lssl -lcrypto -lz -lpthread
30116 -subdir = gsoap/samples/ssl
30117 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
30118 -CONFIG_HEADER = $(top_builddir)/config.h
30119 -CONFIG_CLEAN_FILES =
30120 -noinst_PROGRAMS = sslclient$(EXEEXT) sslserver$(EXEEXT)
30121 -PROGRAMS = $(noinst_PROGRAMS)
30122 -
30123 -am__objects_1 =
30124 -am__objects_2 = sslclient-soapC.$(OBJEXT)
30125 -am__objects_3 = sslclient-soapClient.$(OBJEXT) $(am__objects_2)
30126 -am_sslclient_OBJECTS = sslclient-sslclient.$(OBJEXT) $(am__objects_1) \
30127 - $(am__objects_3)
30128 -sslclient_OBJECTS = $(am_sslclient_OBJECTS)
30129 -sslclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapssl.a
30130 -sslclient_LDFLAGS =
30131 -am__objects_4 = sslserver-soapC.$(OBJEXT)
30132 -am__objects_5 = sslserver-soapServer.$(OBJEXT) $(am__objects_4)
30133 -am_sslserver_OBJECTS = sslserver-sslserver.$(OBJEXT) $(am__objects_1) \
30134 - $(am__objects_5)
30135 -sslserver_OBJECTS = $(am_sslserver_OBJECTS)
30136 -sslserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapssl.a
30137 -sslserver_LDFLAGS =
30138 -
30139 -DEFS = @DEFS@
30140 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
30141 -CPPFLAGS = @CPPFLAGS@
30142 -LDFLAGS = @LDFLAGS@
30143 -LIBS = @LIBS@
30144 -depcomp = $(SHELL) $(top_srcdir)/depcomp
30145 -am__depfiles_maybe = depfiles
30146 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sslclient-soapC.Po \
30147 -@AMDEP_TRUE@ ./$(DEPDIR)/sslclient-soapClient.Po \
30148 -@AMDEP_TRUE@ ./$(DEPDIR)/sslclient-sslclient.Po \
30149 -@AMDEP_TRUE@ ./$(DEPDIR)/sslserver-soapC.Po \
30150 -@AMDEP_TRUE@ ./$(DEPDIR)/sslserver-soapServer.Po \
30151 -@AMDEP_TRUE@ ./$(DEPDIR)/sslserver-sslserver.Po
30152 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
30153 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
30154 -CCLD = $(CC)
30155 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
30156 -CFLAGS = @CFLAGS@
30157 -DIST_SOURCES = $(sslclient_SOURCES) $(sslserver_SOURCES)
30158 -DIST_COMMON = Makefile.am Makefile.in
30159 -SOURCES = $(sslclient_SOURCES) $(sslserver_SOURCES)
30160 -
30161 all: $(BUILT_SOURCES)
30162 $(MAKE) $(AM_MAKEFLAGS) all-am
30163
30164 .SUFFIXES:
30165 .SUFFIXES: .c .o .obj
30166 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
30167 - cd $(top_srcdir) && \
30168 - $(AUTOMAKE) --foreign gsoap/samples/ssl/Makefile
30169 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
30170 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
30171 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
30172 + @for dep in $?; do \
30173 + case '$(am__configure_deps)' in \
30174 + *$$dep*) \
30175 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
30176 + && { if test -f $@; then exit 0; else break; fi; }; \
30177 + exit 1;; \
30178 + esac; \
30179 + done; \
30180 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/ssl/Makefile'; \
30181 + $(am__cd) $(top_srcdir) && \
30182 + $(AUTOMAKE) --foreign gsoap/samples/ssl/Makefile
30183 +.PRECIOUS: Makefile
30184 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
30185 + @case '$?' in \
30186 + *config.status*) \
30187 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
30188 + *) \
30189 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
30190 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
30191 + esac;
30192 +
30193 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
30194 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30195 +
30196 +$(top_srcdir)/configure: $(am__configure_deps)
30197 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30198 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
30199 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30200 +$(am__aclocal_m4_deps):
30201
30202 clean-noinstPROGRAMS:
30203 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
30204 -sslclient-sslclient.$(OBJEXT): sslclient.c
30205 -sslclient-soapClient.$(OBJEXT): soapClient.c
30206 -sslclient-soapC.$(OBJEXT): soapC.c
30207 sslclient$(EXEEXT): $(sslclient_OBJECTS) $(sslclient_DEPENDENCIES)
30208 @rm -f sslclient$(EXEEXT)
30209 - $(LINK) $(sslclient_LDFLAGS) $(sslclient_OBJECTS) $(sslclient_LDADD) $(LIBS)
30210 -sslserver-sslserver.$(OBJEXT): sslserver.c
30211 -sslserver-soapServer.$(OBJEXT): soapServer.c
30212 -sslserver-soapC.$(OBJEXT): soapC.c
30213 + $(sslclient_LINK) $(sslclient_OBJECTS) $(sslclient_LDADD) $(LIBS)
30214 sslserver$(EXEEXT): $(sslserver_OBJECTS) $(sslserver_DEPENDENCIES)
30215 @rm -f sslserver$(EXEEXT)
30216 - $(LINK) $(sslserver_LDFLAGS) $(sslserver_OBJECTS) $(sslserver_LDADD) $(LIBS)
30217 + $(sslserver_LINK) $(sslserver_OBJECTS) $(sslserver_LDADD) $(LIBS)
30218
30219 mostlyclean-compile:
30220 - -rm -f *.$(OBJEXT) core *.core
30221 + -rm -f *.$(OBJEXT)
30222
30223 distclean-compile:
30224 -rm -f *.tab.c
30225 @@ -230,163 +290,193 @@
30226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslserver-soapServer.Po@am__quote@
30227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslserver-sslserver.Po@am__quote@
30228
30229 -distclean-depend:
30230 - -rm -rf ./$(DEPDIR)
30231 -
30232 .c.o:
30233 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
30234 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
30235 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30236 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
30237 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
30238 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
30239 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
30240 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30241 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
30242
30243 .c.obj:
30244 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
30245 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
30246 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30247 - $(COMPILE) -c `cygpath -w $<`
30248 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
30249 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
30250 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
30251 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30252 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
30253
30254 sslclient-sslclient.o: sslclient.c
30255 -@AMDEP_TRUE@ source='sslclient.c' object='sslclient-sslclient.o' libtool=no @AMDEPBACKSLASH@
30256 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-sslclient.Po' tmpdepfile='$(DEPDIR)/sslclient-sslclient.TPo' @AMDEPBACKSLASH@
30257 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30258 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-sslclient.o `test -f 'sslclient.c' || echo '$(srcdir)/'`sslclient.c
30259 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-sslclient.o -MD -MP -MF $(DEPDIR)/sslclient-sslclient.Tpo -c -o sslclient-sslclient.o `test -f 'sslclient.c' || echo '$(srcdir)/'`sslclient.c
30260 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-sslclient.Tpo $(DEPDIR)/sslclient-sslclient.Po
30261 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sslclient.c' object='sslclient-sslclient.o' libtool=no @AMDEPBACKSLASH@
30262 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30263 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-sslclient.o `test -f 'sslclient.c' || echo '$(srcdir)/'`sslclient.c
30264
30265 sslclient-sslclient.obj: sslclient.c
30266 -@AMDEP_TRUE@ source='sslclient.c' object='sslclient-sslclient.obj' libtool=no @AMDEPBACKSLASH@
30267 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-sslclient.Po' tmpdepfile='$(DEPDIR)/sslclient-sslclient.TPo' @AMDEPBACKSLASH@
30268 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30269 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-sslclient.obj `cygpath -w sslclient.c`
30270 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-sslclient.obj -MD -MP -MF $(DEPDIR)/sslclient-sslclient.Tpo -c -o sslclient-sslclient.obj `if test -f 'sslclient.c'; then $(CYGPATH_W) 'sslclient.c'; else $(CYGPATH_W) '$(srcdir)/sslclient.c'; fi`
30271 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-sslclient.Tpo $(DEPDIR)/sslclient-sslclient.Po
30272 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sslclient.c' object='sslclient-sslclient.obj' libtool=no @AMDEPBACKSLASH@
30273 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30274 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-sslclient.obj `if test -f 'sslclient.c'; then $(CYGPATH_W) 'sslclient.c'; else $(CYGPATH_W) '$(srcdir)/sslclient.c'; fi`
30275
30276 sslclient-soapClient.o: soapClient.c
30277 -@AMDEP_TRUE@ source='soapClient.c' object='sslclient-soapClient.o' libtool=no @AMDEPBACKSLASH@
30278 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-soapClient.Po' tmpdepfile='$(DEPDIR)/sslclient-soapClient.TPo' @AMDEPBACKSLASH@
30279 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30280 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
30281 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-soapClient.o -MD -MP -MF $(DEPDIR)/sslclient-soapClient.Tpo -c -o sslclient-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
30282 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-soapClient.Tpo $(DEPDIR)/sslclient-soapClient.Po
30283 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='sslclient-soapClient.o' libtool=no @AMDEPBACKSLASH@
30284 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30285 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
30286
30287 sslclient-soapClient.obj: soapClient.c
30288 -@AMDEP_TRUE@ source='soapClient.c' object='sslclient-soapClient.obj' libtool=no @AMDEPBACKSLASH@
30289 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-soapClient.Po' tmpdepfile='$(DEPDIR)/sslclient-soapClient.TPo' @AMDEPBACKSLASH@
30290 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30291 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapClient.obj `cygpath -w soapClient.c`
30292 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-soapClient.obj -MD -MP -MF $(DEPDIR)/sslclient-soapClient.Tpo -c -o sslclient-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
30293 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-soapClient.Tpo $(DEPDIR)/sslclient-soapClient.Po
30294 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='sslclient-soapClient.obj' libtool=no @AMDEPBACKSLASH@
30295 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30296 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
30297
30298 sslclient-soapC.o: soapC.c
30299 -@AMDEP_TRUE@ source='soapC.c' object='sslclient-soapC.o' libtool=no @AMDEPBACKSLASH@
30300 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-soapC.Po' tmpdepfile='$(DEPDIR)/sslclient-soapC.TPo' @AMDEPBACKSLASH@
30301 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30302 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30303 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-soapC.o -MD -MP -MF $(DEPDIR)/sslclient-soapC.Tpo -c -o sslclient-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30304 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-soapC.Tpo $(DEPDIR)/sslclient-soapC.Po
30305 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='sslclient-soapC.o' libtool=no @AMDEPBACKSLASH@
30306 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30307 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30308
30309 sslclient-soapC.obj: soapC.c
30310 -@AMDEP_TRUE@ source='soapC.c' object='sslclient-soapC.obj' libtool=no @AMDEPBACKSLASH@
30311 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslclient-soapC.Po' tmpdepfile='$(DEPDIR)/sslclient-soapC.TPo' @AMDEPBACKSLASH@
30312 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30313 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapC.obj `cygpath -w soapC.c`
30314 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -MT sslclient-soapC.obj -MD -MP -MF $(DEPDIR)/sslclient-soapC.Tpo -c -o sslclient-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
30315 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslclient-soapC.Tpo $(DEPDIR)/sslclient-soapC.Po
30316 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='sslclient-soapC.obj' libtool=no @AMDEPBACKSLASH@
30317 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30318 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslclient_CFLAGS) $(CFLAGS) -c -o sslclient-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
30319
30320 sslserver-sslserver.o: sslserver.c
30321 -@AMDEP_TRUE@ source='sslserver.c' object='sslserver-sslserver.o' libtool=no @AMDEPBACKSLASH@
30322 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-sslserver.Po' tmpdepfile='$(DEPDIR)/sslserver-sslserver.TPo' @AMDEPBACKSLASH@
30323 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30324 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-sslserver.o `test -f 'sslserver.c' || echo '$(srcdir)/'`sslserver.c
30325 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-sslserver.o -MD -MP -MF $(DEPDIR)/sslserver-sslserver.Tpo -c -o sslserver-sslserver.o `test -f 'sslserver.c' || echo '$(srcdir)/'`sslserver.c
30326 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-sslserver.Tpo $(DEPDIR)/sslserver-sslserver.Po
30327 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sslserver.c' object='sslserver-sslserver.o' libtool=no @AMDEPBACKSLASH@
30328 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30329 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-sslserver.o `test -f 'sslserver.c' || echo '$(srcdir)/'`sslserver.c
30330
30331 sslserver-sslserver.obj: sslserver.c
30332 -@AMDEP_TRUE@ source='sslserver.c' object='sslserver-sslserver.obj' libtool=no @AMDEPBACKSLASH@
30333 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-sslserver.Po' tmpdepfile='$(DEPDIR)/sslserver-sslserver.TPo' @AMDEPBACKSLASH@
30334 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30335 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-sslserver.obj `cygpath -w sslserver.c`
30336 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-sslserver.obj -MD -MP -MF $(DEPDIR)/sslserver-sslserver.Tpo -c -o sslserver-sslserver.obj `if test -f 'sslserver.c'; then $(CYGPATH_W) 'sslserver.c'; else $(CYGPATH_W) '$(srcdir)/sslserver.c'; fi`
30337 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-sslserver.Tpo $(DEPDIR)/sslserver-sslserver.Po
30338 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sslserver.c' object='sslserver-sslserver.obj' libtool=no @AMDEPBACKSLASH@
30339 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30340 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-sslserver.obj `if test -f 'sslserver.c'; then $(CYGPATH_W) 'sslserver.c'; else $(CYGPATH_W) '$(srcdir)/sslserver.c'; fi`
30341
30342 sslserver-soapServer.o: soapServer.c
30343 -@AMDEP_TRUE@ source='soapServer.c' object='sslserver-soapServer.o' libtool=no @AMDEPBACKSLASH@
30344 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-soapServer.Po' tmpdepfile='$(DEPDIR)/sslserver-soapServer.TPo' @AMDEPBACKSLASH@
30345 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30346 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
30347 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-soapServer.o -MD -MP -MF $(DEPDIR)/sslserver-soapServer.Tpo -c -o sslserver-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
30348 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-soapServer.Tpo $(DEPDIR)/sslserver-soapServer.Po
30349 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='sslserver-soapServer.o' libtool=no @AMDEPBACKSLASH@
30350 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30351 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
30352
30353 sslserver-soapServer.obj: soapServer.c
30354 -@AMDEP_TRUE@ source='soapServer.c' object='sslserver-soapServer.obj' libtool=no @AMDEPBACKSLASH@
30355 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-soapServer.Po' tmpdepfile='$(DEPDIR)/sslserver-soapServer.TPo' @AMDEPBACKSLASH@
30356 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30357 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapServer.obj `cygpath -w soapServer.c`
30358 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-soapServer.obj -MD -MP -MF $(DEPDIR)/sslserver-soapServer.Tpo -c -o sslserver-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
30359 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-soapServer.Tpo $(DEPDIR)/sslserver-soapServer.Po
30360 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='sslserver-soapServer.obj' libtool=no @AMDEPBACKSLASH@
30361 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30362 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
30363
30364 sslserver-soapC.o: soapC.c
30365 -@AMDEP_TRUE@ source='soapC.c' object='sslserver-soapC.o' libtool=no @AMDEPBACKSLASH@
30366 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-soapC.Po' tmpdepfile='$(DEPDIR)/sslserver-soapC.TPo' @AMDEPBACKSLASH@
30367 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30368 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30369 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-soapC.o -MD -MP -MF $(DEPDIR)/sslserver-soapC.Tpo -c -o sslserver-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30370 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-soapC.Tpo $(DEPDIR)/sslserver-soapC.Po
30371 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='sslserver-soapC.o' libtool=no @AMDEPBACKSLASH@
30372 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30373 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
30374
30375 sslserver-soapC.obj: soapC.c
30376 -@AMDEP_TRUE@ source='soapC.c' object='sslserver-soapC.obj' libtool=no @AMDEPBACKSLASH@
30377 -@AMDEP_TRUE@ depfile='$(DEPDIR)/sslserver-soapC.Po' tmpdepfile='$(DEPDIR)/sslserver-soapC.TPo' @AMDEPBACKSLASH@
30378 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30379 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapC.obj `cygpath -w soapC.c`
30380 -CCDEPMODE = @CCDEPMODE@
30381 -uninstall-info-am:
30382 -
30383 -ETAGS = etags
30384 -ETAGSFLAGS =
30385 -
30386 -tags: TAGS
30387 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -MT sslserver-soapC.obj -MD -MP -MF $(DEPDIR)/sslserver-soapC.Tpo -c -o sslserver-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
30388 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sslserver-soapC.Tpo $(DEPDIR)/sslserver-soapC.Po
30389 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='sslserver-soapC.obj' libtool=no @AMDEPBACKSLASH@
30390 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
30391 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sslserver_CFLAGS) $(CFLAGS) -c -o sslserver-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
30392
30393 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
30394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
30395 unique=`for i in $$list; do \
30396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
30397 done | \
30398 - $(AWK) ' { files[$$0] = 1; } \
30399 - END { for (i in files) print i; }'`; \
30400 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
30401 + END { if (nonempty) { for (i in files) print i; }; }'`; \
30402 mkid -fID $$unique
30403 +tags: TAGS
30404
30405 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
30406 $(TAGS_FILES) $(LISP)
30407 - tags=; \
30408 + set x; \
30409 here=`pwd`; \
30410 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
30411 unique=`for i in $$list; do \
30412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
30413 done | \
30414 - $(AWK) ' { files[$$0] = 1; } \
30415 - END { for (i in files) print i; }'`; \
30416 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
30417 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
30418 - $$tags $$unique
30419 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
30420 + END { if (nonempty) { for (i in files) print i; }; }'`; \
30421 + shift; \
30422 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
30423 + test -n "$$unique" || unique=$$empty_fix; \
30424 + if test $$# -gt 0; then \
30425 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
30426 + "$$@" $$unique; \
30427 + else \
30428 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
30429 + $$unique; \
30430 + fi; \
30431 + fi
30432 +ctags: CTAGS
30433 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
30434 + $(TAGS_FILES) $(LISP)
30435 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
30436 + unique=`for i in $$list; do \
30437 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
30438 + done | \
30439 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
30440 + END { if (nonempty) { for (i in files) print i; }; }'`; \
30441 + test -z "$(CTAGS_ARGS)$$unique" \
30442 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
30443 + $$unique
30444
30445 GTAGS:
30446 here=`$(am__cd) $(top_builddir) && pwd` \
30447 - && cd $(top_srcdir) \
30448 - && gtags -i $(GTAGS_ARGS) $$here
30449 + && $(am__cd) $(top_srcdir) \
30450 + && gtags -i $(GTAGS_ARGS) "$$here"
30451
30452 distclean-tags:
30453 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
30454 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
30455 -
30456 -top_distdir = ../../..
30457 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
30458 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
30459
30460 distdir: $(DISTFILES)
30461 - @list='$(DISTFILES)'; for file in $$list; do \
30462 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
30463 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
30464 + list='$(DISTFILES)'; \
30465 + dist_files=`for file in $$list; do echo $$file; done | \
30466 + sed -e "s|^$$srcdirstrip/||;t" \
30467 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
30468 + case $$dist_files in \
30469 + */*) $(MKDIR_P) `echo "$$dist_files" | \
30470 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
30471 + sort -u` ;; \
30472 + esac; \
30473 + for file in $$dist_files; do \
30474 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
30475 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
30476 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
30477 - dir="/$$dir"; \
30478 - $(mkinstalldirs) "$(distdir)$$dir"; \
30479 - else \
30480 - dir=''; \
30481 - fi; \
30482 if test -d $$d/$$file; then \
30483 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
30484 + if test -d "$(distdir)/$$file"; then \
30485 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
30486 + fi; \
30487 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
30488 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
30489 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
30490 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
30491 fi; \
30492 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
30493 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
30494 else \
30495 - test -f $(distdir)/$$file \
30496 - || cp -p $$d/$$file $(distdir)/$$file \
30497 + test -f "$(distdir)/$$file" \
30498 + || cp -p $$d/$$file "$(distdir)/$$file" \
30499 || exit 1; \
30500 fi; \
30501 done
30502 check-am: all-am
30503 -check: check-am
30504 +check: $(BUILT_SOURCES)
30505 + $(MAKE) $(AM_MAKEFLAGS) check-am
30506 all-am: Makefile $(PROGRAMS)
30507 -
30508 installdirs:
30509 -
30510 -install: install-am
30511 +install: $(BUILT_SOURCES)
30512 + $(MAKE) $(AM_MAKEFLAGS) install-am
30513 install-exec: install-exec-am
30514 install-data: install-data-am
30515 uninstall: uninstall-am
30516 @@ -397,7 +487,7 @@
30517 installcheck: installcheck-am
30518 install-strip:
30519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
30520 - INSTALL_STRIP_FLAG=-s \
30521 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
30522 `test -z '$(STRIP)' || \
30523 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
30524 mostlyclean-generic:
30525 @@ -406,7 +496,8 @@
30526 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
30527
30528 distclean-generic:
30529 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
30530 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
30531 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
30532
30533 maintainer-clean-generic:
30534 @echo "This command is intended for maintainers to use"
30535 @@ -417,52 +508,89 @@
30536 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
30537
30538 distclean: distclean-am
30539 -
30540 -distclean-am: clean-am distclean-compile distclean-depend \
30541 - distclean-generic distclean-tags
30542 + -rm -rf ./$(DEPDIR)
30543 + -rm -f Makefile
30544 +distclean-am: clean-am distclean-compile distclean-generic \
30545 + distclean-tags
30546
30547 dvi: dvi-am
30548
30549 dvi-am:
30550
30551 +html: html-am
30552 +
30553 +html-am:
30554 +
30555 info: info-am
30556
30557 info-am:
30558
30559 install-data-am:
30560
30561 +install-dvi: install-dvi-am
30562 +
30563 +install-dvi-am:
30564 +
30565 install-exec-am:
30566
30567 +install-html: install-html-am
30568 +
30569 +install-html-am:
30570 +
30571 install-info: install-info-am
30572
30573 +install-info-am:
30574 +
30575 install-man:
30576
30577 +install-pdf: install-pdf-am
30578 +
30579 +install-pdf-am:
30580 +
30581 +install-ps: install-ps-am
30582 +
30583 +install-ps-am:
30584 +
30585 installcheck-am:
30586
30587 maintainer-clean: maintainer-clean-am
30588 -
30589 + -rm -rf ./$(DEPDIR)
30590 + -rm -f Makefile
30591 maintainer-clean-am: distclean-am maintainer-clean-generic
30592
30593 mostlyclean: mostlyclean-am
30594
30595 mostlyclean-am: mostlyclean-compile mostlyclean-generic
30596
30597 -uninstall-am: uninstall-info-am
30598 +pdf: pdf-am
30599 +
30600 +pdf-am:
30601
30602 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
30603 - clean-noinstPROGRAMS distclean distclean-compile \
30604 - distclean-depend distclean-generic distclean-tags distdir dvi \
30605 - dvi-am info info-am install install-am install-data \
30606 - install-data-am install-exec install-exec-am install-info \
30607 - install-info-am install-man install-strip installcheck \
30608 +ps: ps-am
30609 +
30610 +ps-am:
30611 +
30612 +uninstall-am:
30613 +
30614 +.MAKE: all check install install-am install-strip
30615 +
30616 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
30617 + clean-noinstPROGRAMS ctags distclean distclean-compile \
30618 + distclean-generic distclean-tags distdir dvi dvi-am html \
30619 + html-am info info-am install install-am install-data \
30620 + install-data-am install-dvi install-dvi-am install-exec \
30621 + install-exec-am install-html install-html-am install-info \
30622 + install-info-am install-man install-pdf install-pdf-am \
30623 + install-ps install-ps-am install-strip installcheck \
30624 installcheck-am installdirs maintainer-clean \
30625 maintainer-clean-generic mostlyclean mostlyclean-compile \
30626 - mostlyclean-generic tags uninstall uninstall-am \
30627 - uninstall-info-am
30628 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
30629 + uninstall-am
30630
30631
30632 $(SOAP_C_SRC) : $(SOAPHEADER)
30633 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
30634 +
30635 # Tell versions [3.59,3.63) of GNU make to not export all variables.
30636 # Otherwise a system limit (for SysV at least) may be exceeded.
30637 .NOEXPORT:
30638 diff -urN b/gsoap/samples/udp/Makefile.in d/gsoap/samples/udp/Makefile.in
30639 --- b/gsoap/samples/udp/Makefile.in 2009-11-07 21:07:14.000000000 +0100
30640 +++ d/gsoap/samples/udp/Makefile.in 2010-01-22 21:45:25.000000000 +0100
30641 @@ -1,8 +1,9 @@
30642 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
30643 +# Makefile.in generated by automake 1.11 from Makefile.am.
30644 # @configure_input@
30645
30646 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
30647 -# Free Software Foundation, Inc.
30648 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
30649 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
30650 +# Inc.
30651 # This Makefile.in is free software; the Free Software Foundation
30652 # gives unlimited permission to copy and/or distribute it,
30653 # with or without modifications, as long as this notice is preserved.
30654 @@ -13,77 +14,123 @@
30655 # PARTICULAR PURPOSE.
30656
30657 @SET_MAKE@
30658 -SHELL = @SHELL@
30659
30660 -srcdir = @srcdir@
30661 -top_srcdir = @top_srcdir@
30662 VPATH = @srcdir@
30663 -prefix = @prefix@
30664 -exec_prefix = @exec_prefix@
30665 -
30666 -bindir = @bindir@
30667 -sbindir = @sbindir@
30668 -libexecdir = @libexecdir@
30669 -datadir = @datadir@
30670 -sysconfdir = @sysconfdir@
30671 -sharedstatedir = @sharedstatedir@
30672 -localstatedir = @localstatedir@
30673 -libdir = @libdir@
30674 -infodir = @infodir@
30675 -mandir = @mandir@
30676 -includedir = @includedir@
30677 -oldincludedir = /usr/include
30678 pkgdatadir = $(datadir)/@PACKAGE@
30679 -pkglibdir = $(libdir)/@PACKAGE@
30680 pkgincludedir = $(includedir)/@PACKAGE@
30681 -top_builddir = ../../..
30682 -
30683 -ACLOCAL = @ACLOCAL@
30684 -AUTOCONF = @AUTOCONF@
30685 -AUTOMAKE = @AUTOMAKE@
30686 -AUTOHEADER = @AUTOHEADER@
30687 -
30688 +pkglibdir = $(libdir)/@PACKAGE@
30689 +pkglibexecdir = $(libexecdir)/@PACKAGE@
30690 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30691 -INSTALL = @INSTALL@
30692 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
30693 -INSTALL_DATA = @INSTALL_DATA@
30694 install_sh_DATA = $(install_sh) -c -m 644
30695 install_sh_PROGRAM = $(install_sh) -c
30696 install_sh_SCRIPT = $(install_sh) -c
30697 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
30698 INSTALL_HEADER = $(INSTALL_DATA)
30699 -transform = @program_transform_name@
30700 +transform = $(program_transform_name)
30701 NORMAL_INSTALL = :
30702 PRE_INSTALL = :
30703 POST_INSTALL = :
30704 NORMAL_UNINSTALL = :
30705 PRE_UNINSTALL = :
30706 POST_UNINSTALL = :
30707 -host_alias = @host_alias@
30708 +build_triplet = @build@
30709 host_triplet = @host@
30710 -
30711 -EXEEXT = @EXEEXT@
30712 -OBJEXT = @OBJEXT@
30713 -PATH_SEPARATOR = @PATH_SEPARATOR@
30714 +noinst_PROGRAMS = udpclient$(EXEEXT) udpserver$(EXEEXT)
30715 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
30716 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
30717 + $(srcdir)/Makefile.in
30718 +subdir = gsoap/samples/udp
30719 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
30720 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
30721 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
30722 + $(ACLOCAL_M4)
30723 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
30724 +CONFIG_HEADER = $(top_builddir)/config.h
30725 +CONFIG_CLEAN_FILES =
30726 +CONFIG_CLEAN_VPATH_FILES =
30727 +PROGRAMS = $(noinst_PROGRAMS)
30728 +am__objects_1 =
30729 +am__objects_2 = soapC.$(OBJEXT)
30730 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
30731 +am_udpclient_OBJECTS = udpclient.$(OBJEXT) $(am__objects_1) \
30732 + $(am__objects_3)
30733 +udpclient_OBJECTS = $(am_udpclient_OBJECTS)
30734 +udpclient_LDADD = $(LDADD)
30735 +am__DEPENDENCIES_1 =
30736 +udpclient_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
30737 +am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
30738 +am_udpserver_OBJECTS = udpserver.$(OBJEXT) $(am__objects_1) \
30739 + $(am__objects_4)
30740 +udpserver_OBJECTS = $(am_udpserver_OBJECTS)
30741 +udpserver_LDADD = $(LDADD)
30742 +udpserver_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
30743 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
30744 +depcomp = $(SHELL) $(top_srcdir)/depcomp
30745 +am__depfiles_maybe = depfiles
30746 +am__mv = mv -f
30747 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
30748 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
30749 +CCLD = $(CC)
30750 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
30751 +SOURCES = $(udpclient_SOURCES) $(udpserver_SOURCES)
30752 +DIST_SOURCES = $(udpclient_SOURCES) $(udpserver_SOURCES)
30753 +ETAGS = etags
30754 +CTAGS = ctags
30755 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
30756 +ACLOCAL = @ACLOCAL@
30757 AMTAR = @AMTAR@
30758 +AUTOCONF = @AUTOCONF@
30759 +AUTOHEADER = @AUTOHEADER@
30760 +AUTOMAKE = @AUTOMAKE@
30761 AWK = @AWK@
30762 BISON_DEFINE = @BISON_DEFINE@
30763 CC = @CC@
30764 +CCDEPMODE = @CCDEPMODE@
30765 +CFLAGS = @CFLAGS@
30766 CPP = @CPP@
30767 +CPPFLAGS = @CPPFLAGS@
30768 CXX = @CXX@
30769 +CXXDEPMODE = @CXXDEPMODE@
30770 +CXXFLAGS = @CXXFLAGS@
30771 +CYGPATH_W = @CYGPATH_W@
30772 +DEFS = @DEFS@
30773 DEPDIR = @DEPDIR@
30774 +ECHO_C = @ECHO_C@
30775 +ECHO_N = @ECHO_N@
30776 +ECHO_T = @ECHO_T@
30777 +EGREP = @EGREP@
30778 ENABLE_SAMPLES = @ENABLE_SAMPLES@
30779 +EXEEXT = @EXEEXT@
30780 +GREP = @GREP@
30781 +INSTALL = @INSTALL@
30782 +INSTALL_DATA = @INSTALL_DATA@
30783 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
30784 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
30785 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
30786 +LDFLAGS = @LDFLAGS@
30787 LEX = @LEX@
30788 LEXLIB = @LEXLIB@
30789 LEX_DEFINE = @LEX_DEFINE@
30790 LEX_FLAGS = @LEX_FLAGS@
30791 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
30792 +LIBOBJS = @LIBOBJS@
30793 +LIBS = @LIBS@
30794 LN_S = @LN_S@
30795 +LTLIBOBJS = @LTLIBOBJS@
30796 +MAKEINFO = @MAKEINFO@
30797 +MKDIR_P = @MKDIR_P@
30798 +OBJEXT = @OBJEXT@
30799 PACKAGE = @PACKAGE@
30800 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
30801 +PACKAGE_NAME = @PACKAGE_NAME@
30802 +PACKAGE_STRING = @PACKAGE_STRING@
30803 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
30804 +PACKAGE_VERSION = @PACKAGE_VERSION@
30805 +PATH_SEPARATOR = @PATH_SEPARATOR@
30806 RANLIB = @RANLIB@
30807 SAMPLE_DIRS = @SAMPLE_DIRS@
30808 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
30809 +SET_MAKE = @SET_MAKE@
30810 +SHELL = @SHELL@
30811 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
30812 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
30813 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
30814 @@ -95,118 +142,136 @@
30815 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
30816 YACC = @YACC@
30817 YACC_LIB = @YACC_LIB@
30818 +YFLAGS = @YFLAGS@
30819 +abs_builddir = @abs_builddir@
30820 +abs_srcdir = @abs_srcdir@
30821 +abs_top_builddir = @abs_top_builddir@
30822 +abs_top_srcdir = @abs_top_srcdir@
30823 +ac_ct_CC = @ac_ct_CC@
30824 +ac_ct_CXX = @ac_ct_CXX@
30825 am__include = @am__include@
30826 +am__leading_dot = @am__leading_dot@
30827 am__quote = @am__quote@
30828 +am__tar = @am__tar@
30829 +am__untar = @am__untar@
30830 +bindir = @bindir@
30831 +build = @build@
30832 +build_alias = @build_alias@
30833 +build_cpu = @build_cpu@
30834 +build_os = @build_os@
30835 +build_vendor = @build_vendor@
30836 +builddir = @builddir@
30837 +datadir = @datadir@
30838 +datarootdir = @datarootdir@
30839 +docdir = @docdir@
30840 +dvidir = @dvidir@
30841 +exec_prefix = @exec_prefix@
30842 +host = @host@
30843 +host_alias = @host_alias@
30844 +host_cpu = @host_cpu@
30845 +host_os = @host_os@
30846 +host_vendor = @host_vendor@
30847 +htmldir = @htmldir@
30848 +includedir = @includedir@
30849 +infodir = @infodir@
30850 install_sh = @install_sh@
30851 +libdir = @libdir@
30852 +libexecdir = @libexecdir@
30853 +localedir = @localedir@
30854 +localstatedir = @localstatedir@
30855 +mandir = @mandir@
30856 +mkdir_p = @mkdir_p@
30857 +oldincludedir = @oldincludedir@
30858 +pdfdir = @pdfdir@
30859 platform = @platform@
30860 +prefix = @prefix@
30861 +program_transform_name = @program_transform_name@
30862 +psdir = @psdir@
30863 +sbindir = @sbindir@
30864 +sharedstatedir = @sharedstatedir@
30865 +srcdir = @srcdir@
30866 +sysconfdir = @sysconfdir@
30867 +target_alias = @target_alias@
30868 +top_build_prefix = @top_build_prefix@
30869 +top_builddir = @top_builddir@
30870 +top_srcdir = @top_srcdir@
30871
30872 ####### This is the input file for automake, which will generate Makefile.in ##########
30873 AUTOMAKE_OPTIONS = foreign 1.4
30874 -
30875 -noinst_PROGRAMS = udpclient udpserver
30876 SOAPHEADER = udp.h
30877 -
30878 AM_CFLAGS = -D$(platform)
30879 AM_CXXFLAGS = -D$(platform)
30880 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
30881 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
30882 -
30883 SOAP_NS_DEF = ns.nsmap ns.wsdl
30884 -
30885 SOAP_H_FILES = soapH.h soapStub.h
30886 -
30887 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
30888 -
30889 SOAP_C_CORE = soapC.c
30890 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
30891 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
30892 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
30893 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
30894 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
30895 -
30896 SOAP_CPP_CORE = soapC.cpp
30897 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
30898 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
30899 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
30900 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
30901 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
30902 -
30903 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
30904 -
30905 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
30906 BUILT_SOURCES = $(SOAP_C_SRC)
30907 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
30908 -
30909 SOAP_NS = udp.nsmap
30910 -
30911 udpclient_SOURCES = udpclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
30912 -
30913 udpserver_SOURCES = udpserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
30914 -subdir = gsoap/samples/udp
30915 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
30916 -CONFIG_HEADER = $(top_builddir)/config.h
30917 -CONFIG_CLEAN_FILES =
30918 -noinst_PROGRAMS = udpclient$(EXEEXT) udpserver$(EXEEXT)
30919 -PROGRAMS = $(noinst_PROGRAMS)
30920 -
30921 -am__objects_1 =
30922 -am__objects_2 = soapC.$(OBJEXT)
30923 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
30924 -am_udpclient_OBJECTS = udpclient.$(OBJEXT) $(am__objects_1) \
30925 - $(am__objects_3)
30926 -udpclient_OBJECTS = $(am_udpclient_OBJECTS)
30927 -udpclient_LDADD = $(LDADD)
30928 -udpclient_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
30929 -udpclient_LDFLAGS =
30930 -am__objects_4 = soapServer.$(OBJEXT) $(am__objects_2)
30931 -am_udpserver_OBJECTS = udpserver.$(OBJEXT) $(am__objects_1) \
30932 - $(am__objects_4)
30933 -udpserver_OBJECTS = $(am_udpserver_OBJECTS)
30934 -udpserver_LDADD = $(LDADD)
30935 -udpserver_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
30936 -udpserver_LDFLAGS =
30937 -
30938 -DEFS = @DEFS@
30939 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
30940 -CPPFLAGS = @CPPFLAGS@
30941 -LDFLAGS = @LDFLAGS@
30942 -LIBS = @LIBS@
30943 -depcomp = $(SHELL) $(top_srcdir)/depcomp
30944 -am__depfiles_maybe = depfiles
30945 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapClient.Po \
30946 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po ./$(DEPDIR)/udpclient.Po \
30947 -@AMDEP_TRUE@ ./$(DEPDIR)/udpserver.Po
30948 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
30949 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
30950 -CCLD = $(CC)
30951 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
30952 -CFLAGS = @CFLAGS@
30953 -DIST_SOURCES = $(udpclient_SOURCES) $(udpserver_SOURCES)
30954 -DIST_COMMON = Makefile.am Makefile.in
30955 -SOURCES = $(udpclient_SOURCES) $(udpserver_SOURCES)
30956 -
30957 all: $(BUILT_SOURCES)
30958 $(MAKE) $(AM_MAKEFLAGS) all-am
30959
30960 .SUFFIXES:
30961 .SUFFIXES: .c .o .obj
30962 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
30963 - cd $(top_srcdir) && \
30964 - $(AUTOMAKE) --foreign gsoap/samples/udp/Makefile
30965 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
30966 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
30967 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
30968 + @for dep in $?; do \
30969 + case '$(am__configure_deps)' in \
30970 + *$$dep*) \
30971 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
30972 + && { if test -f $@; then exit 0; else break; fi; }; \
30973 + exit 1;; \
30974 + esac; \
30975 + done; \
30976 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/udp/Makefile'; \
30977 + $(am__cd) $(top_srcdir) && \
30978 + $(AUTOMAKE) --foreign gsoap/samples/udp/Makefile
30979 +.PRECIOUS: Makefile
30980 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
30981 + @case '$?' in \
30982 + *config.status*) \
30983 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
30984 + *) \
30985 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
30986 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
30987 + esac;
30988 +
30989 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
30990 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30991 +
30992 +$(top_srcdir)/configure: $(am__configure_deps)
30993 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30994 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
30995 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
30996 +$(am__aclocal_m4_deps):
30997
30998 clean-noinstPROGRAMS:
30999 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
31000 udpclient$(EXEEXT): $(udpclient_OBJECTS) $(udpclient_DEPENDENCIES)
31001 @rm -f udpclient$(EXEEXT)
31002 - $(LINK) $(udpclient_LDFLAGS) $(udpclient_OBJECTS) $(udpclient_LDADD) $(LIBS)
31003 + $(LINK) $(udpclient_OBJECTS) $(udpclient_LDADD) $(LIBS)
31004 udpserver$(EXEEXT): $(udpserver_OBJECTS) $(udpserver_DEPENDENCIES)
31005 @rm -f udpserver$(EXEEXT)
31006 - $(LINK) $(udpserver_LDFLAGS) $(udpserver_OBJECTS) $(udpserver_LDADD) $(LIBS)
31007 + $(LINK) $(udpserver_OBJECTS) $(udpserver_LDADD) $(LIBS)
31008
31009 mostlyclean-compile:
31010 - -rm -f *.$(OBJEXT) core *.core
31011 + -rm -f *.$(OBJEXT)
31012
31013 distclean-compile:
31014 -rm -f *.tab.c
31015 @@ -217,91 +282,109 @@
31016 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udpclient.Po@am__quote@
31017 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udpserver.Po@am__quote@
31018
31019 -distclean-depend:
31020 - -rm -rf ./$(DEPDIR)
31021 -
31022 .c.o:
31023 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31024 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
31025 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31026 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
31027 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
31028 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
31029 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31030 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31031 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
31032
31033 .c.obj:
31034 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31035 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
31036 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31037 - $(COMPILE) -c `cygpath -w $<`
31038 -CCDEPMODE = @CCDEPMODE@
31039 -uninstall-info-am:
31040 -
31041 -ETAGS = etags
31042 -ETAGSFLAGS =
31043 -
31044 -tags: TAGS
31045 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
31046 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
31047 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31048 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31049 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
31050
31051 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
31052 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31053 unique=`for i in $$list; do \
31054 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31055 done | \
31056 - $(AWK) ' { files[$$0] = 1; } \
31057 - END { for (i in files) print i; }'`; \
31058 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31059 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31060 mkid -fID $$unique
31061 +tags: TAGS
31062
31063 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
31064 $(TAGS_FILES) $(LISP)
31065 - tags=; \
31066 + set x; \
31067 here=`pwd`; \
31068 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31069 unique=`for i in $$list; do \
31070 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31071 done | \
31072 - $(AWK) ' { files[$$0] = 1; } \
31073 - END { for (i in files) print i; }'`; \
31074 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
31075 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31076 - $$tags $$unique
31077 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31078 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31079 + shift; \
31080 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
31081 + test -n "$$unique" || unique=$$empty_fix; \
31082 + if test $$# -gt 0; then \
31083 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31084 + "$$@" $$unique; \
31085 + else \
31086 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31087 + $$unique; \
31088 + fi; \
31089 + fi
31090 +ctags: CTAGS
31091 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
31092 + $(TAGS_FILES) $(LISP)
31093 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31094 + unique=`for i in $$list; do \
31095 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31096 + done | \
31097 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31098 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31099 + test -z "$(CTAGS_ARGS)$$unique" \
31100 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
31101 + $$unique
31102
31103 GTAGS:
31104 here=`$(am__cd) $(top_builddir) && pwd` \
31105 - && cd $(top_srcdir) \
31106 - && gtags -i $(GTAGS_ARGS) $$here
31107 + && $(am__cd) $(top_srcdir) \
31108 + && gtags -i $(GTAGS_ARGS) "$$here"
31109
31110 distclean-tags:
31111 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
31112 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
31113 -
31114 -top_distdir = ../../..
31115 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
31116 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
31117
31118 distdir: $(DISTFILES)
31119 - @list='$(DISTFILES)'; for file in $$list; do \
31120 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
31121 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
31122 + list='$(DISTFILES)'; \
31123 + dist_files=`for file in $$list; do echo $$file; done | \
31124 + sed -e "s|^$$srcdirstrip/||;t" \
31125 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
31126 + case $$dist_files in \
31127 + */*) $(MKDIR_P) `echo "$$dist_files" | \
31128 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
31129 + sort -u` ;; \
31130 + esac; \
31131 + for file in $$dist_files; do \
31132 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
31133 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
31134 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
31135 - dir="/$$dir"; \
31136 - $(mkinstalldirs) "$(distdir)$$dir"; \
31137 - else \
31138 - dir=''; \
31139 - fi; \
31140 if test -d $$d/$$file; then \
31141 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
31142 + if test -d "$(distdir)/$$file"; then \
31143 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
31144 + fi; \
31145 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
31146 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
31147 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
31148 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
31149 fi; \
31150 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
31151 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
31152 else \
31153 - test -f $(distdir)/$$file \
31154 - || cp -p $$d/$$file $(distdir)/$$file \
31155 + test -f "$(distdir)/$$file" \
31156 + || cp -p $$d/$$file "$(distdir)/$$file" \
31157 || exit 1; \
31158 fi; \
31159 done
31160 check-am: all-am
31161 -check: check-am
31162 +check: $(BUILT_SOURCES)
31163 + $(MAKE) $(AM_MAKEFLAGS) check-am
31164 all-am: Makefile $(PROGRAMS)
31165 -
31166 installdirs:
31167 -
31168 -install: install-am
31169 +install: $(BUILT_SOURCES)
31170 + $(MAKE) $(AM_MAKEFLAGS) install-am
31171 install-exec: install-exec-am
31172 install-data: install-data-am
31173 uninstall: uninstall-am
31174 @@ -312,7 +395,7 @@
31175 installcheck: installcheck-am
31176 install-strip:
31177 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
31178 - INSTALL_STRIP_FLAG=-s \
31179 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
31180 `test -z '$(STRIP)' || \
31181 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
31182 mostlyclean-generic:
31183 @@ -321,7 +404,8 @@
31184 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
31185
31186 distclean-generic:
31187 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
31188 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
31189 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
31190
31191 maintainer-clean-generic:
31192 @echo "This command is intended for maintainers to use"
31193 @@ -332,52 +416,89 @@
31194 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
31195
31196 distclean: distclean-am
31197 -
31198 -distclean-am: clean-am distclean-compile distclean-depend \
31199 - distclean-generic distclean-tags
31200 + -rm -rf ./$(DEPDIR)
31201 + -rm -f Makefile
31202 +distclean-am: clean-am distclean-compile distclean-generic \
31203 + distclean-tags
31204
31205 dvi: dvi-am
31206
31207 dvi-am:
31208
31209 +html: html-am
31210 +
31211 +html-am:
31212 +
31213 info: info-am
31214
31215 info-am:
31216
31217 install-data-am:
31218
31219 +install-dvi: install-dvi-am
31220 +
31221 +install-dvi-am:
31222 +
31223 install-exec-am:
31224
31225 +install-html: install-html-am
31226 +
31227 +install-html-am:
31228 +
31229 install-info: install-info-am
31230
31231 +install-info-am:
31232 +
31233 install-man:
31234
31235 +install-pdf: install-pdf-am
31236 +
31237 +install-pdf-am:
31238 +
31239 +install-ps: install-ps-am
31240 +
31241 +install-ps-am:
31242 +
31243 installcheck-am:
31244
31245 maintainer-clean: maintainer-clean-am
31246 -
31247 + -rm -rf ./$(DEPDIR)
31248 + -rm -f Makefile
31249 maintainer-clean-am: distclean-am maintainer-clean-generic
31250
31251 mostlyclean: mostlyclean-am
31252
31253 mostlyclean-am: mostlyclean-compile mostlyclean-generic
31254
31255 -uninstall-am: uninstall-info-am
31256 +pdf: pdf-am
31257 +
31258 +pdf-am:
31259
31260 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
31261 - clean-noinstPROGRAMS distclean distclean-compile \
31262 - distclean-depend distclean-generic distclean-tags distdir dvi \
31263 - dvi-am info info-am install install-am install-data \
31264 - install-data-am install-exec install-exec-am install-info \
31265 - install-info-am install-man install-strip installcheck \
31266 +ps: ps-am
31267 +
31268 +ps-am:
31269 +
31270 +uninstall-am:
31271 +
31272 +.MAKE: all check install install-am install-strip
31273 +
31274 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
31275 + clean-noinstPROGRAMS ctags distclean distclean-compile \
31276 + distclean-generic distclean-tags distdir dvi dvi-am html \
31277 + html-am info info-am install install-am install-data \
31278 + install-data-am install-dvi install-dvi-am install-exec \
31279 + install-exec-am install-html install-html-am install-info \
31280 + install-info-am install-man install-pdf install-pdf-am \
31281 + install-ps install-ps-am install-strip installcheck \
31282 installcheck-am installdirs maintainer-clean \
31283 maintainer-clean-generic mostlyclean mostlyclean-compile \
31284 - mostlyclean-generic tags uninstall uninstall-am \
31285 - uninstall-info-am
31286 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
31287 + uninstall-am
31288
31289
31290 $(SOAP_C_SRC) : $(SOAPHEADER)
31291 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
31292 +
31293 # Tell versions [3.59,3.63) of GNU make to not export all variables.
31294 # Otherwise a system limit (for SysV at least) may be exceeded.
31295 .NOEXPORT:
31296 diff -urN b/gsoap/samples/varparam/Makefile.in d/gsoap/samples/varparam/Makefile.in
31297 --- b/gsoap/samples/varparam/Makefile.in 2009-11-07 21:07:13.000000000 +0100
31298 +++ d/gsoap/samples/varparam/Makefile.in 2010-01-22 21:45:25.000000000 +0100
31299 @@ -1,8 +1,9 @@
31300 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
31301 +# Makefile.in generated by automake 1.11 from Makefile.am.
31302 # @configure_input@
31303
31304 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
31305 -# Free Software Foundation, Inc.
31306 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
31307 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
31308 +# Inc.
31309 # This Makefile.in is free software; the Free Software Foundation
31310 # gives unlimited permission to copy and/or distribute it,
31311 # with or without modifications, as long as this notice is preserved.
31312 @@ -13,77 +14,122 @@
31313 # PARTICULAR PURPOSE.
31314
31315 @SET_MAKE@
31316 -SHELL = @SHELL@
31317
31318 -srcdir = @srcdir@
31319 -top_srcdir = @top_srcdir@
31320 VPATH = @srcdir@
31321 -prefix = @prefix@
31322 -exec_prefix = @exec_prefix@
31323 -
31324 -bindir = @bindir@
31325 -sbindir = @sbindir@
31326 -libexecdir = @libexecdir@
31327 -datadir = @datadir@
31328 -sysconfdir = @sysconfdir@
31329 -sharedstatedir = @sharedstatedir@
31330 -localstatedir = @localstatedir@
31331 -libdir = @libdir@
31332 -infodir = @infodir@
31333 -mandir = @mandir@
31334 -includedir = @includedir@
31335 -oldincludedir = /usr/include
31336 pkgdatadir = $(datadir)/@PACKAGE@
31337 -pkglibdir = $(libdir)/@PACKAGE@
31338 pkgincludedir = $(includedir)/@PACKAGE@
31339 -top_builddir = ../../..
31340 -
31341 -ACLOCAL = @ACLOCAL@
31342 -AUTOCONF = @AUTOCONF@
31343 -AUTOMAKE = @AUTOMAKE@
31344 -AUTOHEADER = @AUTOHEADER@
31345 -
31346 +pkglibdir = $(libdir)/@PACKAGE@
31347 +pkglibexecdir = $(libexecdir)/@PACKAGE@
31348 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31349 -INSTALL = @INSTALL@
31350 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
31351 -INSTALL_DATA = @INSTALL_DATA@
31352 install_sh_DATA = $(install_sh) -c -m 644
31353 install_sh_PROGRAM = $(install_sh) -c
31354 install_sh_SCRIPT = $(install_sh) -c
31355 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
31356 INSTALL_HEADER = $(INSTALL_DATA)
31357 -transform = @program_transform_name@
31358 +transform = $(program_transform_name)
31359 NORMAL_INSTALL = :
31360 PRE_INSTALL = :
31361 POST_INSTALL = :
31362 NORMAL_UNINSTALL = :
31363 PRE_UNINSTALL = :
31364 POST_UNINSTALL = :
31365 -host_alias = @host_alias@
31366 +build_triplet = @build@
31367 host_triplet = @host@
31368 -
31369 -EXEEXT = @EXEEXT@
31370 -OBJEXT = @OBJEXT@
31371 -PATH_SEPARATOR = @PATH_SEPARATOR@
31372 +noinst_PROGRAMS = varparam$(EXEEXT)
31373 +DIST_COMMON = $(srcdir)/../Makefile.cpp_rules \
31374 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
31375 + $(srcdir)/Makefile.in
31376 +subdir = gsoap/samples/varparam
31377 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
31378 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
31379 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
31380 + $(ACLOCAL_M4)
31381 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
31382 +CONFIG_HEADER = $(top_builddir)/config.h
31383 +CONFIG_CLEAN_FILES =
31384 +CONFIG_CLEAN_VPATH_FILES =
31385 +PROGRAMS = $(noinst_PROGRAMS)
31386 +am__objects_1 =
31387 +am__objects_2 = soapC.$(OBJEXT)
31388 +am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
31389 +am_varparam_OBJECTS = varparam.$(OBJEXT) $(am__objects_1) \
31390 + $(am__objects_3) soapServer.$(OBJEXT)
31391 +varparam_OBJECTS = $(am_varparam_OBJECTS)
31392 +varparam_LDADD = $(LDADD)
31393 +am__DEPENDENCIES_1 =
31394 +varparam_DEPENDENCIES = $(SOAP_CPP_LIB) $(am__DEPENDENCIES_1)
31395 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
31396 +depcomp = $(SHELL) $(top_srcdir)/depcomp
31397 +am__depfiles_maybe = depfiles
31398 +am__mv = mv -f
31399 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
31400 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
31401 +CXXLD = $(CXX)
31402 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
31403 + -o $@
31404 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
31405 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
31406 +CCLD = $(CC)
31407 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
31408 +SOURCES = $(varparam_SOURCES)
31409 +DIST_SOURCES = $(varparam_SOURCES)
31410 +ETAGS = etags
31411 +CTAGS = ctags
31412 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
31413 +ACLOCAL = @ACLOCAL@
31414 AMTAR = @AMTAR@
31415 +AUTOCONF = @AUTOCONF@
31416 +AUTOHEADER = @AUTOHEADER@
31417 +AUTOMAKE = @AUTOMAKE@
31418 AWK = @AWK@
31419 BISON_DEFINE = @BISON_DEFINE@
31420 CC = @CC@
31421 +CCDEPMODE = @CCDEPMODE@
31422 +CFLAGS = @CFLAGS@
31423 CPP = @CPP@
31424 +CPPFLAGS = @CPPFLAGS@
31425 CXX = @CXX@
31426 +CXXDEPMODE = @CXXDEPMODE@
31427 +CXXFLAGS = @CXXFLAGS@
31428 +CYGPATH_W = @CYGPATH_W@
31429 +DEFS = @DEFS@
31430 DEPDIR = @DEPDIR@
31431 +ECHO_C = @ECHO_C@
31432 +ECHO_N = @ECHO_N@
31433 +ECHO_T = @ECHO_T@
31434 +EGREP = @EGREP@
31435 ENABLE_SAMPLES = @ENABLE_SAMPLES@
31436 +EXEEXT = @EXEEXT@
31437 +GREP = @GREP@
31438 +INSTALL = @INSTALL@
31439 +INSTALL_DATA = @INSTALL_DATA@
31440 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
31441 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
31442 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
31443 +LDFLAGS = @LDFLAGS@
31444 LEX = @LEX@
31445 LEXLIB = @LEXLIB@
31446 LEX_DEFINE = @LEX_DEFINE@
31447 LEX_FLAGS = @LEX_FLAGS@
31448 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
31449 +LIBOBJS = @LIBOBJS@
31450 +LIBS = @LIBS@
31451 LN_S = @LN_S@
31452 +LTLIBOBJS = @LTLIBOBJS@
31453 +MAKEINFO = @MAKEINFO@
31454 +MKDIR_P = @MKDIR_P@
31455 +OBJEXT = @OBJEXT@
31456 PACKAGE = @PACKAGE@
31457 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
31458 +PACKAGE_NAME = @PACKAGE_NAME@
31459 +PACKAGE_STRING = @PACKAGE_STRING@
31460 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
31461 +PACKAGE_VERSION = @PACKAGE_VERSION@
31462 +PATH_SEPARATOR = @PATH_SEPARATOR@
31463 RANLIB = @RANLIB@
31464 SAMPLE_DIRS = @SAMPLE_DIRS@
31465 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
31466 +SET_MAKE = @SET_MAKE@
31467 +SHELL = @SHELL@
31468 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
31469 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
31470 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
31471 @@ -95,111 +141,132 @@
31472 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
31473 YACC = @YACC@
31474 YACC_LIB = @YACC_LIB@
31475 +YFLAGS = @YFLAGS@
31476 +abs_builddir = @abs_builddir@
31477 +abs_srcdir = @abs_srcdir@
31478 +abs_top_builddir = @abs_top_builddir@
31479 +abs_top_srcdir = @abs_top_srcdir@
31480 +ac_ct_CC = @ac_ct_CC@
31481 +ac_ct_CXX = @ac_ct_CXX@
31482 am__include = @am__include@
31483 +am__leading_dot = @am__leading_dot@
31484 am__quote = @am__quote@
31485 +am__tar = @am__tar@
31486 +am__untar = @am__untar@
31487 +bindir = @bindir@
31488 +build = @build@
31489 +build_alias = @build_alias@
31490 +build_cpu = @build_cpu@
31491 +build_os = @build_os@
31492 +build_vendor = @build_vendor@
31493 +builddir = @builddir@
31494 +datadir = @datadir@
31495 +datarootdir = @datarootdir@
31496 +docdir = @docdir@
31497 +dvidir = @dvidir@
31498 +exec_prefix = @exec_prefix@
31499 +host = @host@
31500 +host_alias = @host_alias@
31501 +host_cpu = @host_cpu@
31502 +host_os = @host_os@
31503 +host_vendor = @host_vendor@
31504 +htmldir = @htmldir@
31505 +includedir = @includedir@
31506 +infodir = @infodir@
31507 install_sh = @install_sh@
31508 +libdir = @libdir@
31509 +libexecdir = @libexecdir@
31510 +localedir = @localedir@
31511 +localstatedir = @localstatedir@
31512 +mandir = @mandir@
31513 +mkdir_p = @mkdir_p@
31514 +oldincludedir = @oldincludedir@
31515 +pdfdir = @pdfdir@
31516 platform = @platform@
31517 +prefix = @prefix@
31518 +program_transform_name = @program_transform_name@
31519 +psdir = @psdir@
31520 +sbindir = @sbindir@
31521 +sharedstatedir = @sharedstatedir@
31522 +srcdir = @srcdir@
31523 +sysconfdir = @sysconfdir@
31524 +target_alias = @target_alias@
31525 +top_build_prefix = @top_build_prefix@
31526 +top_builddir = @top_builddir@
31527 +top_srcdir = @top_srcdir@
31528
31529 ####### This is the input file for automake, which will generate Makefile.in ##########
31530 AUTOMAKE_OPTIONS = foreign 1.4
31531 -
31532 -noinst_PROGRAMS = varparam
31533 SOAPHEADER = varparam.h
31534 -
31535 AM_CFLAGS = -D$(platform)
31536 AM_CXXFLAGS = -D$(platform)
31537 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
31538 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
31539 -
31540 SOAP_NS_DEF = ns.nsmap ns.wsdl
31541 -
31542 SOAP_H_FILES = soapH.h soapStub.h
31543 -
31544 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
31545 -
31546 SOAP_C_CORE = soapC.c
31547 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
31548 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
31549 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
31550 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
31551 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
31552 -
31553 SOAP_CPP_CORE = soapC.cpp
31554 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
31555 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
31556 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
31557 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
31558 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
31559 -
31560 SOAP_CPP_SRC = $(SOAP_CPP_CLIENT) soapServer.cpp $(SOAP_H_FILES) $(SOAP_NS)
31561 -
31562 LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
31563 BUILT_SOURCES = $(SOAP_CPP_SRC)
31564 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
31565 -
31566 SOAP_NS = varparam.nsmap varparam.wsdl
31567 -
31568 varparam_SOURCES = varparam.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT) soapServer.cpp
31569 -subdir = gsoap/samples/varparam
31570 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
31571 -CONFIG_HEADER = $(top_builddir)/config.h
31572 -CONFIG_CLEAN_FILES =
31573 -noinst_PROGRAMS = varparam$(EXEEXT)
31574 -PROGRAMS = $(noinst_PROGRAMS)
31575 -
31576 -am__objects_1 =
31577 -am__objects_2 = soapC.$(OBJEXT)
31578 -am__objects_3 = soapClient.$(OBJEXT) $(am__objects_2)
31579 -am_varparam_OBJECTS = varparam.$(OBJEXT) $(am__objects_1) \
31580 - $(am__objects_3) soapServer.$(OBJEXT)
31581 -varparam_OBJECTS = $(am_varparam_OBJECTS)
31582 -varparam_LDADD = $(LDADD)
31583 -varparam_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap++.a
31584 -varparam_LDFLAGS =
31585 -
31586 -DEFS = @DEFS@
31587 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
31588 -CPPFLAGS = @CPPFLAGS@
31589 -LDFLAGS = @LDFLAGS@
31590 -LIBS = @LIBS@
31591 -depcomp = $(SHELL) $(top_srcdir)/depcomp
31592 -am__depfiles_maybe = depfiles
31593 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/soapC.Po ./$(DEPDIR)/soapClient.Po \
31594 -@AMDEP_TRUE@ ./$(DEPDIR)/soapServer.Po ./$(DEPDIR)/varparam.Po
31595 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
31596 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
31597 -CXXLD = $(CXX)
31598 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
31599 - -o $@
31600 -CXXFLAGS = @CXXFLAGS@
31601 -CFLAGS = @CFLAGS@
31602 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
31603 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
31604 -CCLD = $(CC)
31605 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
31606 -DIST_SOURCES = $(varparam_SOURCES)
31607 -DIST_COMMON = Makefile.am Makefile.in
31608 -SOURCES = $(varparam_SOURCES)
31609 -
31610 all: $(BUILT_SOURCES)
31611 $(MAKE) $(AM_MAKEFLAGS) all-am
31612
31613 .SUFFIXES:
31614 .SUFFIXES: .cpp .o .obj
31615 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
31616 - cd $(top_srcdir) && \
31617 - $(AUTOMAKE) --foreign gsoap/samples/varparam/Makefile
31618 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
31619 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
31620 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.cpp_rules $(am__configure_deps)
31621 + @for dep in $?; do \
31622 + case '$(am__configure_deps)' in \
31623 + *$$dep*) \
31624 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
31625 + && { if test -f $@; then exit 0; else break; fi; }; \
31626 + exit 1;; \
31627 + esac; \
31628 + done; \
31629 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/varparam/Makefile'; \
31630 + $(am__cd) $(top_srcdir) && \
31631 + $(AUTOMAKE) --foreign gsoap/samples/varparam/Makefile
31632 +.PRECIOUS: Makefile
31633 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
31634 + @case '$?' in \
31635 + *config.status*) \
31636 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
31637 + *) \
31638 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
31639 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
31640 + esac;
31641 +
31642 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
31643 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
31644 +
31645 +$(top_srcdir)/configure: $(am__configure_deps)
31646 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
31647 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
31648 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
31649 +$(am__aclocal_m4_deps):
31650
31651 clean-noinstPROGRAMS:
31652 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
31653 varparam$(EXEEXT): $(varparam_OBJECTS) $(varparam_DEPENDENCIES)
31654 @rm -f varparam$(EXEEXT)
31655 - $(CXXLINK) $(varparam_LDFLAGS) $(varparam_OBJECTS) $(varparam_LDADD) $(LIBS)
31656 + $(CXXLINK) $(varparam_OBJECTS) $(varparam_LDADD) $(LIBS)
31657
31658 mostlyclean-compile:
31659 - -rm -f *.$(OBJEXT) core *.core
31660 + -rm -f *.$(OBJEXT)
31661
31662 distclean-compile:
31663 -rm -f *.tab.c
31664 @@ -209,91 +276,109 @@
31665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapServer.Po@am__quote@
31666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/varparam.Po@am__quote@
31667
31668 -distclean-depend:
31669 - -rm -rf ./$(DEPDIR)
31670 -
31671 .cpp.o:
31672 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31673 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
31674 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31675 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
31676 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
31677 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
31678 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31679 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31680 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
31681
31682 .cpp.obj:
31683 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31684 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
31685 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31686 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
31687 -CXXDEPMODE = @CXXDEPMODE@
31688 -uninstall-info-am:
31689 -
31690 -ETAGS = etags
31691 -ETAGSFLAGS =
31692 -
31693 -tags: TAGS
31694 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
31695 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
31696 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
31697 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
31698 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
31699
31700 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
31701 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31702 unique=`for i in $$list; do \
31703 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31704 done | \
31705 - $(AWK) ' { files[$$0] = 1; } \
31706 - END { for (i in files) print i; }'`; \
31707 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31708 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31709 mkid -fID $$unique
31710 +tags: TAGS
31711
31712 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
31713 $(TAGS_FILES) $(LISP)
31714 - tags=; \
31715 + set x; \
31716 here=`pwd`; \
31717 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31718 unique=`for i in $$list; do \
31719 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31720 done | \
31721 - $(AWK) ' { files[$$0] = 1; } \
31722 - END { for (i in files) print i; }'`; \
31723 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
31724 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31725 - $$tags $$unique
31726 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31727 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31728 + shift; \
31729 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
31730 + test -n "$$unique" || unique=$$empty_fix; \
31731 + if test $$# -gt 0; then \
31732 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31733 + "$$@" $$unique; \
31734 + else \
31735 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
31736 + $$unique; \
31737 + fi; \
31738 + fi
31739 +ctags: CTAGS
31740 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
31741 + $(TAGS_FILES) $(LISP)
31742 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
31743 + unique=`for i in $$list; do \
31744 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
31745 + done | \
31746 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
31747 + END { if (nonempty) { for (i in files) print i; }; }'`; \
31748 + test -z "$(CTAGS_ARGS)$$unique" \
31749 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
31750 + $$unique
31751
31752 GTAGS:
31753 here=`$(am__cd) $(top_builddir) && pwd` \
31754 - && cd $(top_srcdir) \
31755 - && gtags -i $(GTAGS_ARGS) $$here
31756 + && $(am__cd) $(top_srcdir) \
31757 + && gtags -i $(GTAGS_ARGS) "$$here"
31758
31759 distclean-tags:
31760 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
31761 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
31762 -
31763 -top_distdir = ../../..
31764 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
31765 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
31766
31767 distdir: $(DISTFILES)
31768 - @list='$(DISTFILES)'; for file in $$list; do \
31769 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
31770 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
31771 + list='$(DISTFILES)'; \
31772 + dist_files=`for file in $$list; do echo $$file; done | \
31773 + sed -e "s|^$$srcdirstrip/||;t" \
31774 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
31775 + case $$dist_files in \
31776 + */*) $(MKDIR_P) `echo "$$dist_files" | \
31777 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
31778 + sort -u` ;; \
31779 + esac; \
31780 + for file in $$dist_files; do \
31781 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
31782 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
31783 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
31784 - dir="/$$dir"; \
31785 - $(mkinstalldirs) "$(distdir)$$dir"; \
31786 - else \
31787 - dir=''; \
31788 - fi; \
31789 if test -d $$d/$$file; then \
31790 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
31791 + if test -d "$(distdir)/$$file"; then \
31792 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
31793 + fi; \
31794 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
31795 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
31796 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
31797 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
31798 fi; \
31799 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
31800 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
31801 else \
31802 - test -f $(distdir)/$$file \
31803 - || cp -p $$d/$$file $(distdir)/$$file \
31804 + test -f "$(distdir)/$$file" \
31805 + || cp -p $$d/$$file "$(distdir)/$$file" \
31806 || exit 1; \
31807 fi; \
31808 done
31809 check-am: all-am
31810 -check: check-am
31811 +check: $(BUILT_SOURCES)
31812 + $(MAKE) $(AM_MAKEFLAGS) check-am
31813 all-am: Makefile $(PROGRAMS)
31814 -
31815 installdirs:
31816 -
31817 -install: install-am
31818 +install: $(BUILT_SOURCES)
31819 + $(MAKE) $(AM_MAKEFLAGS) install-am
31820 install-exec: install-exec-am
31821 install-data: install-data-am
31822 uninstall: uninstall-am
31823 @@ -304,7 +389,7 @@
31824 installcheck: installcheck-am
31825 install-strip:
31826 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
31827 - INSTALL_STRIP_FLAG=-s \
31828 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
31829 `test -z '$(STRIP)' || \
31830 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
31831 mostlyclean-generic:
31832 @@ -313,7 +398,8 @@
31833 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
31834
31835 distclean-generic:
31836 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
31837 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
31838 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
31839
31840 maintainer-clean-generic:
31841 @echo "This command is intended for maintainers to use"
31842 @@ -324,52 +410,89 @@
31843 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
31844
31845 distclean: distclean-am
31846 -
31847 -distclean-am: clean-am distclean-compile distclean-depend \
31848 - distclean-generic distclean-tags
31849 + -rm -rf ./$(DEPDIR)
31850 + -rm -f Makefile
31851 +distclean-am: clean-am distclean-compile distclean-generic \
31852 + distclean-tags
31853
31854 dvi: dvi-am
31855
31856 dvi-am:
31857
31858 +html: html-am
31859 +
31860 +html-am:
31861 +
31862 info: info-am
31863
31864 info-am:
31865
31866 install-data-am:
31867
31868 +install-dvi: install-dvi-am
31869 +
31870 +install-dvi-am:
31871 +
31872 install-exec-am:
31873
31874 +install-html: install-html-am
31875 +
31876 +install-html-am:
31877 +
31878 install-info: install-info-am
31879
31880 +install-info-am:
31881 +
31882 install-man:
31883
31884 +install-pdf: install-pdf-am
31885 +
31886 +install-pdf-am:
31887 +
31888 +install-ps: install-ps-am
31889 +
31890 +install-ps-am:
31891 +
31892 installcheck-am:
31893
31894 maintainer-clean: maintainer-clean-am
31895 -
31896 + -rm -rf ./$(DEPDIR)
31897 + -rm -f Makefile
31898 maintainer-clean-am: distclean-am maintainer-clean-generic
31899
31900 mostlyclean: mostlyclean-am
31901
31902 mostlyclean-am: mostlyclean-compile mostlyclean-generic
31903
31904 -uninstall-am: uninstall-info-am
31905 +pdf: pdf-am
31906 +
31907 +pdf-am:
31908
31909 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
31910 - clean-noinstPROGRAMS distclean distclean-compile \
31911 - distclean-depend distclean-generic distclean-tags distdir dvi \
31912 - dvi-am info info-am install install-am install-data \
31913 - install-data-am install-exec install-exec-am install-info \
31914 - install-info-am install-man install-strip installcheck \
31915 +ps: ps-am
31916 +
31917 +ps-am:
31918 +
31919 +uninstall-am:
31920 +
31921 +.MAKE: all check install install-am install-strip
31922 +
31923 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
31924 + clean-noinstPROGRAMS ctags distclean distclean-compile \
31925 + distclean-generic distclean-tags distdir dvi dvi-am html \
31926 + html-am info info-am install install-am install-data \
31927 + install-data-am install-dvi install-dvi-am install-exec \
31928 + install-exec-am install-html install-html-am install-info \
31929 + install-info-am install-man install-pdf install-pdf-am \
31930 + install-ps install-ps-am install-strip installcheck \
31931 installcheck-am installdirs maintainer-clean \
31932 maintainer-clean-generic mostlyclean mostlyclean-compile \
31933 - mostlyclean-generic tags uninstall uninstall-am \
31934 - uninstall-info-am
31935 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
31936 + uninstall-am
31937
31938
31939 $(SOAP_CPP_SRC) : $(SOAPHEADER)
31940 $(SOAP) -L $(SOAP_FLAGS) $(SOAPHEADER)
31941 +
31942 # Tell versions [3.59,3.63) of GNU make to not export all variables.
31943 # Otherwise a system limit (for SysV at least) may be exceeded.
31944 .NOEXPORT:
31945 diff -urN b/gsoap/samples/wsa/Makefile.in d/gsoap/samples/wsa/Makefile.in
31946 --- b/gsoap/samples/wsa/Makefile.in 2009-11-07 21:07:12.000000000 +0100
31947 +++ d/gsoap/samples/wsa/Makefile.in 2010-01-22 21:45:25.000000000 +0100
31948 @@ -1,8 +1,9 @@
31949 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
31950 +# Makefile.in generated by automake 1.11 from Makefile.am.
31951 # @configure_input@
31952
31953 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
31954 -# Free Software Foundation, Inc.
31955 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
31956 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
31957 +# Inc.
31958 # This Makefile.in is free software; the Free Software Foundation
31959 # gives unlimited permission to copy and/or distribute it,
31960 # with or without modifications, as long as this notice is preserved.
31961 @@ -13,77 +14,120 @@
31962 # PARTICULAR PURPOSE.
31963
31964 @SET_MAKE@
31965 -SHELL = @SHELL@
31966
31967 -srcdir = @srcdir@
31968 -top_srcdir = @top_srcdir@
31969 VPATH = @srcdir@
31970 -prefix = @prefix@
31971 -exec_prefix = @exec_prefix@
31972 -
31973 -bindir = @bindir@
31974 -sbindir = @sbindir@
31975 -libexecdir = @libexecdir@
31976 -datadir = @datadir@
31977 -sysconfdir = @sysconfdir@
31978 -sharedstatedir = @sharedstatedir@
31979 -localstatedir = @localstatedir@
31980 -libdir = @libdir@
31981 -infodir = @infodir@
31982 -mandir = @mandir@
31983 -includedir = @includedir@
31984 -oldincludedir = /usr/include
31985 pkgdatadir = $(datadir)/@PACKAGE@
31986 -pkglibdir = $(libdir)/@PACKAGE@
31987 pkgincludedir = $(includedir)/@PACKAGE@
31988 -top_builddir = ../../..
31989 -
31990 -ACLOCAL = @ACLOCAL@
31991 -AUTOCONF = @AUTOCONF@
31992 -AUTOMAKE = @AUTOMAKE@
31993 -AUTOHEADER = @AUTOHEADER@
31994 -
31995 +pkglibdir = $(libdir)/@PACKAGE@
31996 +pkglibexecdir = $(libexecdir)/@PACKAGE@
31997 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31998 -INSTALL = @INSTALL@
31999 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
32000 -INSTALL_DATA = @INSTALL_DATA@
32001 install_sh_DATA = $(install_sh) -c -m 644
32002 install_sh_PROGRAM = $(install_sh) -c
32003 install_sh_SCRIPT = $(install_sh) -c
32004 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
32005 INSTALL_HEADER = $(INSTALL_DATA)
32006 -transform = @program_transform_name@
32007 +transform = $(program_transform_name)
32008 NORMAL_INSTALL = :
32009 PRE_INSTALL = :
32010 POST_INSTALL = :
32011 NORMAL_UNINSTALL = :
32012 PRE_UNINSTALL = :
32013 POST_UNINSTALL = :
32014 -host_alias = @host_alias@
32015 +build_triplet = @build@
32016 host_triplet = @host@
32017 -
32018 -EXEEXT = @EXEEXT@
32019 -OBJEXT = @OBJEXT@
32020 -PATH_SEPARATOR = @PATH_SEPARATOR@
32021 +noinst_PROGRAMS = wsademo$(EXEEXT)
32022 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
32023 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
32024 + $(srcdir)/Makefile.in
32025 +subdir = gsoap/samples/wsa
32026 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
32027 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
32028 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
32029 + $(ACLOCAL_M4)
32030 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
32031 +CONFIG_HEADER = $(top_builddir)/config.h
32032 +CONFIG_CLEAN_FILES =
32033 +CONFIG_CLEAN_VPATH_FILES =
32034 +PROGRAMS = $(noinst_PROGRAMS)
32035 +am__objects_1 =
32036 +am__objects_2 = wsademo-soapC.$(OBJEXT)
32037 +am__objects_3 = wsademo-soapClient.$(OBJEXT) $(am__objects_2)
32038 +am__objects_4 = $(am__objects_3) wsademo-soapServer.$(OBJEXT) \
32039 + $(am__objects_1) $(am__objects_1)
32040 +am_wsademo_OBJECTS = wsademo-wsademo.$(OBJEXT) $(am__objects_1) \
32041 + $(am__objects_4) wsademo-wsaapi.$(OBJEXT)
32042 +wsademo_OBJECTS = $(am_wsademo_OBJECTS)
32043 +am__DEPENDENCIES_1 =
32044 +wsademo_DEPENDENCIES = $(SOAP_C_LIB_SSL) $(am__DEPENDENCIES_1)
32045 +wsademo_LINK = $(CCLD) $(wsademo_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
32046 + $(LDFLAGS) -o $@
32047 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
32048 +depcomp = $(SHELL) $(top_srcdir)/depcomp
32049 +am__depfiles_maybe = depfiles
32050 +am__mv = mv -f
32051 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
32052 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
32053 +CCLD = $(CC)
32054 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
32055 +SOURCES = $(wsademo_SOURCES)
32056 +DIST_SOURCES = $(wsademo_SOURCES)
32057 +ETAGS = etags
32058 +CTAGS = ctags
32059 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
32060 +ACLOCAL = @ACLOCAL@
32061 AMTAR = @AMTAR@
32062 +AUTOCONF = @AUTOCONF@
32063 +AUTOHEADER = @AUTOHEADER@
32064 +AUTOMAKE = @AUTOMAKE@
32065 AWK = @AWK@
32066 BISON_DEFINE = @BISON_DEFINE@
32067 CC = @CC@
32068 +CCDEPMODE = @CCDEPMODE@
32069 +CFLAGS = @CFLAGS@
32070 CPP = @CPP@
32071 +CPPFLAGS = @CPPFLAGS@
32072 CXX = @CXX@
32073 +CXXDEPMODE = @CXXDEPMODE@
32074 +CXXFLAGS = @CXXFLAGS@
32075 +CYGPATH_W = @CYGPATH_W@
32076 +DEFS = @DEFS@
32077 DEPDIR = @DEPDIR@
32078 +ECHO_C = @ECHO_C@
32079 +ECHO_N = @ECHO_N@
32080 +ECHO_T = @ECHO_T@
32081 +EGREP = @EGREP@
32082 ENABLE_SAMPLES = @ENABLE_SAMPLES@
32083 +EXEEXT = @EXEEXT@
32084 +GREP = @GREP@
32085 +INSTALL = @INSTALL@
32086 +INSTALL_DATA = @INSTALL_DATA@
32087 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
32088 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
32089 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
32090 +LDFLAGS = @LDFLAGS@
32091 LEX = @LEX@
32092 LEXLIB = @LEXLIB@
32093 LEX_DEFINE = @LEX_DEFINE@
32094 LEX_FLAGS = @LEX_FLAGS@
32095 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
32096 +LIBOBJS = @LIBOBJS@
32097 +LIBS = @LIBS@
32098 LN_S = @LN_S@
32099 +LTLIBOBJS = @LTLIBOBJS@
32100 +MAKEINFO = @MAKEINFO@
32101 +MKDIR_P = @MKDIR_P@
32102 +OBJEXT = @OBJEXT@
32103 PACKAGE = @PACKAGE@
32104 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
32105 +PACKAGE_NAME = @PACKAGE_NAME@
32106 +PACKAGE_STRING = @PACKAGE_STRING@
32107 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
32108 +PACKAGE_VERSION = @PACKAGE_VERSION@
32109 +PATH_SEPARATOR = @PATH_SEPARATOR@
32110 RANLIB = @RANLIB@
32111 SAMPLE_DIRS = @SAMPLE_DIRS@
32112 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
32113 +SET_MAKE = @SET_MAKE@
32114 +SHELL = @SHELL@
32115 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
32116 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
32117 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
32118 @@ -95,116 +139,134 @@
32119 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
32120 YACC = @YACC@
32121 YACC_LIB = @YACC_LIB@
32122 +YFLAGS = @YFLAGS@
32123 +abs_builddir = @abs_builddir@
32124 +abs_srcdir = @abs_srcdir@
32125 +abs_top_builddir = @abs_top_builddir@
32126 +abs_top_srcdir = @abs_top_srcdir@
32127 +ac_ct_CC = @ac_ct_CC@
32128 +ac_ct_CXX = @ac_ct_CXX@
32129 am__include = @am__include@
32130 +am__leading_dot = @am__leading_dot@
32131 am__quote = @am__quote@
32132 +am__tar = @am__tar@
32133 +am__untar = @am__untar@
32134 +bindir = @bindir@
32135 +build = @build@
32136 +build_alias = @build_alias@
32137 +build_cpu = @build_cpu@
32138 +build_os = @build_os@
32139 +build_vendor = @build_vendor@
32140 +builddir = @builddir@
32141 +datadir = @datadir@
32142 +datarootdir = @datarootdir@
32143 +docdir = @docdir@
32144 +dvidir = @dvidir@
32145 +exec_prefix = @exec_prefix@
32146 +host = @host@
32147 +host_alias = @host_alias@
32148 +host_cpu = @host_cpu@
32149 +host_os = @host_os@
32150 +host_vendor = @host_vendor@
32151 +htmldir = @htmldir@
32152 +includedir = @includedir@
32153 +infodir = @infodir@
32154 install_sh = @install_sh@
32155 +libdir = @libdir@
32156 +libexecdir = @libexecdir@
32157 +localedir = @localedir@
32158 +localstatedir = @localstatedir@
32159 +mandir = @mandir@
32160 +mkdir_p = @mkdir_p@
32161 +oldincludedir = @oldincludedir@
32162 +pdfdir = @pdfdir@
32163 platform = @platform@
32164 +prefix = @prefix@
32165 +program_transform_name = @program_transform_name@
32166 +psdir = @psdir@
32167 +sbindir = @sbindir@
32168 +sharedstatedir = @sharedstatedir@
32169 +srcdir = @srcdir@
32170 +sysconfdir = @sysconfdir@
32171 +target_alias = @target_alias@
32172 +top_build_prefix = @top_build_prefix@
32173 +top_builddir = @top_builddir@
32174 +top_srcdir = @top_srcdir@
32175
32176 ####### This is the input file for automake, which will generate Makefile.in ##########
32177 AUTOMAKE_OPTIONS = foreign 1.4
32178 -
32179 -noinst_PROGRAMS = wsademo
32180 SOAPHEADER = wsademo.h
32181 -
32182 AM_CFLAGS = -D$(platform)
32183 AM_CXXFLAGS = -D$(platform)
32184 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
32185 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
32186 -
32187 SOAP_NS_DEF = ns.nsmap ns.wsdl
32188 -
32189 SOAP_H_FILES = soapH.h soapStub.h
32190 -
32191 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
32192 -
32193 SOAP_C_CORE = soapC.c
32194 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
32195 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
32196 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
32197 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
32198 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
32199 -
32200 SOAP_CPP_CORE = soapC.cpp
32201 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
32202 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
32203 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
32204 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
32205 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
32206 -
32207 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
32208 -
32209 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
32210 BUILT_SOURCES = $(SOAP_C_SRC)
32211 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
32212 -
32213 SOAP_NS = wsademo.nsmap wsademo.wsdl
32214 -
32215 wsademo_CFLAGS = -DWITH_OPENSSL -DWITH_GZIP
32216 wsademo_SOURCES = wsademo.c $(SOAPHEADER) $(SOAP_C_SRC) ../../plugin/wsaapi.c
32217 wsademo_LDADD = $(SOAP_C_LIB_SSL) $(SAMPLE_EXTRA_LIBS) -lssl -lcrypto -lz
32218 -subdir = gsoap/samples/wsa
32219 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
32220 -CONFIG_HEADER = $(top_builddir)/config.h
32221 -CONFIG_CLEAN_FILES =
32222 -noinst_PROGRAMS = wsademo$(EXEEXT)
32223 -PROGRAMS = $(noinst_PROGRAMS)
32224 -
32225 -am__objects_1 =
32226 -am__objects_2 = wsademo-soapC.$(OBJEXT)
32227 -am__objects_3 = wsademo-soapClient.$(OBJEXT) $(am__objects_2)
32228 -am__objects_4 = $(am__objects_3) wsademo-soapServer.$(OBJEXT) \
32229 - $(am__objects_1) $(am__objects_1)
32230 -am_wsademo_OBJECTS = wsademo-wsademo.$(OBJEXT) $(am__objects_1) \
32231 - $(am__objects_4) wsademo-wsaapi.$(OBJEXT)
32232 -wsademo_OBJECTS = $(am_wsademo_OBJECTS)
32233 -wsademo_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapssl.a
32234 -wsademo_LDFLAGS =
32235 -
32236 -DEFS = @DEFS@
32237 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
32238 -CPPFLAGS = @CPPFLAGS@
32239 -LDFLAGS = @LDFLAGS@
32240 -LIBS = @LIBS@
32241 -depcomp = $(SHELL) $(top_srcdir)/depcomp
32242 -am__depfiles_maybe = depfiles
32243 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/wsademo-soapC.Po \
32244 -@AMDEP_TRUE@ ./$(DEPDIR)/wsademo-soapClient.Po \
32245 -@AMDEP_TRUE@ ./$(DEPDIR)/wsademo-soapServer.Po \
32246 -@AMDEP_TRUE@ ./$(DEPDIR)/wsademo-wsaapi.Po \
32247 -@AMDEP_TRUE@ ./$(DEPDIR)/wsademo-wsademo.Po
32248 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
32249 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
32250 -CCLD = $(CC)
32251 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
32252 -CFLAGS = @CFLAGS@
32253 -DIST_SOURCES = $(wsademo_SOURCES)
32254 -DIST_COMMON = Makefile.am Makefile.in
32255 -SOURCES = $(wsademo_SOURCES)
32256 -
32257 all: $(BUILT_SOURCES)
32258 $(MAKE) $(AM_MAKEFLAGS) all-am
32259
32260 .SUFFIXES:
32261 .SUFFIXES: .c .o .obj
32262 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
32263 - cd $(top_srcdir) && \
32264 - $(AUTOMAKE) --foreign gsoap/samples/wsa/Makefile
32265 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
32266 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
32267 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
32268 + @for dep in $?; do \
32269 + case '$(am__configure_deps)' in \
32270 + *$$dep*) \
32271 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
32272 + && { if test -f $@; then exit 0; else break; fi; }; \
32273 + exit 1;; \
32274 + esac; \
32275 + done; \
32276 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/wsa/Makefile'; \
32277 + $(am__cd) $(top_srcdir) && \
32278 + $(AUTOMAKE) --foreign gsoap/samples/wsa/Makefile
32279 +.PRECIOUS: Makefile
32280 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
32281 + @case '$?' in \
32282 + *config.status*) \
32283 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
32284 + *) \
32285 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
32286 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
32287 + esac;
32288 +
32289 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
32290 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
32291 +
32292 +$(top_srcdir)/configure: $(am__configure_deps)
32293 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
32294 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
32295 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
32296 +$(am__aclocal_m4_deps):
32297
32298 clean-noinstPROGRAMS:
32299 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
32300 -wsademo-wsademo.$(OBJEXT): wsademo.c
32301 -wsademo-soapClient.$(OBJEXT): soapClient.c
32302 -wsademo-soapC.$(OBJEXT): soapC.c
32303 -wsademo-soapServer.$(OBJEXT): soapServer.c
32304 -wsademo-wsaapi.$(OBJEXT): ../../plugin/wsaapi.c
32305 wsademo$(EXEEXT): $(wsademo_OBJECTS) $(wsademo_DEPENDENCIES)
32306 @rm -f wsademo$(EXEEXT)
32307 - $(LINK) $(wsademo_LDFLAGS) $(wsademo_OBJECTS) $(wsademo_LDADD) $(LIBS)
32308 + $(wsademo_LINK) $(wsademo_OBJECTS) $(wsademo_LDADD) $(LIBS)
32309
32310 mostlyclean-compile:
32311 - -rm -f *.$(OBJEXT) core *.core
32312 + -rm -f *.$(OBJEXT)
32313
32314 distclean-compile:
32315 -rm -f *.tab.c
32316 @@ -215,151 +277,179 @@
32317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wsademo-wsaapi.Po@am__quote@
32318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wsademo-wsademo.Po@am__quote@
32319
32320 -distclean-depend:
32321 - -rm -rf ./$(DEPDIR)
32322 -
32323 .c.o:
32324 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32325 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
32326 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32327 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
32328 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
32329 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
32330 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32331 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32332 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
32333
32334 .c.obj:
32335 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32336 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
32337 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32338 - $(COMPILE) -c `cygpath -w $<`
32339 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
32340 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
32341 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
32342 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32343 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
32344
32345 wsademo-wsademo.o: wsademo.c
32346 -@AMDEP_TRUE@ source='wsademo.c' object='wsademo-wsademo.o' libtool=no @AMDEPBACKSLASH@
32347 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-wsademo.Po' tmpdepfile='$(DEPDIR)/wsademo-wsademo.TPo' @AMDEPBACKSLASH@
32348 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32349 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsademo.o `test -f 'wsademo.c' || echo '$(srcdir)/'`wsademo.c
32350 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-wsademo.o -MD -MP -MF $(DEPDIR)/wsademo-wsademo.Tpo -c -o wsademo-wsademo.o `test -f 'wsademo.c' || echo '$(srcdir)/'`wsademo.c
32351 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-wsademo.Tpo $(DEPDIR)/wsademo-wsademo.Po
32352 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wsademo.c' object='wsademo-wsademo.o' libtool=no @AMDEPBACKSLASH@
32353 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32354 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsademo.o `test -f 'wsademo.c' || echo '$(srcdir)/'`wsademo.c
32355
32356 wsademo-wsademo.obj: wsademo.c
32357 -@AMDEP_TRUE@ source='wsademo.c' object='wsademo-wsademo.obj' libtool=no @AMDEPBACKSLASH@
32358 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-wsademo.Po' tmpdepfile='$(DEPDIR)/wsademo-wsademo.TPo' @AMDEPBACKSLASH@
32359 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32360 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsademo.obj `cygpath -w wsademo.c`
32361 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-wsademo.obj -MD -MP -MF $(DEPDIR)/wsademo-wsademo.Tpo -c -o wsademo-wsademo.obj `if test -f 'wsademo.c'; then $(CYGPATH_W) 'wsademo.c'; else $(CYGPATH_W) '$(srcdir)/wsademo.c'; fi`
32362 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-wsademo.Tpo $(DEPDIR)/wsademo-wsademo.Po
32363 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wsademo.c' object='wsademo-wsademo.obj' libtool=no @AMDEPBACKSLASH@
32364 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32365 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsademo.obj `if test -f 'wsademo.c'; then $(CYGPATH_W) 'wsademo.c'; else $(CYGPATH_W) '$(srcdir)/wsademo.c'; fi`
32366
32367 wsademo-soapClient.o: soapClient.c
32368 -@AMDEP_TRUE@ source='soapClient.c' object='wsademo-soapClient.o' libtool=no @AMDEPBACKSLASH@
32369 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapClient.Po' tmpdepfile='$(DEPDIR)/wsademo-soapClient.TPo' @AMDEPBACKSLASH@
32370 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32371 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
32372 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapClient.o -MD -MP -MF $(DEPDIR)/wsademo-soapClient.Tpo -c -o wsademo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
32373 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapClient.Tpo $(DEPDIR)/wsademo-soapClient.Po
32374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='wsademo-soapClient.o' libtool=no @AMDEPBACKSLASH@
32375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32376 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
32377
32378 wsademo-soapClient.obj: soapClient.c
32379 -@AMDEP_TRUE@ source='soapClient.c' object='wsademo-soapClient.obj' libtool=no @AMDEPBACKSLASH@
32380 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapClient.Po' tmpdepfile='$(DEPDIR)/wsademo-soapClient.TPo' @AMDEPBACKSLASH@
32381 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32382 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapClient.obj `cygpath -w soapClient.c`
32383 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapClient.obj -MD -MP -MF $(DEPDIR)/wsademo-soapClient.Tpo -c -o wsademo-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
32384 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapClient.Tpo $(DEPDIR)/wsademo-soapClient.Po
32385 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='wsademo-soapClient.obj' libtool=no @AMDEPBACKSLASH@
32386 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32387 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
32388
32389 wsademo-soapC.o: soapC.c
32390 -@AMDEP_TRUE@ source='soapC.c' object='wsademo-soapC.o' libtool=no @AMDEPBACKSLASH@
32391 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapC.Po' tmpdepfile='$(DEPDIR)/wsademo-soapC.TPo' @AMDEPBACKSLASH@
32392 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32393 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
32394 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapC.o -MD -MP -MF $(DEPDIR)/wsademo-soapC.Tpo -c -o wsademo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
32395 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapC.Tpo $(DEPDIR)/wsademo-soapC.Po
32396 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='wsademo-soapC.o' libtool=no @AMDEPBACKSLASH@
32397 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32398 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
32399
32400 wsademo-soapC.obj: soapC.c
32401 -@AMDEP_TRUE@ source='soapC.c' object='wsademo-soapC.obj' libtool=no @AMDEPBACKSLASH@
32402 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapC.Po' tmpdepfile='$(DEPDIR)/wsademo-soapC.TPo' @AMDEPBACKSLASH@
32403 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32404 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapC.obj `cygpath -w soapC.c`
32405 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapC.obj -MD -MP -MF $(DEPDIR)/wsademo-soapC.Tpo -c -o wsademo-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
32406 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapC.Tpo $(DEPDIR)/wsademo-soapC.Po
32407 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='wsademo-soapC.obj' libtool=no @AMDEPBACKSLASH@
32408 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32409 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
32410
32411 wsademo-soapServer.o: soapServer.c
32412 -@AMDEP_TRUE@ source='soapServer.c' object='wsademo-soapServer.o' libtool=no @AMDEPBACKSLASH@
32413 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapServer.Po' tmpdepfile='$(DEPDIR)/wsademo-soapServer.TPo' @AMDEPBACKSLASH@
32414 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32415 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
32416 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapServer.o -MD -MP -MF $(DEPDIR)/wsademo-soapServer.Tpo -c -o wsademo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
32417 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapServer.Tpo $(DEPDIR)/wsademo-soapServer.Po
32418 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='wsademo-soapServer.o' libtool=no @AMDEPBACKSLASH@
32419 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32420 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
32421
32422 wsademo-soapServer.obj: soapServer.c
32423 -@AMDEP_TRUE@ source='soapServer.c' object='wsademo-soapServer.obj' libtool=no @AMDEPBACKSLASH@
32424 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-soapServer.Po' tmpdepfile='$(DEPDIR)/wsademo-soapServer.TPo' @AMDEPBACKSLASH@
32425 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32426 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapServer.obj `cygpath -w soapServer.c`
32427 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-soapServer.obj -MD -MP -MF $(DEPDIR)/wsademo-soapServer.Tpo -c -o wsademo-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
32428 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-soapServer.Tpo $(DEPDIR)/wsademo-soapServer.Po
32429 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='wsademo-soapServer.obj' libtool=no @AMDEPBACKSLASH@
32430 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32431 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
32432
32433 wsademo-wsaapi.o: ../../plugin/wsaapi.c
32434 -@AMDEP_TRUE@ source='../../plugin/wsaapi.c' object='wsademo-wsaapi.o' libtool=no @AMDEPBACKSLASH@
32435 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-wsaapi.Po' tmpdepfile='$(DEPDIR)/wsademo-wsaapi.TPo' @AMDEPBACKSLASH@
32436 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32437 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsaapi.o `test -f '../../plugin/wsaapi.c' || echo '$(srcdir)/'`../../plugin/wsaapi.c
32438 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-wsaapi.o -MD -MP -MF $(DEPDIR)/wsademo-wsaapi.Tpo -c -o wsademo-wsaapi.o `test -f '../../plugin/wsaapi.c' || echo '$(srcdir)/'`../../plugin/wsaapi.c
32439 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-wsaapi.Tpo $(DEPDIR)/wsademo-wsaapi.Po
32440 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/wsaapi.c' object='wsademo-wsaapi.o' libtool=no @AMDEPBACKSLASH@
32441 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32442 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsaapi.o `test -f '../../plugin/wsaapi.c' || echo '$(srcdir)/'`../../plugin/wsaapi.c
32443
32444 wsademo-wsaapi.obj: ../../plugin/wsaapi.c
32445 -@AMDEP_TRUE@ source='../../plugin/wsaapi.c' object='wsademo-wsaapi.obj' libtool=no @AMDEPBACKSLASH@
32446 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsademo-wsaapi.Po' tmpdepfile='$(DEPDIR)/wsademo-wsaapi.TPo' @AMDEPBACKSLASH@
32447 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32448 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsaapi.obj `cygpath -w ../../plugin/wsaapi.c`
32449 -CCDEPMODE = @CCDEPMODE@
32450 -uninstall-info-am:
32451 -
32452 -ETAGS = etags
32453 -ETAGSFLAGS =
32454 -
32455 -tags: TAGS
32456 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -MT wsademo-wsaapi.obj -MD -MP -MF $(DEPDIR)/wsademo-wsaapi.Tpo -c -o wsademo-wsaapi.obj `if test -f '../../plugin/wsaapi.c'; then $(CYGPATH_W) '../../plugin/wsaapi.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/wsaapi.c'; fi`
32457 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wsademo-wsaapi.Tpo $(DEPDIR)/wsademo-wsaapi.Po
32458 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/wsaapi.c' object='wsademo-wsaapi.obj' libtool=no @AMDEPBACKSLASH@
32459 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
32460 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsademo_CFLAGS) $(CFLAGS) -c -o wsademo-wsaapi.obj `if test -f '../../plugin/wsaapi.c'; then $(CYGPATH_W) '../../plugin/wsaapi.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/wsaapi.c'; fi`
32461
32462 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
32463 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
32464 unique=`for i in $$list; do \
32465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
32466 done | \
32467 - $(AWK) ' { files[$$0] = 1; } \
32468 - END { for (i in files) print i; }'`; \
32469 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
32470 + END { if (nonempty) { for (i in files) print i; }; }'`; \
32471 mkid -fID $$unique
32472 +tags: TAGS
32473
32474 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
32475 $(TAGS_FILES) $(LISP)
32476 - tags=; \
32477 + set x; \
32478 here=`pwd`; \
32479 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
32480 unique=`for i in $$list; do \
32481 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
32482 done | \
32483 - $(AWK) ' { files[$$0] = 1; } \
32484 - END { for (i in files) print i; }'`; \
32485 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
32486 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
32487 - $$tags $$unique
32488 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
32489 + END { if (nonempty) { for (i in files) print i; }; }'`; \
32490 + shift; \
32491 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
32492 + test -n "$$unique" || unique=$$empty_fix; \
32493 + if test $$# -gt 0; then \
32494 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
32495 + "$$@" $$unique; \
32496 + else \
32497 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
32498 + $$unique; \
32499 + fi; \
32500 + fi
32501 +ctags: CTAGS
32502 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
32503 + $(TAGS_FILES) $(LISP)
32504 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
32505 + unique=`for i in $$list; do \
32506 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
32507 + done | \
32508 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
32509 + END { if (nonempty) { for (i in files) print i; }; }'`; \
32510 + test -z "$(CTAGS_ARGS)$$unique" \
32511 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
32512 + $$unique
32513
32514 GTAGS:
32515 here=`$(am__cd) $(top_builddir) && pwd` \
32516 - && cd $(top_srcdir) \
32517 - && gtags -i $(GTAGS_ARGS) $$here
32518 + && $(am__cd) $(top_srcdir) \
32519 + && gtags -i $(GTAGS_ARGS) "$$here"
32520
32521 distclean-tags:
32522 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
32523 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
32524 -
32525 -top_distdir = ../../..
32526 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
32527 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
32528
32529 distdir: $(DISTFILES)
32530 - @list='$(DISTFILES)'; for file in $$list; do \
32531 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
32532 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
32533 + list='$(DISTFILES)'; \
32534 + dist_files=`for file in $$list; do echo $$file; done | \
32535 + sed -e "s|^$$srcdirstrip/||;t" \
32536 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
32537 + case $$dist_files in \
32538 + */*) $(MKDIR_P) `echo "$$dist_files" | \
32539 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
32540 + sort -u` ;; \
32541 + esac; \
32542 + for file in $$dist_files; do \
32543 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
32544 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
32545 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
32546 - dir="/$$dir"; \
32547 - $(mkinstalldirs) "$(distdir)$$dir"; \
32548 - else \
32549 - dir=''; \
32550 - fi; \
32551 if test -d $$d/$$file; then \
32552 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
32553 + if test -d "$(distdir)/$$file"; then \
32554 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
32555 + fi; \
32556 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
32557 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
32558 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
32559 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
32560 fi; \
32561 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
32562 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
32563 else \
32564 - test -f $(distdir)/$$file \
32565 - || cp -p $$d/$$file $(distdir)/$$file \
32566 + test -f "$(distdir)/$$file" \
32567 + || cp -p $$d/$$file "$(distdir)/$$file" \
32568 || exit 1; \
32569 fi; \
32570 done
32571 check-am: all-am
32572 -check: check-am
32573 +check: $(BUILT_SOURCES)
32574 + $(MAKE) $(AM_MAKEFLAGS) check-am
32575 all-am: Makefile $(PROGRAMS)
32576 -
32577 installdirs:
32578 -
32579 -install: install-am
32580 +install: $(BUILT_SOURCES)
32581 + $(MAKE) $(AM_MAKEFLAGS) install-am
32582 install-exec: install-exec-am
32583 install-data: install-data-am
32584 uninstall: uninstall-am
32585 @@ -370,7 +460,7 @@
32586 installcheck: installcheck-am
32587 install-strip:
32588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
32589 - INSTALL_STRIP_FLAG=-s \
32590 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
32591 `test -z '$(STRIP)' || \
32592 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
32593 mostlyclean-generic:
32594 @@ -379,7 +469,8 @@
32595 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
32596
32597 distclean-generic:
32598 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
32599 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
32600 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
32601
32602 maintainer-clean-generic:
32603 @echo "This command is intended for maintainers to use"
32604 @@ -390,52 +481,89 @@
32605 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
32606
32607 distclean: distclean-am
32608 -
32609 -distclean-am: clean-am distclean-compile distclean-depend \
32610 - distclean-generic distclean-tags
32611 + -rm -rf ./$(DEPDIR)
32612 + -rm -f Makefile
32613 +distclean-am: clean-am distclean-compile distclean-generic \
32614 + distclean-tags
32615
32616 dvi: dvi-am
32617
32618 dvi-am:
32619
32620 +html: html-am
32621 +
32622 +html-am:
32623 +
32624 info: info-am
32625
32626 info-am:
32627
32628 install-data-am:
32629
32630 +install-dvi: install-dvi-am
32631 +
32632 +install-dvi-am:
32633 +
32634 install-exec-am:
32635
32636 +install-html: install-html-am
32637 +
32638 +install-html-am:
32639 +
32640 install-info: install-info-am
32641
32642 +install-info-am:
32643 +
32644 install-man:
32645
32646 +install-pdf: install-pdf-am
32647 +
32648 +install-pdf-am:
32649 +
32650 +install-ps: install-ps-am
32651 +
32652 +install-ps-am:
32653 +
32654 installcheck-am:
32655
32656 maintainer-clean: maintainer-clean-am
32657 -
32658 + -rm -rf ./$(DEPDIR)
32659 + -rm -f Makefile
32660 maintainer-clean-am: distclean-am maintainer-clean-generic
32661
32662 mostlyclean: mostlyclean-am
32663
32664 mostlyclean-am: mostlyclean-compile mostlyclean-generic
32665
32666 -uninstall-am: uninstall-info-am
32667 +pdf: pdf-am
32668 +
32669 +pdf-am:
32670
32671 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
32672 - clean-noinstPROGRAMS distclean distclean-compile \
32673 - distclean-depend distclean-generic distclean-tags distdir dvi \
32674 - dvi-am info info-am install install-am install-data \
32675 - install-data-am install-exec install-exec-am install-info \
32676 - install-info-am install-man install-strip installcheck \
32677 +ps: ps-am
32678 +
32679 +ps-am:
32680 +
32681 +uninstall-am:
32682 +
32683 +.MAKE: all check install install-am install-strip
32684 +
32685 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
32686 + clean-noinstPROGRAMS ctags distclean distclean-compile \
32687 + distclean-generic distclean-tags distdir dvi dvi-am html \
32688 + html-am info info-am install install-am install-data \
32689 + install-data-am install-dvi install-dvi-am install-exec \
32690 + install-exec-am install-html install-html-am install-info \
32691 + install-info-am install-man install-pdf install-pdf-am \
32692 + install-ps install-ps-am install-strip installcheck \
32693 installcheck-am installdirs maintainer-clean \
32694 maintainer-clean-generic mostlyclean mostlyclean-compile \
32695 - mostlyclean-generic tags uninstall uninstall-am \
32696 - uninstall-info-am
32697 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
32698 + uninstall-am
32699
32700
32701 $(SOAP_C_SRC) : $(SOAPHEADER)
32702 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
32703 +
32704 # Tell versions [3.59,3.63) of GNU make to not export all variables.
32705 # Otherwise a system limit (for SysV at least) may be exceeded.
32706 .NOEXPORT:
32707 diff -urN b/gsoap/samples/wsse/Makefile.in d/gsoap/samples/wsse/Makefile.in
32708 --- b/gsoap/samples/wsse/Makefile.in 2009-11-07 21:07:11.000000000 +0100
32709 +++ d/gsoap/samples/wsse/Makefile.in 2010-01-22 21:45:25.000000000 +0100
32710 @@ -1,8 +1,9 @@
32711 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
32712 +# Makefile.in generated by automake 1.11 from Makefile.am.
32713 # @configure_input@
32714
32715 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
32716 -# Free Software Foundation, Inc.
32717 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
32718 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
32719 +# Inc.
32720 # This Makefile.in is free software; the Free Software Foundation
32721 # gives unlimited permission to copy and/or distribute it,
32722 # with or without modifications, as long as this notice is preserved.
32723 @@ -13,77 +14,121 @@
32724 # PARTICULAR PURPOSE.
32725
32726 @SET_MAKE@
32727 -SHELL = @SHELL@
32728
32729 -srcdir = @srcdir@
32730 -top_srcdir = @top_srcdir@
32731 VPATH = @srcdir@
32732 -prefix = @prefix@
32733 -exec_prefix = @exec_prefix@
32734 -
32735 -bindir = @bindir@
32736 -sbindir = @sbindir@
32737 -libexecdir = @libexecdir@
32738 -datadir = @datadir@
32739 -sysconfdir = @sysconfdir@
32740 -sharedstatedir = @sharedstatedir@
32741 -localstatedir = @localstatedir@
32742 -libdir = @libdir@
32743 -infodir = @infodir@
32744 -mandir = @mandir@
32745 -includedir = @includedir@
32746 -oldincludedir = /usr/include
32747 pkgdatadir = $(datadir)/@PACKAGE@
32748 -pkglibdir = $(libdir)/@PACKAGE@
32749 pkgincludedir = $(includedir)/@PACKAGE@
32750 -top_builddir = ../../..
32751 -
32752 -ACLOCAL = @ACLOCAL@
32753 -AUTOCONF = @AUTOCONF@
32754 -AUTOMAKE = @AUTOMAKE@
32755 -AUTOHEADER = @AUTOHEADER@
32756 -
32757 +pkglibdir = $(libdir)/@PACKAGE@
32758 +pkglibexecdir = $(libexecdir)/@PACKAGE@
32759 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32760 -INSTALL = @INSTALL@
32761 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
32762 -INSTALL_DATA = @INSTALL_DATA@
32763 install_sh_DATA = $(install_sh) -c -m 644
32764 install_sh_PROGRAM = $(install_sh) -c
32765 install_sh_SCRIPT = $(install_sh) -c
32766 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
32767 INSTALL_HEADER = $(INSTALL_DATA)
32768 -transform = @program_transform_name@
32769 +transform = $(program_transform_name)
32770 NORMAL_INSTALL = :
32771 PRE_INSTALL = :
32772 POST_INSTALL = :
32773 NORMAL_UNINSTALL = :
32774 PRE_UNINSTALL = :
32775 POST_UNINSTALL = :
32776 -host_alias = @host_alias@
32777 +build_triplet = @build@
32778 host_triplet = @host@
32779 -
32780 -EXEEXT = @EXEEXT@
32781 -OBJEXT = @OBJEXT@
32782 -PATH_SEPARATOR = @PATH_SEPARATOR@
32783 +noinst_PROGRAMS = wssedemo$(EXEEXT)
32784 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
32785 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
32786 + $(srcdir)/Makefile.in
32787 +subdir = gsoap/samples/wsse
32788 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
32789 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
32790 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
32791 + $(ACLOCAL_M4)
32792 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
32793 +CONFIG_HEADER = $(top_builddir)/config.h
32794 +CONFIG_CLEAN_FILES =
32795 +CONFIG_CLEAN_VPATH_FILES =
32796 +PROGRAMS = $(noinst_PROGRAMS)
32797 +am__objects_1 =
32798 +am__objects_2 = wssedemo-soapC.$(OBJEXT)
32799 +am__objects_3 = wssedemo-soapClient.$(OBJEXT) $(am__objects_2)
32800 +am__objects_4 = $(am__objects_3) wssedemo-soapServer.$(OBJEXT) \
32801 + $(am__objects_1) $(am__objects_1)
32802 +am_wssedemo_OBJECTS = wssedemo-wssedemo.$(OBJEXT) $(am__objects_1) \
32803 + $(am__objects_4) wssedemo-dom.$(OBJEXT) \
32804 + wssedemo-wsseapi.$(OBJEXT) wssedemo-smdevp.$(OBJEXT)
32805 +wssedemo_OBJECTS = $(am_wssedemo_OBJECTS)
32806 +am__DEPENDENCIES_1 =
32807 +wssedemo_DEPENDENCIES = $(SOAP_C_LIB_SSL) $(am__DEPENDENCIES_1)
32808 +wssedemo_LINK = $(CCLD) $(wssedemo_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
32809 + $(LDFLAGS) -o $@
32810 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
32811 +depcomp = $(SHELL) $(top_srcdir)/depcomp
32812 +am__depfiles_maybe = depfiles
32813 +am__mv = mv -f
32814 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
32815 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
32816 +CCLD = $(CC)
32817 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
32818 +SOURCES = $(wssedemo_SOURCES)
32819 +DIST_SOURCES = $(wssedemo_SOURCES)
32820 +ETAGS = etags
32821 +CTAGS = ctags
32822 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
32823 +ACLOCAL = @ACLOCAL@
32824 AMTAR = @AMTAR@
32825 +AUTOCONF = @AUTOCONF@
32826 +AUTOHEADER = @AUTOHEADER@
32827 +AUTOMAKE = @AUTOMAKE@
32828 AWK = @AWK@
32829 BISON_DEFINE = @BISON_DEFINE@
32830 CC = @CC@
32831 +CCDEPMODE = @CCDEPMODE@
32832 +CFLAGS = @CFLAGS@
32833 CPP = @CPP@
32834 +CPPFLAGS = @CPPFLAGS@
32835 CXX = @CXX@
32836 +CXXDEPMODE = @CXXDEPMODE@
32837 +CXXFLAGS = @CXXFLAGS@
32838 +CYGPATH_W = @CYGPATH_W@
32839 +DEFS = @DEFS@
32840 DEPDIR = @DEPDIR@
32841 +ECHO_C = @ECHO_C@
32842 +ECHO_N = @ECHO_N@
32843 +ECHO_T = @ECHO_T@
32844 +EGREP = @EGREP@
32845 ENABLE_SAMPLES = @ENABLE_SAMPLES@
32846 +EXEEXT = @EXEEXT@
32847 +GREP = @GREP@
32848 +INSTALL = @INSTALL@
32849 +INSTALL_DATA = @INSTALL_DATA@
32850 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
32851 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
32852 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
32853 +LDFLAGS = @LDFLAGS@
32854 LEX = @LEX@
32855 LEXLIB = @LEXLIB@
32856 LEX_DEFINE = @LEX_DEFINE@
32857 LEX_FLAGS = @LEX_FLAGS@
32858 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
32859 +LIBOBJS = @LIBOBJS@
32860 +LIBS = @LIBS@
32861 LN_S = @LN_S@
32862 +LTLIBOBJS = @LTLIBOBJS@
32863 +MAKEINFO = @MAKEINFO@
32864 +MKDIR_P = @MKDIR_P@
32865 +OBJEXT = @OBJEXT@
32866 PACKAGE = @PACKAGE@
32867 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
32868 +PACKAGE_NAME = @PACKAGE_NAME@
32869 +PACKAGE_STRING = @PACKAGE_STRING@
32870 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
32871 +PACKAGE_VERSION = @PACKAGE_VERSION@
32872 +PATH_SEPARATOR = @PATH_SEPARATOR@
32873 RANLIB = @RANLIB@
32874 SAMPLE_DIRS = @SAMPLE_DIRS@
32875 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
32876 +SET_MAKE = @SET_MAKE@
32877 +SHELL = @SHELL@
32878 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
32879 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
32880 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
32881 @@ -95,121 +140,134 @@
32882 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
32883 YACC = @YACC@
32884 YACC_LIB = @YACC_LIB@
32885 +YFLAGS = @YFLAGS@
32886 +abs_builddir = @abs_builddir@
32887 +abs_srcdir = @abs_srcdir@
32888 +abs_top_builddir = @abs_top_builddir@
32889 +abs_top_srcdir = @abs_top_srcdir@
32890 +ac_ct_CC = @ac_ct_CC@
32891 +ac_ct_CXX = @ac_ct_CXX@
32892 am__include = @am__include@
32893 +am__leading_dot = @am__leading_dot@
32894 am__quote = @am__quote@
32895 +am__tar = @am__tar@
32896 +am__untar = @am__untar@
32897 +bindir = @bindir@
32898 +build = @build@
32899 +build_alias = @build_alias@
32900 +build_cpu = @build_cpu@
32901 +build_os = @build_os@
32902 +build_vendor = @build_vendor@
32903 +builddir = @builddir@
32904 +datadir = @datadir@
32905 +datarootdir = @datarootdir@
32906 +docdir = @docdir@
32907 +dvidir = @dvidir@
32908 +exec_prefix = @exec_prefix@
32909 +host = @host@
32910 +host_alias = @host_alias@
32911 +host_cpu = @host_cpu@
32912 +host_os = @host_os@
32913 +host_vendor = @host_vendor@
32914 +htmldir = @htmldir@
32915 +includedir = @includedir@
32916 +infodir = @infodir@
32917 install_sh = @install_sh@
32918 +libdir = @libdir@
32919 +libexecdir = @libexecdir@
32920 +localedir = @localedir@
32921 +localstatedir = @localstatedir@
32922 +mandir = @mandir@
32923 +mkdir_p = @mkdir_p@
32924 +oldincludedir = @oldincludedir@
32925 +pdfdir = @pdfdir@
32926 platform = @platform@
32927 +prefix = @prefix@
32928 +program_transform_name = @program_transform_name@
32929 +psdir = @psdir@
32930 +sbindir = @sbindir@
32931 +sharedstatedir = @sharedstatedir@
32932 +srcdir = @srcdir@
32933 +sysconfdir = @sysconfdir@
32934 +target_alias = @target_alias@
32935 +top_build_prefix = @top_build_prefix@
32936 +top_builddir = @top_builddir@
32937 +top_srcdir = @top_srcdir@
32938
32939 ####### This is the input file for automake, which will generate Makefile.in ##########
32940 AUTOMAKE_OPTIONS = foreign 1.4
32941 -
32942 -noinst_PROGRAMS = wssedemo
32943 SOAPHEADER = wssedemo.h
32944 -
32945 AM_CFLAGS = -D$(platform)
32946 AM_CXXFLAGS = -D$(platform)
32947 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
32948 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
32949 -
32950 SOAP_NS_DEF = ns.nsmap ns.wsdl
32951 -
32952 SOAP_H_FILES = soapH.h soapStub.h
32953 -
32954 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
32955 -
32956 SOAP_C_CORE = soapC.c
32957 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
32958 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
32959 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
32960 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
32961 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
32962 -
32963 SOAP_CPP_CORE = soapC.cpp
32964 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
32965 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
32966 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
32967 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
32968 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
32969 -
32970 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
32971 -
32972 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
32973 BUILT_SOURCES = $(SOAP_C_SRC)
32974 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
32975 -
32976 SOAP_NS = wssedemo.nsmap wssedemo.wsdl
32977 -
32978 wssedemo_CFLAGS = -DWITH_DOM -DWITH_OPENSSL -DWITH_GZIP
32979 wssedemo_SOURCES = wssedemo.c $(SOAPHEADER) $(SOAP_C_SRC) ../../dom.c ../../plugin/wsseapi.c ../../plugin/smdevp.c
32980 wssedemo_LDADD = $(SOAP_C_LIB_SSL) $(SAMPLE_EXTRA_LIBS) -lssl -lcrypto -lz
32981 -subdir = gsoap/samples/wsse
32982 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
32983 -CONFIG_HEADER = $(top_builddir)/config.h
32984 -CONFIG_CLEAN_FILES =
32985 -noinst_PROGRAMS = wssedemo$(EXEEXT)
32986 -PROGRAMS = $(noinst_PROGRAMS)
32987 -
32988 -am__objects_1 =
32989 -am__objects_2 = wssedemo-soapC.$(OBJEXT)
32990 -am__objects_3 = wssedemo-soapClient.$(OBJEXT) $(am__objects_2)
32991 -am__objects_4 = $(am__objects_3) wssedemo-soapServer.$(OBJEXT) \
32992 - $(am__objects_1) $(am__objects_1)
32993 -am_wssedemo_OBJECTS = wssedemo-wssedemo.$(OBJEXT) $(am__objects_1) \
32994 - $(am__objects_4) wssedemo-dom.$(OBJEXT) \
32995 - wssedemo-wsseapi.$(OBJEXT) wssedemo-smdevp.$(OBJEXT)
32996 -wssedemo_OBJECTS = $(am_wssedemo_OBJECTS)
32997 -wssedemo_DEPENDENCIES = $(top_builddir)/gsoap/libgsoapssl.a
32998 -wssedemo_LDFLAGS =
32999 -
33000 -DEFS = @DEFS@
33001 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
33002 -CPPFLAGS = @CPPFLAGS@
33003 -LDFLAGS = @LDFLAGS@
33004 -LIBS = @LIBS@
33005 -depcomp = $(SHELL) $(top_srcdir)/depcomp
33006 -am__depfiles_maybe = depfiles
33007 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/wssedemo-dom.Po \
33008 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-smdevp.Po \
33009 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-soapC.Po \
33010 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-soapClient.Po \
33011 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-soapServer.Po \
33012 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-wsseapi.Po \
33013 -@AMDEP_TRUE@ ./$(DEPDIR)/wssedemo-wssedemo.Po
33014 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
33015 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
33016 -CCLD = $(CC)
33017 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
33018 -CFLAGS = @CFLAGS@
33019 -DIST_SOURCES = $(wssedemo_SOURCES)
33020 -DIST_COMMON = Makefile.am Makefile.in
33021 -SOURCES = $(wssedemo_SOURCES)
33022 -
33023 all: $(BUILT_SOURCES)
33024 $(MAKE) $(AM_MAKEFLAGS) all-am
33025
33026 .SUFFIXES:
33027 .SUFFIXES: .c .o .obj
33028 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
33029 - cd $(top_srcdir) && \
33030 - $(AUTOMAKE) --foreign gsoap/samples/wsse/Makefile
33031 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
33032 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
33033 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
33034 + @for dep in $?; do \
33035 + case '$(am__configure_deps)' in \
33036 + *$$dep*) \
33037 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
33038 + && { if test -f $@; then exit 0; else break; fi; }; \
33039 + exit 1;; \
33040 + esac; \
33041 + done; \
33042 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/wsse/Makefile'; \
33043 + $(am__cd) $(top_srcdir) && \
33044 + $(AUTOMAKE) --foreign gsoap/samples/wsse/Makefile
33045 +.PRECIOUS: Makefile
33046 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
33047 + @case '$?' in \
33048 + *config.status*) \
33049 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
33050 + *) \
33051 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
33052 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
33053 + esac;
33054 +
33055 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
33056 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33057 +
33058 +$(top_srcdir)/configure: $(am__configure_deps)
33059 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33060 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
33061 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33062 +$(am__aclocal_m4_deps):
33063
33064 clean-noinstPROGRAMS:
33065 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
33066 -wssedemo-wssedemo.$(OBJEXT): wssedemo.c
33067 -wssedemo-soapClient.$(OBJEXT): soapClient.c
33068 -wssedemo-soapC.$(OBJEXT): soapC.c
33069 -wssedemo-soapServer.$(OBJEXT): soapServer.c
33070 -wssedemo-dom.$(OBJEXT): ../../dom.c
33071 -wssedemo-wsseapi.$(OBJEXT): ../../plugin/wsseapi.c
33072 -wssedemo-smdevp.$(OBJEXT): ../../plugin/smdevp.c
33073 wssedemo$(EXEEXT): $(wssedemo_OBJECTS) $(wssedemo_DEPENDENCIES)
33074 @rm -f wssedemo$(EXEEXT)
33075 - $(LINK) $(wssedemo_LDFLAGS) $(wssedemo_OBJECTS) $(wssedemo_LDADD) $(LIBS)
33076 + $(wssedemo_LINK) $(wssedemo_OBJECTS) $(wssedemo_LDADD) $(LIBS)
33077
33078 mostlyclean-compile:
33079 - -rm -f *.$(OBJEXT) core *.core
33080 + -rm -f *.$(OBJEXT)
33081
33082 distclean-compile:
33083 -rm -f *.tab.c
33084 @@ -222,175 +280,207 @@
33085 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wssedemo-wsseapi.Po@am__quote@
33086 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wssedemo-wssedemo.Po@am__quote@
33087
33088 -distclean-depend:
33089 - -rm -rf ./$(DEPDIR)
33090 -
33091 .c.o:
33092 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33093 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
33094 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33095 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
33096 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
33097 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33098 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33099 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33100 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
33101
33102 .c.obj:
33103 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33104 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
33105 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33106 - $(COMPILE) -c `cygpath -w $<`
33107 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
33108 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33109 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33110 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33111 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
33112
33113 wssedemo-wssedemo.o: wssedemo.c
33114 -@AMDEP_TRUE@ source='wssedemo.c' object='wssedemo-wssedemo.o' libtool=no @AMDEPBACKSLASH@
33115 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-wssedemo.Po' tmpdepfile='$(DEPDIR)/wssedemo-wssedemo.TPo' @AMDEPBACKSLASH@
33116 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33117 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wssedemo.o `test -f 'wssedemo.c' || echo '$(srcdir)/'`wssedemo.c
33118 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-wssedemo.o -MD -MP -MF $(DEPDIR)/wssedemo-wssedemo.Tpo -c -o wssedemo-wssedemo.o `test -f 'wssedemo.c' || echo '$(srcdir)/'`wssedemo.c
33119 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-wssedemo.Tpo $(DEPDIR)/wssedemo-wssedemo.Po
33120 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wssedemo.c' object='wssedemo-wssedemo.o' libtool=no @AMDEPBACKSLASH@
33121 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33122 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wssedemo.o `test -f 'wssedemo.c' || echo '$(srcdir)/'`wssedemo.c
33123
33124 wssedemo-wssedemo.obj: wssedemo.c
33125 -@AMDEP_TRUE@ source='wssedemo.c' object='wssedemo-wssedemo.obj' libtool=no @AMDEPBACKSLASH@
33126 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-wssedemo.Po' tmpdepfile='$(DEPDIR)/wssedemo-wssedemo.TPo' @AMDEPBACKSLASH@
33127 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33128 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wssedemo.obj `cygpath -w wssedemo.c`
33129 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-wssedemo.obj -MD -MP -MF $(DEPDIR)/wssedemo-wssedemo.Tpo -c -o wssedemo-wssedemo.obj `if test -f 'wssedemo.c'; then $(CYGPATH_W) 'wssedemo.c'; else $(CYGPATH_W) '$(srcdir)/wssedemo.c'; fi`
33130 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-wssedemo.Tpo $(DEPDIR)/wssedemo-wssedemo.Po
33131 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='wssedemo.c' object='wssedemo-wssedemo.obj' libtool=no @AMDEPBACKSLASH@
33132 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33133 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wssedemo.obj `if test -f 'wssedemo.c'; then $(CYGPATH_W) 'wssedemo.c'; else $(CYGPATH_W) '$(srcdir)/wssedemo.c'; fi`
33134
33135 wssedemo-soapClient.o: soapClient.c
33136 -@AMDEP_TRUE@ source='soapClient.c' object='wssedemo-soapClient.o' libtool=no @AMDEPBACKSLASH@
33137 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapClient.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapClient.TPo' @AMDEPBACKSLASH@
33138 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33139 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
33140 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapClient.o -MD -MP -MF $(DEPDIR)/wssedemo-soapClient.Tpo -c -o wssedemo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
33141 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapClient.Tpo $(DEPDIR)/wssedemo-soapClient.Po
33142 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='wssedemo-soapClient.o' libtool=no @AMDEPBACKSLASH@
33143 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33144 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapClient.o `test -f 'soapClient.c' || echo '$(srcdir)/'`soapClient.c
33145
33146 wssedemo-soapClient.obj: soapClient.c
33147 -@AMDEP_TRUE@ source='soapClient.c' object='wssedemo-soapClient.obj' libtool=no @AMDEPBACKSLASH@
33148 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapClient.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapClient.TPo' @AMDEPBACKSLASH@
33149 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33150 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapClient.obj `cygpath -w soapClient.c`
33151 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapClient.obj -MD -MP -MF $(DEPDIR)/wssedemo-soapClient.Tpo -c -o wssedemo-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
33152 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapClient.Tpo $(DEPDIR)/wssedemo-soapClient.Po
33153 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapClient.c' object='wssedemo-soapClient.obj' libtool=no @AMDEPBACKSLASH@
33154 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33155 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapClient.obj `if test -f 'soapClient.c'; then $(CYGPATH_W) 'soapClient.c'; else $(CYGPATH_W) '$(srcdir)/soapClient.c'; fi`
33156
33157 wssedemo-soapC.o: soapC.c
33158 -@AMDEP_TRUE@ source='soapC.c' object='wssedemo-soapC.o' libtool=no @AMDEPBACKSLASH@
33159 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapC.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapC.TPo' @AMDEPBACKSLASH@
33160 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33161 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
33162 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapC.o -MD -MP -MF $(DEPDIR)/wssedemo-soapC.Tpo -c -o wssedemo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
33163 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapC.Tpo $(DEPDIR)/wssedemo-soapC.Po
33164 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='wssedemo-soapC.o' libtool=no @AMDEPBACKSLASH@
33165 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33166 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapC.o `test -f 'soapC.c' || echo '$(srcdir)/'`soapC.c
33167
33168 wssedemo-soapC.obj: soapC.c
33169 -@AMDEP_TRUE@ source='soapC.c' object='wssedemo-soapC.obj' libtool=no @AMDEPBACKSLASH@
33170 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapC.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapC.TPo' @AMDEPBACKSLASH@
33171 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33172 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapC.obj `cygpath -w soapC.c`
33173 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapC.obj -MD -MP -MF $(DEPDIR)/wssedemo-soapC.Tpo -c -o wssedemo-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
33174 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapC.Tpo $(DEPDIR)/wssedemo-soapC.Po
33175 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapC.c' object='wssedemo-soapC.obj' libtool=no @AMDEPBACKSLASH@
33176 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33177 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapC.obj `if test -f 'soapC.c'; then $(CYGPATH_W) 'soapC.c'; else $(CYGPATH_W) '$(srcdir)/soapC.c'; fi`
33178
33179 wssedemo-soapServer.o: soapServer.c
33180 -@AMDEP_TRUE@ source='soapServer.c' object='wssedemo-soapServer.o' libtool=no @AMDEPBACKSLASH@
33181 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapServer.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapServer.TPo' @AMDEPBACKSLASH@
33182 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33183 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
33184 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapServer.o -MD -MP -MF $(DEPDIR)/wssedemo-soapServer.Tpo -c -o wssedemo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
33185 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapServer.Tpo $(DEPDIR)/wssedemo-soapServer.Po
33186 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='wssedemo-soapServer.o' libtool=no @AMDEPBACKSLASH@
33187 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33188 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapServer.o `test -f 'soapServer.c' || echo '$(srcdir)/'`soapServer.c
33189
33190 wssedemo-soapServer.obj: soapServer.c
33191 -@AMDEP_TRUE@ source='soapServer.c' object='wssedemo-soapServer.obj' libtool=no @AMDEPBACKSLASH@
33192 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-soapServer.Po' tmpdepfile='$(DEPDIR)/wssedemo-soapServer.TPo' @AMDEPBACKSLASH@
33193 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33194 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapServer.obj `cygpath -w soapServer.c`
33195 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-soapServer.obj -MD -MP -MF $(DEPDIR)/wssedemo-soapServer.Tpo -c -o wssedemo-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
33196 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-soapServer.Tpo $(DEPDIR)/wssedemo-soapServer.Po
33197 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapServer.c' object='wssedemo-soapServer.obj' libtool=no @AMDEPBACKSLASH@
33198 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33199 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-soapServer.obj `if test -f 'soapServer.c'; then $(CYGPATH_W) 'soapServer.c'; else $(CYGPATH_W) '$(srcdir)/soapServer.c'; fi`
33200
33201 wssedemo-dom.o: ../../dom.c
33202 -@AMDEP_TRUE@ source='../../dom.c' object='wssedemo-dom.o' libtool=no @AMDEPBACKSLASH@
33203 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-dom.Po' tmpdepfile='$(DEPDIR)/wssedemo-dom.TPo' @AMDEPBACKSLASH@
33204 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33205 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-dom.o `test -f '../../dom.c' || echo '$(srcdir)/'`../../dom.c
33206 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-dom.o -MD -MP -MF $(DEPDIR)/wssedemo-dom.Tpo -c -o wssedemo-dom.o `test -f '../../dom.c' || echo '$(srcdir)/'`../../dom.c
33207 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-dom.Tpo $(DEPDIR)/wssedemo-dom.Po
33208 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../dom.c' object='wssedemo-dom.o' libtool=no @AMDEPBACKSLASH@
33209 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33210 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-dom.o `test -f '../../dom.c' || echo '$(srcdir)/'`../../dom.c
33211
33212 wssedemo-dom.obj: ../../dom.c
33213 -@AMDEP_TRUE@ source='../../dom.c' object='wssedemo-dom.obj' libtool=no @AMDEPBACKSLASH@
33214 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-dom.Po' tmpdepfile='$(DEPDIR)/wssedemo-dom.TPo' @AMDEPBACKSLASH@
33215 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33216 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-dom.obj `cygpath -w ../../dom.c`
33217 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-dom.obj -MD -MP -MF $(DEPDIR)/wssedemo-dom.Tpo -c -o wssedemo-dom.obj `if test -f '../../dom.c'; then $(CYGPATH_W) '../../dom.c'; else $(CYGPATH_W) '$(srcdir)/../../dom.c'; fi`
33218 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-dom.Tpo $(DEPDIR)/wssedemo-dom.Po
33219 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../dom.c' object='wssedemo-dom.obj' libtool=no @AMDEPBACKSLASH@
33220 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33221 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-dom.obj `if test -f '../../dom.c'; then $(CYGPATH_W) '../../dom.c'; else $(CYGPATH_W) '$(srcdir)/../../dom.c'; fi`
33222
33223 wssedemo-wsseapi.o: ../../plugin/wsseapi.c
33224 -@AMDEP_TRUE@ source='../../plugin/wsseapi.c' object='wssedemo-wsseapi.o' libtool=no @AMDEPBACKSLASH@
33225 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-wsseapi.Po' tmpdepfile='$(DEPDIR)/wssedemo-wsseapi.TPo' @AMDEPBACKSLASH@
33226 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33227 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wsseapi.o `test -f '../../plugin/wsseapi.c' || echo '$(srcdir)/'`../../plugin/wsseapi.c
33228 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-wsseapi.o -MD -MP -MF $(DEPDIR)/wssedemo-wsseapi.Tpo -c -o wssedemo-wsseapi.o `test -f '../../plugin/wsseapi.c' || echo '$(srcdir)/'`../../plugin/wsseapi.c
33229 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-wsseapi.Tpo $(DEPDIR)/wssedemo-wsseapi.Po
33230 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/wsseapi.c' object='wssedemo-wsseapi.o' libtool=no @AMDEPBACKSLASH@
33231 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33232 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wsseapi.o `test -f '../../plugin/wsseapi.c' || echo '$(srcdir)/'`../../plugin/wsseapi.c
33233
33234 wssedemo-wsseapi.obj: ../../plugin/wsseapi.c
33235 -@AMDEP_TRUE@ source='../../plugin/wsseapi.c' object='wssedemo-wsseapi.obj' libtool=no @AMDEPBACKSLASH@
33236 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-wsseapi.Po' tmpdepfile='$(DEPDIR)/wssedemo-wsseapi.TPo' @AMDEPBACKSLASH@
33237 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33238 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wsseapi.obj `cygpath -w ../../plugin/wsseapi.c`
33239 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-wsseapi.obj -MD -MP -MF $(DEPDIR)/wssedemo-wsseapi.Tpo -c -o wssedemo-wsseapi.obj `if test -f '../../plugin/wsseapi.c'; then $(CYGPATH_W) '../../plugin/wsseapi.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/wsseapi.c'; fi`
33240 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-wsseapi.Tpo $(DEPDIR)/wssedemo-wsseapi.Po
33241 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/wsseapi.c' object='wssedemo-wsseapi.obj' libtool=no @AMDEPBACKSLASH@
33242 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33243 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-wsseapi.obj `if test -f '../../plugin/wsseapi.c'; then $(CYGPATH_W) '../../plugin/wsseapi.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/wsseapi.c'; fi`
33244
33245 wssedemo-smdevp.o: ../../plugin/smdevp.c
33246 -@AMDEP_TRUE@ source='../../plugin/smdevp.c' object='wssedemo-smdevp.o' libtool=no @AMDEPBACKSLASH@
33247 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-smdevp.Po' tmpdepfile='$(DEPDIR)/wssedemo-smdevp.TPo' @AMDEPBACKSLASH@
33248 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33249 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-smdevp.o `test -f '../../plugin/smdevp.c' || echo '$(srcdir)/'`../../plugin/smdevp.c
33250 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-smdevp.o -MD -MP -MF $(DEPDIR)/wssedemo-smdevp.Tpo -c -o wssedemo-smdevp.o `test -f '../../plugin/smdevp.c' || echo '$(srcdir)/'`../../plugin/smdevp.c
33251 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-smdevp.Tpo $(DEPDIR)/wssedemo-smdevp.Po
33252 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/smdevp.c' object='wssedemo-smdevp.o' libtool=no @AMDEPBACKSLASH@
33253 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33254 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-smdevp.o `test -f '../../plugin/smdevp.c' || echo '$(srcdir)/'`../../plugin/smdevp.c
33255
33256 wssedemo-smdevp.obj: ../../plugin/smdevp.c
33257 -@AMDEP_TRUE@ source='../../plugin/smdevp.c' object='wssedemo-smdevp.obj' libtool=no @AMDEPBACKSLASH@
33258 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wssedemo-smdevp.Po' tmpdepfile='$(DEPDIR)/wssedemo-smdevp.TPo' @AMDEPBACKSLASH@
33259 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33260 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-smdevp.obj `cygpath -w ../../plugin/smdevp.c`
33261 -CCDEPMODE = @CCDEPMODE@
33262 -uninstall-info-am:
33263 -
33264 -ETAGS = etags
33265 -ETAGSFLAGS =
33266 -
33267 -tags: TAGS
33268 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -MT wssedemo-smdevp.obj -MD -MP -MF $(DEPDIR)/wssedemo-smdevp.Tpo -c -o wssedemo-smdevp.obj `if test -f '../../plugin/smdevp.c'; then $(CYGPATH_W) '../../plugin/smdevp.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/smdevp.c'; fi`
33269 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wssedemo-smdevp.Tpo $(DEPDIR)/wssedemo-smdevp.Po
33270 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../plugin/smdevp.c' object='wssedemo-smdevp.obj' libtool=no @AMDEPBACKSLASH@
33271 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33272 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wssedemo_CFLAGS) $(CFLAGS) -c -o wssedemo-smdevp.obj `if test -f '../../plugin/smdevp.c'; then $(CYGPATH_W) '../../plugin/smdevp.c'; else $(CYGPATH_W) '$(srcdir)/../../plugin/smdevp.c'; fi`
33273
33274 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
33275 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33276 unique=`for i in $$list; do \
33277 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33278 done | \
33279 - $(AWK) ' { files[$$0] = 1; } \
33280 - END { for (i in files) print i; }'`; \
33281 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33282 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33283 mkid -fID $$unique
33284 +tags: TAGS
33285
33286 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
33287 $(TAGS_FILES) $(LISP)
33288 - tags=; \
33289 + set x; \
33290 here=`pwd`; \
33291 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33292 unique=`for i in $$list; do \
33293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33294 done | \
33295 - $(AWK) ' { files[$$0] = 1; } \
33296 - END { for (i in files) print i; }'`; \
33297 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
33298 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33299 - $$tags $$unique
33300 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33301 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33302 + shift; \
33303 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
33304 + test -n "$$unique" || unique=$$empty_fix; \
33305 + if test $$# -gt 0; then \
33306 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33307 + "$$@" $$unique; \
33308 + else \
33309 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33310 + $$unique; \
33311 + fi; \
33312 + fi
33313 +ctags: CTAGS
33314 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
33315 + $(TAGS_FILES) $(LISP)
33316 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33317 + unique=`for i in $$list; do \
33318 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33319 + done | \
33320 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33321 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33322 + test -z "$(CTAGS_ARGS)$$unique" \
33323 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
33324 + $$unique
33325
33326 GTAGS:
33327 here=`$(am__cd) $(top_builddir) && pwd` \
33328 - && cd $(top_srcdir) \
33329 - && gtags -i $(GTAGS_ARGS) $$here
33330 + && $(am__cd) $(top_srcdir) \
33331 + && gtags -i $(GTAGS_ARGS) "$$here"
33332
33333 distclean-tags:
33334 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
33335 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
33336 -
33337 -top_distdir = ../../..
33338 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
33339 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
33340
33341 distdir: $(DISTFILES)
33342 - @list='$(DISTFILES)'; for file in $$list; do \
33343 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
33344 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
33345 + list='$(DISTFILES)'; \
33346 + dist_files=`for file in $$list; do echo $$file; done | \
33347 + sed -e "s|^$$srcdirstrip/||;t" \
33348 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
33349 + case $$dist_files in \
33350 + */*) $(MKDIR_P) `echo "$$dist_files" | \
33351 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
33352 + sort -u` ;; \
33353 + esac; \
33354 + for file in $$dist_files; do \
33355 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
33356 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
33357 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
33358 - dir="/$$dir"; \
33359 - $(mkinstalldirs) "$(distdir)$$dir"; \
33360 - else \
33361 - dir=''; \
33362 - fi; \
33363 if test -d $$d/$$file; then \
33364 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
33365 + if test -d "$(distdir)/$$file"; then \
33366 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
33367 + fi; \
33368 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
33369 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
33370 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
33371 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
33372 fi; \
33373 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
33374 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
33375 else \
33376 - test -f $(distdir)/$$file \
33377 - || cp -p $$d/$$file $(distdir)/$$file \
33378 + test -f "$(distdir)/$$file" \
33379 + || cp -p $$d/$$file "$(distdir)/$$file" \
33380 || exit 1; \
33381 fi; \
33382 done
33383 check-am: all-am
33384 -check: check-am
33385 +check: $(BUILT_SOURCES)
33386 + $(MAKE) $(AM_MAKEFLAGS) check-am
33387 all-am: Makefile $(PROGRAMS)
33388 -
33389 installdirs:
33390 -
33391 -install: install-am
33392 +install: $(BUILT_SOURCES)
33393 + $(MAKE) $(AM_MAKEFLAGS) install-am
33394 install-exec: install-exec-am
33395 install-data: install-data-am
33396 uninstall: uninstall-am
33397 @@ -401,7 +491,7 @@
33398 installcheck: installcheck-am
33399 install-strip:
33400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
33401 - INSTALL_STRIP_FLAG=-s \
33402 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
33403 `test -z '$(STRIP)' || \
33404 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
33405 mostlyclean-generic:
33406 @@ -410,7 +500,8 @@
33407 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
33408
33409 distclean-generic:
33410 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
33411 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
33412 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
33413
33414 maintainer-clean-generic:
33415 @echo "This command is intended for maintainers to use"
33416 @@ -421,52 +512,89 @@
33417 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
33418
33419 distclean: distclean-am
33420 -
33421 -distclean-am: clean-am distclean-compile distclean-depend \
33422 - distclean-generic distclean-tags
33423 + -rm -rf ./$(DEPDIR)
33424 + -rm -f Makefile
33425 +distclean-am: clean-am distclean-compile distclean-generic \
33426 + distclean-tags
33427
33428 dvi: dvi-am
33429
33430 dvi-am:
33431
33432 +html: html-am
33433 +
33434 +html-am:
33435 +
33436 info: info-am
33437
33438 info-am:
33439
33440 install-data-am:
33441
33442 +install-dvi: install-dvi-am
33443 +
33444 +install-dvi-am:
33445 +
33446 install-exec-am:
33447
33448 +install-html: install-html-am
33449 +
33450 +install-html-am:
33451 +
33452 install-info: install-info-am
33453
33454 +install-info-am:
33455 +
33456 install-man:
33457
33458 +install-pdf: install-pdf-am
33459 +
33460 +install-pdf-am:
33461 +
33462 +install-ps: install-ps-am
33463 +
33464 +install-ps-am:
33465 +
33466 installcheck-am:
33467
33468 maintainer-clean: maintainer-clean-am
33469 -
33470 + -rm -rf ./$(DEPDIR)
33471 + -rm -f Makefile
33472 maintainer-clean-am: distclean-am maintainer-clean-generic
33473
33474 mostlyclean: mostlyclean-am
33475
33476 mostlyclean-am: mostlyclean-compile mostlyclean-generic
33477
33478 -uninstall-am: uninstall-info-am
33479 +pdf: pdf-am
33480 +
33481 +pdf-am:
33482
33483 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
33484 - clean-noinstPROGRAMS distclean distclean-compile \
33485 - distclean-depend distclean-generic distclean-tags distdir dvi \
33486 - dvi-am info info-am install install-am install-data \
33487 - install-data-am install-exec install-exec-am install-info \
33488 - install-info-am install-man install-strip installcheck \
33489 +ps: ps-am
33490 +
33491 +ps-am:
33492 +
33493 +uninstall-am:
33494 +
33495 +.MAKE: all check install install-am install-strip
33496 +
33497 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
33498 + clean-noinstPROGRAMS ctags distclean distclean-compile \
33499 + distclean-generic distclean-tags distdir dvi dvi-am html \
33500 + html-am info info-am install install-am install-data \
33501 + install-data-am install-dvi install-dvi-am install-exec \
33502 + install-exec-am install-html install-html-am install-info \
33503 + install-info-am install-man install-pdf install-pdf-am \
33504 + install-ps install-ps-am install-strip installcheck \
33505 installcheck-am installdirs maintainer-clean \
33506 maintainer-clean-generic mostlyclean mostlyclean-compile \
33507 - mostlyclean-generic tags uninstall uninstall-am \
33508 - uninstall-info-am
33509 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
33510 + uninstall-am
33511
33512
33513 $(SOAP_C_SRC) : $(SOAPHEADER)
33514 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
33515 +
33516 # Tell versions [3.59,3.63) of GNU make to not export all variables.
33517 # Otherwise a system limit (for SysV at least) may be exceeded.
33518 .NOEXPORT:
33519 diff -urN b/gsoap/samples/xml-rpc/Makefile.in d/gsoap/samples/xml-rpc/Makefile.in
33520 --- b/gsoap/samples/xml-rpc/Makefile.in 2009-11-07 21:07:10.000000000 +0100
33521 +++ d/gsoap/samples/xml-rpc/Makefile.in 2010-01-22 21:45:25.000000000 +0100
33522 @@ -1,8 +1,9 @@
33523 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
33524 +# Makefile.in generated by automake 1.11 from Makefile.am.
33525 # @configure_input@
33526
33527 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
33528 -# Free Software Foundation, Inc.
33529 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33530 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
33531 +# Inc.
33532 # This Makefile.in is free software; the Free Software Foundation
33533 # gives unlimited permission to copy and/or distribute it,
33534 # with or without modifications, as long as this notice is preserved.
33535 @@ -13,77 +14,123 @@
33536 # PARTICULAR PURPOSE.
33537
33538 @SET_MAKE@
33539 -SHELL = @SHELL@
33540
33541 -srcdir = @srcdir@
33542 -top_srcdir = @top_srcdir@
33543 VPATH = @srcdir@
33544 -prefix = @prefix@
33545 -exec_prefix = @exec_prefix@
33546 -
33547 -bindir = @bindir@
33548 -sbindir = @sbindir@
33549 -libexecdir = @libexecdir@
33550 -datadir = @datadir@
33551 -sysconfdir = @sysconfdir@
33552 -sharedstatedir = @sharedstatedir@
33553 -localstatedir = @localstatedir@
33554 -libdir = @libdir@
33555 -infodir = @infodir@
33556 -mandir = @mandir@
33557 -includedir = @includedir@
33558 -oldincludedir = /usr/include
33559 pkgdatadir = $(datadir)/@PACKAGE@
33560 -pkglibdir = $(libdir)/@PACKAGE@
33561 pkgincludedir = $(includedir)/@PACKAGE@
33562 -top_builddir = ../../..
33563 -
33564 -ACLOCAL = @ACLOCAL@
33565 -AUTOCONF = @AUTOCONF@
33566 -AUTOMAKE = @AUTOMAKE@
33567 -AUTOHEADER = @AUTOHEADER@
33568 -
33569 +pkglibdir = $(libdir)/@PACKAGE@
33570 +pkglibexecdir = $(libexecdir)/@PACKAGE@
33571 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33572 -INSTALL = @INSTALL@
33573 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
33574 -INSTALL_DATA = @INSTALL_DATA@
33575 install_sh_DATA = $(install_sh) -c -m 644
33576 install_sh_PROGRAM = $(install_sh) -c
33577 install_sh_SCRIPT = $(install_sh) -c
33578 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
33579 INSTALL_HEADER = $(INSTALL_DATA)
33580 -transform = @program_transform_name@
33581 +transform = $(program_transform_name)
33582 NORMAL_INSTALL = :
33583 PRE_INSTALL = :
33584 POST_INSTALL = :
33585 NORMAL_UNINSTALL = :
33586 PRE_UNINSTALL = :
33587 POST_UNINSTALL = :
33588 -host_alias = @host_alias@
33589 +build_triplet = @build@
33590 host_triplet = @host@
33591 -
33592 -EXEEXT = @EXEEXT@
33593 -OBJEXT = @OBJEXT@
33594 -PATH_SEPARATOR = @PATH_SEPARATOR@
33595 +noinst_PROGRAMS = xml-rpc-currentTime$(EXEEXT) \
33596 + xml-rpc-weblogs$(EXEEXT)
33597 +DIST_COMMON = $(srcdir)/../Makefile.c_rules \
33598 + $(srcdir)/../Makefile.defines $(srcdir)/Makefile.am \
33599 + $(srcdir)/Makefile.in
33600 +subdir = gsoap/samples/xml-rpc
33601 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
33602 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
33603 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
33604 + $(ACLOCAL_M4)
33605 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
33606 +CONFIG_HEADER = $(top_builddir)/config.h
33607 +CONFIG_CLEAN_FILES =
33608 +CONFIG_CLEAN_VPATH_FILES =
33609 +PROGRAMS = $(noinst_PROGRAMS)
33610 +am__objects_1 =
33611 +am__objects_2 = soapC.$(OBJEXT)
33612 +am_xml_rpc_currentTime_OBJECTS = xml-rpc-currentTime.$(OBJEXT) \
33613 + $(am__objects_1) $(am__objects_2)
33614 +xml_rpc_currentTime_OBJECTS = $(am_xml_rpc_currentTime_OBJECTS)
33615 +xml_rpc_currentTime_LDADD = $(LDADD)
33616 +am__DEPENDENCIES_1 =
33617 +xml_rpc_currentTime_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
33618 +am_xml_rpc_weblogs_OBJECTS = xml-rpc-weblogs.$(OBJEXT) \
33619 + $(am__objects_1) $(am__objects_2)
33620 +xml_rpc_weblogs_OBJECTS = $(am_xml_rpc_weblogs_OBJECTS)
33621 +xml_rpc_weblogs_LDADD = $(LDADD)
33622 +xml_rpc_weblogs_DEPENDENCIES = $(SOAP_C_LIB) $(am__DEPENDENCIES_1)
33623 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
33624 +depcomp = $(SHELL) $(top_srcdir)/depcomp
33625 +am__depfiles_maybe = depfiles
33626 +am__mv = mv -f
33627 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
33628 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
33629 +CCLD = $(CC)
33630 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
33631 +SOURCES = $(xml_rpc_currentTime_SOURCES) $(xml_rpc_weblogs_SOURCES)
33632 +DIST_SOURCES = $(xml_rpc_currentTime_SOURCES) \
33633 + $(xml_rpc_weblogs_SOURCES)
33634 +ETAGS = etags
33635 +CTAGS = ctags
33636 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
33637 +ACLOCAL = @ACLOCAL@
33638 AMTAR = @AMTAR@
33639 +AUTOCONF = @AUTOCONF@
33640 +AUTOHEADER = @AUTOHEADER@
33641 +AUTOMAKE = @AUTOMAKE@
33642 AWK = @AWK@
33643 BISON_DEFINE = @BISON_DEFINE@
33644 CC = @CC@
33645 +CCDEPMODE = @CCDEPMODE@
33646 +CFLAGS = @CFLAGS@
33647 CPP = @CPP@
33648 +CPPFLAGS = @CPPFLAGS@
33649 CXX = @CXX@
33650 +CXXDEPMODE = @CXXDEPMODE@
33651 +CXXFLAGS = @CXXFLAGS@
33652 +CYGPATH_W = @CYGPATH_W@
33653 +DEFS = @DEFS@
33654 DEPDIR = @DEPDIR@
33655 +ECHO_C = @ECHO_C@
33656 +ECHO_N = @ECHO_N@
33657 +ECHO_T = @ECHO_T@
33658 +EGREP = @EGREP@
33659 ENABLE_SAMPLES = @ENABLE_SAMPLES@
33660 +EXEEXT = @EXEEXT@
33661 +GREP = @GREP@
33662 +INSTALL = @INSTALL@
33663 +INSTALL_DATA = @INSTALL_DATA@
33664 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
33665 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
33666 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
33667 +LDFLAGS = @LDFLAGS@
33668 LEX = @LEX@
33669 LEXLIB = @LEXLIB@
33670 LEX_DEFINE = @LEX_DEFINE@
33671 LEX_FLAGS = @LEX_FLAGS@
33672 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
33673 +LIBOBJS = @LIBOBJS@
33674 +LIBS = @LIBS@
33675 LN_S = @LN_S@
33676 +LTLIBOBJS = @LTLIBOBJS@
33677 +MAKEINFO = @MAKEINFO@
33678 +MKDIR_P = @MKDIR_P@
33679 +OBJEXT = @OBJEXT@
33680 PACKAGE = @PACKAGE@
33681 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
33682 +PACKAGE_NAME = @PACKAGE_NAME@
33683 +PACKAGE_STRING = @PACKAGE_STRING@
33684 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
33685 +PACKAGE_VERSION = @PACKAGE_VERSION@
33686 +PATH_SEPARATOR = @PATH_SEPARATOR@
33687 RANLIB = @RANLIB@
33688 SAMPLE_DIRS = @SAMPLE_DIRS@
33689 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
33690 +SET_MAKE = @SET_MAKE@
33691 +SHELL = @SHELL@
33692 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
33693 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
33694 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
33695 @@ -95,115 +142,136 @@
33696 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
33697 YACC = @YACC@
33698 YACC_LIB = @YACC_LIB@
33699 +YFLAGS = @YFLAGS@
33700 +abs_builddir = @abs_builddir@
33701 +abs_srcdir = @abs_srcdir@
33702 +abs_top_builddir = @abs_top_builddir@
33703 +abs_top_srcdir = @abs_top_srcdir@
33704 +ac_ct_CC = @ac_ct_CC@
33705 +ac_ct_CXX = @ac_ct_CXX@
33706 am__include = @am__include@
33707 +am__leading_dot = @am__leading_dot@
33708 am__quote = @am__quote@
33709 +am__tar = @am__tar@
33710 +am__untar = @am__untar@
33711 +bindir = @bindir@
33712 +build = @build@
33713 +build_alias = @build_alias@
33714 +build_cpu = @build_cpu@
33715 +build_os = @build_os@
33716 +build_vendor = @build_vendor@
33717 +builddir = @builddir@
33718 +datadir = @datadir@
33719 +datarootdir = @datarootdir@
33720 +docdir = @docdir@
33721 +dvidir = @dvidir@
33722 +exec_prefix = @exec_prefix@
33723 +host = @host@
33724 +host_alias = @host_alias@
33725 +host_cpu = @host_cpu@
33726 +host_os = @host_os@
33727 +host_vendor = @host_vendor@
33728 +htmldir = @htmldir@
33729 +includedir = @includedir@
33730 +infodir = @infodir@
33731 install_sh = @install_sh@
33732 +libdir = @libdir@
33733 +libexecdir = @libexecdir@
33734 +localedir = @localedir@
33735 +localstatedir = @localstatedir@
33736 +mandir = @mandir@
33737 +mkdir_p = @mkdir_p@
33738 +oldincludedir = @oldincludedir@
33739 +pdfdir = @pdfdir@
33740 platform = @platform@
33741 +prefix = @prefix@
33742 +program_transform_name = @program_transform_name@
33743 +psdir = @psdir@
33744 +sbindir = @sbindir@
33745 +sharedstatedir = @sharedstatedir@
33746 +srcdir = @srcdir@
33747 +sysconfdir = @sysconfdir@
33748 +target_alias = @target_alias@
33749 +top_build_prefix = @top_build_prefix@
33750 +top_builddir = @top_builddir@
33751 +top_srcdir = @top_srcdir@
33752
33753 ####### This is the input file for automake, which will generate Makefile.in ##########
33754 AUTOMAKE_OPTIONS = foreign 1.4
33755 -
33756 -noinst_PROGRAMS = xml-rpc-currentTime xml-rpc-weblogs
33757 SOAPHEADER = xml-rpc.h
33758 -
33759 AM_CFLAGS = -D$(platform)
33760 AM_CXXFLAGS = -D$(platform)
33761 INCLUDES = -I$(top_srcdir)/gsoap -I$(top_srcdir)/gsoap/plugin
33762 SOAP = $(top_srcdir)/gsoap/src/soapcpp2
33763 -
33764 SOAP_NS_DEF = ns.nsmap ns.wsdl
33765 -
33766 SOAP_H_FILES = soapH.h soapStub.h
33767 -
33768 SOAP_FLAGS = -I$(top_srcdir)/gsoap/import
33769 -
33770 SOAP_C_CORE = soapC.c
33771 SOAP_C_CLIENT = soapClient.c $(SOAP_C_CORE)
33772 SOAP_C_SERVER = soapServer.c $(SOAP_C_CORE)
33773 SOAP_C_LIB = $(top_builddir)/gsoap/libgsoap.a
33774 SOAP_C_LIB_CK = $(top_builddir)/gsoap/libgsoapck.a
33775 SOAP_C_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl.a
33776 -
33777 SOAP_CPP_CORE = soapC.cpp
33778 SOAP_CPP_CLIENT = soapClient.cpp $(SOAP_CPP_CORE)
33779 SOAP_CPP_SERVER = soapServer.cpp $(SOAP_CPP_CORE)
33780 SOAP_CPP_LIB = $(top_builddir)/gsoap/libgsoap++.a
33781 SOAP_CPP_LIB_CK = $(top_builddir)/gsoap/libgsoapck++.a
33782 SOAP_CPP_LIB_SSL = $(top_builddir)/gsoap/libgsoapssl++.a
33783 -
33784 SOAP_C_SRC = $(SOAP_C_CLIENT) soapServer.c $(SOAP_H_FILES) $(SOAP_NS)
33785 -
33786 LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
33787 BUILT_SOURCES = $(SOAP_C_SRC)
33788 CLEANFILES = $(SOAP_C_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.c soapClient.c soapClientLib.c soapServer.c soapServerLib.c *~
33789 -
33790 SOAP_NS = $(SOAP_NS_DEF)
33791 -
33792 xml_rpc_currentTime_SOURCES = xml-rpc-currentTime.c $(SOAPHEADER) $(SOAP_C_CORE)
33793 xml_rpc_weblogs_SOURCES = xml-rpc-weblogs.c $(SOAPHEADER) $(SOAP_C_CORE)
33794 -subdir = gsoap/samples/xml-rpc
33795 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
33796 -CONFIG_HEADER = $(top_builddir)/config.h
33797 -CONFIG_CLEAN_FILES =
33798 -noinst_PROGRAMS = xml-rpc-currentTime$(EXEEXT) xml-rpc-weblogs$(EXEEXT)
33799 -PROGRAMS = $(noinst_PROGRAMS)
33800 -
33801 -am__objects_1 =
33802 -am__objects_2 = soapC.$(OBJEXT)
33803 -am_xml_rpc_currentTime_OBJECTS = xml-rpc-currentTime.$(OBJEXT) \
33804 - $(am__objects_1) $(am__objects_2)
33805 -xml_rpc_currentTime_OBJECTS = $(am_xml_rpc_currentTime_OBJECTS)
33806 -xml_rpc_currentTime_LDADD = $(LDADD)
33807 -xml_rpc_currentTime_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
33808 -xml_rpc_currentTime_LDFLAGS =
33809 -am_xml_rpc_weblogs_OBJECTS = xml-rpc-weblogs.$(OBJEXT) $(am__objects_1) \
33810 - $(am__objects_2)
33811 -xml_rpc_weblogs_OBJECTS = $(am_xml_rpc_weblogs_OBJECTS)
33812 -xml_rpc_weblogs_LDADD = $(LDADD)
33813 -xml_rpc_weblogs_DEPENDENCIES = $(top_builddir)/gsoap/libgsoap.a
33814 -xml_rpc_weblogs_LDFLAGS =
33815 -
33816 -DEFS = @DEFS@
33817 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
33818 -CPPFLAGS = @CPPFLAGS@
33819 -LDFLAGS = @LDFLAGS@
33820 -LIBS = @LIBS@
33821 -depcomp = $(SHELL) $(top_srcdir)/depcomp
33822 -am__depfiles_maybe = depfiles
33823 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/soapC.Po \
33824 -@AMDEP_TRUE@ ./$(DEPDIR)/xml-rpc-currentTime.Po \
33825 -@AMDEP_TRUE@ ./$(DEPDIR)/xml-rpc-weblogs.Po
33826 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
33827 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
33828 -CCLD = $(CC)
33829 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
33830 -CFLAGS = @CFLAGS@
33831 -DIST_SOURCES = $(xml_rpc_currentTime_SOURCES) $(xml_rpc_weblogs_SOURCES)
33832 -DIST_COMMON = Makefile.am Makefile.in
33833 -SOURCES = $(xml_rpc_currentTime_SOURCES) $(xml_rpc_weblogs_SOURCES)
33834 -
33835 all: $(BUILT_SOURCES)
33836 $(MAKE) $(AM_MAKEFLAGS) all-am
33837
33838 .SUFFIXES:
33839 .SUFFIXES: .c .o .obj
33840 -$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(top_srcdir)/configure.in $(ACLOCAL_M4)
33841 - cd $(top_srcdir) && \
33842 - $(AUTOMAKE) --foreign gsoap/samples/xml-rpc/Makefile
33843 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
33844 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
33845 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.defines $(srcdir)/../Makefile.c_rules $(am__configure_deps)
33846 + @for dep in $?; do \
33847 + case '$(am__configure_deps)' in \
33848 + *$$dep*) \
33849 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
33850 + && { if test -f $@; then exit 0; else break; fi; }; \
33851 + exit 1;; \
33852 + esac; \
33853 + done; \
33854 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/samples/xml-rpc/Makefile'; \
33855 + $(am__cd) $(top_srcdir) && \
33856 + $(AUTOMAKE) --foreign gsoap/samples/xml-rpc/Makefile
33857 +.PRECIOUS: Makefile
33858 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
33859 + @case '$?' in \
33860 + *config.status*) \
33861 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
33862 + *) \
33863 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
33864 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
33865 + esac;
33866 +
33867 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
33868 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33869 +
33870 +$(top_srcdir)/configure: $(am__configure_deps)
33871 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33872 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
33873 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
33874 +$(am__aclocal_m4_deps):
33875
33876 clean-noinstPROGRAMS:
33877 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
33878 xml-rpc-currentTime$(EXEEXT): $(xml_rpc_currentTime_OBJECTS) $(xml_rpc_currentTime_DEPENDENCIES)
33879 @rm -f xml-rpc-currentTime$(EXEEXT)
33880 - $(LINK) $(xml_rpc_currentTime_LDFLAGS) $(xml_rpc_currentTime_OBJECTS) $(xml_rpc_currentTime_LDADD) $(LIBS)
33881 + $(LINK) $(xml_rpc_currentTime_OBJECTS) $(xml_rpc_currentTime_LDADD) $(LIBS)
33882 xml-rpc-weblogs$(EXEEXT): $(xml_rpc_weblogs_OBJECTS) $(xml_rpc_weblogs_DEPENDENCIES)
33883 @rm -f xml-rpc-weblogs$(EXEEXT)
33884 - $(LINK) $(xml_rpc_weblogs_LDFLAGS) $(xml_rpc_weblogs_OBJECTS) $(xml_rpc_weblogs_LDADD) $(LIBS)
33885 + $(LINK) $(xml_rpc_weblogs_OBJECTS) $(xml_rpc_weblogs_LDADD) $(LIBS)
33886
33887 mostlyclean-compile:
33888 - -rm -f *.$(OBJEXT) core *.core
33889 + -rm -f *.$(OBJEXT)
33890
33891 distclean-compile:
33892 -rm -f *.tab.c
33893 @@ -212,91 +280,109 @@
33894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-rpc-currentTime.Po@am__quote@
33895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml-rpc-weblogs.Po@am__quote@
33896
33897 -distclean-depend:
33898 - -rm -rf ./$(DEPDIR)
33899 -
33900 .c.o:
33901 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33902 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
33903 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33904 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
33905 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
33906 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33907 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33908 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33909 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
33910
33911 .c.obj:
33912 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33913 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
33914 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33915 - $(COMPILE) -c `cygpath -w $<`
33916 -CCDEPMODE = @CCDEPMODE@
33917 -uninstall-info-am:
33918 -
33919 -ETAGS = etags
33920 -ETAGSFLAGS =
33921 -
33922 -tags: TAGS
33923 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
33924 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
33925 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
33926 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
33927 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
33928
33929 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
33930 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33931 unique=`for i in $$list; do \
33932 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33933 done | \
33934 - $(AWK) ' { files[$$0] = 1; } \
33935 - END { for (i in files) print i; }'`; \
33936 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33937 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33938 mkid -fID $$unique
33939 +tags: TAGS
33940
33941 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
33942 $(TAGS_FILES) $(LISP)
33943 - tags=; \
33944 + set x; \
33945 here=`pwd`; \
33946 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33947 unique=`for i in $$list; do \
33948 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33949 done | \
33950 - $(AWK) ' { files[$$0] = 1; } \
33951 - END { for (i in files) print i; }'`; \
33952 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
33953 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33954 - $$tags $$unique
33955 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33956 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33957 + shift; \
33958 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
33959 + test -n "$$unique" || unique=$$empty_fix; \
33960 + if test $$# -gt 0; then \
33961 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33962 + "$$@" $$unique; \
33963 + else \
33964 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
33965 + $$unique; \
33966 + fi; \
33967 + fi
33968 +ctags: CTAGS
33969 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
33970 + $(TAGS_FILES) $(LISP)
33971 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
33972 + unique=`for i in $$list; do \
33973 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
33974 + done | \
33975 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
33976 + END { if (nonempty) { for (i in files) print i; }; }'`; \
33977 + test -z "$(CTAGS_ARGS)$$unique" \
33978 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
33979 + $$unique
33980
33981 GTAGS:
33982 here=`$(am__cd) $(top_builddir) && pwd` \
33983 - && cd $(top_srcdir) \
33984 - && gtags -i $(GTAGS_ARGS) $$here
33985 + && $(am__cd) $(top_srcdir) \
33986 + && gtags -i $(GTAGS_ARGS) "$$here"
33987
33988 distclean-tags:
33989 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
33990 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
33991 -
33992 -top_distdir = ../../..
33993 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
33994 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
33995
33996 distdir: $(DISTFILES)
33997 - @list='$(DISTFILES)'; for file in $$list; do \
33998 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
33999 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
34000 + list='$(DISTFILES)'; \
34001 + dist_files=`for file in $$list; do echo $$file; done | \
34002 + sed -e "s|^$$srcdirstrip/||;t" \
34003 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
34004 + case $$dist_files in \
34005 + */*) $(MKDIR_P) `echo "$$dist_files" | \
34006 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
34007 + sort -u` ;; \
34008 + esac; \
34009 + for file in $$dist_files; do \
34010 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
34011 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
34012 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
34013 - dir="/$$dir"; \
34014 - $(mkinstalldirs) "$(distdir)$$dir"; \
34015 - else \
34016 - dir=''; \
34017 - fi; \
34018 if test -d $$d/$$file; then \
34019 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
34020 + if test -d "$(distdir)/$$file"; then \
34021 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
34022 + fi; \
34023 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
34024 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
34025 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
34026 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
34027 fi; \
34028 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
34029 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
34030 else \
34031 - test -f $(distdir)/$$file \
34032 - || cp -p $$d/$$file $(distdir)/$$file \
34033 + test -f "$(distdir)/$$file" \
34034 + || cp -p $$d/$$file "$(distdir)/$$file" \
34035 || exit 1; \
34036 fi; \
34037 done
34038 check-am: all-am
34039 -check: check-am
34040 +check: $(BUILT_SOURCES)
34041 + $(MAKE) $(AM_MAKEFLAGS) check-am
34042 all-am: Makefile $(PROGRAMS)
34043 -
34044 installdirs:
34045 -
34046 -install: install-am
34047 +install: $(BUILT_SOURCES)
34048 + $(MAKE) $(AM_MAKEFLAGS) install-am
34049 install-exec: install-exec-am
34050 install-data: install-data-am
34051 uninstall: uninstall-am
34052 @@ -307,7 +393,7 @@
34053 installcheck: installcheck-am
34054 install-strip:
34055 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
34056 - INSTALL_STRIP_FLAG=-s \
34057 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
34058 `test -z '$(STRIP)' || \
34059 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
34060 mostlyclean-generic:
34061 @@ -316,7 +402,8 @@
34062 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
34063
34064 distclean-generic:
34065 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
34066 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
34067 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
34068
34069 maintainer-clean-generic:
34070 @echo "This command is intended for maintainers to use"
34071 @@ -327,52 +414,89 @@
34072 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
34073
34074 distclean: distclean-am
34075 -
34076 -distclean-am: clean-am distclean-compile distclean-depend \
34077 - distclean-generic distclean-tags
34078 + -rm -rf ./$(DEPDIR)
34079 + -rm -f Makefile
34080 +distclean-am: clean-am distclean-compile distclean-generic \
34081 + distclean-tags
34082
34083 dvi: dvi-am
34084
34085 dvi-am:
34086
34087 +html: html-am
34088 +
34089 +html-am:
34090 +
34091 info: info-am
34092
34093 info-am:
34094
34095 install-data-am:
34096
34097 +install-dvi: install-dvi-am
34098 +
34099 +install-dvi-am:
34100 +
34101 install-exec-am:
34102
34103 +install-html: install-html-am
34104 +
34105 +install-html-am:
34106 +
34107 install-info: install-info-am
34108
34109 +install-info-am:
34110 +
34111 install-man:
34112
34113 +install-pdf: install-pdf-am
34114 +
34115 +install-pdf-am:
34116 +
34117 +install-ps: install-ps-am
34118 +
34119 +install-ps-am:
34120 +
34121 installcheck-am:
34122
34123 maintainer-clean: maintainer-clean-am
34124 -
34125 + -rm -rf ./$(DEPDIR)
34126 + -rm -f Makefile
34127 maintainer-clean-am: distclean-am maintainer-clean-generic
34128
34129 mostlyclean: mostlyclean-am
34130
34131 mostlyclean-am: mostlyclean-compile mostlyclean-generic
34132
34133 -uninstall-am: uninstall-info-am
34134 +pdf: pdf-am
34135 +
34136 +pdf-am:
34137
34138 -.PHONY: GTAGS all all-am check check-am clean clean-generic \
34139 - clean-noinstPROGRAMS distclean distclean-compile \
34140 - distclean-depend distclean-generic distclean-tags distdir dvi \
34141 - dvi-am info info-am install install-am install-data \
34142 - install-data-am install-exec install-exec-am install-info \
34143 - install-info-am install-man install-strip installcheck \
34144 +ps: ps-am
34145 +
34146 +ps-am:
34147 +
34148 +uninstall-am:
34149 +
34150 +.MAKE: all check install install-am install-strip
34151 +
34152 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
34153 + clean-noinstPROGRAMS ctags distclean distclean-compile \
34154 + distclean-generic distclean-tags distdir dvi dvi-am html \
34155 + html-am info info-am install install-am install-data \
34156 + install-data-am install-dvi install-dvi-am install-exec \
34157 + install-exec-am install-html install-html-am install-info \
34158 + install-info-am install-man install-pdf install-pdf-am \
34159 + install-ps install-ps-am install-strip installcheck \
34160 installcheck-am installdirs maintainer-clean \
34161 maintainer-clean-generic mostlyclean mostlyclean-compile \
34162 - mostlyclean-generic tags uninstall uninstall-am \
34163 - uninstall-info-am
34164 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
34165 + uninstall-am
34166
34167
34168 $(SOAP_C_SRC) : $(SOAPHEADER)
34169 $(SOAP) -cL $(SOAP_FLAGS) $(SOAPHEADER)
34170 +
34171 # Tell versions [3.59,3.63) of GNU make to not export all variables.
34172 # Otherwise a system limit (for SysV at least) may be exceeded.
34173 .NOEXPORT:
34174 diff -urN b/gsoap/src/Makefile.in d/gsoap/src/Makefile.in
34175 --- b/gsoap/src/Makefile.in 2009-11-07 21:07:33.000000000 +0100
34176 +++ d/gsoap/src/Makefile.in 2010-01-22 21:45:25.000000000 +0100
34177 @@ -1,8 +1,9 @@
34178 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
34179 +# Makefile.in generated by automake 1.11 from Makefile.am.
34180 # @configure_input@
34181
34182 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
34183 -# Free Software Foundation, Inc.
34184 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
34185 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
34186 +# Inc.
34187 # This Makefile.in is free software; the Free Software Foundation
34188 # gives unlimited permission to copy and/or distribute it,
34189 # with or without modifications, as long as this notice is preserved.
34190 @@ -15,77 +16,120 @@
34191 @SET_MAKE@
34192
34193 ####### This is the input file for automake, which will generate Makefile.in ##########
34194 -SHELL = @SHELL@
34195
34196 -srcdir = @srcdir@
34197 -top_srcdir = @top_srcdir@
34198 VPATH = @srcdir@
34199 -prefix = @prefix@
34200 -exec_prefix = @exec_prefix@
34201 -
34202 -bindir = @bindir@
34203 -sbindir = @sbindir@
34204 -libexecdir = @libexecdir@
34205 -datadir = @datadir@
34206 -sysconfdir = @sysconfdir@
34207 -sharedstatedir = @sharedstatedir@
34208 -localstatedir = @localstatedir@
34209 -libdir = @libdir@
34210 -infodir = @infodir@
34211 -mandir = @mandir@
34212 -includedir = @includedir@
34213 -oldincludedir = /usr/include
34214 pkgdatadir = $(datadir)/@PACKAGE@
34215 -pkglibdir = $(libdir)/@PACKAGE@
34216 pkgincludedir = $(includedir)/@PACKAGE@
34217 -top_builddir = ../..
34218 -
34219 -ACLOCAL = @ACLOCAL@
34220 -AUTOCONF = @AUTOCONF@
34221 -AUTOMAKE = @AUTOMAKE@
34222 -AUTOHEADER = @AUTOHEADER@
34223 -
34224 +pkglibdir = $(libdir)/@PACKAGE@
34225 +pkglibexecdir = $(libexecdir)/@PACKAGE@
34226 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34227 -INSTALL = @INSTALL@
34228 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
34229 -INSTALL_DATA = @INSTALL_DATA@
34230 install_sh_DATA = $(install_sh) -c -m 644
34231 install_sh_PROGRAM = $(install_sh) -c
34232 install_sh_SCRIPT = $(install_sh) -c
34233 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
34234 INSTALL_HEADER = $(INSTALL_DATA)
34235 -transform = @program_transform_name@
34236 +transform = $(program_transform_name)
34237 NORMAL_INSTALL = :
34238 PRE_INSTALL = :
34239 POST_INSTALL = :
34240 NORMAL_UNINSTALL = :
34241 PRE_UNINSTALL = :
34242 POST_UNINSTALL = :
34243 -host_alias = @host_alias@
34244 +build_triplet = @build@
34245 host_triplet = @host@
34246 -
34247 -EXEEXT = @EXEEXT@
34248 -OBJEXT = @OBJEXT@
34249 -PATH_SEPARATOR = @PATH_SEPARATOR@
34250 +bin_PROGRAMS = soapcpp2$(EXEEXT)
34251 +subdir = gsoap/src
34252 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
34253 + soapcpp2_lex.c soapcpp2_yacc.c soapcpp2_yacc.h
34254 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34255 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
34256 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34257 + $(ACLOCAL_M4)
34258 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34259 +CONFIG_HEADER = $(top_builddir)/config.h
34260 +CONFIG_CLEAN_FILES =
34261 +CONFIG_CLEAN_VPATH_FILES =
34262 +am__installdirs = "$(DESTDIR)$(bindir)"
34263 +PROGRAMS = $(bin_PROGRAMS)
34264 +am_soapcpp2_OBJECTS = soapcpp2-soapcpp2_yacc.$(OBJEXT) \
34265 + soapcpp2-soapcpp2_lex.$(OBJEXT) soapcpp2-symbol2.$(OBJEXT) \
34266 + soapcpp2-error2.$(OBJEXT) soapcpp2-init2.$(OBJEXT) \
34267 + soapcpp2-soapcpp2.$(OBJEXT)
34268 +soapcpp2_OBJECTS = $(am_soapcpp2_OBJECTS)
34269 +am__DEPENDENCIES_1 =
34270 +soapcpp2_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
34271 +soapcpp2_LINK = $(CCLD) $(soapcpp2_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
34272 + $(LDFLAGS) -o $@
34273 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
34274 +depcomp = $(SHELL) $(top_srcdir)/depcomp
34275 +am__depfiles_maybe = depfiles
34276 +am__mv = mv -f
34277 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
34278 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
34279 +CCLD = $(CC)
34280 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
34281 +LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
34282 +YLWRAP = $(top_srcdir)/ylwrap
34283 +YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
34284 +SOURCES = $(soapcpp2_SOURCES)
34285 +DIST_SOURCES = $(soapcpp2_SOURCES)
34286 +ETAGS = etags
34287 +CTAGS = ctags
34288 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
34289 +ACLOCAL = @ACLOCAL@
34290 AMTAR = @AMTAR@
34291 +AUTOCONF = @AUTOCONF@
34292 +AUTOHEADER = @AUTOHEADER@
34293 +AUTOMAKE = @AUTOMAKE@
34294 AWK = @AWK@
34295 BISON_DEFINE = @BISON_DEFINE@
34296 CC = @CC@
34297 +CCDEPMODE = @CCDEPMODE@
34298 +CFLAGS = @CFLAGS@
34299 CPP = @CPP@
34300 +CPPFLAGS = @CPPFLAGS@
34301 CXX = @CXX@
34302 +CXXDEPMODE = @CXXDEPMODE@
34303 +CXXFLAGS = @CXXFLAGS@
34304 +CYGPATH_W = @CYGPATH_W@
34305 +DEFS = @DEFS@
34306 DEPDIR = @DEPDIR@
34307 +ECHO_C = @ECHO_C@
34308 +ECHO_N = @ECHO_N@
34309 +ECHO_T = @ECHO_T@
34310 +EGREP = @EGREP@
34311 ENABLE_SAMPLES = @ENABLE_SAMPLES@
34312 +EXEEXT = @EXEEXT@
34313 +GREP = @GREP@
34314 +INSTALL = @INSTALL@
34315 +INSTALL_DATA = @INSTALL_DATA@
34316 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
34317 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
34318 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
34319 +LDFLAGS = @LDFLAGS@
34320 LEX = @LEX@
34321 LEXLIB = @LEXLIB@
34322 LEX_DEFINE = @LEX_DEFINE@
34323 LEX_FLAGS = @LEX_FLAGS@
34324 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
34325 +LIBOBJS = @LIBOBJS@
34326 +LIBS = @LIBS@
34327 LN_S = @LN_S@
34328 +LTLIBOBJS = @LTLIBOBJS@
34329 +MAKEINFO = @MAKEINFO@
34330 +MKDIR_P = @MKDIR_P@
34331 +OBJEXT = @OBJEXT@
34332 PACKAGE = @PACKAGE@
34333 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
34334 +PACKAGE_NAME = @PACKAGE_NAME@
34335 +PACKAGE_STRING = @PACKAGE_STRING@
34336 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
34337 +PACKAGE_VERSION = @PACKAGE_VERSION@
34338 +PATH_SEPARATOR = @PATH_SEPARATOR@
34339 RANLIB = @RANLIB@
34340 SAMPLE_DIRS = @SAMPLE_DIRS@
34341 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
34342 +SET_MAKE = @SET_MAKE@
34343 +SHELL = @SHELL@
34344 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
34345 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
34346 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
34347 @@ -97,114 +141,150 @@
34348 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
34349 YACC = @YACC@
34350 YACC_LIB = @YACC_LIB@
34351 +YFLAGS = @YFLAGS@
34352 +abs_builddir = @abs_builddir@
34353 +abs_srcdir = @abs_srcdir@
34354 +abs_top_builddir = @abs_top_builddir@
34355 +abs_top_srcdir = @abs_top_srcdir@
34356 +ac_ct_CC = @ac_ct_CC@
34357 +ac_ct_CXX = @ac_ct_CXX@
34358 am__include = @am__include@
34359 +am__leading_dot = @am__leading_dot@
34360 am__quote = @am__quote@
34361 +am__tar = @am__tar@
34362 +am__untar = @am__untar@
34363 +bindir = @bindir@
34364 +build = @build@
34365 +build_alias = @build_alias@
34366 +build_cpu = @build_cpu@
34367 +build_os = @build_os@
34368 +build_vendor = @build_vendor@
34369 +builddir = @builddir@
34370 +datadir = @datadir@
34371 +datarootdir = @datarootdir@
34372 +docdir = @docdir@
34373 +dvidir = @dvidir@
34374 +exec_prefix = @exec_prefix@
34375 +host = @host@
34376 +host_alias = @host_alias@
34377 +host_cpu = @host_cpu@
34378 +host_os = @host_os@
34379 +host_vendor = @host_vendor@
34380 +htmldir = @htmldir@
34381 +includedir = @includedir@
34382 +infodir = @infodir@
34383 install_sh = @install_sh@
34384 +libdir = @libdir@
34385 +libexecdir = @libexecdir@
34386 +localedir = @localedir@
34387 +localstatedir = @localstatedir@
34388 +mandir = @mandir@
34389 +mkdir_p = @mkdir_p@
34390 +oldincludedir = @oldincludedir@
34391 +pdfdir = @pdfdir@
34392 platform = @platform@
34393 -
34394 +prefix = @prefix@
34395 +program_transform_name = @program_transform_name@
34396 +psdir = @psdir@
34397 +sbindir = @sbindir@
34398 +sharedstatedir = @sharedstatedir@
34399 +srcdir = @srcdir@
34400 +sysconfdir = @sysconfdir@
34401 +target_alias = @target_alias@
34402 +top_build_prefix = @top_build_prefix@
34403 +top_builddir = @top_builddir@
34404 +top_srcdir = @top_srcdir@
34405 AUTOMAKE_OPTIONS = foreign 1.4
34406
34407 #LIBS=
34408 AM_YFLAGS = -d -v
34409 AM_LFLAGS = $(LEX_FLAGS)
34410 -
34411 -bin_PROGRAMS = soapcpp2
34412 -
34413 soapcpp2_CFLAGS = $(BISON_DEFINE) $(LEX_DEFINE) $(C_DEBUG_FLAGS) $(SOAPCPP2_IMPORTPATH) -D$(platform)
34414 soapcpp2_LDADD = $(YACC_LIB) $(LEXLIB)
34415 soapcpp2_SOURCES = soapcpp2_yacc.y soapcpp2_lex.l symbol2.c error2.c init2.c soapcpp2.c
34416 -
34417 CLEANFILES = *~ soapcpp2_lex.c soapcpp2_yacc.c soapcpp2_yacc.h y.output soapcpp2_yacc.output
34418 -subdir = gsoap/src
34419 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34420 -CONFIG_HEADER = $(top_builddir)/config.h
34421 -CONFIG_CLEAN_FILES =
34422 -bin_PROGRAMS = soapcpp2$(EXEEXT)
34423 -PROGRAMS = $(bin_PROGRAMS)
34424 -
34425 -am_soapcpp2_OBJECTS = soapcpp2-soapcpp2_yacc.$(OBJEXT) \
34426 - soapcpp2-soapcpp2_lex.$(OBJEXT) soapcpp2-symbol2.$(OBJEXT) \
34427 - soapcpp2-error2.$(OBJEXT) soapcpp2-init2.$(OBJEXT) \
34428 - soapcpp2-soapcpp2.$(OBJEXT)
34429 -soapcpp2_OBJECTS = $(am_soapcpp2_OBJECTS)
34430 -soapcpp2_DEPENDENCIES =
34431 -soapcpp2_LDFLAGS =
34432 -
34433 -DEFS = @DEFS@
34434 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
34435 -CPPFLAGS = @CPPFLAGS@
34436 -LDFLAGS = @LDFLAGS@
34437 -LIBS = @LIBS@
34438 -depcomp = $(SHELL) $(top_srcdir)/depcomp
34439 -am__depfiles_maybe = depfiles
34440 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/soapcpp2-error2.Po \
34441 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcpp2-init2.Po \
34442 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcpp2-soapcpp2.Po \
34443 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcpp2-soapcpp2_lex.Po \
34444 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcpp2-soapcpp2_yacc.Po \
34445 -@AMDEP_TRUE@ ./$(DEPDIR)/soapcpp2-symbol2.Po
34446 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
34447 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
34448 -CCLD = $(CC)
34449 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
34450 -CFLAGS = @CFLAGS@
34451 -LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
34452 -YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
34453 -DIST_SOURCES = $(soapcpp2_SOURCES)
34454 -DIST_COMMON = Makefile.am Makefile.in soapcpp2_lex.c soapcpp2_yacc.c \
34455 - soapcpp2_yacc.h
34456 -SOURCES = $(soapcpp2_SOURCES)
34457 -
34458 all: all-am
34459
34460 .SUFFIXES:
34461 .SUFFIXES: .c .l .o .obj .y
34462 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
34463 - cd $(top_srcdir) && \
34464 - $(AUTOMAKE) --foreign gsoap/src/Makefile
34465 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
34466 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
34467 -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
34468 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
34469 + @for dep in $?; do \
34470 + case '$(am__configure_deps)' in \
34471 + *$$dep*) \
34472 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
34473 + && { if test -f $@; then exit 0; else break; fi; }; \
34474 + exit 1;; \
34475 + esac; \
34476 + done; \
34477 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/src/Makefile'; \
34478 + $(am__cd) $(top_srcdir) && \
34479 + $(AUTOMAKE) --foreign gsoap/src/Makefile
34480 +.PRECIOUS: Makefile
34481 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
34482 + @case '$?' in \
34483 + *config.status*) \
34484 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
34485 + *) \
34486 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
34487 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
34488 + esac;
34489 +
34490 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
34491 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34492 +
34493 +$(top_srcdir)/configure: $(am__configure_deps)
34494 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34495 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
34496 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34497 +$(am__aclocal_m4_deps):
34498 install-binPROGRAMS: $(bin_PROGRAMS)
34499 @$(NORMAL_INSTALL)
34500 - $(mkinstalldirs) $(DESTDIR)$(bindir)
34501 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
34502 - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
34503 - if test -f $$p \
34504 - ; then \
34505 - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
34506 - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
34507 - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
34508 - else :; fi; \
34509 - done
34510 + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
34511 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
34512 + for p in $$list; do echo "$$p $$p"; done | \
34513 + sed 's/$(EXEEXT)$$//' | \
34514 + while read p p1; do if test -f $$p; \
34515 + then echo "$$p"; echo "$$p"; else :; fi; \
34516 + done | \
34517 + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
34518 + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
34519 + sed 'N;N;N;s,\n, ,g' | \
34520 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
34521 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
34522 + if ($$2 == $$4) files[d] = files[d] " " $$1; \
34523 + else { print "f", $$3 "/" $$4, $$1; } } \
34524 + END { for (d in files) print "f", d, files[d] }' | \
34525 + while read type dir files; do \
34526 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
34527 + test -z "$$files" || { \
34528 + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
34529 + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
34530 + } \
34531 + ; done
34532
34533 uninstall-binPROGRAMS:
34534 @$(NORMAL_UNINSTALL)
34535 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
34536 - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
34537 - echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
34538 - rm -f $(DESTDIR)$(bindir)/$$f; \
34539 - done
34540 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
34541 + files=`for p in $$list; do echo "$$p"; done | \
34542 + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
34543 + -e 's/$$/$(EXEEXT)/' `; \
34544 + test -n "$$list" || exit 0; \
34545 + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
34546 + cd "$(DESTDIR)$(bindir)" && rm -f $$files
34547
34548 clean-binPROGRAMS:
34549 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
34550 soapcpp2_yacc.h: soapcpp2_yacc.c
34551 @if test ! -f $@; then \
34552 rm -f soapcpp2_yacc.c; \
34553 - $(MAKE) soapcpp2_yacc.c; \
34554 + $(MAKE) $(AM_MAKEFLAGS) soapcpp2_yacc.c; \
34555 else :; fi
34556 -soapcpp2-soapcpp2_yacc.$(OBJEXT): soapcpp2_yacc.c
34557 -soapcpp2-soapcpp2_lex.$(OBJEXT): soapcpp2_lex.c
34558 -soapcpp2-symbol2.$(OBJEXT): symbol2.c
34559 -soapcpp2-error2.$(OBJEXT): error2.c
34560 -soapcpp2-init2.$(OBJEXT): init2.c
34561 -soapcpp2-soapcpp2.$(OBJEXT): soapcpp2.c
34562 soapcpp2$(EXEEXT): $(soapcpp2_OBJECTS) $(soapcpp2_DEPENDENCIES)
34563 @rm -f soapcpp2$(EXEEXT)
34564 - $(LINK) $(soapcpp2_LDFLAGS) $(soapcpp2_OBJECTS) $(soapcpp2_LDADD) $(LIBS)
34565 + $(soapcpp2_LINK) $(soapcpp2_OBJECTS) $(soapcpp2_LDADD) $(LIBS)
34566
34567 mostlyclean-compile:
34568 - -rm -f *.$(OBJEXT) core *.core
34569 + -rm -f *.$(OBJEXT)
34570
34571 distclean-compile:
34572 -rm -f *.tab.c
34573 @@ -216,188 +296,199 @@
34574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapcpp2-soapcpp2_yacc.Po@am__quote@
34575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soapcpp2-symbol2.Po@am__quote@
34576
34577 -distclean-depend:
34578 - -rm -rf ./$(DEPDIR)
34579 -
34580 .c.o:
34581 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
34582 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
34583 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34584 - $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
34585 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
34586 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
34587 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
34588 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34589 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
34590
34591 .c.obj:
34592 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
34593 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
34594 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34595 - $(COMPILE) -c `cygpath -w $<`
34596 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
34597 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
34598 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
34599 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34600 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
34601
34602 soapcpp2-soapcpp2_yacc.o: soapcpp2_yacc.c
34603 -@AMDEP_TRUE@ source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.o' libtool=no @AMDEPBACKSLASH@
34604 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2_yacc.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2_yacc.TPo' @AMDEPBACKSLASH@
34605 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34606 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo '$(srcdir)/'`soapcpp2_yacc.c
34607 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2_yacc.o -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2_yacc.Tpo -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo '$(srcdir)/'`soapcpp2_yacc.c
34608 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2_yacc.Tpo $(DEPDIR)/soapcpp2-soapcpp2_yacc.Po
34609 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.o' libtool=no @AMDEPBACKSLASH@
34610 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34611 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo '$(srcdir)/'`soapcpp2_yacc.c
34612
34613 soapcpp2-soapcpp2_yacc.obj: soapcpp2_yacc.c
34614 -@AMDEP_TRUE@ source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.obj' libtool=no @AMDEPBACKSLASH@
34615 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2_yacc.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2_yacc.TPo' @AMDEPBACKSLASH@
34616 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34617 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_yacc.obj `cygpath -w soapcpp2_yacc.c`
34618 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2_yacc.obj -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2_yacc.Tpo -c -o soapcpp2-soapcpp2_yacc.obj `if test -f 'soapcpp2_yacc.c'; then $(CYGPATH_W) 'soapcpp2_yacc.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2_yacc.c'; fi`
34619 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2_yacc.Tpo $(DEPDIR)/soapcpp2-soapcpp2_yacc.Po
34620 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2_yacc.c' object='soapcpp2-soapcpp2_yacc.obj' libtool=no @AMDEPBACKSLASH@
34621 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34622 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_yacc.obj `if test -f 'soapcpp2_yacc.c'; then $(CYGPATH_W) 'soapcpp2_yacc.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2_yacc.c'; fi`
34623
34624 soapcpp2-soapcpp2_lex.o: soapcpp2_lex.c
34625 -@AMDEP_TRUE@ source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.o' libtool=no @AMDEPBACKSLASH@
34626 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2_lex.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2_lex.TPo' @AMDEPBACKSLASH@
34627 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34628 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo '$(srcdir)/'`soapcpp2_lex.c
34629 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2_lex.o -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2_lex.Tpo -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo '$(srcdir)/'`soapcpp2_lex.c
34630 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2_lex.Tpo $(DEPDIR)/soapcpp2-soapcpp2_lex.Po
34631 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.o' libtool=no @AMDEPBACKSLASH@
34632 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34633 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo '$(srcdir)/'`soapcpp2_lex.c
34634
34635 soapcpp2-soapcpp2_lex.obj: soapcpp2_lex.c
34636 -@AMDEP_TRUE@ source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.obj' libtool=no @AMDEPBACKSLASH@
34637 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2_lex.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2_lex.TPo' @AMDEPBACKSLASH@
34638 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34639 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_lex.obj `cygpath -w soapcpp2_lex.c`
34640 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2_lex.obj -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2_lex.Tpo -c -o soapcpp2-soapcpp2_lex.obj `if test -f 'soapcpp2_lex.c'; then $(CYGPATH_W) 'soapcpp2_lex.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2_lex.c'; fi`
34641 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2_lex.Tpo $(DEPDIR)/soapcpp2-soapcpp2_lex.Po
34642 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2_lex.c' object='soapcpp2-soapcpp2_lex.obj' libtool=no @AMDEPBACKSLASH@
34643 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34644 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2_lex.obj `if test -f 'soapcpp2_lex.c'; then $(CYGPATH_W) 'soapcpp2_lex.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2_lex.c'; fi`
34645
34646 soapcpp2-symbol2.o: symbol2.c
34647 -@AMDEP_TRUE@ source='symbol2.c' object='soapcpp2-symbol2.o' libtool=no @AMDEPBACKSLASH@
34648 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-symbol2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-symbol2.TPo' @AMDEPBACKSLASH@
34649 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34650 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo '$(srcdir)/'`symbol2.c
34651 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-symbol2.o -MD -MP -MF $(DEPDIR)/soapcpp2-symbol2.Tpo -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo '$(srcdir)/'`symbol2.c
34652 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-symbol2.Tpo $(DEPDIR)/soapcpp2-symbol2.Po
34653 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='symbol2.c' object='soapcpp2-symbol2.o' libtool=no @AMDEPBACKSLASH@
34654 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34655 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo '$(srcdir)/'`symbol2.c
34656
34657 soapcpp2-symbol2.obj: symbol2.c
34658 -@AMDEP_TRUE@ source='symbol2.c' object='soapcpp2-symbol2.obj' libtool=no @AMDEPBACKSLASH@
34659 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-symbol2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-symbol2.TPo' @AMDEPBACKSLASH@
34660 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34661 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-symbol2.obj `cygpath -w symbol2.c`
34662 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-symbol2.obj -MD -MP -MF $(DEPDIR)/soapcpp2-symbol2.Tpo -c -o soapcpp2-symbol2.obj `if test -f 'symbol2.c'; then $(CYGPATH_W) 'symbol2.c'; else $(CYGPATH_W) '$(srcdir)/symbol2.c'; fi`
34663 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-symbol2.Tpo $(DEPDIR)/soapcpp2-symbol2.Po
34664 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='symbol2.c' object='soapcpp2-symbol2.obj' libtool=no @AMDEPBACKSLASH@
34665 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34666 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-symbol2.obj `if test -f 'symbol2.c'; then $(CYGPATH_W) 'symbol2.c'; else $(CYGPATH_W) '$(srcdir)/symbol2.c'; fi`
34667
34668 soapcpp2-error2.o: error2.c
34669 -@AMDEP_TRUE@ source='error2.c' object='soapcpp2-error2.o' libtool=no @AMDEPBACKSLASH@
34670 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-error2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-error2.TPo' @AMDEPBACKSLASH@
34671 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34672 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-error2.o `test -f 'error2.c' || echo '$(srcdir)/'`error2.c
34673 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-error2.o -MD -MP -MF $(DEPDIR)/soapcpp2-error2.Tpo -c -o soapcpp2-error2.o `test -f 'error2.c' || echo '$(srcdir)/'`error2.c
34674 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-error2.Tpo $(DEPDIR)/soapcpp2-error2.Po
34675 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='error2.c' object='soapcpp2-error2.o' libtool=no @AMDEPBACKSLASH@
34676 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34677 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-error2.o `test -f 'error2.c' || echo '$(srcdir)/'`error2.c
34678
34679 soapcpp2-error2.obj: error2.c
34680 -@AMDEP_TRUE@ source='error2.c' object='soapcpp2-error2.obj' libtool=no @AMDEPBACKSLASH@
34681 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-error2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-error2.TPo' @AMDEPBACKSLASH@
34682 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34683 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-error2.obj `cygpath -w error2.c`
34684 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-error2.obj -MD -MP -MF $(DEPDIR)/soapcpp2-error2.Tpo -c -o soapcpp2-error2.obj `if test -f 'error2.c'; then $(CYGPATH_W) 'error2.c'; else $(CYGPATH_W) '$(srcdir)/error2.c'; fi`
34685 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-error2.Tpo $(DEPDIR)/soapcpp2-error2.Po
34686 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='error2.c' object='soapcpp2-error2.obj' libtool=no @AMDEPBACKSLASH@
34687 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34688 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-error2.obj `if test -f 'error2.c'; then $(CYGPATH_W) 'error2.c'; else $(CYGPATH_W) '$(srcdir)/error2.c'; fi`
34689
34690 soapcpp2-init2.o: init2.c
34691 -@AMDEP_TRUE@ source='init2.c' object='soapcpp2-init2.o' libtool=no @AMDEPBACKSLASH@
34692 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-init2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-init2.TPo' @AMDEPBACKSLASH@
34693 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34694 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-init2.o `test -f 'init2.c' || echo '$(srcdir)/'`init2.c
34695 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-init2.o -MD -MP -MF $(DEPDIR)/soapcpp2-init2.Tpo -c -o soapcpp2-init2.o `test -f 'init2.c' || echo '$(srcdir)/'`init2.c
34696 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-init2.Tpo $(DEPDIR)/soapcpp2-init2.Po
34697 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='init2.c' object='soapcpp2-init2.o' libtool=no @AMDEPBACKSLASH@
34698 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34699 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-init2.o `test -f 'init2.c' || echo '$(srcdir)/'`init2.c
34700
34701 soapcpp2-init2.obj: init2.c
34702 -@AMDEP_TRUE@ source='init2.c' object='soapcpp2-init2.obj' libtool=no @AMDEPBACKSLASH@
34703 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-init2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-init2.TPo' @AMDEPBACKSLASH@
34704 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34705 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-init2.obj `cygpath -w init2.c`
34706 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-init2.obj -MD -MP -MF $(DEPDIR)/soapcpp2-init2.Tpo -c -o soapcpp2-init2.obj `if test -f 'init2.c'; then $(CYGPATH_W) 'init2.c'; else $(CYGPATH_W) '$(srcdir)/init2.c'; fi`
34707 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-init2.Tpo $(DEPDIR)/soapcpp2-init2.Po
34708 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='init2.c' object='soapcpp2-init2.obj' libtool=no @AMDEPBACKSLASH@
34709 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34710 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-init2.obj `if test -f 'init2.c'; then $(CYGPATH_W) 'init2.c'; else $(CYGPATH_W) '$(srcdir)/init2.c'; fi`
34711
34712 soapcpp2-soapcpp2.o: soapcpp2.c
34713 -@AMDEP_TRUE@ source='soapcpp2.c' object='soapcpp2-soapcpp2.o' libtool=no @AMDEPBACKSLASH@
34714 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2.TPo' @AMDEPBACKSLASH@
34715 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34716 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo '$(srcdir)/'`soapcpp2.c
34717 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2.o -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2.Tpo -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo '$(srcdir)/'`soapcpp2.c
34718 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2.Tpo $(DEPDIR)/soapcpp2-soapcpp2.Po
34719 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2.c' object='soapcpp2-soapcpp2.o' libtool=no @AMDEPBACKSLASH@
34720 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34721 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo '$(srcdir)/'`soapcpp2.c
34722
34723 soapcpp2-soapcpp2.obj: soapcpp2.c
34724 -@AMDEP_TRUE@ source='soapcpp2.c' object='soapcpp2-soapcpp2.obj' libtool=no @AMDEPBACKSLASH@
34725 -@AMDEP_TRUE@ depfile='$(DEPDIR)/soapcpp2-soapcpp2.Po' tmpdepfile='$(DEPDIR)/soapcpp2-soapcpp2.TPo' @AMDEPBACKSLASH@
34726 -@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34727 - $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2.obj `cygpath -w soapcpp2.c`
34728 -CCDEPMODE = @CCDEPMODE@
34729 +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -MT soapcpp2-soapcpp2.obj -MD -MP -MF $(DEPDIR)/soapcpp2-soapcpp2.Tpo -c -o soapcpp2-soapcpp2.obj `if test -f 'soapcpp2.c'; then $(CYGPATH_W) 'soapcpp2.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2.c'; fi`
34730 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/soapcpp2-soapcpp2.Tpo $(DEPDIR)/soapcpp2-soapcpp2.Po
34731 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='soapcpp2.c' object='soapcpp2-soapcpp2.obj' libtool=no @AMDEPBACKSLASH@
34732 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
34733 +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(soapcpp2_CFLAGS) $(CFLAGS) -c -o soapcpp2-soapcpp2.obj `if test -f 'soapcpp2.c'; then $(CYGPATH_W) 'soapcpp2.c'; else $(CYGPATH_W) '$(srcdir)/soapcpp2.c'; fi`
34734
34735 .l.c:
34736 - $(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$<
34737 - sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
34738 - rm -f $(LEX_OUTPUT_ROOT).c
34739 + $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
34740
34741 .y.c:
34742 - $(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$<
34743 - sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@
34744 - rm -f y.tab.c
34745 - if test -f y.tab.h; then \
34746 - to=`echo "$*_H" | sed \
34747 - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
34748 - -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
34749 - sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
34750 - rm -f y.tab.h; \
34751 - if cmp -s $*.ht $*.h; then \
34752 - rm -f $*.ht ;\
34753 - else \
34754 - mv $*.ht $*.h; \
34755 - fi; \
34756 - fi
34757 - if test -f y.output; then \
34758 - mv y.output $*.output; \
34759 - fi
34760 -uninstall-info-am:
34761 -
34762 -ETAGS = etags
34763 -ETAGSFLAGS =
34764 -
34765 -tags: TAGS
34766 + $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
34767
34768 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
34769 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
34770 unique=`for i in $$list; do \
34771 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34772 done | \
34773 - $(AWK) ' { files[$$0] = 1; } \
34774 - END { for (i in files) print i; }'`; \
34775 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
34776 + END { if (nonempty) { for (i in files) print i; }; }'`; \
34777 mkid -fID $$unique
34778 +tags: TAGS
34779
34780 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
34781 $(TAGS_FILES) $(LISP)
34782 - tags=; \
34783 + set x; \
34784 here=`pwd`; \
34785 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
34786 unique=`for i in $$list; do \
34787 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34788 done | \
34789 - $(AWK) ' { files[$$0] = 1; } \
34790 - END { for (i in files) print i; }'`; \
34791 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
34792 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
34793 - $$tags $$unique
34794 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
34795 + END { if (nonempty) { for (i in files) print i; }; }'`; \
34796 + shift; \
34797 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
34798 + test -n "$$unique" || unique=$$empty_fix; \
34799 + if test $$# -gt 0; then \
34800 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
34801 + "$$@" $$unique; \
34802 + else \
34803 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
34804 + $$unique; \
34805 + fi; \
34806 + fi
34807 +ctags: CTAGS
34808 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
34809 + $(TAGS_FILES) $(LISP)
34810 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
34811 + unique=`for i in $$list; do \
34812 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
34813 + done | \
34814 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
34815 + END { if (nonempty) { for (i in files) print i; }; }'`; \
34816 + test -z "$(CTAGS_ARGS)$$unique" \
34817 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
34818 + $$unique
34819
34820 GTAGS:
34821 here=`$(am__cd) $(top_builddir) && pwd` \
34822 - && cd $(top_srcdir) \
34823 - && gtags -i $(GTAGS_ARGS) $$here
34824 + && $(am__cd) $(top_srcdir) \
34825 + && gtags -i $(GTAGS_ARGS) "$$here"
34826
34827 distclean-tags:
34828 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
34829 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
34830 -
34831 -top_distdir = ../..
34832 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
34833 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
34834
34835 distdir: $(DISTFILES)
34836 - @list='$(DISTFILES)'; for file in $$list; do \
34837 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
34838 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
34839 + list='$(DISTFILES)'; \
34840 + dist_files=`for file in $$list; do echo $$file; done | \
34841 + sed -e "s|^$$srcdirstrip/||;t" \
34842 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
34843 + case $$dist_files in \
34844 + */*) $(MKDIR_P) `echo "$$dist_files" | \
34845 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
34846 + sort -u` ;; \
34847 + esac; \
34848 + for file in $$dist_files; do \
34849 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
34850 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
34851 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
34852 - dir="/$$dir"; \
34853 - $(mkinstalldirs) "$(distdir)$$dir"; \
34854 - else \
34855 - dir=''; \
34856 - fi; \
34857 if test -d $$d/$$file; then \
34858 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
34859 + if test -d "$(distdir)/$$file"; then \
34860 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
34861 + fi; \
34862 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
34863 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
34864 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
34865 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
34866 fi; \
34867 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
34868 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
34869 else \
34870 - test -f $(distdir)/$$file \
34871 - || cp -p $$d/$$file $(distdir)/$$file \
34872 + test -f "$(distdir)/$$file" \
34873 + || cp -p $$d/$$file "$(distdir)/$$file" \
34874 || exit 1; \
34875 fi; \
34876 done
34877 check-am: all-am
34878 check: check-am
34879 all-am: Makefile $(PROGRAMS)
34880 -
34881 installdirs:
34882 - $(mkinstalldirs) $(DESTDIR)$(bindir)
34883 -
34884 + for dir in "$(DESTDIR)$(bindir)"; do \
34885 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \
34886 + done
34887 install: install-am
34888 install-exec: install-exec-am
34889 install-data: install-data-am
34890 @@ -409,7 +500,7 @@
34891 installcheck: installcheck-am
34892 install-strip:
34893 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
34894 - INSTALL_STRIP_FLAG=-s \
34895 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
34896 `test -z '$(STRIP)' || \
34897 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
34898 mostlyclean-generic:
34899 @@ -418,59 +509,99 @@
34900 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
34901
34902 distclean-generic:
34903 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
34904 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
34905 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
34906
34907 maintainer-clean-generic:
34908 @echo "This command is intended for maintainers to use"
34909 @echo "it deletes files that may require special tools to rebuild."
34910 - -test -z "soapcpp2_yacc.hsoapcpp2_yacc.csoapcpp2_lex.c" || rm -f soapcpp2_yacc.h soapcpp2_yacc.c soapcpp2_lex.c
34911 + -rm -f soapcpp2_lex.c
34912 + -rm -f soapcpp2_yacc.c
34913 + -rm -f soapcpp2_yacc.h
34914 clean: clean-am
34915
34916 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
34917
34918 distclean: distclean-am
34919 -
34920 -distclean-am: clean-am distclean-compile distclean-depend \
34921 - distclean-generic distclean-tags
34922 + -rm -rf ./$(DEPDIR)
34923 + -rm -f Makefile
34924 +distclean-am: clean-am distclean-compile distclean-generic \
34925 + distclean-tags
34926
34927 dvi: dvi-am
34928
34929 dvi-am:
34930
34931 +html: html-am
34932 +
34933 +html-am:
34934 +
34935 info: info-am
34936
34937 info-am:
34938
34939 install-data-am:
34940
34941 +install-dvi: install-dvi-am
34942 +
34943 +install-dvi-am:
34944 +
34945 install-exec-am: install-binPROGRAMS
34946
34947 +install-html: install-html-am
34948 +
34949 +install-html-am:
34950 +
34951 install-info: install-info-am
34952
34953 +install-info-am:
34954 +
34955 install-man:
34956
34957 +install-pdf: install-pdf-am
34958 +
34959 +install-pdf-am:
34960 +
34961 +install-ps: install-ps-am
34962 +
34963 +install-ps-am:
34964 +
34965 installcheck-am:
34966
34967 maintainer-clean: maintainer-clean-am
34968 -
34969 + -rm -rf ./$(DEPDIR)
34970 + -rm -f Makefile
34971 maintainer-clean-am: distclean-am maintainer-clean-generic
34972
34973 mostlyclean: mostlyclean-am
34974
34975 mostlyclean-am: mostlyclean-compile mostlyclean-generic
34976
34977 -uninstall-am: uninstall-binPROGRAMS uninstall-info-am
34978 +pdf: pdf-am
34979 +
34980 +pdf-am:
34981
34982 -.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
34983 - clean-generic distclean distclean-compile distclean-depend \
34984 - distclean-generic distclean-tags distdir dvi dvi-am info \
34985 - info-am install install-am install-binPROGRAMS install-data \
34986 - install-data-am install-exec install-exec-am install-info \
34987 - install-info-am install-man install-strip installcheck \
34988 - installcheck-am installdirs maintainer-clean \
34989 +ps: ps-am
34990 +
34991 +ps-am:
34992 +
34993 +uninstall-am: uninstall-binPROGRAMS
34994 +
34995 +.MAKE: install-am install-strip
34996 +
34997 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
34998 + clean-generic ctags distclean distclean-compile \
34999 + distclean-generic distclean-tags distdir dvi dvi-am html \
35000 + html-am info info-am install install-am install-binPROGRAMS \
35001 + install-data install-data-am install-dvi install-dvi-am \
35002 + install-exec install-exec-am install-html install-html-am \
35003 + install-info install-info-am install-man install-pdf \
35004 + install-pdf-am install-ps install-ps-am install-strip \
35005 + installcheck installcheck-am installdirs maintainer-clean \
35006 maintainer-clean-generic mostlyclean mostlyclean-compile \
35007 - mostlyclean-generic tags uninstall uninstall-am \
35008 - uninstall-binPROGRAMS uninstall-info-am
35009 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
35010 + uninstall-am uninstall-binPROGRAMS
35011 +
35012
35013 # Tell versions [3.59,3.63) of GNU make to not export all variables.
35014 # Otherwise a system limit (for SysV at least) may be exceeded.
35015 diff -urN b/gsoap/wsdl/Makefile.in d/gsoap/wsdl/Makefile.in
35016 --- b/gsoap/wsdl/Makefile.in 2009-11-07 21:07:32.000000000 +0100
35017 +++ d/gsoap/wsdl/Makefile.in 2010-01-22 21:45:25.000000000 +0100
35018 @@ -1,8 +1,9 @@
35019 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
35020 +# Makefile.in generated by automake 1.11 from Makefile.am.
35021 # @configure_input@
35022
35023 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
35024 -# Free Software Foundation, Inc.
35025 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
35026 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
35027 +# Inc.
35028 # This Makefile.in is free software; the Free Software Foundation
35029 # gives unlimited permission to copy and/or distribute it,
35030 # with or without modifications, as long as this notice is preserved.
35031 @@ -15,77 +16,118 @@
35032 @SET_MAKE@
35033
35034 ####### This is the input file for automake, which will generate Makefile.in ##########
35035 -SHELL = @SHELL@
35036
35037 -srcdir = @srcdir@
35038 -top_srcdir = @top_srcdir@
35039 VPATH = @srcdir@
35040 -prefix = @prefix@
35041 -exec_prefix = @exec_prefix@
35042 -
35043 -bindir = @bindir@
35044 -sbindir = @sbindir@
35045 -libexecdir = @libexecdir@
35046 -datadir = @datadir@
35047 -sysconfdir = @sysconfdir@
35048 -sharedstatedir = @sharedstatedir@
35049 -localstatedir = @localstatedir@
35050 -libdir = @libdir@
35051 -infodir = @infodir@
35052 -mandir = @mandir@
35053 -includedir = @includedir@
35054 -oldincludedir = /usr/include
35055 pkgdatadir = $(datadir)/@PACKAGE@
35056 -pkglibdir = $(libdir)/@PACKAGE@
35057 pkgincludedir = $(includedir)/@PACKAGE@
35058 -top_builddir = ../..
35059 -
35060 -ACLOCAL = @ACLOCAL@
35061 -AUTOCONF = @AUTOCONF@
35062 -AUTOMAKE = @AUTOMAKE@
35063 -AUTOHEADER = @AUTOHEADER@
35064 -
35065 +pkglibdir = $(libdir)/@PACKAGE@
35066 +pkglibexecdir = $(libexecdir)/@PACKAGE@
35067 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35068 -INSTALL = @INSTALL@
35069 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
35070 -INSTALL_DATA = @INSTALL_DATA@
35071 install_sh_DATA = $(install_sh) -c -m 644
35072 install_sh_PROGRAM = $(install_sh) -c
35073 install_sh_SCRIPT = $(install_sh) -c
35074 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
35075 INSTALL_HEADER = $(INSTALL_DATA)
35076 -transform = @program_transform_name@
35077 +transform = $(program_transform_name)
35078 NORMAL_INSTALL = :
35079 PRE_INSTALL = :
35080 POST_INSTALL = :
35081 NORMAL_UNINSTALL = :
35082 PRE_UNINSTALL = :
35083 POST_UNINSTALL = :
35084 -host_alias = @host_alias@
35085 +build_triplet = @build@
35086 host_triplet = @host@
35087 -
35088 -EXEEXT = @EXEEXT@
35089 -OBJEXT = @OBJEXT@
35090 -PATH_SEPARATOR = @PATH_SEPARATOR@
35091 +bin_PROGRAMS = wsdl2h$(EXEEXT)
35092 +subdir = gsoap/wsdl
35093 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
35094 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35095 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
35096 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
35097 + $(ACLOCAL_M4)
35098 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
35099 +CONFIG_HEADER = $(top_builddir)/config.h
35100 +CONFIG_CLEAN_FILES =
35101 +CONFIG_CLEAN_VPATH_FILES =
35102 +am__installdirs = "$(DESTDIR)$(bindir)"
35103 +PROGRAMS = $(bin_PROGRAMS)
35104 +am_wsdl2h_OBJECTS = wsdl2h-wsdl2h.$(OBJEXT) wsdl2h-wsdl.$(OBJEXT) \
35105 + wsdl2h-schema.$(OBJEXT) wsdl2h-types.$(OBJEXT) \
35106 + wsdl2h-service.$(OBJEXT) wsdl2h-soap.$(OBJEXT) \
35107 + wsdl2h-mime.$(OBJEXT)
35108 +wsdl2h_OBJECTS = $(am_wsdl2h_OBJECTS)
35109 +am__DEPENDENCIES_1 =
35110 +wsdl2h_DEPENDENCIES = $(SOAP_CPP_SRC) $(SOAP_CPP_LIB) \
35111 + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
35112 +wsdl2h_LINK = $(CXXLD) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
35113 + $(LDFLAGS) -o $@
35114 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
35115 +depcomp = $(SHELL) $(top_srcdir)/depcomp
35116 +am__depfiles_maybe = depfiles
35117 +am__mv = mv -f
35118 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
35119 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
35120 +CXXLD = $(CXX)
35121 +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
35122 + -o $@
35123 +SOURCES = $(wsdl2h_SOURCES)
35124 +DIST_SOURCES = $(wsdl2h_SOURCES)
35125 +ETAGS = etags
35126 +CTAGS = ctags
35127 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
35128 +ACLOCAL = @ACLOCAL@
35129 AMTAR = @AMTAR@
35130 +AUTOCONF = @AUTOCONF@
35131 +AUTOHEADER = @AUTOHEADER@
35132 +AUTOMAKE = @AUTOMAKE@
35133 AWK = @AWK@
35134 BISON_DEFINE = @BISON_DEFINE@
35135 CC = @CC@
35136 +CCDEPMODE = @CCDEPMODE@
35137 +CFLAGS = @CFLAGS@
35138 CPP = @CPP@
35139 +CPPFLAGS = @CPPFLAGS@
35140 CXX = @CXX@
35141 +CXXDEPMODE = @CXXDEPMODE@
35142 +CXXFLAGS = @CXXFLAGS@
35143 +CYGPATH_W = @CYGPATH_W@
35144 +DEFS = @DEFS@
35145 DEPDIR = @DEPDIR@
35146 +ECHO_C = @ECHO_C@
35147 +ECHO_N = @ECHO_N@
35148 +ECHO_T = @ECHO_T@
35149 +EGREP = @EGREP@
35150 ENABLE_SAMPLES = @ENABLE_SAMPLES@
35151 +EXEEXT = @EXEEXT@
35152 +GREP = @GREP@
35153 +INSTALL = @INSTALL@
35154 +INSTALL_DATA = @INSTALL_DATA@
35155 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
35156 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
35157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
35158 +LDFLAGS = @LDFLAGS@
35159 LEX = @LEX@
35160 LEXLIB = @LEXLIB@
35161 LEX_DEFINE = @LEX_DEFINE@
35162 LEX_FLAGS = @LEX_FLAGS@
35163 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
35164 +LIBOBJS = @LIBOBJS@
35165 +LIBS = @LIBS@
35166 LN_S = @LN_S@
35167 +LTLIBOBJS = @LTLIBOBJS@
35168 +MAKEINFO = @MAKEINFO@
35169 +MKDIR_P = @MKDIR_P@
35170 +OBJEXT = @OBJEXT@
35171 PACKAGE = @PACKAGE@
35172 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
35173 +PACKAGE_NAME = @PACKAGE_NAME@
35174 +PACKAGE_STRING = @PACKAGE_STRING@
35175 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
35176 +PACKAGE_VERSION = @PACKAGE_VERSION@
35177 +PATH_SEPARATOR = @PATH_SEPARATOR@
35178 RANLIB = @RANLIB@
35179 SAMPLE_DIRS = @SAMPLE_DIRS@
35180 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
35181 +SET_MAKE = @SET_MAKE@
35182 +SHELL = @SHELL@
35183 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
35184 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
35185 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
35186 @@ -97,13 +139,60 @@
35187 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
35188 YACC = @YACC@
35189 YACC_LIB = @YACC_LIB@
35190 +YFLAGS = @YFLAGS@
35191 +abs_builddir = @abs_builddir@
35192 +abs_srcdir = @abs_srcdir@
35193 +abs_top_builddir = @abs_top_builddir@
35194 +abs_top_srcdir = @abs_top_srcdir@
35195 +ac_ct_CC = @ac_ct_CC@
35196 +ac_ct_CXX = @ac_ct_CXX@
35197 am__include = @am__include@
35198 +am__leading_dot = @am__leading_dot@
35199 am__quote = @am__quote@
35200 +am__tar = @am__tar@
35201 +am__untar = @am__untar@
35202 +bindir = @bindir@
35203 +build = @build@
35204 +build_alias = @build_alias@
35205 +build_cpu = @build_cpu@
35206 +build_os = @build_os@
35207 +build_vendor = @build_vendor@
35208 +builddir = @builddir@
35209 +datadir = @datadir@
35210 +datarootdir = @datarootdir@
35211 +docdir = @docdir@
35212 +dvidir = @dvidir@
35213 +exec_prefix = @exec_prefix@
35214 +host = @host@
35215 +host_alias = @host_alias@
35216 +host_cpu = @host_cpu@
35217 +host_os = @host_os@
35218 +host_vendor = @host_vendor@
35219 +htmldir = @htmldir@
35220 +includedir = @includedir@
35221 +infodir = @infodir@
35222 install_sh = @install_sh@
35223 +libdir = @libdir@
35224 +libexecdir = @libexecdir@
35225 +localedir = @localedir@
35226 +localstatedir = @localstatedir@
35227 +mandir = @mandir@
35228 +mkdir_p = @mkdir_p@
35229 +oldincludedir = @oldincludedir@
35230 +pdfdir = @pdfdir@
35231 platform = @platform@
35232 -
35233 +prefix = @prefix@
35234 +program_transform_name = @program_transform_name@
35235 +psdir = @psdir@
35236 +sbindir = @sbindir@
35237 +sharedstatedir = @sharedstatedir@
35238 +srcdir = @srcdir@
35239 +sysconfdir = @sysconfdir@
35240 +target_alias = @target_alias@
35241 +top_build_prefix = @top_build_prefix@
35242 +top_builddir = @top_builddir@
35243 +top_srcdir = @top_srcdir@
35244 AUTOMAKE_OPTIONS = foreign 1.4
35245 -
35246 INCLUDES = -I$(top_srcdir)/gsoap
35247 AM_LDFLAGS = $(INCLUDES) -I$(srcdir) -L$(srcdir)
35248 SOAP = $(top_builddir)/gsoap/src/soapcpp2
35249 @@ -112,105 +201,90 @@
35250 SOAPHEADER = $(srcdir)/wsdl.h
35251 SOAP_FLAGS = -SC -pwsdl -I$(srcdir) -I$(top_srcdir)/gsoap/import
35252 BUILT_SOURCES = $(SOAP_CPP_SRC)
35253 -
35254 -
35255 -#LIBS=
35256 -bin_PROGRAMS = wsdl2h
35257 -
35258 wsdl2h_CFLAGS = $(C_DEBUG_FLAGS) $(SOAPCPP2_NONAMESPACES) -D$(platform)
35259 wsdl2h_CPPFLAGS = $(C_DEBUG_FLAGS) $(SOAPCPP2_NONAMESPACES) -D$(platform)
35260 wsdl2h_CXXFLAGS = $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH)
35261 wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp
35262 wsdl2h_LDADD = $(SOAP_CPP_SRC) $(SOAP_CPP_LIB) $(WSDL2H_EXTRA_LIBS) $(SAMPLE_EXTRA_LIBS)
35263 -
35264 CLEANFILES = *~ *C.cpp *H.h *Stub.h *.nsmap
35265 -subdir = gsoap/wsdl
35266 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
35267 -CONFIG_HEADER = $(top_builddir)/config.h
35268 -CONFIG_CLEAN_FILES =
35269 -bin_PROGRAMS = wsdl2h$(EXEEXT)
35270 -PROGRAMS = $(bin_PROGRAMS)
35271 -
35272 -am_wsdl2h_OBJECTS = wsdl2h-wsdl2h.$(OBJEXT) wsdl2h-wsdl.$(OBJEXT) \
35273 - wsdl2h-schema.$(OBJEXT) wsdl2h-types.$(OBJEXT) \
35274 - wsdl2h-service.$(OBJEXT) wsdl2h-soap.$(OBJEXT) \
35275 - wsdl2h-mime.$(OBJEXT)
35276 -wsdl2h_OBJECTS = $(am_wsdl2h_OBJECTS)
35277 -wsdl2h_DEPENDENCIES = wsdlC.cpp \
35278 - $(top_builddir)/gsoap/$(WSDL2H_SOAP_CPP_LIB)
35279 -wsdl2h_LDFLAGS =
35280 -
35281 -DEFS = @DEFS@
35282 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
35283 -CPPFLAGS = @CPPFLAGS@
35284 -LDFLAGS = @LDFLAGS@
35285 -LIBS = @LIBS@
35286 -depcomp = $(SHELL) $(top_srcdir)/depcomp
35287 -am__depfiles_maybe = depfiles
35288 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/wsdl2h-mime.Po \
35289 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-schema.Po \
35290 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-service.Po \
35291 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-soap.Po \
35292 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-types.Po \
35293 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-wsdl.Po \
35294 -@AMDEP_TRUE@ ./$(DEPDIR)/wsdl2h-wsdl2h.Po
35295 -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
35296 - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
35297 -CXXLD = $(CXX)
35298 -CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
35299 - -o $@
35300 -CXXFLAGS = @CXXFLAGS@
35301 -DIST_SOURCES = $(wsdl2h_SOURCES)
35302 -DIST_COMMON = Makefile.am Makefile.in
35303 -SOURCES = $(wsdl2h_SOURCES)
35304 -
35305 all: $(BUILT_SOURCES)
35306 $(MAKE) $(AM_MAKEFLAGS) all-am
35307
35308 .SUFFIXES:
35309 .SUFFIXES: .cpp .o .obj
35310 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
35311 - cd $(top_srcdir) && \
35312 - $(AUTOMAKE) --foreign gsoap/wsdl/Makefile
35313 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35314 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
35315 -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
35316 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
35317 + @for dep in $?; do \
35318 + case '$(am__configure_deps)' in \
35319 + *$$dep*) \
35320 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
35321 + && { if test -f $@; then exit 0; else break; fi; }; \
35322 + exit 1;; \
35323 + esac; \
35324 + done; \
35325 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsoap/wsdl/Makefile'; \
35326 + $(am__cd) $(top_srcdir) && \
35327 + $(AUTOMAKE) --foreign gsoap/wsdl/Makefile
35328 +.PRECIOUS: Makefile
35329 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35330 + @case '$?' in \
35331 + *config.status*) \
35332 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
35333 + *) \
35334 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
35335 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
35336 + esac;
35337 +
35338 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
35339 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35340 +
35341 +$(top_srcdir)/configure: $(am__configure_deps)
35342 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35343 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
35344 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35345 +$(am__aclocal_m4_deps):
35346 install-binPROGRAMS: $(bin_PROGRAMS)
35347 @$(NORMAL_INSTALL)
35348 - $(mkinstalldirs) $(DESTDIR)$(bindir)
35349 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
35350 - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
35351 - if test -f $$p \
35352 - ; then \
35353 - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
35354 - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
35355 - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
35356 - else :; fi; \
35357 - done
35358 + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
35359 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
35360 + for p in $$list; do echo "$$p $$p"; done | \
35361 + sed 's/$(EXEEXT)$$//' | \
35362 + while read p p1; do if test -f $$p; \
35363 + then echo "$$p"; echo "$$p"; else :; fi; \
35364 + done | \
35365 + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
35366 + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
35367 + sed 'N;N;N;s,\n, ,g' | \
35368 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
35369 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
35370 + if ($$2 == $$4) files[d] = files[d] " " $$1; \
35371 + else { print "f", $$3 "/" $$4, $$1; } } \
35372 + END { for (d in files) print "f", d, files[d] }' | \
35373 + while read type dir files; do \
35374 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
35375 + test -z "$$files" || { \
35376 + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
35377 + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
35378 + } \
35379 + ; done
35380
35381 uninstall-binPROGRAMS:
35382 @$(NORMAL_UNINSTALL)
35383 - @list='$(bin_PROGRAMS)'; for p in $$list; do \
35384 - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
35385 - echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
35386 - rm -f $(DESTDIR)$(bindir)/$$f; \
35387 - done
35388 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
35389 + files=`for p in $$list; do echo "$$p"; done | \
35390 + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
35391 + -e 's/$$/$(EXEEXT)/' `; \
35392 + test -n "$$list" || exit 0; \
35393 + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
35394 + cd "$(DESTDIR)$(bindir)" && rm -f $$files
35395
35396 clean-binPROGRAMS:
35397 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
35398 -wsdl2h-wsdl2h.$(OBJEXT): wsdl2h.cpp
35399 -wsdl2h-wsdl.$(OBJEXT): wsdl.cpp
35400 -wsdl2h-schema.$(OBJEXT): schema.cpp
35401 -wsdl2h-types.$(OBJEXT): types.cpp
35402 -wsdl2h-service.$(OBJEXT): service.cpp
35403 -wsdl2h-soap.$(OBJEXT): soap.cpp
35404 -wsdl2h-mime.$(OBJEXT): mime.cpp
35405 wsdl2h$(EXEEXT): $(wsdl2h_OBJECTS) $(wsdl2h_DEPENDENCIES)
35406 @rm -f wsdl2h$(EXEEXT)
35407 - $(CXXLINK) $(wsdl2h_LDFLAGS) $(wsdl2h_OBJECTS) $(wsdl2h_LDADD) $(LIBS)
35408 + $(wsdl2h_LINK) $(wsdl2h_OBJECTS) $(wsdl2h_LDADD) $(LIBS)
35409
35410 mostlyclean-compile:
35411 - -rm -f *.$(OBJEXT) core *.core
35412 + -rm -f *.$(OBJEXT)
35413
35414 distclean-compile:
35415 -rm -f *.tab.c
35416 @@ -223,176 +297,210 @@
35417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wsdl2h-wsdl.Po@am__quote@
35418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wsdl2h-wsdl2h.Po@am__quote@
35419
35420 -distclean-depend:
35421 - -rm -rf ./$(DEPDIR)
35422 -
35423 .cpp.o:
35424 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35425 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
35426 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35427 - $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
35428 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
35429 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
35430 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35431 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35432 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
35433
35434 .cpp.obj:
35435 -@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35436 -@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
35437 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35438 - $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
35439 +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
35440 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
35441 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
35442 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35443 +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
35444
35445 wsdl2h-wsdl2h.o: wsdl2h.cpp
35446 -@AMDEP_TRUE@ source='wsdl2h.cpp' object='wsdl2h-wsdl2h.o' libtool=no @AMDEPBACKSLASH@
35447 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-wsdl2h.Po' tmpdepfile='$(DEPDIR)/wsdl2h-wsdl2h.TPo' @AMDEPBACKSLASH@
35448 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35449 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo '$(srcdir)/'`wsdl2h.cpp
35450 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-wsdl2h.o -MD -MP -MF $(DEPDIR)/wsdl2h-wsdl2h.Tpo -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo '$(srcdir)/'`wsdl2h.cpp
35451 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-wsdl2h.Tpo $(DEPDIR)/wsdl2h-wsdl2h.Po
35452 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wsdl2h.cpp' object='wsdl2h-wsdl2h.o' libtool=no @AMDEPBACKSLASH@
35453 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35454 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo '$(srcdir)/'`wsdl2h.cpp
35455
35456 wsdl2h-wsdl2h.obj: wsdl2h.cpp
35457 -@AMDEP_TRUE@ source='wsdl2h.cpp' object='wsdl2h-wsdl2h.obj' libtool=no @AMDEPBACKSLASH@
35458 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-wsdl2h.Po' tmpdepfile='$(DEPDIR)/wsdl2h-wsdl2h.TPo' @AMDEPBACKSLASH@
35459 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35460 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl2h.obj `cygpath -w wsdl2h.cpp`
35461 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-wsdl2h.obj -MD -MP -MF $(DEPDIR)/wsdl2h-wsdl2h.Tpo -c -o wsdl2h-wsdl2h.obj `if test -f 'wsdl2h.cpp'; then $(CYGPATH_W) 'wsdl2h.cpp'; else $(CYGPATH_W) '$(srcdir)/wsdl2h.cpp'; fi`
35462 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-wsdl2h.Tpo $(DEPDIR)/wsdl2h-wsdl2h.Po
35463 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wsdl2h.cpp' object='wsdl2h-wsdl2h.obj' libtool=no @AMDEPBACKSLASH@
35464 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35465 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl2h.obj `if test -f 'wsdl2h.cpp'; then $(CYGPATH_W) 'wsdl2h.cpp'; else $(CYGPATH_W) '$(srcdir)/wsdl2h.cpp'; fi`
35466
35467 wsdl2h-wsdl.o: wsdl.cpp
35468 -@AMDEP_TRUE@ source='wsdl.cpp' object='wsdl2h-wsdl.o' libtool=no @AMDEPBACKSLASH@
35469 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-wsdl.Po' tmpdepfile='$(DEPDIR)/wsdl2h-wsdl.TPo' @AMDEPBACKSLASH@
35470 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35471 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl.o `test -f 'wsdl.cpp' || echo '$(srcdir)/'`wsdl.cpp
35472 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-wsdl.o -MD -MP -MF $(DEPDIR)/wsdl2h-wsdl.Tpo -c -o wsdl2h-wsdl.o `test -f 'wsdl.cpp' || echo '$(srcdir)/'`wsdl.cpp
35473 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-wsdl.Tpo $(DEPDIR)/wsdl2h-wsdl.Po
35474 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wsdl.cpp' object='wsdl2h-wsdl.o' libtool=no @AMDEPBACKSLASH@
35475 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35476 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl.o `test -f 'wsdl.cpp' || echo '$(srcdir)/'`wsdl.cpp
35477
35478 wsdl2h-wsdl.obj: wsdl.cpp
35479 -@AMDEP_TRUE@ source='wsdl.cpp' object='wsdl2h-wsdl.obj' libtool=no @AMDEPBACKSLASH@
35480 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-wsdl.Po' tmpdepfile='$(DEPDIR)/wsdl2h-wsdl.TPo' @AMDEPBACKSLASH@
35481 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35482 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl.obj `cygpath -w wsdl.cpp`
35483 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-wsdl.obj -MD -MP -MF $(DEPDIR)/wsdl2h-wsdl.Tpo -c -o wsdl2h-wsdl.obj `if test -f 'wsdl.cpp'; then $(CYGPATH_W) 'wsdl.cpp'; else $(CYGPATH_W) '$(srcdir)/wsdl.cpp'; fi`
35484 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-wsdl.Tpo $(DEPDIR)/wsdl2h-wsdl.Po
35485 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wsdl.cpp' object='wsdl2h-wsdl.obj' libtool=no @AMDEPBACKSLASH@
35486 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35487 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-wsdl.obj `if test -f 'wsdl.cpp'; then $(CYGPATH_W) 'wsdl.cpp'; else $(CYGPATH_W) '$(srcdir)/wsdl.cpp'; fi`
35488
35489 wsdl2h-schema.o: schema.cpp
35490 -@AMDEP_TRUE@ source='schema.cpp' object='wsdl2h-schema.o' libtool=no @AMDEPBACKSLASH@
35491 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-schema.Po' tmpdepfile='$(DEPDIR)/wsdl2h-schema.TPo' @AMDEPBACKSLASH@
35492 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35493 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-schema.o `test -f 'schema.cpp' || echo '$(srcdir)/'`schema.cpp
35494 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-schema.o -MD -MP -MF $(DEPDIR)/wsdl2h-schema.Tpo -c -o wsdl2h-schema.o `test -f 'schema.cpp' || echo '$(srcdir)/'`schema.cpp
35495 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-schema.Tpo $(DEPDIR)/wsdl2h-schema.Po
35496 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='schema.cpp' object='wsdl2h-schema.o' libtool=no @AMDEPBACKSLASH@
35497 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35498 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-schema.o `test -f 'schema.cpp' || echo '$(srcdir)/'`schema.cpp
35499
35500 wsdl2h-schema.obj: schema.cpp
35501 -@AMDEP_TRUE@ source='schema.cpp' object='wsdl2h-schema.obj' libtool=no @AMDEPBACKSLASH@
35502 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-schema.Po' tmpdepfile='$(DEPDIR)/wsdl2h-schema.TPo' @AMDEPBACKSLASH@
35503 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35504 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-schema.obj `cygpath -w schema.cpp`
35505 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-schema.obj -MD -MP -MF $(DEPDIR)/wsdl2h-schema.Tpo -c -o wsdl2h-schema.obj `if test -f 'schema.cpp'; then $(CYGPATH_W) 'schema.cpp'; else $(CYGPATH_W) '$(srcdir)/schema.cpp'; fi`
35506 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-schema.Tpo $(DEPDIR)/wsdl2h-schema.Po
35507 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='schema.cpp' object='wsdl2h-schema.obj' libtool=no @AMDEPBACKSLASH@
35508 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35509 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-schema.obj `if test -f 'schema.cpp'; then $(CYGPATH_W) 'schema.cpp'; else $(CYGPATH_W) '$(srcdir)/schema.cpp'; fi`
35510
35511 wsdl2h-types.o: types.cpp
35512 -@AMDEP_TRUE@ source='types.cpp' object='wsdl2h-types.o' libtool=no @AMDEPBACKSLASH@
35513 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-types.Po' tmpdepfile='$(DEPDIR)/wsdl2h-types.TPo' @AMDEPBACKSLASH@
35514 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35515 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-types.o `test -f 'types.cpp' || echo '$(srcdir)/'`types.cpp
35516 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-types.o -MD -MP -MF $(DEPDIR)/wsdl2h-types.Tpo -c -o wsdl2h-types.o `test -f 'types.cpp' || echo '$(srcdir)/'`types.cpp
35517 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-types.Tpo $(DEPDIR)/wsdl2h-types.Po
35518 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='types.cpp' object='wsdl2h-types.o' libtool=no @AMDEPBACKSLASH@
35519 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35520 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-types.o `test -f 'types.cpp' || echo '$(srcdir)/'`types.cpp
35521
35522 wsdl2h-types.obj: types.cpp
35523 -@AMDEP_TRUE@ source='types.cpp' object='wsdl2h-types.obj' libtool=no @AMDEPBACKSLASH@
35524 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-types.Po' tmpdepfile='$(DEPDIR)/wsdl2h-types.TPo' @AMDEPBACKSLASH@
35525 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35526 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-types.obj `cygpath -w types.cpp`
35527 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-types.obj -MD -MP -MF $(DEPDIR)/wsdl2h-types.Tpo -c -o wsdl2h-types.obj `if test -f 'types.cpp'; then $(CYGPATH_W) 'types.cpp'; else $(CYGPATH_W) '$(srcdir)/types.cpp'; fi`
35528 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-types.Tpo $(DEPDIR)/wsdl2h-types.Po
35529 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='types.cpp' object='wsdl2h-types.obj' libtool=no @AMDEPBACKSLASH@
35530 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35531 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-types.obj `if test -f 'types.cpp'; then $(CYGPATH_W) 'types.cpp'; else $(CYGPATH_W) '$(srcdir)/types.cpp'; fi`
35532
35533 wsdl2h-service.o: service.cpp
35534 -@AMDEP_TRUE@ source='service.cpp' object='wsdl2h-service.o' libtool=no @AMDEPBACKSLASH@
35535 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-service.Po' tmpdepfile='$(DEPDIR)/wsdl2h-service.TPo' @AMDEPBACKSLASH@
35536 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35537 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-service.o `test -f 'service.cpp' || echo '$(srcdir)/'`service.cpp
35538 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-service.o -MD -MP -MF $(DEPDIR)/wsdl2h-service.Tpo -c -o wsdl2h-service.o `test -f 'service.cpp' || echo '$(srcdir)/'`service.cpp
35539 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-service.Tpo $(DEPDIR)/wsdl2h-service.Po
35540 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='service.cpp' object='wsdl2h-service.o' libtool=no @AMDEPBACKSLASH@
35541 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35542 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-service.o `test -f 'service.cpp' || echo '$(srcdir)/'`service.cpp
35543
35544 wsdl2h-service.obj: service.cpp
35545 -@AMDEP_TRUE@ source='service.cpp' object='wsdl2h-service.obj' libtool=no @AMDEPBACKSLASH@
35546 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-service.Po' tmpdepfile='$(DEPDIR)/wsdl2h-service.TPo' @AMDEPBACKSLASH@
35547 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35548 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-service.obj `cygpath -w service.cpp`
35549 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-service.obj -MD -MP -MF $(DEPDIR)/wsdl2h-service.Tpo -c -o wsdl2h-service.obj `if test -f 'service.cpp'; then $(CYGPATH_W) 'service.cpp'; else $(CYGPATH_W) '$(srcdir)/service.cpp'; fi`
35550 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-service.Tpo $(DEPDIR)/wsdl2h-service.Po
35551 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='service.cpp' object='wsdl2h-service.obj' libtool=no @AMDEPBACKSLASH@
35552 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35553 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-service.obj `if test -f 'service.cpp'; then $(CYGPATH_W) 'service.cpp'; else $(CYGPATH_W) '$(srcdir)/service.cpp'; fi`
35554
35555 wsdl2h-soap.o: soap.cpp
35556 -@AMDEP_TRUE@ source='soap.cpp' object='wsdl2h-soap.o' libtool=no @AMDEPBACKSLASH@
35557 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-soap.Po' tmpdepfile='$(DEPDIR)/wsdl2h-soap.TPo' @AMDEPBACKSLASH@
35558 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35559 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-soap.o `test -f 'soap.cpp' || echo '$(srcdir)/'`soap.cpp
35560 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-soap.o -MD -MP -MF $(DEPDIR)/wsdl2h-soap.Tpo -c -o wsdl2h-soap.o `test -f 'soap.cpp' || echo '$(srcdir)/'`soap.cpp
35561 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-soap.Tpo $(DEPDIR)/wsdl2h-soap.Po
35562 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soap.cpp' object='wsdl2h-soap.o' libtool=no @AMDEPBACKSLASH@
35563 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35564 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-soap.o `test -f 'soap.cpp' || echo '$(srcdir)/'`soap.cpp
35565
35566 wsdl2h-soap.obj: soap.cpp
35567 -@AMDEP_TRUE@ source='soap.cpp' object='wsdl2h-soap.obj' libtool=no @AMDEPBACKSLASH@
35568 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-soap.Po' tmpdepfile='$(DEPDIR)/wsdl2h-soap.TPo' @AMDEPBACKSLASH@
35569 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35570 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-soap.obj `cygpath -w soap.cpp`
35571 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-soap.obj -MD -MP -MF $(DEPDIR)/wsdl2h-soap.Tpo -c -o wsdl2h-soap.obj `if test -f 'soap.cpp'; then $(CYGPATH_W) 'soap.cpp'; else $(CYGPATH_W) '$(srcdir)/soap.cpp'; fi`
35572 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-soap.Tpo $(DEPDIR)/wsdl2h-soap.Po
35573 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='soap.cpp' object='wsdl2h-soap.obj' libtool=no @AMDEPBACKSLASH@
35574 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35575 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-soap.obj `if test -f 'soap.cpp'; then $(CYGPATH_W) 'soap.cpp'; else $(CYGPATH_W) '$(srcdir)/soap.cpp'; fi`
35576
35577 wsdl2h-mime.o: mime.cpp
35578 -@AMDEP_TRUE@ source='mime.cpp' object='wsdl2h-mime.o' libtool=no @AMDEPBACKSLASH@
35579 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-mime.Po' tmpdepfile='$(DEPDIR)/wsdl2h-mime.TPo' @AMDEPBACKSLASH@
35580 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35581 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-mime.o `test -f 'mime.cpp' || echo '$(srcdir)/'`mime.cpp
35582 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-mime.o -MD -MP -MF $(DEPDIR)/wsdl2h-mime.Tpo -c -o wsdl2h-mime.o `test -f 'mime.cpp' || echo '$(srcdir)/'`mime.cpp
35583 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-mime.Tpo $(DEPDIR)/wsdl2h-mime.Po
35584 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mime.cpp' object='wsdl2h-mime.o' libtool=no @AMDEPBACKSLASH@
35585 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35586 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-mime.o `test -f 'mime.cpp' || echo '$(srcdir)/'`mime.cpp
35587
35588 wsdl2h-mime.obj: mime.cpp
35589 -@AMDEP_TRUE@ source='mime.cpp' object='wsdl2h-mime.obj' libtool=no @AMDEPBACKSLASH@
35590 -@AMDEP_TRUE@ depfile='$(DEPDIR)/wsdl2h-mime.Po' tmpdepfile='$(DEPDIR)/wsdl2h-mime.TPo' @AMDEPBACKSLASH@
35591 -@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35592 - $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-mime.obj `cygpath -w mime.cpp`
35593 -CXXDEPMODE = @CXXDEPMODE@
35594 -uninstall-info-am:
35595 -
35596 -ETAGS = etags
35597 -ETAGSFLAGS =
35598 -
35599 -tags: TAGS
35600 +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -MT wsdl2h-mime.obj -MD -MP -MF $(DEPDIR)/wsdl2h-mime.Tpo -c -o wsdl2h-mime.obj `if test -f 'mime.cpp'; then $(CYGPATH_W) 'mime.cpp'; else $(CYGPATH_W) '$(srcdir)/mime.cpp'; fi`
35601 +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/wsdl2h-mime.Tpo $(DEPDIR)/wsdl2h-mime.Po
35602 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mime.cpp' object='wsdl2h-mime.obj' libtool=no @AMDEPBACKSLASH@
35603 +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
35604 +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wsdl2h_CPPFLAGS) $(CPPFLAGS) $(wsdl2h_CXXFLAGS) $(CXXFLAGS) -c -o wsdl2h-mime.obj `if test -f 'mime.cpp'; then $(CYGPATH_W) 'mime.cpp'; else $(CYGPATH_W) '$(srcdir)/mime.cpp'; fi`
35605
35606 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
35607 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
35608 unique=`for i in $$list; do \
35609 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35610 done | \
35611 - $(AWK) ' { files[$$0] = 1; } \
35612 - END { for (i in files) print i; }'`; \
35613 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
35614 + END { if (nonempty) { for (i in files) print i; }; }'`; \
35615 mkid -fID $$unique
35616 +tags: TAGS
35617
35618 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
35619 $(TAGS_FILES) $(LISP)
35620 - tags=; \
35621 + set x; \
35622 here=`pwd`; \
35623 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
35624 unique=`for i in $$list; do \
35625 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35626 done | \
35627 - $(AWK) ' { files[$$0] = 1; } \
35628 - END { for (i in files) print i; }'`; \
35629 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
35630 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
35631 - $$tags $$unique
35632 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
35633 + END { if (nonempty) { for (i in files) print i; }; }'`; \
35634 + shift; \
35635 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
35636 + test -n "$$unique" || unique=$$empty_fix; \
35637 + if test $$# -gt 0; then \
35638 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
35639 + "$$@" $$unique; \
35640 + else \
35641 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
35642 + $$unique; \
35643 + fi; \
35644 + fi
35645 +ctags: CTAGS
35646 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
35647 + $(TAGS_FILES) $(LISP)
35648 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
35649 + unique=`for i in $$list; do \
35650 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
35651 + done | \
35652 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
35653 + END { if (nonempty) { for (i in files) print i; }; }'`; \
35654 + test -z "$(CTAGS_ARGS)$$unique" \
35655 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
35656 + $$unique
35657
35658 GTAGS:
35659 here=`$(am__cd) $(top_builddir) && pwd` \
35660 - && cd $(top_srcdir) \
35661 - && gtags -i $(GTAGS_ARGS) $$here
35662 + && $(am__cd) $(top_srcdir) \
35663 + && gtags -i $(GTAGS_ARGS) "$$here"
35664
35665 distclean-tags:
35666 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
35667 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
35668 -
35669 -top_distdir = ../..
35670 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
35671 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
35672
35673 distdir: $(DISTFILES)
35674 - @list='$(DISTFILES)'; for file in $$list; do \
35675 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
35676 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
35677 + list='$(DISTFILES)'; \
35678 + dist_files=`for file in $$list; do echo $$file; done | \
35679 + sed -e "s|^$$srcdirstrip/||;t" \
35680 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
35681 + case $$dist_files in \
35682 + */*) $(MKDIR_P) `echo "$$dist_files" | \
35683 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
35684 + sort -u` ;; \
35685 + esac; \
35686 + for file in $$dist_files; do \
35687 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
35688 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
35689 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
35690 - dir="/$$dir"; \
35691 - $(mkinstalldirs) "$(distdir)$$dir"; \
35692 - else \
35693 - dir=''; \
35694 - fi; \
35695 if test -d $$d/$$file; then \
35696 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
35697 + if test -d "$(distdir)/$$file"; then \
35698 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
35699 + fi; \
35700 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
35701 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
35702 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
35703 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
35704 fi; \
35705 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
35706 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
35707 else \
35708 - test -f $(distdir)/$$file \
35709 - || cp -p $$d/$$file $(distdir)/$$file \
35710 + test -f "$(distdir)/$$file" \
35711 + || cp -p $$d/$$file "$(distdir)/$$file" \
35712 || exit 1; \
35713 fi; \
35714 done
35715 check-am: all-am
35716 -check: check-am
35717 +check: $(BUILT_SOURCES)
35718 + $(MAKE) $(AM_MAKEFLAGS) check-am
35719 all-am: Makefile $(PROGRAMS)
35720 -
35721 installdirs:
35722 - $(mkinstalldirs) $(DESTDIR)$(bindir)
35723 -
35724 -install: install-am
35725 + for dir in "$(DESTDIR)$(bindir)"; do \
35726 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \
35727 + done
35728 +install: $(BUILT_SOURCES)
35729 + $(MAKE) $(AM_MAKEFLAGS) install-am
35730 install-exec: install-exec-am
35731 install-data: install-data-am
35732 uninstall: uninstall-am
35733 @@ -403,7 +511,7 @@
35734 installcheck: installcheck-am
35735 install-strip:
35736 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
35737 - INSTALL_STRIP_FLAG=-s \
35738 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
35739 `test -z '$(STRIP)' || \
35740 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
35741 mostlyclean-generic:
35742 @@ -412,7 +520,8 @@
35743 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
35744
35745 distclean-generic:
35746 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
35747 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
35748 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
35749
35750 maintainer-clean-generic:
35751 @echo "This command is intended for maintainers to use"
35752 @@ -423,54 +532,91 @@
35753 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
35754
35755 distclean: distclean-am
35756 -
35757 -distclean-am: clean-am distclean-compile distclean-depend \
35758 - distclean-generic distclean-tags
35759 + -rm -rf ./$(DEPDIR)
35760 + -rm -f Makefile
35761 +distclean-am: clean-am distclean-compile distclean-generic \
35762 + distclean-tags
35763
35764 dvi: dvi-am
35765
35766 dvi-am:
35767
35768 +html: html-am
35769 +
35770 +html-am:
35771 +
35772 info: info-am
35773
35774 info-am:
35775
35776 install-data-am:
35777
35778 +install-dvi: install-dvi-am
35779 +
35780 +install-dvi-am:
35781 +
35782 install-exec-am: install-binPROGRAMS
35783
35784 +install-html: install-html-am
35785 +
35786 +install-html-am:
35787 +
35788 install-info: install-info-am
35789
35790 +install-info-am:
35791 +
35792 install-man:
35793
35794 +install-pdf: install-pdf-am
35795 +
35796 +install-pdf-am:
35797 +
35798 +install-ps: install-ps-am
35799 +
35800 +install-ps-am:
35801 +
35802 installcheck-am:
35803
35804 maintainer-clean: maintainer-clean-am
35805 -
35806 + -rm -rf ./$(DEPDIR)
35807 + -rm -f Makefile
35808 maintainer-clean-am: distclean-am maintainer-clean-generic
35809
35810 mostlyclean: mostlyclean-am
35811
35812 mostlyclean-am: mostlyclean-compile mostlyclean-generic
35813
35814 -uninstall-am: uninstall-binPROGRAMS uninstall-info-am
35815 +pdf: pdf-am
35816 +
35817 +pdf-am:
35818
35819 -.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
35820 - clean-generic distclean distclean-compile distclean-depend \
35821 - distclean-generic distclean-tags distdir dvi dvi-am info \
35822 - info-am install install-am install-binPROGRAMS install-data \
35823 - install-data-am install-exec install-exec-am install-info \
35824 - install-info-am install-man install-strip installcheck \
35825 - installcheck-am installdirs maintainer-clean \
35826 +ps: ps-am
35827 +
35828 +ps-am:
35829 +
35830 +uninstall-am: uninstall-binPROGRAMS
35831 +
35832 +.MAKE: all check install install-am install-strip
35833 +
35834 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
35835 + clean-generic ctags distclean distclean-compile \
35836 + distclean-generic distclean-tags distdir dvi dvi-am html \
35837 + html-am info info-am install install-am install-binPROGRAMS \
35838 + install-data install-data-am install-dvi install-dvi-am \
35839 + install-exec install-exec-am install-html install-html-am \
35840 + install-info install-info-am install-man install-pdf \
35841 + install-pdf-am install-ps install-ps-am install-strip \
35842 + installcheck installcheck-am installdirs maintainer-clean \
35843 maintainer-clean-generic mostlyclean mostlyclean-compile \
35844 - mostlyclean-generic tags uninstall uninstall-am \
35845 - uninstall-binPROGRAMS uninstall-info-am
35846 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
35847 + uninstall-am uninstall-binPROGRAMS
35848
35849 # WSDL2H_EXTRA_FLAGS=-DWITH_OPENSSL -DWITH_GZIP # defined in configure.in
35850 # WSDL2H_EXTRA_LIBS=-lssl -lcrypto -lz # defined in configure.in
35851
35852 $(SOAP_CPP_SRC) : $(SOAPHEADER)
35853 $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER)
35854 +
35855 # Tell versions [3.59,3.63) of GNU make to not export all variables.
35856 # Otherwise a system limit (for SysV at least) may be exceeded.
35857 .NOEXPORT:
35858 diff -urN b/Makefile.in d/Makefile.in
35859 --- b/Makefile.in 2009-11-07 21:07:07.000000000 +0100
35860 +++ d/Makefile.in 2010-01-22 21:45:25.000000000 +0100
35861 @@ -1,8 +1,9 @@
35862 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
35863 +# Makefile.in generated by automake 1.11 from Makefile.am.
35864 # @configure_input@
35865
35866 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
35867 -# Free Software Foundation, Inc.
35868 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
35869 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
35870 +# Inc.
35871 # This Makefile.in is free software; the Free Software Foundation
35872 # gives unlimited permission to copy and/or distribute it,
35873 # with or without modifications, as long as this notice is preserved.
35874 @@ -15,77 +16,176 @@
35875 @SET_MAKE@
35876
35877 ####### This is the input file for automake, which will generate Makefile.in ##########
35878 -SHELL = @SHELL@
35879
35880 -srcdir = @srcdir@
35881 -top_srcdir = @top_srcdir@
35882 VPATH = @srcdir@
35883 -prefix = @prefix@
35884 -exec_prefix = @exec_prefix@
35885 -
35886 -bindir = @bindir@
35887 -sbindir = @sbindir@
35888 -libexecdir = @libexecdir@
35889 -datadir = @datadir@
35890 -sysconfdir = @sysconfdir@
35891 -sharedstatedir = @sharedstatedir@
35892 -localstatedir = @localstatedir@
35893 -libdir = @libdir@
35894 -infodir = @infodir@
35895 -mandir = @mandir@
35896 -includedir = @includedir@
35897 -oldincludedir = /usr/include
35898 pkgdatadir = $(datadir)/@PACKAGE@
35899 -pkglibdir = $(libdir)/@PACKAGE@
35900 pkgincludedir = $(includedir)/@PACKAGE@
35901 -top_builddir = .
35902 -
35903 -ACLOCAL = @ACLOCAL@
35904 -AUTOCONF = @AUTOCONF@
35905 -AUTOMAKE = @AUTOMAKE@
35906 -AUTOHEADER = @AUTOHEADER@
35907 -
35908 +pkglibdir = $(libdir)/@PACKAGE@
35909 +pkglibexecdir = $(libexecdir)/@PACKAGE@
35910 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35911 -INSTALL = @INSTALL@
35912 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
35913 -INSTALL_DATA = @INSTALL_DATA@
35914 install_sh_DATA = $(install_sh) -c -m 644
35915 install_sh_PROGRAM = $(install_sh) -c
35916 install_sh_SCRIPT = $(install_sh) -c
35917 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
35918 INSTALL_HEADER = $(INSTALL_DATA)
35919 -transform = @program_transform_name@
35920 +transform = $(program_transform_name)
35921 NORMAL_INSTALL = :
35922 PRE_INSTALL = :
35923 POST_INSTALL = :
35924 NORMAL_UNINSTALL = :
35925 PRE_UNINSTALL = :
35926 POST_UNINSTALL = :
35927 -host_alias = @host_alias@
35928 +build_triplet = @build@
35929 host_triplet = @host@
35930 -
35931 -EXEEXT = @EXEEXT@
35932 -OBJEXT = @OBJEXT@
35933 -PATH_SEPARATOR = @PATH_SEPARATOR@
35934 +subdir = .
35935 +DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
35936 + $(srcdir)/Makefile.in $(srcdir)/config.h.in \
35937 + $(srcdir)/gsoap++.pc.in $(srcdir)/gsoap.pc.in \
35938 + $(srcdir)/gsoapck++.pc.in $(srcdir)/gsoapck.pc.in \
35939 + $(srcdir)/gsoapssl++.pc.in $(srcdir)/gsoapssl.pc.in \
35940 + $(top_srcdir)/configure compile config.guess config.sub \
35941 + depcomp install-sh missing mkinstalldirs ylwrap
35942 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35943 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
35944 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
35945 + $(ACLOCAL_M4)
35946 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
35947 + configure.lineno config.status.lineno
35948 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
35949 +CONFIG_HEADER = config.h
35950 +CONFIG_CLEAN_FILES = gsoap.pc gsoap++.pc gsoapck.pc gsoapck++.pc \
35951 + gsoapssl.pc gsoapssl++.pc
35952 +CONFIG_CLEAN_VPATH_FILES =
35953 +SOURCES =
35954 +DIST_SOURCES =
35955 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
35956 + html-recursive info-recursive install-data-recursive \
35957 + install-dvi-recursive install-exec-recursive \
35958 + install-html-recursive install-info-recursive \
35959 + install-pdf-recursive install-ps-recursive install-recursive \
35960 + installcheck-recursive installdirs-recursive pdf-recursive \
35961 + ps-recursive uninstall-recursive
35962 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
35963 +am__vpath_adj = case $$p in \
35964 + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
35965 + *) f=$$p;; \
35966 + esac;
35967 +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
35968 +am__install_max = 40
35969 +am__nobase_strip_setup = \
35970 + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
35971 +am__nobase_strip = \
35972 + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
35973 +am__nobase_list = $(am__nobase_strip_setup); \
35974 + for p in $$list; do echo "$$p $$p"; done | \
35975 + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
35976 + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
35977 + if (++n[$$2] == $(am__install_max)) \
35978 + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
35979 + END { for (dir in files) print dir, files[dir] }'
35980 +am__base_list = \
35981 + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
35982 + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
35983 +am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
35984 +DATA = $(pkgconfig_DATA)
35985 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
35986 + distclean-recursive maintainer-clean-recursive
35987 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
35988 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
35989 + distdir dist dist-all distcheck
35990 +ETAGS = etags
35991 +CTAGS = ctags
35992 +DIST_SUBDIRS = $(SUBDIRS)
35993 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
35994 +distdir = $(PACKAGE)-$(VERSION)
35995 +top_distdir = $(distdir)
35996 +am__remove_distdir = \
35997 + { test ! -d "$(distdir)" \
35998 + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
35999 + && rm -fr "$(distdir)"; }; }
36000 +am__relativize = \
36001 + dir0=`pwd`; \
36002 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \
36003 + sed_rest='s,^[^/]*/*,,'; \
36004 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \
36005 + sed_butlast='s,/*[^/]*$$,,'; \
36006 + while test -n "$$dir1"; do \
36007 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \
36008 + if test "$$first" != "."; then \
36009 + if test "$$first" = ".."; then \
36010 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
36011 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
36012 + else \
36013 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
36014 + if test "$$first2" = "$$first"; then \
36015 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
36016 + else \
36017 + dir2="../$$dir2"; \
36018 + fi; \
36019 + dir0="$$dir0"/"$$first"; \
36020 + fi; \
36021 + fi; \
36022 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
36023 + done; \
36024 + reldir="$$dir2"
36025 +DIST_ARCHIVES = $(distdir).tar.gz
36026 +GZIP_ENV = --best
36027 +distuninstallcheck_listfiles = find . -type f -print
36028 +distcleancheck_listfiles = find . -type f -print
36029 +ACLOCAL = @ACLOCAL@
36030 AMTAR = @AMTAR@
36031 +AUTOCONF = @AUTOCONF@
36032 +AUTOHEADER = @AUTOHEADER@
36033 +AUTOMAKE = @AUTOMAKE@
36034 AWK = @AWK@
36035 BISON_DEFINE = @BISON_DEFINE@
36036 CC = @CC@
36037 +CCDEPMODE = @CCDEPMODE@
36038 +CFLAGS = @CFLAGS@
36039 CPP = @CPP@
36040 +CPPFLAGS = @CPPFLAGS@
36041 CXX = @CXX@
36042 +CXXDEPMODE = @CXXDEPMODE@
36043 +CXXFLAGS = @CXXFLAGS@
36044 +CYGPATH_W = @CYGPATH_W@
36045 +DEFS = @DEFS@
36046 DEPDIR = @DEPDIR@
36047 +ECHO_C = @ECHO_C@
36048 +ECHO_N = @ECHO_N@
36049 +ECHO_T = @ECHO_T@
36050 +EGREP = @EGREP@
36051 ENABLE_SAMPLES = @ENABLE_SAMPLES@
36052 +EXEEXT = @EXEEXT@
36053 +GREP = @GREP@
36054 +INSTALL = @INSTALL@
36055 +INSTALL_DATA = @INSTALL_DATA@
36056 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
36057 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
36058 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
36059 +LDFLAGS = @LDFLAGS@
36060 LEX = @LEX@
36061 LEXLIB = @LEXLIB@
36062 LEX_DEFINE = @LEX_DEFINE@
36063 LEX_FLAGS = @LEX_FLAGS@
36064 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
36065 +LIBOBJS = @LIBOBJS@
36066 +LIBS = @LIBS@
36067 LN_S = @LN_S@
36068 +LTLIBOBJS = @LTLIBOBJS@
36069 +MAKEINFO = @MAKEINFO@
36070 +MKDIR_P = @MKDIR_P@
36071 +OBJEXT = @OBJEXT@
36072 PACKAGE = @PACKAGE@
36073 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
36074 +PACKAGE_NAME = @PACKAGE_NAME@
36075 +PACKAGE_STRING = @PACKAGE_STRING@
36076 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
36077 +PACKAGE_VERSION = @PACKAGE_VERSION@
36078 +PATH_SEPARATOR = @PATH_SEPARATOR@
36079 RANLIB = @RANLIB@
36080 SAMPLE_DIRS = @SAMPLE_DIRS@
36081 SAMPLE_EXTRA_LIBS = @SAMPLE_EXTRA_LIBS@
36082 +SET_MAKE = @SET_MAKE@
36083 +SHELL = @SHELL@
36084 SOAPCPP2_DEBUG = @SOAPCPP2_DEBUG@
36085 SOAPCPP2_IMPORTPATH = @SOAPCPP2_IMPORTPATH@
36086 SOAPCPP2_NONAMESPACES = @SOAPCPP2_NONAMESPACES@
36087 @@ -97,112 +197,156 @@
36088 WSDL2H_SOAP_CPP_LIB = @WSDL2H_SOAP_CPP_LIB@
36089 YACC = @YACC@
36090 YACC_LIB = @YACC_LIB@
36091 +YFLAGS = @YFLAGS@
36092 +abs_builddir = @abs_builddir@
36093 +abs_srcdir = @abs_srcdir@
36094 +abs_top_builddir = @abs_top_builddir@
36095 +abs_top_srcdir = @abs_top_srcdir@
36096 +ac_ct_CC = @ac_ct_CC@
36097 +ac_ct_CXX = @ac_ct_CXX@
36098 am__include = @am__include@
36099 +am__leading_dot = @am__leading_dot@
36100 am__quote = @am__quote@
36101 +am__tar = @am__tar@
36102 +am__untar = @am__untar@
36103 +bindir = @bindir@
36104 +build = @build@
36105 +build_alias = @build_alias@
36106 +build_cpu = @build_cpu@
36107 +build_os = @build_os@
36108 +build_vendor = @build_vendor@
36109 +builddir = @builddir@
36110 +datadir = @datadir@
36111 +datarootdir = @datarootdir@
36112 +docdir = @docdir@
36113 +dvidir = @dvidir@
36114 +exec_prefix = @exec_prefix@
36115 +host = @host@
36116 +host_alias = @host_alias@
36117 +host_cpu = @host_cpu@
36118 +host_os = @host_os@
36119 +host_vendor = @host_vendor@
36120 +htmldir = @htmldir@
36121 +includedir = @includedir@
36122 +infodir = @infodir@
36123 install_sh = @install_sh@
36124 +libdir = @libdir@
36125 +libexecdir = @libexecdir@
36126 +localedir = @localedir@
36127 +localstatedir = @localstatedir@
36128 +mandir = @mandir@
36129 +mkdir_p = @mkdir_p@
36130 +oldincludedir = @oldincludedir@
36131 +pdfdir = @pdfdir@
36132 platform = @platform@
36133 -
36134 +prefix = @prefix@
36135 +program_transform_name = @program_transform_name@
36136 +psdir = @psdir@
36137 +sbindir = @sbindir@
36138 +sharedstatedir = @sharedstatedir@
36139 +srcdir = @srcdir@
36140 +sysconfdir = @sysconfdir@
36141 +target_alias = @target_alias@
36142 +top_build_prefix = @top_build_prefix@
36143 +top_builddir = @top_builddir@
36144 +top_srcdir = @top_srcdir@
36145 SUBDIRS = gsoap
36146 CLEANFILES = *~
36147 VERYVERYCLEANFILES = *~ configure Makefile.in compile config.guess config.sub config.log autoscan.log \
36148 depcomp install-sh missing mkinstalldirs stamp-h.in config.h.in \
36149 aclocal.m4 *.cache Makefile
36150
36151 -
36152 AUTOMAKE_OPTIONS = foreign 1.4
36153 -
36154 pkgconfigdir = $(libdir)/pkgconfig
36155 pkgconfig_DATA = gsoap.pc gsoap++.pc gsoapck.pc gsoapck++.pc gsoapssl.pc gsoapssl++.pc
36156 -
36157 EXTRA_DIST = gsoap.pc.in gsoap++.pc.in gsoapck.pc.in gsoapck++.pc.in gsoapssl.pc.in gsoapssl++.pc.in
36158 -subdir = .
36159 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
36160 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
36161 -CONFIG_HEADER = config.h
36162 -CONFIG_CLEAN_FILES = gsoap.pc gsoap++.pc gsoapck.pc gsoapck++.pc \
36163 - gsoapssl.pc gsoapssl++.pc
36164 -DIST_SOURCES =
36165 -DATA = $(pkgconfig_DATA)
36166 -
36167 -
36168 -RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
36169 - uninstall-info-recursive all-recursive install-data-recursive \
36170 - install-exec-recursive installdirs-recursive install-recursive \
36171 - uninstall-recursive check-recursive installcheck-recursive
36172 -DIST_COMMON = Makefile.am Makefile.in aclocal.m4 compile config.guess \
36173 - config.h.in config.sub configure configure.in depcomp \
36174 - gsoap++.pc.in gsoap.pc.in gsoapck++.pc.in gsoapck.pc.in \
36175 - gsoapssl++.pc.in gsoapssl.pc.in install-sh missing \
36176 - mkinstalldirs
36177 -DIST_SUBDIRS = $(SUBDIRS)
36178 all: config.h
36179 $(MAKE) $(AM_MAKEFLAGS) all-recursive
36180
36181 .SUFFIXES:
36182 +am--refresh:
36183 + @:
36184 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
36185 + @for dep in $?; do \
36186 + case '$(am__configure_deps)' in \
36187 + *$$dep*) \
36188 + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
36189 + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
36190 + && exit 0; \
36191 + exit 1;; \
36192 + esac; \
36193 + done; \
36194 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
36195 + $(am__cd) $(top_srcdir) && \
36196 + $(AUTOMAKE) --foreign Makefile
36197 +.PRECIOUS: Makefile
36198 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36199 + @case '$?' in \
36200 + *config.status*) \
36201 + echo ' $(SHELL) ./config.status'; \
36202 + $(SHELL) ./config.status;; \
36203 + *) \
36204 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
36205 + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
36206 + esac;
36207
36208 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
36209 - configure.lineno
36210 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
36211 - cd $(top_srcdir) && \
36212 - $(AUTOMAKE) --foreign Makefile
36213 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36214 - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
36215 -
36216 -$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
36217 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
36218 $(SHELL) ./config.status --recheck
36219 -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
36220 - cd $(srcdir) && $(AUTOCONF)
36221
36222 -$(ACLOCAL_M4): configure.in
36223 - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
36224 +$(top_srcdir)/configure: $(am__configure_deps)
36225 + $(am__cd) $(srcdir) && $(AUTOCONF)
36226 +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
36227 + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
36228 +$(am__aclocal_m4_deps):
36229
36230 config.h: stamp-h1
36231 @if test ! -f $@; then \
36232 rm -f stamp-h1; \
36233 - $(MAKE) stamp-h1; \
36234 + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
36235 else :; fi
36236
36237 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
36238 @rm -f stamp-h1
36239 cd $(top_builddir) && $(SHELL) ./config.status config.h
36240 -
36241 -$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
36242 - cd $(top_srcdir) && $(AUTOHEADER)
36243 - touch $(srcdir)/config.h.in
36244 +$(srcdir)/config.h.in: $(am__configure_deps)
36245 + ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
36246 + rm -f stamp-h1
36247 + touch $@
36248
36249 distclean-hdr:
36250 -rm -f config.h stamp-h1
36251 -gsoap.pc: $(top_builddir)/config.status gsoap.pc.in
36252 +gsoap.pc: $(top_builddir)/config.status $(srcdir)/gsoap.pc.in
36253 cd $(top_builddir) && $(SHELL) ./config.status $@
36254 -gsoap++.pc: $(top_builddir)/config.status gsoap++.pc.in
36255 +gsoap++.pc: $(top_builddir)/config.status $(srcdir)/gsoap++.pc.in
36256 cd $(top_builddir) && $(SHELL) ./config.status $@
36257 -gsoapck.pc: $(top_builddir)/config.status gsoapck.pc.in
36258 +gsoapck.pc: $(top_builddir)/config.status $(srcdir)/gsoapck.pc.in
36259 cd $(top_builddir) && $(SHELL) ./config.status $@
36260 -gsoapck++.pc: $(top_builddir)/config.status gsoapck++.pc.in
36261 +gsoapck++.pc: $(top_builddir)/config.status $(srcdir)/gsoapck++.pc.in
36262 cd $(top_builddir) && $(SHELL) ./config.status $@
36263 -gsoapssl.pc: $(top_builddir)/config.status gsoapssl.pc.in
36264 +gsoapssl.pc: $(top_builddir)/config.status $(srcdir)/gsoapssl.pc.in
36265 cd $(top_builddir) && $(SHELL) ./config.status $@
36266 -gsoapssl++.pc: $(top_builddir)/config.status gsoapssl++.pc.in
36267 +gsoapssl++.pc: $(top_builddir)/config.status $(srcdir)/gsoapssl++.pc.in
36268 cd $(top_builddir) && $(SHELL) ./config.status $@
36269 -uninstall-info-am:
36270 -pkgconfigDATA_INSTALL = $(INSTALL_DATA)
36271 install-pkgconfigDATA: $(pkgconfig_DATA)
36272 @$(NORMAL_INSTALL)
36273 - $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
36274 - @list='$(pkgconfig_DATA)'; for p in $$list; do \
36275 + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
36276 + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
36277 + for p in $$list; do \
36278 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
36279 - f="`echo $$p | sed -e 's|^.*/||'`"; \
36280 - echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
36281 - $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
36282 + echo "$$d$$p"; \
36283 + done | $(am__base_list) | \
36284 + while read files; do \
36285 + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
36286 + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
36287 done
36288
36289 uninstall-pkgconfigDATA:
36290 @$(NORMAL_UNINSTALL)
36291 - @list='$(pkgconfig_DATA)'; for p in $$list; do \
36292 - f="`echo $$p | sed -e 's|^.*/||'`"; \
36293 - echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
36294 - rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
36295 - done
36296 + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
36297 + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
36298 + test -n "$$files" || exit 0; \
36299 + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
36300 + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
36301
36302 # This directory's subdirectories are mostly independent; you can cd
36303 # into them and run `make' without going through this Makefile.
36304 @@ -211,7 +355,13 @@
36305 # (which will cause the Makefiles to be regenerated when you run `make');
36306 # (2) otherwise, pass the desired values on the `make' command line.
36307 $(RECURSIVE_TARGETS):
36308 - @set fnord $$MAKEFLAGS; amf=$$2; \
36309 + @failcom='exit 1'; \
36310 + for f in x $$MAKEFLAGS; do \
36311 + case $$f in \
36312 + *=* | --[!k]*);; \
36313 + *k*) failcom='fail=yes';; \
36314 + esac; \
36315 + done; \
36316 dot_seen=no; \
36317 target=`echo $@ | sed s/-recursive//`; \
36318 list='$(SUBDIRS)'; for subdir in $$list; do \
36319 @@ -222,16 +372,21 @@
36320 else \
36321 local_target="$$target"; \
36322 fi; \
36323 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36324 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
36325 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36326 + || eval $$failcom; \
36327 done; \
36328 if test "$$dot_seen" = "no"; then \
36329 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
36330 fi; test -z "$$fail"
36331
36332 -mostlyclean-recursive clean-recursive distclean-recursive \
36333 -maintainer-clean-recursive:
36334 - @set fnord $$MAKEFLAGS; amf=$$2; \
36335 +$(RECURSIVE_CLEAN_TARGETS):
36336 + @failcom='exit 1'; \
36337 + for f in x $$MAKEFLAGS; do \
36338 + case $$f in \
36339 + *=* | --[!k]*);; \
36340 + *k*) failcom='fail=yes';; \
36341 + esac; \
36342 + done; \
36343 dot_seen=no; \
36344 case "$@" in \
36345 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
36346 @@ -251,130 +406,212 @@
36347 else \
36348 local_target="$$target"; \
36349 fi; \
36350 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36351 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
36352 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
36353 + || eval $$failcom; \
36354 done && test -z "$$fail"
36355 tags-recursive:
36356 list='$(SUBDIRS)'; for subdir in $$list; do \
36357 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
36358 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
36359 + done
36360 +ctags-recursive:
36361 + list='$(SUBDIRS)'; for subdir in $$list; do \
36362 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
36363 done
36364 -
36365 -ETAGS = etags
36366 -ETAGSFLAGS =
36367 -
36368 -tags: TAGS
36369
36370 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
36371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
36372 unique=`for i in $$list; do \
36373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36374 done | \
36375 - $(AWK) ' { files[$$0] = 1; } \
36376 - END { for (i in files) print i; }'`; \
36377 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
36378 + END { if (nonempty) { for (i in files) print i; }; }'`; \
36379 mkid -fID $$unique
36380 +tags: TAGS
36381
36382 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
36383 $(TAGS_FILES) $(LISP)
36384 - tags=; \
36385 + set x; \
36386 here=`pwd`; \
36387 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
36388 + include_option=--etags-include; \
36389 + empty_fix=.; \
36390 + else \
36391 + include_option=--include; \
36392 + empty_fix=; \
36393 + fi; \
36394 list='$(SUBDIRS)'; for subdir in $$list; do \
36395 if test "$$subdir" = .; then :; else \
36396 - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
36397 + test ! -f $$subdir/TAGS || \
36398 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
36399 fi; \
36400 done; \
36401 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
36402 unique=`for i in $$list; do \
36403 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36404 done | \
36405 - $(AWK) ' { files[$$0] = 1; } \
36406 - END { for (i in files) print i; }'`; \
36407 - test -z "$(ETAGS_ARGS)$$tags$$unique" \
36408 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
36409 - $$tags $$unique
36410 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
36411 + END { if (nonempty) { for (i in files) print i; }; }'`; \
36412 + shift; \
36413 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
36414 + test -n "$$unique" || unique=$$empty_fix; \
36415 + if test $$# -gt 0; then \
36416 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
36417 + "$$@" $$unique; \
36418 + else \
36419 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
36420 + $$unique; \
36421 + fi; \
36422 + fi
36423 +ctags: CTAGS
36424 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
36425 + $(TAGS_FILES) $(LISP)
36426 + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
36427 + unique=`for i in $$list; do \
36428 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
36429 + done | \
36430 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
36431 + END { if (nonempty) { for (i in files) print i; }; }'`; \
36432 + test -z "$(CTAGS_ARGS)$$unique" \
36433 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
36434 + $$unique
36435
36436 GTAGS:
36437 here=`$(am__cd) $(top_builddir) && pwd` \
36438 - && cd $(top_srcdir) \
36439 - && gtags -i $(GTAGS_ARGS) $$here
36440 + && $(am__cd) $(top_srcdir) \
36441 + && gtags -i $(GTAGS_ARGS) "$$here"
36442
36443 distclean-tags:
36444 - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
36445 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
36446 -
36447 -top_distdir = .
36448 -distdir = $(PACKAGE)-$(VERSION)
36449 -
36450 -am__remove_distdir = \
36451 - { test ! -d $(distdir) \
36452 - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
36453 - && rm -fr $(distdir); }; }
36454 -
36455 -GZIP_ENV = --best
36456 -distcleancheck_listfiles = find . -type f -print
36457 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
36458
36459 distdir: $(DISTFILES)
36460 $(am__remove_distdir)
36461 - mkdir $(distdir)
36462 - $(mkinstalldirs) $(distdir)/.
36463 - @list='$(DISTFILES)'; for file in $$list; do \
36464 + test -d "$(distdir)" || mkdir "$(distdir)"
36465 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
36466 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
36467 + list='$(DISTFILES)'; \
36468 + dist_files=`for file in $$list; do echo $$file; done | \
36469 + sed -e "s|^$$srcdirstrip/||;t" \
36470 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
36471 + case $$dist_files in \
36472 + */*) $(MKDIR_P) `echo "$$dist_files" | \
36473 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
36474 + sort -u` ;; \
36475 + esac; \
36476 + for file in $$dist_files; do \
36477 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
36478 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
36479 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \
36480 - dir="/$$dir"; \
36481 - $(mkinstalldirs) "$(distdir)$$dir"; \
36482 - else \
36483 - dir=''; \
36484 - fi; \
36485 if test -d $$d/$$file; then \
36486 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
36487 + if test -d "$(distdir)/$$file"; then \
36488 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
36489 + fi; \
36490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
36491 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
36492 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
36493 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
36494 fi; \
36495 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
36496 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
36497 else \
36498 - test -f $(distdir)/$$file \
36499 - || cp -p $$d/$$file $(distdir)/$$file \
36500 + test -f "$(distdir)/$$file" \
36501 + || cp -p $$d/$$file "$(distdir)/$$file" \
36502 || exit 1; \
36503 fi; \
36504 done
36505 - list='$(SUBDIRS)'; for subdir in $$list; do \
36506 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
36507 if test "$$subdir" = .; then :; else \
36508 - test -d $(distdir)/$$subdir \
36509 - || mkdir $(distdir)/$$subdir \
36510 + test -d "$(distdir)/$$subdir" \
36511 + || $(MKDIR_P) "$(distdir)/$$subdir" \
36512 || exit 1; \
36513 - (cd $$subdir && \
36514 + fi; \
36515 + done
36516 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
36517 + if test "$$subdir" = .; then :; else \
36518 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
36519 + $(am__relativize); \
36520 + new_distdir=$$reldir; \
36521 + dir1=$$subdir; dir2="$(top_distdir)"; \
36522 + $(am__relativize); \
36523 + new_top_distdir=$$reldir; \
36524 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
36525 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
36526 + ($(am__cd) $$subdir && \
36527 $(MAKE) $(AM_MAKEFLAGS) \
36528 - top_distdir="$(top_distdir)" \
36529 - distdir=../$(distdir)/$$subdir \
36530 + top_distdir="$$new_top_distdir" \
36531 + distdir="$$new_distdir" \
36532 + am__remove_distdir=: \
36533 + am__skip_length_check=: \
36534 + am__skip_mode_fix=: \
36535 distdir) \
36536 || exit 1; \
36537 fi; \
36538 done
36539 - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
36540 + -test -n "$(am__skip_mode_fix)" \
36541 + || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
36542 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
36543 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
36544 - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
36545 - || chmod -R a+r $(distdir)
36546 + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
36547 + || chmod -R a+r "$(distdir)"
36548 dist-gzip: distdir
36549 - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
36550 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
36551 + $(am__remove_distdir)
36552 +
36553 +dist-bzip2: distdir
36554 + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
36555 + $(am__remove_distdir)
36556 +
36557 +dist-lzma: distdir
36558 + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
36559 + $(am__remove_distdir)
36560 +
36561 +dist-xz: distdir
36562 + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
36563 + $(am__remove_distdir)
36564 +
36565 +dist-tarZ: distdir
36566 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
36567 + $(am__remove_distdir)
36568 +
36569 +dist-shar: distdir
36570 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
36571 + $(am__remove_distdir)
36572 +
36573 +dist-zip: distdir
36574 + -rm -f $(distdir).zip
36575 + zip -rq $(distdir).zip $(distdir)
36576 $(am__remove_distdir)
36577
36578 dist dist-all: distdir
36579 - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
36580 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
36581 $(am__remove_distdir)
36582
36583 # This target untars the dist file and tries a VPATH configuration. Then
36584 # it guarantees that the distribution is self-contained by making another
36585 # tarfile.
36586 distcheck: dist
36587 - $(am__remove_distdir)
36588 - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
36589 + case '$(DIST_ARCHIVES)' in \
36590 + *.tar.gz*) \
36591 + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
36592 + *.tar.bz2*) \
36593 + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
36594 + *.tar.lzma*) \
36595 + unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
36596 + *.tar.xz*) \
36597 + xz -dc $(distdir).tar.xz | $(am__untar) ;;\
36598 + *.tar.Z*) \
36599 + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
36600 + *.shar.gz*) \
36601 + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
36602 + *.zip*) \
36603 + unzip $(distdir).zip ;;\
36604 + esac
36605 chmod -R a-w $(distdir); chmod a+w $(distdir)
36606 - mkdir $(distdir)/=build
36607 - mkdir $(distdir)/=inst
36608 + mkdir $(distdir)/_build
36609 + mkdir $(distdir)/_inst
36610 chmod a-w $(distdir)
36611 - dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
36612 - && cd $(distdir)/=build \
36613 - && ../configure --srcdir=.. --prefix=$$dc_install_base \
36614 + test -d $(distdir)/_build || exit 0; \
36615 + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
36616 + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
36617 + && am__cwd=`pwd` \
36618 + && $(am__cd) $(distdir)/_build \
36619 + && ../configure --srcdir=.. --prefix="$$dc_install_base" \
36620 $(DISTCHECK_CONFIGURE_FLAGS) \
36621 && $(MAKE) $(AM_MAKEFLAGS) \
36622 && $(MAKE) $(AM_MAKEFLAGS) dvi \
36623 @@ -382,23 +619,42 @@
36624 && $(MAKE) $(AM_MAKEFLAGS) install \
36625 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
36626 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
36627 - && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
36628 - || { echo "ERROR: files left after uninstall:" ; \
36629 - find $$dc_install_base -type f -print ; \
36630 - exit 1; } >&2 ) \
36631 - && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
36632 - && rm -f $(distdir).tar.gz \
36633 - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
36634 + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
36635 + distuninstallcheck \
36636 + && chmod -R a-w "$$dc_install_base" \
36637 + && ({ \
36638 + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
36639 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
36640 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
36641 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
36642 + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
36643 + } || { rm -rf "$$dc_destdir"; exit 1; }) \
36644 + && rm -rf "$$dc_destdir" \
36645 + && $(MAKE) $(AM_MAKEFLAGS) dist \
36646 + && rm -rf $(DIST_ARCHIVES) \
36647 + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
36648 + && cd "$$am__cwd" \
36649 + || exit 1
36650 $(am__remove_distdir)
36651 - @echo "$(distdir).tar.gz is ready for distribution" | \
36652 - sed 'h;s/./=/g;p;x;p;x'
36653 + @(echo "$(distdir) archives ready for distribution: "; \
36654 + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
36655 + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
36656 +distuninstallcheck:
36657 + @$(am__cd) '$(distuninstallcheck_dir)' \
36658 + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
36659 + || { echo "ERROR: files left after uninstall:" ; \
36660 + if test -n "$(DESTDIR)"; then \
36661 + echo " (check DESTDIR support)"; \
36662 + fi ; \
36663 + $(distuninstallcheck_listfiles) ; \
36664 + exit 1; } >&2
36665 distcleancheck: distclean
36666 - if test '$(srcdir)' = . ; then \
36667 + @if test '$(srcdir)' = . ; then \
36668 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
36669 exit 1 ; \
36670 fi
36671 - test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
36672 - || { echo "ERROR: files left after distclean:" ; \
36673 + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
36674 + || { echo "ERROR: files left in build directory after distclean:" ; \
36675 $(distcleancheck_listfiles) ; \
36676 exit 1; } >&2
36677 check-am: all-am
36678 @@ -406,8 +662,9 @@
36679 all-am: Makefile $(DATA) config.h
36680 installdirs: installdirs-recursive
36681 installdirs-am:
36682 - $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
36683 -
36684 + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
36685 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \
36686 + done
36687 install: install-recursive
36688 install-exec: install-exec-recursive
36689 install-data: install-data-recursive
36690 @@ -419,7 +676,7 @@
36691 installcheck: installcheck-recursive
36692 install-strip:
36693 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
36694 - INSTALL_STRIP_FLAG=-s \
36695 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
36696 `test -z '$(STRIP)' || \
36697 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
36698 mostlyclean-generic:
36699 @@ -428,7 +685,8 @@
36700 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
36701
36702 distclean-generic:
36703 - -rm -f Makefile $(CONFIG_CLEAN_FILES)
36704 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
36705 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
36706
36707 maintainer-clean-generic:
36708 @echo "This command is intended for maintainers to use"
36709 @@ -439,12 +697,17 @@
36710
36711 distclean: distclean-recursive
36712 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
36713 + -rm -f Makefile
36714 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
36715
36716 dvi: dvi-recursive
36717
36718 dvi-am:
36719
36720 +html: html-recursive
36721 +
36722 +html-am:
36723 +
36724 info: info-recursive
36725
36726 info-am:
36727 @@ -452,43 +715,71 @@
36728 install-data-am: install-pkgconfigDATA
36729 @$(NORMAL_INSTALL)
36730 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
36731 +install-dvi: install-dvi-recursive
36732 +
36733 +install-dvi-am:
36734
36735 install-exec-am:
36736
36737 +install-html: install-html-recursive
36738 +
36739 +install-html-am:
36740 +
36741 install-info: install-info-recursive
36742
36743 +install-info-am:
36744 +
36745 install-man:
36746
36747 +install-pdf: install-pdf-recursive
36748 +
36749 +install-pdf-am:
36750 +
36751 +install-ps: install-ps-recursive
36752 +
36753 +install-ps-am:
36754 +
36755 installcheck-am:
36756
36757 maintainer-clean: maintainer-clean-recursive
36758 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
36759 - -rm -rf autom4te.cache
36760 + -rm -rf $(top_srcdir)/autom4te.cache
36761 + -rm -f Makefile
36762 maintainer-clean-am: distclean-am maintainer-clean-generic
36763
36764 mostlyclean: mostlyclean-recursive
36765
36766 mostlyclean-am: mostlyclean-generic
36767
36768 -uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
36769 +pdf: pdf-recursive
36770 +
36771 +pdf-am:
36772
36773 -uninstall-info: uninstall-info-recursive
36774 +ps: ps-recursive
36775
36776 -.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
36777 - clean-generic clean-recursive dist dist-all dist-gzip distcheck \
36778 - distclean distclean-generic distclean-hdr distclean-recursive \
36779 - distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
36780 - info info-am info-recursive install install-am install-data \
36781 - install-data-am install-data-recursive install-exec \
36782 - install-exec-am install-exec-recursive install-info \
36783 - install-info-am install-info-recursive install-man \
36784 - install-pkgconfigDATA install-recursive install-strip \
36785 - installcheck installcheck-am installdirs installdirs-am \
36786 - installdirs-recursive maintainer-clean maintainer-clean-generic \
36787 - maintainer-clean-recursive mostlyclean mostlyclean-generic \
36788 - mostlyclean-recursive tags tags-recursive uninstall \
36789 - uninstall-am uninstall-info-am uninstall-info-recursive \
36790 - uninstall-pkgconfigDATA uninstall-recursive
36791 +ps-am:
36792 +
36793 +uninstall-am: uninstall-pkgconfigDATA
36794 +
36795 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
36796 + ctags-recursive install-am install-data-am install-strip \
36797 + tags-recursive
36798 +
36799 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
36800 + all all-am am--refresh check check-am clean clean-generic \
36801 + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
36802 + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
36803 + distclean distclean-generic distclean-hdr distclean-tags \
36804 + distcleancheck distdir distuninstallcheck dvi dvi-am html \
36805 + html-am info info-am install install-am install-data \
36806 + install-data-am install-data-hook install-dvi install-dvi-am \
36807 + install-exec install-exec-am install-html install-html-am \
36808 + install-info install-info-am install-man install-pdf \
36809 + install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
36810 + install-strip installcheck installcheck-am installdirs \
36811 + installdirs-am maintainer-clean maintainer-clean-generic \
36812 + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
36813 + tags-recursive uninstall uninstall-am uninstall-pkgconfigDATA
36814
36815
36816 .PHONY: backup
36817 @@ -523,6 +814,7 @@
36818 tar -czhf $$BACKUPDIR.tgz $$BACKUPDIR && \
36819 cd $$BACKUPDIR && \
36820 ls -l $$CURRENTDIR.tgz
36821 +
36822 # Tell versions [3.59,3.63) of GNU make to not export all variables.
36823 # Otherwise a system limit (for SysV at least) may be exceeded.
36824 .NOEXPORT:
36825 diff -urN b/ylwrap d/ylwrap
36826 --- b/ylwrap 1970-01-01 01:00:00.000000000 +0100
36827 +++ d/ylwrap 2010-01-22 21:45:25.000000000 +0100
36828 @@ -0,0 +1,222 @@
36829 +#! /bin/sh
36830 +# ylwrap - wrapper for lex/yacc invocations.
36831 +
36832 +scriptversion=2009-04-28.21; # UTC
36833 +
36834 +# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
36835 +# 2007, 2009 Free Software Foundation, Inc.
36836 +#
36837 +# Written by Tom Tromey <tromey@cygnus.com>.
36838 +#
36839 +# This program is free software; you can redistribute it and/or modify
36840 +# it under the terms of the GNU General Public License as published by
36841 +# the Free Software Foundation; either version 2, or (at your option)
36842 +# any later version.
36843 +#
36844 +# This program is distributed in the hope that it will be useful,
36845 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
36846 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36847 +# GNU General Public License for more details.
36848 +#
36849 +# You should have received a copy of the GNU General Public License
36850 +# along with this program. If not, see <http://www.gnu.org/licenses/>.
36851 +
36852 +# As a special exception to the GNU General Public License, if you
36853 +# distribute this file as part of a program that contains a
36854 +# configuration script generated by Autoconf, you may include it under
36855 +# the same distribution terms that you use for the rest of that program.
36856 +
36857 +# This file is maintained in Automake, please report
36858 +# bugs to <bug-automake@gnu.org> or send patches to
36859 +# <automake-patches@gnu.org>.
36860 +
36861 +case "$1" in
36862 + '')
36863 + echo "$0: No files given. Try \`$0 --help' for more information." 1>&2
36864 + exit 1
36865 + ;;
36866 + --basedir)
36867 + basedir=$2
36868 + shift 2
36869 + ;;
36870 + -h|--h*)
36871 + cat <<\EOF
36872 +Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
36873 +
36874 +Wrapper for lex/yacc invocations, renaming files as desired.
36875 +
36876 + INPUT is the input file
36877 + OUTPUT is one file PROG generates
36878 + DESIRED is the file we actually want instead of OUTPUT
36879 + PROGRAM is program to run
36880 + ARGS are passed to PROG
36881 +
36882 +Any number of OUTPUT,DESIRED pairs may be used.
36883 +
36884 +Report bugs to <bug-automake@gnu.org>.
36885 +EOF
36886 + exit $?
36887 + ;;
36888 + -v|--v*)
36889 + echo "ylwrap $scriptversion"
36890 + exit $?
36891 + ;;
36892 +esac
36893 +
36894 +
36895 +# The input.
36896 +input="$1"
36897 +shift
36898 +case "$input" in
36899 + [\\/]* | ?:[\\/]*)
36900 + # Absolute path; do nothing.
36901 + ;;
36902 + *)
36903 + # Relative path. Make it absolute.
36904 + input="`pwd`/$input"
36905 + ;;
36906 +esac
36907 +
36908 +pairlist=
36909 +while test "$#" -ne 0; do
36910 + if test "$1" = "--"; then
36911 + shift
36912 + break
36913 + fi
36914 + pairlist="$pairlist $1"
36915 + shift
36916 +done
36917 +
36918 +# The program to run.
36919 +prog="$1"
36920 +shift
36921 +# Make any relative path in $prog absolute.
36922 +case "$prog" in
36923 + [\\/]* | ?:[\\/]*) ;;
36924 + *[\\/]*) prog="`pwd`/$prog" ;;
36925 +esac
36926 +
36927 +# FIXME: add hostname here for parallel makes that run commands on
36928 +# other machines. But that might take us over the 14-char limit.
36929 +dirname=ylwrap$$
36930 +trap "cd '`pwd`'; rm -rf $dirname > /dev/null 2>&1" 1 2 3 15
36931 +mkdir $dirname || exit 1
36932 +
36933 +cd $dirname
36934 +
36935 +case $# in
36936 + 0) "$prog" "$input" ;;
36937 + *) "$prog" "$@" "$input" ;;
36938 +esac
36939 +ret=$?
36940 +
36941 +if test $ret -eq 0; then
36942 + set X $pairlist
36943 + shift
36944 + first=yes
36945 + # Since DOS filename conventions don't allow two dots,
36946 + # the DOS version of Bison writes out y_tab.c instead of y.tab.c
36947 + # and y_tab.h instead of y.tab.h. Test to see if this is the case.
36948 + y_tab_nodot="no"
36949 + if test -f y_tab.c || test -f y_tab.h; then
36950 + y_tab_nodot="yes"
36951 + fi
36952 +
36953 + # The directory holding the input.
36954 + input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
36955 + # Quote $INPUT_DIR so we can use it in a regexp.
36956 + # FIXME: really we should care about more than `.' and `\'.
36957 + input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
36958 +
36959 + while test "$#" -ne 0; do
36960 + from="$1"
36961 + # Handle y_tab.c and y_tab.h output by DOS
36962 + if test $y_tab_nodot = "yes"; then
36963 + if test $from = "y.tab.c"; then
36964 + from="y_tab.c"
36965 + else
36966 + if test $from = "y.tab.h"; then
36967 + from="y_tab.h"
36968 + fi
36969 + fi
36970 + fi
36971 + if test -f "$from"; then
36972 + # If $2 is an absolute path name, then just use that,
36973 + # otherwise prepend `../'.
36974 + case "$2" in
36975 + [\\/]* | ?:[\\/]*) target="$2";;
36976 + *) target="../$2";;
36977 + esac
36978 +
36979 + # We do not want to overwrite a header file if it hasn't
36980 + # changed. This avoid useless recompilations. However the
36981 + # parser itself (the first file) should always be updated,
36982 + # because it is the destination of the .y.c rule in the
36983 + # Makefile. Divert the output of all other files to a temporary
36984 + # file so we can compare them to existing versions.
36985 + if test $first = no; then
36986 + realtarget="$target"
36987 + target="tmp-`echo $target | sed s/.*[\\/]//g`"
36988 + fi
36989 + # Edit out `#line' or `#' directives.
36990 + #
36991 + # We don't want the resulting debug information to point at
36992 + # an absolute srcdir; it is better for it to just mention the
36993 + # .y file with no path.
36994 + #
36995 + # We want to use the real output file name, not yy.lex.c for
36996 + # instance.
36997 + #
36998 + # We want the include guards to be adjusted too.
36999 + FROM=`echo "$from" | sed \
37000 + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\
37001 + -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`
37002 + TARGET=`echo "$2" | sed \
37003 + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\
37004 + -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`
37005 +
37006 + sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
37007 + -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
37008 +
37009 + # Check whether header files must be updated.
37010 + if test $first = no; then
37011 + if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
37012 + echo "$2" is unchanged
37013 + rm -f "$target"
37014 + else
37015 + echo updating "$2"
37016 + mv -f "$target" "$realtarget"
37017 + fi
37018 + fi
37019 + else
37020 + # A missing file is only an error for the first file. This
37021 + # is a blatant hack to let us support using "yacc -d". If -d
37022 + # is not specified, we don't want an error when the header
37023 + # file is "missing".
37024 + if test $first = yes; then
37025 + ret=1
37026 + fi
37027 + fi
37028 + shift
37029 + shift
37030 + first=no
37031 + done
37032 +else
37033 + ret=$?
37034 +fi
37035 +
37036 +# Remove the directory.
37037 +cd ..
37038 +rm -rf $dirname
37039 +
37040 +exit $ret
37041 +
37042 +# Local Variables:
37043 +# mode: shell-script
37044 +# sh-indentation: 2
37045 +# eval: (add-hook 'write-file-hooks 'time-stamp)
37046 +# time-stamp-start: "scriptversion="
37047 +# time-stamp-format: "%:y-%02m-%02d.%02H"
37048 +# time-stamp-time-zone: "UTC"
37049 +# time-stamp-end: "; # UTC"
37050 +# End: