Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19 VPATH = @srcdir@
20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 am__make_running_with_option = \
22   case $${target_option-} in \
23       ?) ;; \
24       *) echo "am__make_running_with_option: internal error: invalid" \
25               "target option '$${target_option-}' specified" >&2; \
26          exit 1;; \
27   esac; \
28   has_opt=no; \
29   sane_makeflags=$$MAKEFLAGS; \
30   if $(am__is_gnu_make); then \
31     sane_makeflags=$$MFLAGS; \
32   else \
33     case $$MAKEFLAGS in \
34       *\\[\ \   ]*) \
35         bs=\\; \
36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
38     esac; \
39   fi; \
40   skip_next=no; \
41   strip_trailopt () \
42   { \
43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44   }; \
45   for flg in $$sane_makeflags; do \
46     test $$skip_next = yes && { skip_next=no; continue; }; \
47     case $$flg in \
48       *=*|--*) continue;; \
49         -*I) strip_trailopt 'I'; skip_next=yes;; \
50       -*I?*) strip_trailopt 'I';; \
51         -*O) strip_trailopt 'O'; skip_next=yes;; \
52       -*O?*) strip_trailopt 'O';; \
53         -*l) strip_trailopt 'l'; skip_next=yes;; \
54       -*l?*) strip_trailopt 'l';; \
55       -[dEDm]) skip_next=yes;; \
56       -[JT]) skip_next=yes;; \
57     esac; \
58     case $$flg in \
59       *$$target_option*) has_opt=yes; break;; \
60     esac; \
61   done; \
62   test $$has_opt = yes
63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = @build@
82 host_triplet = @host@
83 DIST_COMMON = $(srcdir)/MSVC_Net2010/filelist.am \
84         $(top_srcdir)/build/dist-changelog.am INSTALL NEWS README \
85         AUTHORS ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/configure $(am__configure_deps) \
87         $(srcdir)/config.h.in $(srcdir)/libxml++config.h.in \
88         $(top_srcdir)/docs/reference/Doxyfile.in \
89         $(top_srcdir)/MSVC_Net2010/libxml++/libxml++.rc.in \
90         $(srcdir)/libxml++.pc.in $(dist_noinst_SCRIPTS) \
91         $(dist_noinst_DATA) COPYING build/compile build/config.guess \
92         build/config.sub build/depcomp build/install-sh build/missing \
93         build/ltmain.sh $(top_srcdir)/build/compile \
94         $(top_srcdir)/build/config.guess \
95         $(top_srcdir)/build/config.sub $(top_srcdir)/build/install-sh \
96         $(top_srcdir)/build/ltmain.sh $(top_srcdir)/build/missing
97 subdir = .
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/build/cxx_std.m4 \
100         $(top_srcdir)/build/libtool.m4 \
101         $(top_srcdir)/build/ltoptions.m4 \
102         $(top_srcdir)/build/ltsugar.m4 \
103         $(top_srcdir)/build/ltversion.m4 \
104         $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106         $(ACLOCAL_M4)
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108  configure.lineno config.status.lineno
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = config.h libxml++config.h
111 CONFIG_CLEAN_FILES = docs/reference/Doxyfile \
112         MSVC_Net2010/libxml++/libxml++.rc ${LIBXMLXX_MODULE_NAME}.pc
113 CONFIG_CLEAN_VPATH_FILES =
114 SCRIPTS = $(dist_noinst_SCRIPTS)
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo "  GEN     " $@;
122 am__v_GEN_1 = 
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 = 
127 SOURCES =
128 DIST_SOURCES =
129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130         ctags-recursive dvi-recursive html-recursive info-recursive \
131         install-data-recursive install-dvi-recursive \
132         install-exec-recursive install-html-recursive \
133         install-info-recursive install-pdf-recursive \
134         install-ps-recursive install-recursive installcheck-recursive \
135         installdirs-recursive pdf-recursive ps-recursive \
136         tags-recursive uninstall-recursive
137 am__can_run_installinfo = \
138   case $$AM_UPDATE_INFO_DIR in \
139     n|no|NO) false;; \
140     *) (install-info --version) >/dev/null 2>&1;; \
141   esac
142 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143 am__vpath_adj = case $$p in \
144     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145     *) f=$$p;; \
146   esac;
147 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148 am__install_max = 40
149 am__nobase_strip_setup = \
150   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151 am__nobase_strip = \
152   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153 am__nobase_list = $(am__nobase_strip_setup); \
154   for p in $$list; do echo "$$p $$p"; done | \
155   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157     if (++n[$$2] == $(am__install_max)) \
158       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159     END { for (dir in files) print dir, files[dir] }'
160 am__base_list = \
161   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163 am__uninstall_files_from_dir = { \
164   test -z "$$files" \
165     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167          $(am__cd) "$$dir" && rm -f $$files; }; \
168   }
169 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
170         "$(DESTDIR)$(library_configdir)"
171 DATA = $(dist_noinst_DATA) $(nodist_pkgconfig_DATA)
172 HEADERS = $(nodist_library_config_HEADERS)
173 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
174   distclean-recursive maintainer-clean-recursive
175 am__recursive_targets = \
176   $(RECURSIVE_TARGETS) \
177   $(RECURSIVE_CLEAN_TARGETS) \
178   $(am__extra_recursive_targets)
179 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
180         cscope distdir dist dist-all distcheck
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
182         $(LISP)config.h.in libxml++config.h.in
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates.  Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187   BEGIN { nonempty = 0; } \
188   { items[$$0] = 1; nonempty = 1; } \
189   END { if (nonempty) { for (i in items) print i; }; } \
190 '
191 # Make sure the list of sources is unique.  This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195   list='$(am__tagged_files)'; \
196   unique=`for i in $$list; do \
197     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198   done | $(am__uniquify_input)`
199 ETAGS = etags
200 CTAGS = ctags
201 CSCOPE = cscope
202 DIST_SUBDIRS = libxml++ examples tests docs
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
206 am__remove_distdir = \
207   if test -d "$(distdir)"; then \
208     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209       && rm -rf "$(distdir)" \
210       || { sleep 5 && rm -rf "$(distdir)"; }; \
211   else :; fi
212 am__post_remove_distdir = $(am__remove_distdir)
213 am__relativize = \
214   dir0=`pwd`; \
215   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216   sed_rest='s,^[^/]*/*,,'; \
217   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218   sed_butlast='s,/*[^/]*$$,,'; \
219   while test -n "$$dir1"; do \
220     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221     if test "$$first" != "."; then \
222       if test "$$first" = ".."; then \
223         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225       else \
226         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227         if test "$$first2" = "$$first"; then \
228           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229         else \
230           dir2="../$$dir2"; \
231         fi; \
232         dir0="$$dir0"/"$$first"; \
233       fi; \
234     fi; \
235     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236   done; \
237   reldir="$$dir2"
238 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
239 GZIP_ENV = --best
240 DIST_TARGETS = dist-bzip2 dist-gzip
241 distuninstallcheck_listfiles = find . -type f -print
242 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244 distcleancheck_listfiles = find . -type f -print
245 ACLOCAL = @ACLOCAL@
246 ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
247 AMTAR = @AMTAR@
248 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249 AR = @AR@
250 AS = @AS@
251 AUTOCONF = @AUTOCONF@
252 AUTOHEADER = @AUTOHEADER@
253 AUTOMAKE = @AUTOMAKE@
254 AWK = @AWK@
255 CC = @CC@
256 CCDEPMODE = @CCDEPMODE@
257 CFLAGS = @CFLAGS@
258 CPP = @CPP@
259 CPPFLAGS = @CPPFLAGS@
260 CXX = @CXX@
261 CXXCPP = @CXXCPP@
262 CXXDEPMODE = @CXXDEPMODE@
263 CXXFLAGS = @CXXFLAGS@
264 CYGPATH_W = @CYGPATH_W@
265 DB2LATEX = @DB2LATEX@
266 DEFS = @DEFS@
267 DEPDIR = @DEPDIR@
268 DLLTOOL = @DLLTOOL@
269 DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
270 DOT = @DOT@
271 DOXYGEN = @DOXYGEN@
272 DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
273 DSYMUTIL = @DSYMUTIL@
274 DUMPBIN = @DUMPBIN@
275 ECHO_C = @ECHO_C@
276 ECHO_N = @ECHO_N@
277 ECHO_T = @ECHO_T@
278 EGREP = @EGREP@
279 EXEEXT = @EXEEXT@
280 FGREP = @FGREP@
281 GREP = @GREP@
282 HAVE_CXX11 = @HAVE_CXX11@
283 INSTALL = @INSTALL@
284 INSTALL_DATA = @INSTALL_DATA@
285 INSTALL_PROGRAM = @INSTALL_PROGRAM@
286 INSTALL_SCRIPT = @INSTALL_SCRIPT@
287 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288 LD = @LD@
289 LDFLAGS = @LDFLAGS@
290 LIBOBJS = @LIBOBJS@
291 LIBS = @LIBS@
292 LIBTOOL = @LIBTOOL@
293 LIBXMLXX_API_VERSION = @LIBXMLXX_API_VERSION@
294 LIBXMLXX_CFLAGS = @LIBXMLXX_CFLAGS@
295 LIBXMLXX_LIBS = @LIBXMLXX_LIBS@
296 LIBXMLXX_MAJOR_VERSION = @LIBXMLXX_MAJOR_VERSION@
297 LIBXMLXX_MICRO_VERSION = @LIBXMLXX_MICRO_VERSION@
298 LIBXMLXX_MINOR_VERSION = @LIBXMLXX_MINOR_VERSION@
299 LIBXMLXX_MODULES = @LIBXMLXX_MODULES@
300 LIBXMLXX_MODULE_NAME = @LIBXMLXX_MODULE_NAME@
301 LIBXMLXX_SO_VERSION = @LIBXMLXX_SO_VERSION@
302 LIBXMLXX_VERSION = @LIBXMLXX_VERSION@
303 LIBXMLXX_WXXFLAGS = @LIBXMLXX_WXXFLAGS@
304 LIPO = @LIPO@
305 LN_S = @LN_S@
306 LTLIBOBJS = @LTLIBOBJS@
307 MAINT = @MAINT@
308 MAKEINFO = @MAKEINFO@
309 MANIFEST_TOOL = @MANIFEST_TOOL@
310 MKDIR_P = @MKDIR_P@
311 MMDOCTOOLDIR = @MMDOCTOOLDIR@
312 NM = @NM@
313 NMEDIT = @NMEDIT@
314 OBJDUMP = @OBJDUMP@
315 OBJEXT = @OBJEXT@
316 OTOOL = @OTOOL@
317 OTOOL64 = @OTOOL64@
318 PACKAGE = @PACKAGE@
319 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
320 PACKAGE_NAME = @PACKAGE_NAME@
321 PACKAGE_STRING = @PACKAGE_STRING@
322 PACKAGE_TARNAME = @PACKAGE_TARNAME@
323 PACKAGE_URL = @PACKAGE_URL@
324 PACKAGE_VERSION = @PACKAGE_VERSION@
325 PATH_SEPARATOR = @PATH_SEPARATOR@
326 PERL = @PERL@
327 PKG_CONFIG = @PKG_CONFIG@
328 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
329 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
330 RANLIB = @RANLIB@
331 SED = @SED@
332 SET_MAKE = @SET_MAKE@
333 SHELL = @SHELL@
334 STRIP = @STRIP@
335 VERSION = @VERSION@
336 XMLLINT = @XMLLINT@
337 XSLTPROC = @XSLTPROC@
338 abs_builddir = @abs_builddir@
339 abs_srcdir = @abs_srcdir@
340 abs_top_builddir = @abs_top_builddir@
341 abs_top_srcdir = @abs_top_srcdir@
342 ac_ct_AR = @ac_ct_AR@
343 ac_ct_CC = @ac_ct_CC@
344 ac_ct_CXX = @ac_ct_CXX@
345 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346 am__include = @am__include@
347 am__leading_dot = @am__leading_dot@
348 am__quote = @am__quote@
349 am__tar = @am__tar@
350 am__untar = @am__untar@
351 bindir = @bindir@
352 build = @build@
353 build_alias = @build_alias@
354 build_cpu = @build_cpu@
355 build_os = @build_os@
356 build_vendor = @build_vendor@
357 builddir = @builddir@
358 datadir = @datadir@
359 datarootdir = @datarootdir@
360 docdir = @docdir@
361 dvidir = @dvidir@
362 exec_prefix = @exec_prefix@
363 host = @host@
364 host_alias = @host_alias@
365 host_cpu = @host_cpu@
366 host_os = @host_os@
367 host_vendor = @host_vendor@
368 htmldir = @htmldir@
369 includedir = @includedir@
370 infodir = @infodir@
371 install_sh = @install_sh@
372 libdir = @libdir@
373 libexecdir = @libexecdir@
374 localedir = @localedir@
375 localstatedir = @localstatedir@
376 mandir = @mandir@
377 mkdir_p = @mkdir_p@
378 oldincludedir = @oldincludedir@
379 pdfdir = @pdfdir@
380 prefix = @prefix@
381 program_transform_name = @program_transform_name@
382 psdir = @psdir@
383 sbindir = @sbindir@
384 sharedstatedir = @sharedstatedir@
385 srcdir = @srcdir@
386 sysconfdir = @sysconfdir@
387 target_alias = @target_alias@
388 top_build_prefix = @top_build_prefix@
389 top_builddir = @top_builddir@
390 top_srcdir = @top_srcdir@
391 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
392 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
393 @ENABLE_DOCUMENTATION_FALSE@doc_subdirs = 
394 @ENABLE_DOCUMENTATION_TRUE@doc_subdirs = docs
395 SUBDIRS = libxml++ examples tests $(doc_subdirs)
396 library_configdir = $(libdir)/$(LIBXMLXX_MODULE_NAME)/include
397 nodist_library_config_HEADERS = libxml++config.h
398 pkgconfigdir = $(libdir)/pkgconfig
399 nodist_pkgconfig_DATA = $(LIBXMLXX_MODULE_NAME).pc
400 msvc_net2010_data = \
401   libxml++.sln \
402   README \
403   gendef/gendef.cc \
404   gendef/gendef.vcxproj \
405   gendef/gendef.vcxproj.filters \
406   libxml++/libxml++.rc \
407   libxml++/libxml++.vcxproj \
408   libxml++/libxml++.vcxproj.filters \
409   libxml++/libxml++config.h \
410   examples/dom_build/dom_build.vcxproj \
411   examples/dom_build/dom_build.vcxproj.filters \
412   examples/dom_parse_entities/dom_parse_entities.vcxproj \
413   examples/dom_parse_entities/dom_parse_entities.vcxproj.filters \
414   examples/dom_parser/dom_parser.vcxproj \
415   examples/dom_parser/dom_parser.vcxproj.filters \
416   examples/dom_parser_raw/dom_parser_raw.vcxproj \
417   examples/dom_parser_raw/dom_parser_raw.vcxproj.filters \
418   examples/dom_read_write/dom_read_write.vcxproj \
419   examples/dom_read_write/dom_read_write.vcxproj.filters \
420   examples/dom_xpath/dom_xpath.vcxproj \
421   examples/dom_xpath/dom_xpath.vcxproj.filters \
422   examples/dtdvalidation/dtdvalidation.vcxproj \
423   examples/dtdvalidation/dtdvalidation.vcxproj.filters \
424   examples/import_node/import_node.vcxproj \
425   examples/import_node/import_node.vcxproj.filters \
426   examples/sax_exception/sax_exception.vcxproj \
427   examples/sax_exception/sax_exception.vcxproj.filters \
428   examples/sax_parser/sax_parser.vcxproj \
429   examples/sax_parser/sax_parser.vcxproj.filters \
430   examples/sax_parser_build_dom/sax_parser_build_dom.vcxproj \
431   examples/sax_parser_build_dom/sax_parser_build_dom.vcxproj.filters \
432   examples/sax_parser_entities/sax_parser_entities.vcxproj \
433   examples/sax_parser_entities/sax_parser_entities.vcxproj.filters \
434   examples/schemavalidation/schemavalidation.vcxproj \
435   examples/schemavalidation/schemavalidation.vcxproj.filters \
436   examples/textreader/textreader.vcxproj \
437   examples/textreader/textreader.vcxproj.filters
438
439 dist_noinst_DATA = $(addprefix MSVC_Net2010/,$(msvc_net2010_data))
440 dist_noinst_SCRIPTS = autogen.sh
441 DISTCLEANFILES = MSVC_Net2010/libxml++/libxml++config.h
442 all: config.h libxml++config.h
443         $(MAKE) $(AM_MAKEFLAGS) all-recursive
444
445 .SUFFIXES:
446 am--refresh: Makefile
447         @:
448 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/MSVC_Net2010/filelist.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps)
449         @for dep in $?; do \
450           case '$(am__configure_deps)' in \
451             *$$dep*) \
452               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
453               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
454                 && exit 0; \
455               exit 1;; \
456           esac; \
457         done; \
458         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
459         $(am__cd) $(top_srcdir) && \
460           $(AUTOMAKE) --gnu Makefile
461 .PRECIOUS: Makefile
462 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
463         @case '$?' in \
464           *config.status*) \
465             echo ' $(SHELL) ./config.status'; \
466             $(SHELL) ./config.status;; \
467           *) \
468             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
469             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
470         esac;
471 $(srcdir)/MSVC_Net2010/filelist.am $(top_srcdir)/build/dist-changelog.am:
472
473 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474         $(SHELL) ./config.status --recheck
475
476 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
477         $(am__cd) $(srcdir) && $(AUTOCONF)
478 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
479         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
480 $(am__aclocal_m4_deps):
481
482 config.h: stamp-h1
483         @test -f $@ || rm -f stamp-h1
484         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
485
486 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
487         @rm -f stamp-h1
488         cd $(top_builddir) && $(SHELL) ./config.status config.h
489 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
490         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
491         rm -f stamp-h1
492         touch $@
493
494 libxml++config.h: stamp-h2
495         @test -f $@ || rm -f stamp-h2
496         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
497
498 stamp-h2: $(srcdir)/libxml++config.h.in $(top_builddir)/config.status
499         @rm -f stamp-h2
500         cd $(top_builddir) && $(SHELL) ./config.status libxml++config.h
501
502 distclean-hdr:
503         -rm -f config.h stamp-h1 libxml++config.h stamp-h2
504 docs/reference/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/docs/reference/Doxyfile.in
505         cd $(top_builddir) && $(SHELL) ./config.status $@
506 MSVC_Net2010/libxml++/libxml++.rc: $(top_builddir)/config.status $(top_srcdir)/MSVC_Net2010/libxml++/libxml++.rc.in
507         cd $(top_builddir) && $(SHELL) ./config.status $@
508 ${LIBXMLXX_MODULE_NAME}.pc: $(top_builddir)/config.status $(srcdir)/libxml++.pc.in
509         cd $(top_builddir) && $(SHELL) ./config.status $@
510
511 mostlyclean-libtool:
512         -rm -f *.lo
513
514 clean-libtool:
515         -rm -rf .libs _libs
516
517 distclean-libtool:
518         -rm -f libtool config.lt
519 install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
520         @$(NORMAL_INSTALL)
521         @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
522         if test -n "$$list"; then \
523           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
524           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
525         fi; \
526         for p in $$list; do \
527           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
528           echo "$$d$$p"; \
529         done | $(am__base_list) | \
530         while read files; do \
531           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
532           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
533         done
534
535 uninstall-nodist_pkgconfigDATA:
536         @$(NORMAL_UNINSTALL)
537         @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
538         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
539         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
540 install-nodist_library_configHEADERS: $(nodist_library_config_HEADERS)
541         @$(NORMAL_INSTALL)
542         @list='$(nodist_library_config_HEADERS)'; test -n "$(library_configdir)" || list=; \
543         if test -n "$$list"; then \
544           echo " $(MKDIR_P) '$(DESTDIR)$(library_configdir)'"; \
545           $(MKDIR_P) "$(DESTDIR)$(library_configdir)" || exit 1; \
546         fi; \
547         for p in $$list; do \
548           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
549           echo "$$d$$p"; \
550         done | $(am__base_list) | \
551         while read files; do \
552           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_configdir)'"; \
553           $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_configdir)" || exit $$?; \
554         done
555
556 uninstall-nodist_library_configHEADERS:
557         @$(NORMAL_UNINSTALL)
558         @list='$(nodist_library_config_HEADERS)'; test -n "$(library_configdir)" || list=; \
559         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
560         dir='$(DESTDIR)$(library_configdir)'; $(am__uninstall_files_from_dir)
561
562 # This directory's subdirectories are mostly independent; you can cd
563 # into them and run 'make' without going through this Makefile.
564 # To change the values of 'make' variables: instead of editing Makefiles,
565 # (1) if the variable is set in 'config.status', edit 'config.status'
566 #     (which will cause the Makefiles to be regenerated when you run 'make');
567 # (2) otherwise, pass the desired values on the 'make' command line.
568 $(am__recursive_targets):
569         @fail=; \
570         if $(am__make_keepgoing); then \
571           failcom='fail=yes'; \
572         else \
573           failcom='exit 1'; \
574         fi; \
575         dot_seen=no; \
576         target=`echo $@ | sed s/-recursive//`; \
577         case "$@" in \
578           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
579           *) list='$(SUBDIRS)' ;; \
580         esac; \
581         for subdir in $$list; do \
582           echo "Making $$target in $$subdir"; \
583           if test "$$subdir" = "."; then \
584             dot_seen=yes; \
585             local_target="$$target-am"; \
586           else \
587             local_target="$$target"; \
588           fi; \
589           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
590           || eval $$failcom; \
591         done; \
592         if test "$$dot_seen" = "no"; then \
593           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
594         fi; test -z "$$fail"
595
596 ID: $(am__tagged_files)
597         $(am__define_uniq_tagged_files); mkid -fID $$unique
598 tags: tags-recursive
599 TAGS: tags
600
601 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602         set x; \
603         here=`pwd`; \
604         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
605           include_option=--etags-include; \
606           empty_fix=.; \
607         else \
608           include_option=--include; \
609           empty_fix=; \
610         fi; \
611         list='$(SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             test ! -f $$subdir/TAGS || \
614               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
615           fi; \
616         done; \
617         $(am__define_uniq_tagged_files); \
618         shift; \
619         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
620           test -n "$$unique" || unique=$$empty_fix; \
621           if test $$# -gt 0; then \
622             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623               "$$@" $$unique; \
624           else \
625             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
626               $$unique; \
627           fi; \
628         fi
629 ctags: ctags-recursive
630
631 CTAGS: ctags
632 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
633         $(am__define_uniq_tagged_files); \
634         test -z "$(CTAGS_ARGS)$$unique" \
635           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
636              $$unique
637
638 GTAGS:
639         here=`$(am__cd) $(top_builddir) && pwd` \
640           && $(am__cd) $(top_srcdir) \
641           && gtags -i $(GTAGS_ARGS) "$$here"
642 cscope: cscope.files
643         test ! -s cscope.files \
644           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
645 clean-cscope:
646         -rm -f cscope.files
647 cscope.files: clean-cscope cscopelist
648 cscopelist: cscopelist-recursive
649
650 cscopelist-am: $(am__tagged_files)
651         list='$(am__tagged_files)'; \
652         case "$(srcdir)" in \
653           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
654           *) sdir=$(subdir)/$(srcdir) ;; \
655         esac; \
656         for i in $$list; do \
657           if test -f "$$i"; then \
658             echo "$(subdir)/$$i"; \
659           else \
660             echo "$$sdir/$$i"; \
661           fi; \
662         done >> $(top_builddir)/cscope.files
663
664 distclean-tags:
665         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
666         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
667
668 distdir: $(DISTFILES)
669         $(am__remove_distdir)
670         test -d "$(distdir)" || mkdir "$(distdir)"
671         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
672         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
673         list='$(DISTFILES)'; \
674           dist_files=`for file in $$list; do echo $$file; done | \
675           sed -e "s|^$$srcdirstrip/||;t" \
676               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
677         case $$dist_files in \
678           */*) $(MKDIR_P) `echo "$$dist_files" | \
679                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
680                            sort -u` ;; \
681         esac; \
682         for file in $$dist_files; do \
683           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
684           if test -d $$d/$$file; then \
685             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
686             if test -d "$(distdir)/$$file"; then \
687               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688             fi; \
689             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
690               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
691               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
692             fi; \
693             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
694           else \
695             test -f "$(distdir)/$$file" \
696             || cp -p $$d/$$file "$(distdir)/$$file" \
697             || exit 1; \
698           fi; \
699         done
700         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
701           if test "$$subdir" = .; then :; else \
702             $(am__make_dryrun) \
703               || test -d "$(distdir)/$$subdir" \
704               || $(MKDIR_P) "$(distdir)/$$subdir" \
705               || exit 1; \
706             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
707             $(am__relativize); \
708             new_distdir=$$reldir; \
709             dir1=$$subdir; dir2="$(top_distdir)"; \
710             $(am__relativize); \
711             new_top_distdir=$$reldir; \
712             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
713             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
714             ($(am__cd) $$subdir && \
715               $(MAKE) $(AM_MAKEFLAGS) \
716                 top_distdir="$$new_top_distdir" \
717                 distdir="$$new_distdir" \
718                 am__remove_distdir=: \
719                 am__skip_length_check=: \
720                 am__skip_mode_fix=: \
721                 distdir) \
722               || exit 1; \
723           fi; \
724         done
725         $(MAKE) $(AM_MAKEFLAGS) \
726           top_distdir="$(top_distdir)" distdir="$(distdir)" \
727           dist-hook
728         -test -n "$(am__skip_mode_fix)" \
729         || find "$(distdir)" -type d ! -perm -755 \
730                 -exec chmod u+rwx,go+rx {} \; -o \
731           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
732           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
733           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
734         || chmod -R a+r "$(distdir)"
735 dist-gzip: distdir
736         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
737         $(am__post_remove_distdir)
738 dist-bzip2: distdir
739         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
740         $(am__post_remove_distdir)
741
742 dist-lzip: distdir
743         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
744         $(am__post_remove_distdir)
745
746 dist-xz: distdir
747         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
748         $(am__post_remove_distdir)
749
750 dist-tarZ: distdir
751         @echo WARNING: "Support for shar distribution archives is" \
752                        "deprecated." >&2
753         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
754         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
755         $(am__post_remove_distdir)
756
757 dist-shar: distdir
758         @echo WARNING: "Support for distribution archives compressed with" \
759                        "legacy program 'compress' is deprecated." >&2
760         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
761         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
762         $(am__post_remove_distdir)
763
764 dist-zip: distdir
765         -rm -f $(distdir).zip
766         zip -rq $(distdir).zip $(distdir)
767         $(am__post_remove_distdir)
768
769 dist dist-all:
770         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
771         $(am__post_remove_distdir)
772
773 # This target untars the dist file and tries a VPATH configuration.  Then
774 # it guarantees that the distribution is self-contained by making another
775 # tarfile.
776 distcheck: dist
777         case '$(DIST_ARCHIVES)' in \
778         *.tar.gz*) \
779           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
780         *.tar.bz2*) \
781           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
782         *.tar.lz*) \
783           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
784         *.tar.xz*) \
785           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
786         *.tar.Z*) \
787           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
788         *.shar.gz*) \
789           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
790         *.zip*) \
791           unzip $(distdir).zip ;;\
792         esac
793         chmod -R a-w $(distdir)
794         chmod u+w $(distdir)
795         mkdir $(distdir)/_build $(distdir)/_inst
796         chmod a-w $(distdir)
797         test -d $(distdir)/_build || exit 0; \
798         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
799           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
800           && am__cwd=`pwd` \
801           && $(am__cd) $(distdir)/_build \
802           && ../configure \
803             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
804             $(DISTCHECK_CONFIGURE_FLAGS) \
805             --srcdir=.. --prefix="$$dc_install_base" \
806           && $(MAKE) $(AM_MAKEFLAGS) \
807           && $(MAKE) $(AM_MAKEFLAGS) dvi \
808           && $(MAKE) $(AM_MAKEFLAGS) check \
809           && $(MAKE) $(AM_MAKEFLAGS) install \
810           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
811           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
812           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
813                 distuninstallcheck \
814           && chmod -R a-w "$$dc_install_base" \
815           && ({ \
816                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
817                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
818                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
819                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
820                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
821               } || { rm -rf "$$dc_destdir"; exit 1; }) \
822           && rm -rf "$$dc_destdir" \
823           && $(MAKE) $(AM_MAKEFLAGS) dist \
824           && rm -rf $(DIST_ARCHIVES) \
825           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
826           && cd "$$am__cwd" \
827           || exit 1
828         $(am__post_remove_distdir)
829         @(echo "$(distdir) archives ready for distribution: "; \
830           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
831           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
832 distuninstallcheck:
833         @test -n '$(distuninstallcheck_dir)' || { \
834           echo 'ERROR: trying to run $@ with an empty' \
835                '$$(distuninstallcheck_dir)' >&2; \
836           exit 1; \
837         }; \
838         $(am__cd) '$(distuninstallcheck_dir)' || { \
839           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
840           exit 1; \
841         }; \
842         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
843            || { echo "ERROR: files left after uninstall:" ; \
844                 if test -n "$(DESTDIR)"; then \
845                   echo "  (check DESTDIR support)"; \
846                 fi ; \
847                 $(distuninstallcheck_listfiles) ; \
848                 exit 1; } >&2
849 distcleancheck: distclean
850         @if test '$(srcdir)' = . ; then \
851           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
852           exit 1 ; \
853         fi
854         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
855           || { echo "ERROR: files left in build directory after distclean:" ; \
856                $(distcleancheck_listfiles) ; \
857                exit 1; } >&2
858 check-am: all-am
859 check: check-recursive
860 all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) config.h \
861                 libxml++config.h
862 installdirs: installdirs-recursive
863 installdirs-am:
864         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(library_configdir)"; do \
865           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
866         done
867 install: install-recursive
868 install-exec: install-exec-recursive
869 install-data: install-data-recursive
870 uninstall: uninstall-recursive
871
872 install-am: all-am
873         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
874
875 installcheck: installcheck-recursive
876 install-strip:
877         if test -z '$(STRIP)'; then \
878           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
879             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
880               install; \
881         else \
882           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
883             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
884             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
885         fi
886 mostlyclean-generic:
887
888 clean-generic:
889
890 distclean-generic:
891         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
892         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
893         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
894
895 maintainer-clean-generic:
896         @echo "This command is intended for maintainers to use"
897         @echo "it deletes files that may require special tools to rebuild."
898 clean: clean-recursive
899
900 clean-am: clean-generic clean-libtool mostlyclean-am
901
902 distclean: distclean-recursive
903         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
904         -rm -f Makefile
905 distclean-am: clean-am distclean-generic distclean-hdr \
906         distclean-libtool distclean-tags
907
908 dvi: dvi-recursive
909
910 dvi-am:
911
912 html: html-recursive
913
914 html-am:
915
916 info: info-recursive
917
918 info-am:
919
920 install-data-am: install-nodist_library_configHEADERS \
921         install-nodist_pkgconfigDATA
922
923 install-dvi: install-dvi-recursive
924
925 install-dvi-am:
926
927 install-exec-am:
928
929 install-html: install-html-recursive
930
931 install-html-am:
932
933 install-info: install-info-recursive
934
935 install-info-am:
936
937 install-man:
938
939 install-pdf: install-pdf-recursive
940
941 install-pdf-am:
942
943 install-ps: install-ps-recursive
944
945 install-ps-am:
946
947 installcheck-am:
948
949 maintainer-clean: maintainer-clean-recursive
950         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
951         -rm -rf $(top_srcdir)/autom4te.cache
952         -rm -f Makefile
953 maintainer-clean-am: distclean-am maintainer-clean-generic
954
955 mostlyclean: mostlyclean-recursive
956
957 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
958
959 pdf: pdf-recursive
960
961 pdf-am:
962
963 ps: ps-recursive
964
965 ps-am:
966
967 uninstall-am: uninstall-nodist_library_configHEADERS \
968         uninstall-nodist_pkgconfigDATA
969
970 .MAKE: $(am__recursive_targets) all install-am install-strip
971
972 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
973         am--refresh check check-am clean clean-cscope clean-generic \
974         clean-libtool cscope cscopelist-am ctags ctags-am dist \
975         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
976         dist-tarZ dist-xz dist-zip distcheck distclean \
977         distclean-generic distclean-hdr distclean-libtool \
978         distclean-tags distcleancheck distdir distuninstallcheck dvi \
979         dvi-am html html-am info info-am install install-am \
980         install-data install-data-am install-dvi install-dvi-am \
981         install-exec install-exec-am install-html install-html-am \
982         install-info install-info-am install-man \
983         install-nodist_library_configHEADERS \
984         install-nodist_pkgconfigDATA install-pdf install-pdf-am \
985         install-ps install-ps-am install-strip installcheck \
986         installcheck-am installdirs installdirs-am maintainer-clean \
987         maintainer-clean-generic mostlyclean mostlyclean-generic \
988         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
989         uninstall-am uninstall-nodist_library_configHEADERS \
990         uninstall-nodist_pkgconfigDATA
991
992
993 @MAINTAINER_MODE_TRUE@dist-hook: dist-changelog
994 @MAINTAINER_MODE_FALSE@dist-hook:
995
996 .PHONY: dist-changelog
997
998 dist-changelog:
999         $(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \
1000                 log --no-merges --date=short --pretty='tformat:%cd  %an  <%ae>%n%n%s%n%n%b' | \
1001          $(SED) -e '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/,/^$$/ b' \
1002                 -e '/[^  ]/,/^[  ]*$$/ !d' \
1003                 -e 's/^[         ]*/    /' \
1004                 -e 's/^[         ]*$$//' >.ChangeLog.tmp; \
1005         then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
1006         else rm -f .ChangeLog.tmp; exit 1; fi
1007
1008 # Optional: auto-generate the ChangeLog file from the git log on make dist
1009
1010 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1011 # Otherwise a system limit (for SysV at least) may be exceeded.
1012 .NOEXPORT: