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