Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. # Makefile.in generated by automake 1.16.2 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 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 = tests/docroot
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = \
  89. $(top_srcdir)/scripts/m4/ax_prog_cc_for_build.m4 \
  90. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  91. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  92. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_@AM_V@)
  101. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_@AM_V@)
  105. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  106. am__v_GEN_0 = @echo " GEN " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_@AM_V@)
  109. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  110. am__v_at_0 = @
  111. am__v_at_1 =
  112. SOURCES =
  113. DIST_SOURCES =
  114. am__can_run_installinfo = \
  115. case $$AM_UPDATE_INFO_DIR in \
  116. n|no|NO) false;; \
  117. *) (install-info --version) >/dev/null 2>&1;; \
  118. esac
  119. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  120. am__DIST_COMMON = $(srcdir)/Makefile.in
  121. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  122. ACLOCAL = @ACLOCAL@
  123. AMTAR = @AMTAR@
  124. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  125. AR = @AR@
  126. ATTR_LIB = @ATTR_LIB@
  127. AUTOCONF = @AUTOCONF@
  128. AUTOHEADER = @AUTOHEADER@
  129. AUTOMAKE = @AUTOMAKE@
  130. AWK = @AWK@
  131. BROTLI_CFLAGS = @BROTLI_CFLAGS@
  132. BROTLI_LIBS = @BROTLI_LIBS@
  133. BUILD_EXEEXT = @BUILD_EXEEXT@
  134. BUILD_OBJEXT = @BUILD_OBJEXT@
  135. BZ_LIB = @BZ_LIB@
  136. CC = @CC@
  137. CCDEPMODE = @CCDEPMODE@
  138. CC_FOR_BUILD = @CC_FOR_BUILD@
  139. CFLAGS = @CFLAGS@
  140. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  141. CPP = @CPP@
  142. CPPFLAGS = @CPPFLAGS@
  143. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  144. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  145. CRYPTO_LIB = @CRYPTO_LIB@
  146. CRYPT_LIB = @CRYPT_LIB@
  147. CYGPATH_W = @CYGPATH_W@
  148. DBI_CFLAGS = @DBI_CFLAGS@
  149. DBI_LIBS = @DBI_LIBS@
  150. DEFS = @DEFS@
  151. DEPDIR = @DEPDIR@
  152. DLLTOOL = @DLLTOOL@
  153. DL_LIB = @DL_LIB@
  154. DSYMUTIL = @DSYMUTIL@
  155. DUMPBIN = @DUMPBIN@
  156. ECHO_C = @ECHO_C@
  157. ECHO_N = @ECHO_N@
  158. ECHO_T = @ECHO_T@
  159. EGREP = @EGREP@
  160. ELFTC_LIB = @ELFTC_LIB@
  161. EXEEXT = @EXEEXT@
  162. FAM_CFLAGS = @FAM_CFLAGS@
  163. FAM_LIBS = @FAM_LIBS@
  164. FGREP = @FGREP@
  165. GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
  166. GNUTLS_LIBS = @GNUTLS_LIBS@
  167. GREP = @GREP@
  168. INSTALL = @INSTALL@
  169. INSTALL_DATA = @INSTALL_DATA@
  170. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  171. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  172. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  173. KRB5_LIB = @KRB5_LIB@
  174. LBER_LIB = @LBER_LIB@
  175. LD = @LD@
  176. LDAP_LIB = @LDAP_LIB@
  177. LDFLAGS = @LDFLAGS@
  178. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  179. LIBEV_CFLAGS = @LIBEV_CFLAGS@
  180. LIBEV_LIBS = @LIBEV_LIBS@
  181. LIBOBJS = @LIBOBJS@
  182. LIBS = @LIBS@
  183. LIBTOOL = @LIBTOOL@
  184. LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
  185. LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
  186. LIPO = @LIPO@
  187. LN_S = @LN_S@
  188. LTLIBOBJS = @LTLIBOBJS@
  189. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  190. LUA_CFLAGS = @LUA_CFLAGS@
  191. LUA_LIBS = @LUA_LIBS@
  192. MAKEINFO = @MAKEINFO@
  193. MANIFEST_TOOL = @MANIFEST_TOOL@
  194. MAXMINDDB_LIB = @MAXMINDDB_LIB@
  195. MKDIR_P = @MKDIR_P@
  196. MTLS_LIBS = @MTLS_LIBS@
  197. MYSQL_CFLAGS = @MYSQL_CFLAGS@
  198. MYSQL_CONFIG = @MYSQL_CONFIG@
  199. MYSQL_LIBS = @MYSQL_LIBS@
  200. NM = @NM@
  201. NMEDIT = @NMEDIT@
  202. NSPR_CFLAGS = @NSPR_CFLAGS@
  203. NSPR_LIBS = @NSPR_LIBS@
  204. NSS_CFLAGS = @NSS_CFLAGS@
  205. NSS_LIBS = @NSS_LIBS@
  206. OBJDUMP = @OBJDUMP@
  207. OBJEXT = @OBJEXT@
  208. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  209. OPENSSL_LIBS = @OPENSSL_LIBS@
  210. OTOOL = @OTOOL@
  211. OTOOL64 = @OTOOL64@
  212. PACKAGE = @PACKAGE@
  213. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  214. PACKAGE_NAME = @PACKAGE_NAME@
  215. PACKAGE_STRING = @PACKAGE_STRING@
  216. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  217. PACKAGE_URL = @PACKAGE_URL@
  218. PACKAGE_VERSION = @PACKAGE_VERSION@
  219. PAM_LIB = @PAM_LIB@
  220. PATH_SEPARATOR = @PATH_SEPARATOR@
  221. PCRE2CONFIG = @PCRE2CONFIG@
  222. PCRE2_CFLAGS = @PCRE2_CFLAGS@
  223. PCRE2_LIBS = @PCRE2_LIBS@
  224. PCRECONFIG = @PCRECONFIG@
  225. PCRE_LIB = @PCRE_LIB@
  226. PGSQL_CFLAGS = @PGSQL_CFLAGS@
  227. PGSQL_CONFIG = @PGSQL_CONFIG@
  228. PGSQL_LIBS = @PGSQL_LIBS@
  229. PKG_CONFIG = @PKG_CONFIG@
  230. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  231. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  232. RANLIB = @RANLIB@
  233. SASL_CFLAGS = @SASL_CFLAGS@
  234. SASL_LIBS = @SASL_LIBS@
  235. SED = @SED@
  236. SENDFILE_LIB = @SENDFILE_LIB@
  237. SET_MAKE = @SET_MAKE@
  238. SHELL = @SHELL@
  239. SQLITE_CFLAGS = @SQLITE_CFLAGS@
  240. SQLITE_LIBS = @SQLITE_LIBS@
  241. STRIP = @STRIP@
  242. UUID_LIBS = @UUID_LIBS@
  243. VERSION = @VERSION@
  244. WOLFSSL_CFLAGS = @WOLFSSL_CFLAGS@
  245. WOLFSSL_LIBS = @WOLFSSL_LIBS@
  246. XML_CFLAGS = @XML_CFLAGS@
  247. XML_LIBS = @XML_LIBS@
  248. XXHASH_CFLAGS = @XXHASH_CFLAGS@
  249. XXHASH_LIBS = @XXHASH_LIBS@
  250. ZSTD_LIB = @ZSTD_LIB@
  251. Z_LIB = @Z_LIB@
  252. abs_builddir = @abs_builddir@
  253. abs_srcdir = @abs_srcdir@
  254. abs_top_builddir = @abs_top_builddir@
  255. abs_top_srcdir = @abs_top_srcdir@
  256. ac_ct_AR = @ac_ct_AR@
  257. ac_ct_CC = @ac_ct_CC@
  258. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  259. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  260. am__include = @am__include@
  261. am__leading_dot = @am__leading_dot@
  262. am__quote = @am__quote@
  263. am__tar = @am__tar@
  264. am__untar = @am__untar@
  265. bindir = @bindir@
  266. build = @build@
  267. build_alias = @build_alias@
  268. build_cpu = @build_cpu@
  269. build_os = @build_os@
  270. build_vendor = @build_vendor@
  271. builddir = @builddir@
  272. datadir = @datadir@
  273. datarootdir = @datarootdir@
  274. docdir = @docdir@
  275. dvidir = @dvidir@
  276. exec_prefix = @exec_prefix@
  277. host = @host@
  278. host_alias = @host_alias@
  279. host_cpu = @host_cpu@
  280. host_os = @host_os@
  281. host_vendor = @host_vendor@
  282. htmldir = @htmldir@
  283. includedir = @includedir@
  284. infodir = @infodir@
  285. install_sh = @install_sh@
  286. libdir = @libdir@
  287. libexecdir = @libexecdir@
  288. localedir = @localedir@
  289. localstatedir = @localstatedir@
  290. mandir = @mandir@
  291. mkdir_p = @mkdir_p@
  292. oldincludedir = @oldincludedir@
  293. pdfdir = @pdfdir@
  294. prefix = @prefix@
  295. program_transform_name = @program_transform_name@
  296. psdir = @psdir@
  297. runstatedir = @runstatedir@
  298. sbindir = @sbindir@
  299. sharedstatedir = @sharedstatedir@
  300. srcdir = @srcdir@
  301. sysconfdir = @sysconfdir@
  302. target_alias = @target_alias@
  303. top_build_prefix = @top_build_prefix@
  304. top_builddir = @top_builddir@
  305. top_srcdir = @top_srcdir@
  306. GNUMAKEFLAGS = --no-print-directory -s
  307. EXTRA_DIST = \
  308. 404.html \
  309. 404.pl \
  310. cgi.pl \
  311. index.html \
  312. index.txt \
  313. prefix.fcgi
  314. all: all-am
  315. .SUFFIXES:
  316. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  317. @for dep in $?; do \
  318. case '$(am__configure_deps)' in \
  319. *$$dep*) \
  320. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  321. && { if test -f $@; then exit 0; else break; fi; }; \
  322. exit 1;; \
  323. esac; \
  324. done; \
  325. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/docroot/Makefile'; \
  326. $(am__cd) $(top_srcdir) && \
  327. $(AUTOMAKE) --foreign tests/docroot/Makefile
  328. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  329. @case '$?' in \
  330. *config.status*) \
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  332. *) \
  333. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  334. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  335. esac;
  336. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338. $(top_srcdir)/configure: $(am__configure_deps)
  339. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  340. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  341. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  342. $(am__aclocal_m4_deps):
  343. mostlyclean-libtool:
  344. -rm -f *.lo
  345. clean-libtool:
  346. -rm -rf .libs _libs
  347. tags TAGS:
  348. ctags CTAGS:
  349. cscope cscopelist:
  350. distdir: $(BUILT_SOURCES)
  351. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  352. distdir-am: $(DISTFILES)
  353. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  354. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  355. list='$(DISTFILES)'; \
  356. dist_files=`for file in $$list; do echo $$file; done | \
  357. sed -e "s|^$$srcdirstrip/||;t" \
  358. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  359. case $$dist_files in \
  360. */*) $(MKDIR_P) `echo "$$dist_files" | \
  361. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  362. sort -u` ;; \
  363. esac; \
  364. for file in $$dist_files; do \
  365. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  366. if test -d $$d/$$file; then \
  367. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  368. if test -d "$(distdir)/$$file"; then \
  369. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  370. fi; \
  371. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  372. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  373. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  374. fi; \
  375. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  376. else \
  377. test -f "$(distdir)/$$file" \
  378. || cp -p $$d/$$file "$(distdir)/$$file" \
  379. || exit 1; \
  380. fi; \
  381. done
  382. check-am: all-am
  383. check: check-am
  384. all-am: Makefile
  385. installdirs:
  386. install: install-am
  387. install-exec: install-exec-am
  388. install-data: install-data-am
  389. uninstall: uninstall-am
  390. install-am: all-am
  391. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  392. installcheck: installcheck-am
  393. install-strip:
  394. if test -z '$(STRIP)'; then \
  395. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  396. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  397. install; \
  398. else \
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  402. fi
  403. mostlyclean-generic:
  404. clean-generic:
  405. distclean-generic:
  406. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  407. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  408. maintainer-clean-generic:
  409. @echo "This command is intended for maintainers to use"
  410. @echo "it deletes files that may require special tools to rebuild."
  411. clean: clean-am
  412. clean-am: clean-generic clean-libtool mostlyclean-am
  413. distclean: distclean-am
  414. -rm -f Makefile
  415. distclean-am: clean-am distclean-generic
  416. dvi: dvi-am
  417. dvi-am:
  418. html: html-am
  419. html-am:
  420. info: info-am
  421. info-am:
  422. install-data-am:
  423. install-dvi: install-dvi-am
  424. install-dvi-am:
  425. install-exec-am:
  426. install-html: install-html-am
  427. install-html-am:
  428. install-info: install-info-am
  429. install-info-am:
  430. install-man:
  431. install-pdf: install-pdf-am
  432. install-pdf-am:
  433. install-ps: install-ps-am
  434. install-ps-am:
  435. installcheck-am:
  436. maintainer-clean: maintainer-clean-am
  437. -rm -f Makefile
  438. maintainer-clean-am: distclean-am maintainer-clean-generic
  439. mostlyclean: mostlyclean-am
  440. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  441. pdf: pdf-am
  442. pdf-am:
  443. ps: ps-am
  444. ps-am:
  445. uninstall-am:
  446. .MAKE: install-am install-strip
  447. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  448. cscopelist-am ctags-am distclean distclean-generic \
  449. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  450. install install-am install-data install-data-am install-dvi \
  451. install-dvi-am install-exec install-exec-am install-html \
  452. install-html-am install-info install-info-am install-man \
  453. install-pdf install-pdf-am install-ps install-ps-am \
  454. install-strip installcheck installcheck-am installdirs \
  455. maintainer-clean maintainer-clean-generic mostlyclean \
  456. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  457. tags-am uninstall uninstall-am
  458. .PRECIOUS: Makefile
  459. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  460. # Otherwise a system limit (for SysV at least) may be exceeded.
  461. .NOEXPORT: