You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

955 lines
31 KiB

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