1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
40	$(srcdir)/ulxmlrpcpp.doxygen.in $(srcdir)/ulxmlrpcpp.pc.in \
41	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL TODO
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44	$(top_srcdir)/config/acx_pthread.m4 \
45	$(top_srcdir)/config/iconv.m4 $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno config.status.lineno
50mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
51CONFIG_HEADER = config.h
52CONFIG_CLEAN_FILES = ulxmlrpcpp.doxygen ulxmlrpcpp.pc
53CONFIG_CLEAN_VPATH_FILES =
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57	html-recursive info-recursive install-data-recursive \
58	install-dvi-recursive install-exec-recursive \
59	install-html-recursive install-info-recursive \
60	install-pdf-recursive install-ps-recursive install-recursive \
61	installcheck-recursive installdirs-recursive pdf-recursive \
62	ps-recursive uninstall-recursive
63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64am__vpath_adj = case $$p in \
65    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66    *) f=$$p;; \
67  esac;
68am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
69am__install_max = 40
70am__nobase_strip_setup = \
71  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
72am__nobase_strip = \
73  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
74am__nobase_list = $(am__nobase_strip_setup); \
75  for p in $$list; do echo "$$p $$p"; done | \
76  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
77  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
78    if (++n[$$2] == $(am__install_max)) \
79      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
80    END { for (dir in files) print dir, files[dir] }'
81am__base_list = \
82  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
85DATA = $(pkgconfig_DATA)
86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
87  distclean-recursive maintainer-clean-recursive
88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90	distdir dist dist-all distcheck
91ETAGS = etags
92CTAGS = ctags
93DIST_SUBDIRS = $(SUBDIRS)
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95distdir = $(PACKAGE)-$(VERSION)
96top_distdir = $(distdir)
97am__remove_distdir = \
98  { test ! -d "$(distdir)" \
99    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
100         && rm -fr "$(distdir)"; }; }
101am__relativize = \
102  dir0=`pwd`; \
103  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
104  sed_rest='s,^[^/]*/*,,'; \
105  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
106  sed_butlast='s,/*[^/]*$$,,'; \
107  while test -n "$$dir1"; do \
108    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
109    if test "$$first" != "."; then \
110      if test "$$first" = ".."; then \
111        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
112        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
113      else \
114        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
115        if test "$$first2" = "$$first"; then \
116          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
117        else \
118          dir2="../$$dir2"; \
119        fi; \
120        dir0="$$dir0"/"$$first"; \
121      fi; \
122    fi; \
123    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
124  done; \
125  reldir="$$dir2"
126DIST_ARCHIVES = $(distdir).tar.gz
127GZIP_ENV = --best
128distuninstallcheck_listfiles = find . -type f -print
129distcleancheck_listfiles = find . -type f -print
130ACLOCAL = @ACLOCAL@
131AMTAR = @AMTAR@
132AR = @AR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137BZIP2 = @BZIP2@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CXX = @CXX@
144CXXCPP = @CXXCPP@
145CXXDEPMODE = @CXXDEPMODE@
146CXXFLAGS = @CXXFLAGS@
147CYGPATH_W = @CYGPATH_W@
148DEFS = @DEFS@
149DEPDIR = @DEPDIR@
150DOT = @DOT@
151DOT_PATH = @DOT_PATH@
152DOXYGEN = @DOXYGEN@
153DSYMUTIL = @DSYMUTIL@
154DUMPBIN = @DUMPBIN@
155EA_EXTRA_INC = @EA_EXTRA_INC@
156EA_EXTRA_LIB = @EA_EXTRA_LIB@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EXEEXT = @EXEEXT@
162FGREP = @FGREP@
163FOP = @FOP@
164GREP = @GREP@
165HAVE_DOT = @HAVE_DOT@
166HAVE_WSTRING = @HAVE_WSTRING@
167INSTALL = @INSTALL@
168INSTALL_DATA = @INSTALL_DATA@
169INSTALL_PROGRAM = @INSTALL_PROGRAM@
170INSTALL_SCRIPT = @INSTALL_SCRIPT@
171INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172LD = @LD@
173LDFLAGS = @LDFLAGS@
174LEX = @LEX@
175LEXLIB = @LEXLIB@
176LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
177LIBEXPAT = @LIBEXPAT@
178LIBOBJS = @LIBOBJS@
179LIBPTHREAD = @LIBPTHREAD@
180LIBS = @LIBS@
181LIBSOCKET = @LIBSOCKET@
182LIBSSL = @LIBSSL@
183LIBTOOL = @LIBTOOL@
184LIBTOOL_DEPS = @LIBTOOL_DEPS@
185LIPO = @LIPO@
186LN_S = @LN_S@
187LTLIBOBJS = @LTLIBOBJS@
188MAKEINFO = @MAKEINFO@
189MKDIR_P = @MKDIR_P@
190NM = @NM@
191NMEDIT = @NMEDIT@
192OBJDUMP = @OBJDUMP@
193OBJEXT = @OBJEXT@
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204PNGCRUSH = @PNGCRUSH@
205POW_LIB = @POW_LIB@
206PTHREAD_CC = @PTHREAD_CC@
207PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
208PTHREAD_LIBS = @PTHREAD_LIBS@
209RANLIB = @RANLIB@
210SED = @SED@
211SET_MAKE = @SET_MAKE@
212SHELL = @SHELL@
213STRIP = @STRIP@
214ULXMLRPCPP_BINARY_AGE = @ULXMLRPCPP_BINARY_AGE@
215ULXMLRPCPP_INTERFACE_AGE = @ULXMLRPCPP_INTERFACE_AGE@
216ULXMLRPCPP_LT_AGE = @ULXMLRPCPP_LT_AGE@
217ULXMLRPCPP_LT_CURRENT = @ULXMLRPCPP_LT_CURRENT@
218ULXMLRPCPP_LT_RELEASE = @ULXMLRPCPP_LT_RELEASE@
219ULXMLRPCPP_LT_REVISION = @ULXMLRPCPP_LT_REVISION@
220ULXMLRPCPP_MAJOR_VERSION = @ULXMLRPCPP_MAJOR_VERSION@
221ULXMLRPCPP_MICRO_VERSION = @ULXMLRPCPP_MICRO_VERSION@
222ULXMLRPCPP_MINOR_VERSION = @ULXMLRPCPP_MINOR_VERSION@
223ULXMLRPCPP_VERSION = @ULXMLRPCPP_VERSION@
224ULXR_FQDN = @ULXR_FQDN@
225ULXR_VERSION_NUMBER = @ULXR_VERSION_NUMBER@
226VERSION = @VERSION@
227XSLTPROC = @XSLTPROC@
228YACC = @YACC@
229YFLAGS = @YFLAGS@
230ZIPPER = @ZIPPER@
231ZIPPER_EXT = @ZIPPER_EXT@
232abs_builddir = @abs_builddir@
233abs_srcdir = @abs_srcdir@
234abs_top_builddir = @abs_top_builddir@
235abs_top_srcdir = @abs_top_srcdir@
236ac_ct_CC = @ac_ct_CC@
237ac_ct_CXX = @ac_ct_CXX@
238ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239acx_pthread_config = @acx_pthread_config@
240all_includes = @all_includes@
241all_libraries = @all_libraries@
242am__include = @am__include@
243am__leading_dot = @am__leading_dot@
244am__quote = @am__quote@
245am__tar = @am__tar@
246am__untar = @am__untar@
247bindir = @bindir@
248build = @build@
249build_alias = @build_alias@
250build_cpu = @build_cpu@
251build_os = @build_os@
252build_vendor = @build_vendor@
253builddir = @builddir@
254datadir = @datadir@
255datarootdir = @datarootdir@
256docdir = @docdir@
257dvidir = @dvidir@
258exec_prefix = @exec_prefix@
259host = @host@
260host_alias = @host_alias@
261host_cpu = @host_cpu@
262host_os = @host_os@
263host_vendor = @host_vendor@
264htmldir = @htmldir@
265includedir = @includedir@
266infodir = @infodir@
267install_sh = @install_sh@
268libdir = @libdir@
269libexecdir = @libexecdir@
270localedir = @localedir@
271localstatedir = @localstatedir@
272lt_ECHO = @lt_ECHO@
273mandir = @mandir@
274mkdir_p = @mkdir_p@
275oldincludedir = @oldincludedir@
276pdfdir = @pdfdir@
277prefix = @prefix@
278program_transform_name = @program_transform_name@
279psdir = @psdir@
280sbindir = @sbindir@
281sharedstatedir = @sharedstatedir@
282srcdir = @srcdir@
283sysconfdir = @sysconfdir@
284target_alias = @target_alias@
285top_build_prefix = @top_build_prefix@
286top_builddir = @top_builddir@
287top_srcdir = @top_srcdir@
288SUBDIRS = ulxmlrpcpp bcb5 bcb6 msvc msvc71 expat contrib stubber rpm config
289EXTRA_DIST = \
290  bug-report \
291  acinclude.m4 \
292  configure.in \
293  autogen.sh \
294  ulxmlrpcpp.doxygen \
295  ulxmlrpcpp.kdevprj \
296  AUTHORS \
297  COPYING \
298  ChangeLog \
299  INSTALL \
300  README \
301  TODO \
302  Makefile.cvs \
303  ulxmlrpcpp.lsm \
304  ulxmlrpcpp.pc.in
305
306AUTOMAKE_OPTIONS = foreign
307CLEANFILES = *.~* *.~~* *~
308pkgconfigdir = $(prefix)/libdata/pkgconfig
309pkgconfig_DATA = ulxmlrpcpp.pc
310MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
311all: config.h
312	$(MAKE) $(AM_MAKEFLAGS) all-recursive
313
314.SUFFIXES:
315am--refresh:
316	@:
317$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318	@for dep in $?; do \
319	  case '$(am__configure_deps)' in \
320	    *$$dep*) \
321	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
322	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
323		&& exit 0; \
324	      exit 1;; \
325	  esac; \
326	done; \
327	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
328	$(am__cd) $(top_srcdir) && \
329	  $(AUTOMAKE) --foreign Makefile
330.PRECIOUS: Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332	@case '$?' in \
333	  *config.status*) \
334	    echo ' $(SHELL) ./config.status'; \
335	    $(SHELL) ./config.status;; \
336	  *) \
337	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
338	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
339	esac;
340
341$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342	$(SHELL) ./config.status --recheck
343
344$(top_srcdir)/configure:  $(am__configure_deps)
345	$(am__cd) $(srcdir) && $(AUTOCONF)
346$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
347	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348$(am__aclocal_m4_deps):
349
350config.h: stamp-h1
351	@if test ! -f $@; then \
352	  rm -f stamp-h1; \
353	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
354	else :; fi
355
356stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
357	@rm -f stamp-h1
358	cd $(top_builddir) && $(SHELL) ./config.status config.h
359$(srcdir)/config.h.in:  $(am__configure_deps)
360	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
361	rm -f stamp-h1
362	touch $@
363
364distclean-hdr:
365	-rm -f config.h stamp-h1
366ulxmlrpcpp.doxygen: $(top_builddir)/config.status $(srcdir)/ulxmlrpcpp.doxygen.in
367	cd $(top_builddir) && $(SHELL) ./config.status $@
368ulxmlrpcpp.pc: $(top_builddir)/config.status $(srcdir)/ulxmlrpcpp.pc.in
369	cd $(top_builddir) && $(SHELL) ./config.status $@
370
371mostlyclean-libtool:
372	-rm -f *.lo
373
374clean-libtool:
375	-rm -rf .libs _libs
376
377distclean-libtool:
378	-rm -f libtool config.lt
379install-pkgconfigDATA: $(pkgconfig_DATA)
380	@$(NORMAL_INSTALL)
381	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
382	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
383	for p in $$list; do \
384	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
385	  echo "$$d$$p"; \
386	done | $(am__base_list) | \
387	while read files; do \
388	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
389	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
390	done
391
392uninstall-pkgconfigDATA:
393	@$(NORMAL_UNINSTALL)
394	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
395	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
396	test -n "$$files" || exit 0; \
397	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
398	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
399
400# This directory's subdirectories are mostly independent; you can cd
401# into them and run `make' without going through this Makefile.
402# To change the values of `make' variables: instead of editing Makefiles,
403# (1) if the variable is set in `config.status', edit `config.status'
404#     (which will cause the Makefiles to be regenerated when you run `make');
405# (2) otherwise, pass the desired values on the `make' command line.
406$(RECURSIVE_TARGETS):
407	@failcom='exit 1'; \
408	for f in x $$MAKEFLAGS; do \
409	  case $$f in \
410	    *=* | --[!k]*);; \
411	    *k*) failcom='fail=yes';; \
412	  esac; \
413	done; \
414	dot_seen=no; \
415	target=`echo $@ | sed s/-recursive//`; \
416	list='$(SUBDIRS)'; for subdir in $$list; do \
417	  echo "Making $$target in $$subdir"; \
418	  if test "$$subdir" = "."; then \
419	    dot_seen=yes; \
420	    local_target="$$target-am"; \
421	  else \
422	    local_target="$$target"; \
423	  fi; \
424	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425	  || eval $$failcom; \
426	done; \
427	if test "$$dot_seen" = "no"; then \
428	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
429	fi; test -z "$$fail"
430
431$(RECURSIVE_CLEAN_TARGETS):
432	@failcom='exit 1'; \
433	for f in x $$MAKEFLAGS; do \
434	  case $$f in \
435	    *=* | --[!k]*);; \
436	    *k*) failcom='fail=yes';; \
437	  esac; \
438	done; \
439	dot_seen=no; \
440	case "$@" in \
441	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442	  *) list='$(SUBDIRS)' ;; \
443	esac; \
444	rev=''; for subdir in $$list; do \
445	  if test "$$subdir" = "."; then :; else \
446	    rev="$$subdir $$rev"; \
447	  fi; \
448	done; \
449	rev="$$rev ."; \
450	target=`echo $@ | sed s/-recursive//`; \
451	for subdir in $$rev; do \
452	  echo "Making $$target in $$subdir"; \
453	  if test "$$subdir" = "."; then \
454	    local_target="$$target-am"; \
455	  else \
456	    local_target="$$target"; \
457	  fi; \
458	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
459	  || eval $$failcom; \
460	done && test -z "$$fail"
461tags-recursive:
462	list='$(SUBDIRS)'; for subdir in $$list; do \
463	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
464	done
465ctags-recursive:
466	list='$(SUBDIRS)'; for subdir in $$list; do \
467	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
468	done
469
470ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472	unique=`for i in $$list; do \
473	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474	  done | \
475	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476	      END { if (nonempty) { for (i in files) print i; }; }'`; \
477	mkid -fID $$unique
478tags: TAGS
479
480TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481		$(TAGS_FILES) $(LISP)
482	set x; \
483	here=`pwd`; \
484	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
485	  include_option=--etags-include; \
486	  empty_fix=.; \
487	else \
488	  include_option=--include; \
489	  empty_fix=; \
490	fi; \
491	list='$(SUBDIRS)'; for subdir in $$list; do \
492	  if test "$$subdir" = .; then :; else \
493	    test ! -f $$subdir/TAGS || \
494	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
495	  fi; \
496	done; \
497	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
498	unique=`for i in $$list; do \
499	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500	  done | \
501	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502	      END { if (nonempty) { for (i in files) print i; }; }'`; \
503	shift; \
504	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
505	  test -n "$$unique" || unique=$$empty_fix; \
506	  if test $$# -gt 0; then \
507	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508	      "$$@" $$unique; \
509	  else \
510	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511	      $$unique; \
512	  fi; \
513	fi
514ctags: CTAGS
515CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516		$(TAGS_FILES) $(LISP)
517	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
518	unique=`for i in $$list; do \
519	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520	  done | \
521	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522	      END { if (nonempty) { for (i in files) print i; }; }'`; \
523	test -z "$(CTAGS_ARGS)$$unique" \
524	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
525	     $$unique
526
527GTAGS:
528	here=`$(am__cd) $(top_builddir) && pwd` \
529	  && $(am__cd) $(top_srcdir) \
530	  && gtags -i $(GTAGS_ARGS) "$$here"
531
532distclean-tags:
533	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
535distdir: $(DISTFILES)
536	$(am__remove_distdir)
537	test -d "$(distdir)" || mkdir "$(distdir)"
538	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540	list='$(DISTFILES)'; \
541	  dist_files=`for file in $$list; do echo $$file; done | \
542	  sed -e "s|^$$srcdirstrip/||;t" \
543	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544	case $$dist_files in \
545	  */*) $(MKDIR_P) `echo "$$dist_files" | \
546			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
547			   sort -u` ;; \
548	esac; \
549	for file in $$dist_files; do \
550	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551	  if test -d $$d/$$file; then \
552	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
553	    if test -d "$(distdir)/$$file"; then \
554	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555	    fi; \
556	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
558	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559	    fi; \
560	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561	  else \
562	    test -f "$(distdir)/$$file" \
563	    || cp -p $$d/$$file "$(distdir)/$$file" \
564	    || exit 1; \
565	  fi; \
566	done
567	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
568	  if test "$$subdir" = .; then :; else \
569	    test -d "$(distdir)/$$subdir" \
570	    || $(MKDIR_P) "$(distdir)/$$subdir" \
571	    || exit 1; \
572	  fi; \
573	done
574	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
575	  if test "$$subdir" = .; then :; else \
576	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
577	    $(am__relativize); \
578	    new_distdir=$$reldir; \
579	    dir1=$$subdir; dir2="$(top_distdir)"; \
580	    $(am__relativize); \
581	    new_top_distdir=$$reldir; \
582	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
583	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
584	    ($(am__cd) $$subdir && \
585	      $(MAKE) $(AM_MAKEFLAGS) \
586	        top_distdir="$$new_top_distdir" \
587	        distdir="$$new_distdir" \
588		am__remove_distdir=: \
589		am__skip_length_check=: \
590		am__skip_mode_fix=: \
591	        distdir) \
592	      || exit 1; \
593	  fi; \
594	done
595	-test -n "$(am__skip_mode_fix)" \
596	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
597	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
598	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
599	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
600	|| chmod -R a+r "$(distdir)"
601dist-gzip: distdir
602	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
603	$(am__remove_distdir)
604
605dist-bzip2: distdir
606	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
607	$(am__remove_distdir)
608
609dist-lzma: distdir
610	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
611	$(am__remove_distdir)
612
613dist-xz: distdir
614	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
615	$(am__remove_distdir)
616
617dist-tarZ: distdir
618	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
619	$(am__remove_distdir)
620
621dist-shar: distdir
622	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
623	$(am__remove_distdir)
624
625dist-zip: distdir
626	-rm -f $(distdir).zip
627	zip -rq $(distdir).zip $(distdir)
628	$(am__remove_distdir)
629
630dist dist-all: distdir
631	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
632	$(am__remove_distdir)
633
634# This target untars the dist file and tries a VPATH configuration.  Then
635# it guarantees that the distribution is self-contained by making another
636# tarfile.
637distcheck: dist
638	case '$(DIST_ARCHIVES)' in \
639	*.tar.gz*) \
640	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
641	*.tar.bz2*) \
642	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
643	*.tar.lzma*) \
644	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
645	*.tar.xz*) \
646	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
647	*.tar.Z*) \
648	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
649	*.shar.gz*) \
650	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
651	*.zip*) \
652	  unzip $(distdir).zip ;;\
653	esac
654	chmod -R a-w $(distdir); chmod a+w $(distdir)
655	mkdir $(distdir)/_build
656	mkdir $(distdir)/_inst
657	chmod a-w $(distdir)
658	test -d $(distdir)/_build || exit 0; \
659	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
660	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
661	  && am__cwd=`pwd` \
662	  && $(am__cd) $(distdir)/_build \
663	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
664	    $(DISTCHECK_CONFIGURE_FLAGS) \
665	  && $(MAKE) $(AM_MAKEFLAGS) \
666	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
667	  && $(MAKE) $(AM_MAKEFLAGS) check \
668	  && $(MAKE) $(AM_MAKEFLAGS) install \
669	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
670	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
671	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
672	        distuninstallcheck \
673	  && chmod -R a-w "$$dc_install_base" \
674	  && ({ \
675	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
676	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
677	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
678	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
679	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
680	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
681	  && rm -rf "$$dc_destdir" \
682	  && $(MAKE) $(AM_MAKEFLAGS) dist \
683	  && rm -rf $(DIST_ARCHIVES) \
684	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
685	  && cd "$$am__cwd" \
686	  || exit 1
687	$(am__remove_distdir)
688	@(echo "$(distdir) archives ready for distribution: "; \
689	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
690	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
691distuninstallcheck:
692	@$(am__cd) '$(distuninstallcheck_dir)' \
693	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
694	   || { echo "ERROR: files left after uninstall:" ; \
695	        if test -n "$(DESTDIR)"; then \
696	          echo "  (check DESTDIR support)"; \
697	        fi ; \
698	        $(distuninstallcheck_listfiles) ; \
699	        exit 1; } >&2
700distcleancheck: distclean
701	@if test '$(srcdir)' = . ; then \
702	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
703	  exit 1 ; \
704	fi
705	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
706	  || { echo "ERROR: files left in build directory after distclean:" ; \
707	       $(distcleancheck_listfiles) ; \
708	       exit 1; } >&2
709check-am: all-am
710check: check-recursive
711all-am: Makefile $(DATA) config.h
712installdirs: installdirs-recursive
713installdirs-am:
714	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
715	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
716	done
717install: install-recursive
718install-exec: install-exec-recursive
719install-data: install-data-recursive
720uninstall: uninstall-recursive
721
722install-am: all-am
723	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
724
725installcheck: installcheck-recursive
726install-strip:
727	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729	  `test -z '$(STRIP)' || \
730	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
731mostlyclean-generic:
732
733clean-generic:
734	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
735
736distclean-generic:
737	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
738	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
739
740maintainer-clean-generic:
741	@echo "This command is intended for maintainers to use"
742	@echo "it deletes files that may require special tools to rebuild."
743	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
744clean: clean-recursive
745
746clean-am: clean-generic clean-libtool mostlyclean-am
747
748distclean: distclean-recursive
749	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
750	-rm -f Makefile
751distclean-am: clean-am distclean-generic distclean-hdr \
752	distclean-libtool distclean-tags
753
754dvi: dvi-recursive
755
756dvi-am:
757
758html: html-recursive
759
760html-am:
761
762info: info-recursive
763
764info-am:
765
766install-data-am: install-data-local install-pkgconfigDATA
767
768install-dvi: install-dvi-recursive
769
770install-dvi-am:
771
772install-exec-am:
773
774install-html: install-html-recursive
775
776install-html-am:
777
778install-info: install-info-recursive
779
780install-info-am:
781
782install-man:
783
784install-pdf: install-pdf-recursive
785
786install-pdf-am:
787
788install-ps: install-ps-recursive
789
790install-ps-am:
791
792installcheck-am:
793
794maintainer-clean-am: distclean-am maintainer-clean-generic
795
796mostlyclean: mostlyclean-recursive
797
798mostlyclean-am: mostlyclean-generic mostlyclean-libtool
799
800pdf: pdf-recursive
801
802pdf-am:
803
804ps: ps-recursive
805
806ps-am:
807
808uninstall-am: uninstall-pkgconfigDATA
809
810.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
811	ctags-recursive install-am install-strip tags-recursive
812
813.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
814	all all-am am--refresh check check-am clean clean-generic \
815	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
816	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
817	distcheck distclean distclean-generic distclean-hdr \
818	distclean-libtool distclean-tags distcleancheck distdir \
819	distuninstallcheck dvi dvi-am html html-am info info-am \
820	install install-am install-data install-data-am \
821	install-data-local install-dvi install-dvi-am install-exec \
822	install-exec-am install-html install-html-am install-info \
823	install-info-am install-man install-pdf install-pdf-am \
824	install-pkgconfigDATA install-ps install-ps-am install-strip \
825	installcheck installcheck-am installdirs installdirs-am \
826	maintainer-clean maintainer-clean-generic mostlyclean \
827	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
828	tags tags-recursive uninstall uninstall-am \
829	uninstall-pkgconfigDATA
830
831libtool : $(LIBTOOL_DEPS)
832	$(SHELL)  ./config.status --recheck
833
834.PHONY: rpm
835
836maintainer-clean: maintainer-clean-generic
837
838pkgconfig:
839
840doc-dist:
841	(cd $(top_builddir)/ulxmlrpcpp/docs/en && make pdf-files)
842	(cd $(top_builddir)/ulxmlrpcpp/docs/api && make apidoc-dist)
843	(cd $(top_builddir)/ulxmlrpcpp/docs/en && make doc-dist)
844
845doc:
846	-rm -rf $(top_builddir)/ulxmlrpcpp/docs/api/html/*
847	(cd $(top_builddir)/ulxmlrpcpp/docs/api && make apidoc)
848	(cd $(top_builddir)/ulxmlrpcpp/docs/en && make doc)
849
850maintainer-clean: maintainer-clean-generic
851
852#--no-use-agent
853src-dist: distdir
854	zip -r $(distdir)-src.zip.tmp  $(distdir)/*
855	$(AMTAR) chof - $(distdir) | $(ZIPPER) -c >$(distdir)-src.tar.$(ZIPPER_EXT).tmp
856	mv $(distdir)-src.zip.tmp $(top_builddir)/$(distdir)-src.zip
857	mv $(distdir)-src.tar.$(ZIPPER_EXT).tmp $(top_builddir)/$(distdir)-src.tar.$(ZIPPER_EXT)
858	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
859	-rm $(distdir)-src.zip.asc
860	-gpg -ba $(distdir)-src.zip
861	-rm $(distdir)-src.tar.$(ZIPPER_EXT).asc
862	-gpg -ba $(distdir)-src.tar.$(ZIPPER_EXT)
863
864full-dist: doc-dist src-dist
865
866rpm: rpm/ulxmlrpcpp-generic.spec
867	cp $(distdir).tar.gz /usr/src/packages/SOURCES
868	- test -d /usr/src/packages/SOURCES/$(distdir) && rm -r /usr/src/packages/SOURCES/$(distdir)
869	ln -s $(top_srcdir) /usr/src/packages/SOURCES/$(distdir)
870	rpmbuild -v -bb $<
871	rm /usr/src/packages/SOURCES/$(distdir)
872
873gz-dist: distdir
874	$(AMTAR) chof - $(distdir) | gzip -c >$(distdir).tar.gz
875	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
876
877zip-dist: distdir
878	zip  -r $(distdir).zip  $(distdir)/*
879	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
880	gpg -ba $(distdir).zip
881
882bz2-dist: distdir
883	$(AMTAR) chof - $(distdir) | bzip2 -c >$(distdir).tar.bz2
884	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
885	gpg -ba $(distdir).tar.bz2
886
887logon:
888	ssh -t ewald-arnold,ulxmlrpcpp@shell.sourceforge.net create
889
890scp-upload:
891	scp $(srcdir)/ChangeLog                                                 ewald-arnold@frs.sourceforge.net:/home/frs/project/u/ul/ulxmlrpcpp/ulxmlrpcpp/$(VERSION)/ChangeLog
892	scp ulxmlrpcpp-$(VERSION)-{apidoc,tutorial,handbook}.*{bz2,zip,asc,pdf} ewald-arnold@frs.sourceforge.net:/home/frs/project/u/ul/ulxmlrpcpp/ulxmlrpcpp-doc/$(VERSION)/
893	scp ulxmlrpcpp-$(VERSION)-src.*{bz2,zip,asc}                            ewald-arnold@frs.sourceforge.net:/home/frs/project/u/ul/ulxmlrpcpp/ulxmlrpcpp/$(VERSION)/
894
895release-check: gz-dist
896	sh $(srcdir)/release-check  $(distdir) `pwd`
897
898install-data-local:
899	@echo ""
900	@echo "***********************************************************"
901	@echo "* Installed. Enjoy ulxmlrpcpp and have a happy calling.   *"
902	@echo "* Please report bugs at http://ulxmlrpcpp.sf.net          *"
903	@echo "***********************************************************"
904	@echo ""
905
906# Tell versions [3.59,3.63) of GNU make to not export all variables.
907# Otherwise a system limit (for SysV at least) may be exceeded.
908.NOEXPORT:
909