Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. #
  13. # __ __ _
  14. # ___\ \/ /_ __ __ _| |_
  15. # / _ \\ /| '_ \ / _` | __|
  16. # | __// \| |_) | (_| | |_
  17. # \___/_/\_\ .__/ \__,_|\__|
  18. # |_| XML parser
  19. #
  20. # Copyright (c) 2017 Expat development team
  21. # Licensed under the MIT license:
  22. #
  23. # Permission is hereby granted, free of charge, to any person obtaining
  24. # a copy of this software and associated documentation files (the
  25. # "Software"), to deal in the Software without restriction, including
  26. # without limitation the rights to use, copy, modify, merge, publish,
  27. # distribute, sublicense, and/or sell copies of the Software, and to permit
  28. # persons to whom the Software is furnished to do so, subject to the
  29. # following conditions:
  30. #
  31. # The above copyright notice and this permission notice shall be included
  32. # in all copies or substantial portions of the Software.
  33. #
  34. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  35. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  36. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  37. # NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  38. # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  39. # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  40. # USE OR OTHER DEALINGS IN THE SOFTWARE.
  41. VPATH = @srcdir@
  42. am__is_gnu_make = { \
  43. if test -z '$(MAKELEVEL)'; then \
  44. false; \
  45. elif test -n '$(MAKE_HOST)'; then \
  46. true; \
  47. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  48. true; \
  49. else \
  50. false; \
  51. fi; \
  52. }
  53. am__make_running_with_option = \
  54. case $${target_option-} in \
  55. ?) ;; \
  56. *) echo "am__make_running_with_option: internal error: invalid" \
  57. "target option '$${target_option-}' specified" >&2; \
  58. exit 1;; \
  59. esac; \
  60. has_opt=no; \
  61. sane_makeflags=$$MAKEFLAGS; \
  62. if $(am__is_gnu_make); then \
  63. sane_makeflags=$$MFLAGS; \
  64. else \
  65. case $$MAKEFLAGS in \
  66. *\\[\ \ ]*) \
  67. bs=\\; \
  68. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  69. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  70. esac; \
  71. fi; \
  72. skip_next=no; \
  73. strip_trailopt () \
  74. { \
  75. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  76. }; \
  77. for flg in $$sane_makeflags; do \
  78. test $$skip_next = yes && { skip_next=no; continue; }; \
  79. case $$flg in \
  80. *=*|--*) continue;; \
  81. -*I) strip_trailopt 'I'; skip_next=yes;; \
  82. -*I?*) strip_trailopt 'I';; \
  83. -*O) strip_trailopt 'O'; skip_next=yes;; \
  84. -*O?*) strip_trailopt 'O';; \
  85. -*l) strip_trailopt 'l'; skip_next=yes;; \
  86. -*l?*) strip_trailopt 'l';; \
  87. -[dEDm]) skip_next=yes;; \
  88. -[JT]) skip_next=yes;; \
  89. esac; \
  90. case $$flg in \
  91. *$$target_option*) has_opt=yes; break;; \
  92. esac; \
  93. done; \
  94. test $$has_opt = yes
  95. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  96. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  97. pkgdatadir = $(datadir)/@PACKAGE@
  98. pkgincludedir = $(includedir)/@PACKAGE@
  99. pkglibdir = $(libdir)/@PACKAGE@
  100. pkglibexecdir = $(libexecdir)/@PACKAGE@
  101. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  102. install_sh_DATA = $(install_sh) -c -m 644
  103. install_sh_PROGRAM = $(install_sh) -c
  104. install_sh_SCRIPT = $(install_sh) -c
  105. INSTALL_HEADER = $(INSTALL_DATA)
  106. transform = $(program_transform_name)
  107. NORMAL_INSTALL = :
  108. PRE_INSTALL = :
  109. POST_INSTALL = :
  110. NORMAL_UNINSTALL = :
  111. PRE_UNINSTALL = :
  112. POST_UNINSTALL = :
  113. build_triplet = @build@
  114. host_triplet = @host@
  115. subdir = doc
  116. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  117. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  118. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  119. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  120. $(top_srcdir)/conftools/ac_c_bigendian_cross.m4 \
  121. $(top_srcdir)/configure.ac
  122. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  123. $(ACLOCAL_M4)
  124. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  125. mkinstalldirs = $(install_sh) -d
  126. CONFIG_HEADER = $(top_builddir)/expat_config.h
  127. CONFIG_CLEAN_FILES =
  128. CONFIG_CLEAN_VPATH_FILES =
  129. AM_V_P = $(am__v_P_@AM_V@)
  130. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  131. am__v_P_0 = false
  132. am__v_P_1 = :
  133. AM_V_GEN = $(am__v_GEN_@AM_V@)
  134. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  135. am__v_GEN_0 = @echo " GEN " $@;
  136. am__v_GEN_1 =
  137. AM_V_at = $(am__v_at_@AM_V@)
  138. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  139. am__v_at_0 = @
  140. am__v_at_1 =
  141. SOURCES =
  142. DIST_SOURCES =
  143. am__can_run_installinfo = \
  144. case $$AM_UPDATE_INFO_DIR in \
  145. n|no|NO) false;; \
  146. *) (install-info --version) >/dev/null 2>&1;; \
  147. esac
  148. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  149. am__vpath_adj = case $$p in \
  150. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  151. *) f=$$p;; \
  152. esac;
  153. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  154. am__install_max = 40
  155. am__nobase_strip_setup = \
  156. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  157. am__nobase_strip = \
  158. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  159. am__nobase_list = $(am__nobase_strip_setup); \
  160. for p in $$list; do echo "$$p $$p"; done | \
  161. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  162. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  163. if (++n[$$2] == $(am__install_max)) \
  164. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  165. END { for (dir in files) print dir, files[dir] }'
  166. am__base_list = \
  167. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  168. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  169. am__uninstall_files_from_dir = { \
  170. test -z "$$files" \
  171. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  172. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  173. $(am__cd) "$$dir" && rm -f $$files; }; \
  174. }
  175. man1dir = $(mandir)/man1
  176. am__installdirs = "$(DESTDIR)$(man1dir)"
  177. NROFF = nroff
  178. MANS = $(dist_man_MANS)
  179. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  180. am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in
  181. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  182. ACLOCAL = @ACLOCAL@
  183. AMTAR = @AMTAR@
  184. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  185. AR = @AR@
  186. AS = @AS@
  187. AUTOCONF = @AUTOCONF@
  188. AUTOHEADER = @AUTOHEADER@
  189. AUTOMAKE = @AUTOMAKE@
  190. AWK = @AWK@
  191. CC = @CC@
  192. CCDEPMODE = @CCDEPMODE@
  193. CFLAGS = @CFLAGS@
  194. CPP = @CPP@
  195. CPPFLAGS = @CPPFLAGS@
  196. CXX = @CXX@
  197. CXXCPP = @CXXCPP@
  198. CXXDEPMODE = @CXXDEPMODE@
  199. CXXFLAGS = @CXXFLAGS@
  200. CYGPATH_W = @CYGPATH_W@
  201. DEFS = @DEFS@
  202. DEPDIR = @DEPDIR@
  203. DLLTOOL = @DLLTOOL@
  204. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  205. DSYMUTIL = @DSYMUTIL@
  206. DUMPBIN = @DUMPBIN@
  207. ECHO_C = @ECHO_C@
  208. ECHO_N = @ECHO_N@
  209. ECHO_T = @ECHO_T@
  210. EGREP = @EGREP@
  211. EXEEXT = @EXEEXT@
  212. FGREP = @FGREP@
  213. FILEMAP = @FILEMAP@
  214. GREP = @GREP@
  215. INSTALL = @INSTALL@
  216. INSTALL_DATA = @INSTALL_DATA@
  217. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  218. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  219. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  220. LD = @LD@
  221. LDFLAGS = @LDFLAGS@
  222. LIBAGE = @LIBAGE@
  223. LIBCURRENT = @LIBCURRENT@
  224. LIBOBJS = @LIBOBJS@
  225. LIBREVISION = @LIBREVISION@
  226. LIBS = @LIBS@
  227. LIBTOOL = @LIBTOOL@
  228. LIPO = @LIPO@
  229. LN_S = @LN_S@
  230. LTLIBOBJS = @LTLIBOBJS@
  231. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  232. MAKEINFO = @MAKEINFO@
  233. MANIFEST_TOOL = @MANIFEST_TOOL@
  234. MKDIR_P = @MKDIR_P@
  235. NM = @NM@
  236. NMEDIT = @NMEDIT@
  237. OBJDUMP = @OBJDUMP@
  238. OBJEXT = @OBJEXT@
  239. OTOOL = @OTOOL@
  240. OTOOL64 = @OTOOL64@
  241. PACKAGE = @PACKAGE@
  242. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  243. PACKAGE_NAME = @PACKAGE_NAME@
  244. PACKAGE_STRING = @PACKAGE_STRING@
  245. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  246. PACKAGE_URL = @PACKAGE_URL@
  247. PACKAGE_VERSION = @PACKAGE_VERSION@
  248. PATH_SEPARATOR = @PATH_SEPARATOR@
  249. RANLIB = @RANLIB@
  250. SED = @SED@
  251. SET_MAKE = @SET_MAKE@
  252. SHELL = @SHELL@
  253. STRIP = @STRIP@
  254. VERSION = @VERSION@
  255. abs_builddir = @abs_builddir@
  256. abs_srcdir = @abs_srcdir@
  257. abs_top_builddir = @abs_top_builddir@
  258. abs_top_srcdir = @abs_top_srcdir@
  259. ac_ct_AR = @ac_ct_AR@
  260. ac_ct_CC = @ac_ct_CC@
  261. ac_ct_CXX = @ac_ct_CXX@
  262. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  263. am__include = @am__include@
  264. am__leading_dot = @am__leading_dot@
  265. am__quote = @am__quote@
  266. am__tar = @am__tar@
  267. am__untar = @am__untar@
  268. bindir = @bindir@
  269. build = @build@
  270. build_alias = @build_alias@
  271. build_cpu = @build_cpu@
  272. build_os = @build_os@
  273. build_vendor = @build_vendor@
  274. builddir = @builddir@
  275. datadir = @datadir@
  276. datarootdir = @datarootdir@
  277. docdir = @docdir@
  278. dvidir = @dvidir@
  279. exec_prefix = @exec_prefix@
  280. host = @host@
  281. host_alias = @host_alias@
  282. host_cpu = @host_cpu@
  283. host_os = @host_os@
  284. host_vendor = @host_vendor@
  285. htmldir = @htmldir@
  286. includedir = @includedir@
  287. infodir = @infodir@
  288. install_sh = @install_sh@
  289. libdir = @libdir@
  290. libexecdir = @libexecdir@
  291. localedir = @localedir@
  292. localstatedir = @localstatedir@
  293. mandir = @mandir@
  294. mkdir_p = @mkdir_p@
  295. oldincludedir = @oldincludedir@
  296. pdfdir = @pdfdir@
  297. prefix = @prefix@
  298. program_transform_name = @program_transform_name@
  299. psdir = @psdir@
  300. sbindir = @sbindir@
  301. sharedstatedir = @sharedstatedir@
  302. srcdir = @srcdir@
  303. sysconfdir = @sysconfdir@
  304. target_alias = @target_alias@
  305. top_build_prefix = @top_build_prefix@
  306. top_builddir = @top_builddir@
  307. top_srcdir = @top_srcdir@
  308. dist_man_MANS = xmlwf.1
  309. EXTRA_DIST = \
  310. expat.png \
  311. reference.html \
  312. style.css \
  313. valid-xhtml10.png \
  314. xmlwf.xml
  315. all: all-am
  316. .SUFFIXES:
  317. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  318. @for dep in $?; do \
  319. case '$(am__configure_deps)' in \
  320. *$$dep*) \
  321. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  322. && { if test -f $@; then exit 0; else break; fi; }; \
  323. exit 1;; \
  324. esac; \
  325. done; \
  326. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  327. $(am__cd) $(top_srcdir) && \
  328. $(AUTOMAKE) --gnu doc/Makefile
  329. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  330. @case '$?' in \
  331. *config.status*) \
  332. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  333. *) \
  334. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  335. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  336. esac;
  337. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  339. $(top_srcdir)/configure: $(am__configure_deps)
  340. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  341. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(am__aclocal_m4_deps):
  344. mostlyclean-libtool:
  345. -rm -f *.lo
  346. clean-libtool:
  347. -rm -rf .libs _libs
  348. install-man1: $(dist_man_MANS)
  349. @$(NORMAL_INSTALL)
  350. @list1=''; \
  351. list2='$(dist_man_MANS)'; \
  352. test -n "$(man1dir)" \
  353. && test -n "`echo $$list1$$list2`" \
  354. || exit 0; \
  355. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  356. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  357. { for i in $$list1; do echo "$$i"; done; \
  358. if test -n "$$list2"; then \
  359. for i in $$list2; do echo "$$i"; done \
  360. | sed -n '/\.1[a-z]*$$/p'; \
  361. fi; \
  362. } | while read p; do \
  363. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  364. echo "$$d$$p"; echo "$$p"; \
  365. done | \
  366. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  367. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  368. sed 'N;N;s,\n, ,g' | { \
  369. list=; while read file base inst; do \
  370. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  371. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  372. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  373. fi; \
  374. done; \
  375. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  376. while read files; do \
  377. test -z "$$files" || { \
  378. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  379. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  380. done; }
  381. uninstall-man1:
  382. @$(NORMAL_UNINSTALL)
  383. @list=''; test -n "$(man1dir)" || exit 0; \
  384. files=`{ for i in $$list; do echo "$$i"; done; \
  385. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  386. sed -n '/\.1[a-z]*$$/p'; \
  387. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  388. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  389. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  390. tags TAGS:
  391. ctags CTAGS:
  392. cscope cscopelist:
  393. distdir: $(DISTFILES)
  394. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  395. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  396. list='$(DISTFILES)'; \
  397. dist_files=`for file in $$list; do echo $$file; done | \
  398. sed -e "s|^$$srcdirstrip/||;t" \
  399. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  400. case $$dist_files in \
  401. */*) $(MKDIR_P) `echo "$$dist_files" | \
  402. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  403. sort -u` ;; \
  404. esac; \
  405. for file in $$dist_files; do \
  406. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  407. if test -d $$d/$$file; then \
  408. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  409. if test -d "$(distdir)/$$file"; then \
  410. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  411. fi; \
  412. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  413. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  414. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  415. fi; \
  416. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  417. else \
  418. test -f "$(distdir)/$$file" \
  419. || cp -p $$d/$$file "$(distdir)/$$file" \
  420. || exit 1; \
  421. fi; \
  422. done
  423. check-am: all-am
  424. check: check-am
  425. all-am: Makefile $(MANS)
  426. installdirs:
  427. for dir in "$(DESTDIR)$(man1dir)"; do \
  428. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  429. done
  430. install: install-am
  431. install-exec: install-exec-am
  432. install-data: install-data-am
  433. uninstall: uninstall-am
  434. install-am: all-am
  435. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  436. installcheck: installcheck-am
  437. install-strip:
  438. if test -z '$(STRIP)'; then \
  439. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  440. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  441. install; \
  442. else \
  443. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  444. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  445. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  446. fi
  447. mostlyclean-generic:
  448. clean-generic:
  449. distclean-generic:
  450. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  451. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  452. maintainer-clean-generic:
  453. @echo "This command is intended for maintainers to use"
  454. @echo "it deletes files that may require special tools to rebuild."
  455. clean: clean-am
  456. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  457. distclean: distclean-am
  458. -rm -f Makefile
  459. distclean-am: clean-am distclean-generic
  460. dvi: dvi-am
  461. dvi-am:
  462. html: html-am
  463. html-am:
  464. info: info-am
  465. info-am:
  466. install-data-am: install-man
  467. install-dvi: install-dvi-am
  468. install-dvi-am:
  469. install-exec-am:
  470. install-html: install-html-am
  471. install-html-am:
  472. install-info: install-info-am
  473. install-info-am:
  474. install-man: install-man1
  475. install-pdf: install-pdf-am
  476. install-pdf-am:
  477. install-ps: install-ps-am
  478. install-ps-am:
  479. installcheck-am:
  480. maintainer-clean: maintainer-clean-am
  481. -rm -f Makefile
  482. maintainer-clean-am: distclean-am maintainer-clean-generic
  483. mostlyclean: mostlyclean-am
  484. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  485. pdf: pdf-am
  486. pdf-am:
  487. ps: ps-am
  488. ps-am:
  489. uninstall-am: uninstall-man
  490. uninstall-man: uninstall-man1
  491. .MAKE: install-am install-strip
  492. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  493. clean-local cscopelist-am ctags-am distclean distclean-generic \
  494. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  495. install install-am install-data install-data-am install-dvi \
  496. install-dvi-am install-exec install-exec-am install-html \
  497. install-html-am install-info install-info-am install-man \
  498. install-man1 install-pdf install-pdf-am install-ps \
  499. install-ps-am install-strip installcheck installcheck-am \
  500. installdirs maintainer-clean maintainer-clean-generic \
  501. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  502. ps ps-am tags-am uninstall uninstall-am uninstall-man \
  503. uninstall-man1
  504. .PRECIOUS: Makefile
  505. xmlwf.1: xmlwf.xml
  506. @WITH_DOCBOOK_TRUE@ $(DOCBOOK_TO_MAN) $<
  507. @WITH_DOCBOOK_TRUE@ mv XMLWF.1 $@
  508. @WITH_DOCBOOK_FALSE@ @echo 'ERROR: Configure with --with-docbook for "make dist".' 1>&2
  509. @WITH_DOCBOOK_FALSE@ @false
  510. # https://www.gnu.org/software/automake/manual/automake.html#What-Gets-Cleaned
  511. .PHONY: clean-local
  512. clean-local: clean-local-check
  513. .PHONY: clean-local-check
  514. clean-local-check:
  515. $(RM) xmlwf.1
  516. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  517. # Otherwise a system limit (for SysV at least) may be exceeded.
  518. .NOEXPORT: