Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. # Makefile.in generated by automake 1.8.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. host_triplet = @host@
  34. subdir = include
  35. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  38. $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  42. CONFIG_HEADER = $(top_builddir)/lib/config.h \
  43. $(top_builddir)/src/config.h
  44. CONFIG_CLEAN_FILES =
  45. depcomp =
  46. am__depfiles_maybe =
  47. SOURCES =
  48. DIST_SOURCES =
  49. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  50. html-recursive info-recursive install-data-recursive \
  51. install-exec-recursive install-info-recursive \
  52. install-recursive installcheck-recursive installdirs-recursive \
  53. pdf-recursive ps-recursive uninstall-info-recursive \
  54. uninstall-recursive
  55. ETAGS = etags
  56. CTAGS = ctags
  57. DIST_SUBDIRS = $(SUBDIRS)
  58. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  59. ACLOCAL = @ACLOCAL@
  60. AMDEP_FALSE = @AMDEP_FALSE@
  61. AMDEP_TRUE = @AMDEP_TRUE@
  62. AMTAR = @AMTAR@
  63. AR = @AR@
  64. AS = @AS@
  65. AUTOCONF = @AUTOCONF@
  66. AUTOHEADER = @AUTOHEADER@
  67. AUTOMAKE = @AUTOMAKE@
  68. AWK = @AWK@
  69. CABUNDLE_FALSE = @CABUNDLE_FALSE@
  70. CABUNDLE_TRUE = @CABUNDLE_TRUE@
  71. CC = @CC@
  72. CCDEPMODE = @CCDEPMODE@
  73. CFLAGS = @CFLAGS@
  74. CPP = @CPP@
  75. CPPFLAGS = @CPPFLAGS@
  76. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  77. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  78. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  79. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  80. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  81. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  82. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  83. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  84. CXX = @CXX@
  85. CXXCPP = @CXXCPP@
  86. CXXDEPMODE = @CXXDEPMODE@
  87. CXXFLAGS = @CXXFLAGS@
  88. CYGPATH_W = @CYGPATH_W@
  89. DEFS = @DEFS@
  90. DEPDIR = @DEPDIR@
  91. DLLTOOL = @DLLTOOL@
  92. ECHO = @ECHO@
  93. ECHO_C = @ECHO_C@
  94. ECHO_N = @ECHO_N@
  95. ECHO_T = @ECHO_T@
  96. EGREP = @EGREP@
  97. EXEEXT = @EXEEXT@
  98. F77 = @F77@
  99. FFLAGS = @FFLAGS@
  100. HAVE_ARES = @HAVE_ARES@
  101. HAVE_LIBZ = @HAVE_LIBZ@
  102. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  103. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  104. INSTALL_DATA = @INSTALL_DATA@
  105. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  106. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  107. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  108. IPV6_ENABLED = @IPV6_ENABLED@
  109. KRB4_ENABLED = @KRB4_ENABLED@
  110. LDFLAGS = @LDFLAGS@
  111. LIBOBJS = @LIBOBJS@
  112. LIBS = @LIBS@
  113. LIBTOOL = @LIBTOOL@
  114. LN_S = @LN_S@
  115. LTLIBOBJS = @LTLIBOBJS@
  116. MAINT = @MAINT@
  117. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  118. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  119. MAKEINFO = @MAKEINFO@
  120. MANOPT = @MANOPT@
  121. MIMPURE_FALSE = @MIMPURE_FALSE@
  122. MIMPURE_TRUE = @MIMPURE_TRUE@
  123. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  124. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  125. NROFF = @NROFF@
  126. OBJDUMP = @OBJDUMP@
  127. OBJEXT = @OBJEXT@
  128. OPENSSL_ENABLED = @OPENSSL_ENABLED@
  129. PACKAGE = @PACKAGE@
  130. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  131. PACKAGE_NAME = @PACKAGE_NAME@
  132. PACKAGE_STRING = @PACKAGE_STRING@
  133. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  134. PACKAGE_VERSION = @PACKAGE_VERSION@
  135. PATH_SEPARATOR = @PATH_SEPARATOR@
  136. PERL = @PERL@
  137. PKGADD_NAME = @PKGADD_NAME@
  138. PKGADD_PKG = @PKGADD_PKG@
  139. PKGADD_VENDOR = @PKGADD_VENDOR@
  140. PKGCONFIG = @PKGCONFIG@
  141. RANDOM_FILE = @RANDOM_FILE@
  142. RANLIB = @RANLIB@
  143. SED = @SED@
  144. SET_MAKE = @SET_MAKE@
  145. SHELL = @SHELL@
  146. STRIP = @STRIP@
  147. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  148. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  149. VERSION = @VERSION@
  150. VERSIONNUM = @VERSIONNUM@
  151. YACC = @YACC@
  152. ac_ct_AR = @ac_ct_AR@
  153. ac_ct_AS = @ac_ct_AS@
  154. ac_ct_CC = @ac_ct_CC@
  155. ac_ct_CXX = @ac_ct_CXX@
  156. ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
  157. ac_ct_F77 = @ac_ct_F77@
  158. ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
  159. ac_ct_RANLIB = @ac_ct_RANLIB@
  160. ac_ct_STRIP = @ac_ct_STRIP@
  161. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  162. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  163. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  164. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  165. am__include = @am__include@
  166. am__leading_dot = @am__leading_dot@
  167. am__quote = @am__quote@
  168. bindir = @bindir@
  169. build = @build@
  170. build_alias = @build_alias@
  171. build_cpu = @build_cpu@
  172. build_os = @build_os@
  173. build_vendor = @build_vendor@
  174. datadir = @datadir@
  175. exec_prefix = @exec_prefix@
  176. host = @host@
  177. host_alias = @host_alias@
  178. host_cpu = @host_cpu@
  179. host_os = @host_os@
  180. host_vendor = @host_vendor@
  181. includedir = @includedir@
  182. infodir = @infodir@
  183. install_sh = @install_sh@
  184. libdir = @libdir@
  185. libexecdir = @libexecdir@
  186. localstatedir = @localstatedir@
  187. mandir = @mandir@
  188. mkdir_p = @mkdir_p@
  189. oldincludedir = @oldincludedir@
  190. prefix = @prefix@
  191. program_transform_name = @program_transform_name@
  192. sbindir = @sbindir@
  193. sharedstatedir = @sharedstatedir@
  194. subdirs = @subdirs@
  195. sysconfdir = @sysconfdir@
  196. target_alias = @target_alias@
  197. SUBDIRS = curl
  198. EXTRA_DIST = README
  199. AUTOMAKE_OPTIONS = foreign no-dependencies
  200. all: all-recursive
  201. .SUFFIXES:
  202. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  203. @for dep in $?; do \
  204. case '$(am__configure_deps)' in \
  205. *$$dep*) \
  206. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  207. && exit 0; \
  208. exit 1;; \
  209. esac; \
  210. done; \
  211. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  212. cd $(top_srcdir) && \
  213. $(AUTOMAKE) --foreign include/Makefile
  214. .PRECIOUS: Makefile
  215. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  216. @case '$?' in \
  217. *config.status*) \
  218. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  219. *) \
  220. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  221. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  222. esac;
  223. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  224. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  226. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  227. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229. mostlyclean-libtool:
  230. -rm -f *.lo
  231. clean-libtool:
  232. -rm -rf .libs _libs
  233. distclean-libtool:
  234. -rm -f libtool
  235. uninstall-info-am:
  236. # This directory's subdirectories are mostly independent; you can cd
  237. # into them and run `make' without going through this Makefile.
  238. # To change the values of `make' variables: instead of editing Makefiles,
  239. # (1) if the variable is set in `config.status', edit `config.status'
  240. # (which will cause the Makefiles to be regenerated when you run `make');
  241. # (2) otherwise, pass the desired values on the `make' command line.
  242. $(RECURSIVE_TARGETS):
  243. @set fnord $$MAKEFLAGS; amf=$$2; \
  244. dot_seen=no; \
  245. target=`echo $@ | sed s/-recursive//`; \
  246. list='$(SUBDIRS)'; for subdir in $$list; do \
  247. echo "Making $$target in $$subdir"; \
  248. if test "$$subdir" = "."; then \
  249. dot_seen=yes; \
  250. local_target="$$target-am"; \
  251. else \
  252. local_target="$$target"; \
  253. fi; \
  254. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  255. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  256. done; \
  257. if test "$$dot_seen" = "no"; then \
  258. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  259. fi; test -z "$$fail"
  260. mostlyclean-recursive clean-recursive distclean-recursive \
  261. maintainer-clean-recursive:
  262. @set fnord $$MAKEFLAGS; amf=$$2; \
  263. dot_seen=no; \
  264. case "$@" in \
  265. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  266. *) list='$(SUBDIRS)' ;; \
  267. esac; \
  268. rev=''; for subdir in $$list; do \
  269. if test "$$subdir" = "."; then :; else \
  270. rev="$$subdir $$rev"; \
  271. fi; \
  272. done; \
  273. rev="$$rev ."; \
  274. target=`echo $@ | sed s/-recursive//`; \
  275. for subdir in $$rev; do \
  276. echo "Making $$target in $$subdir"; \
  277. if test "$$subdir" = "."; then \
  278. local_target="$$target-am"; \
  279. else \
  280. local_target="$$target"; \
  281. fi; \
  282. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  283. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  284. done && test -z "$$fail"
  285. tags-recursive:
  286. list='$(SUBDIRS)'; for subdir in $$list; do \
  287. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  288. done
  289. ctags-recursive:
  290. list='$(SUBDIRS)'; for subdir in $$list; do \
  291. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  292. done
  293. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  294. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  295. unique=`for i in $$list; do \
  296. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  297. done | \
  298. $(AWK) ' { files[$$0] = 1; } \
  299. END { for (i in files) print i; }'`; \
  300. mkid -fID $$unique
  301. tags: TAGS
  302. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  303. $(TAGS_FILES) $(LISP)
  304. tags=; \
  305. here=`pwd`; \
  306. if (etags --etags-include --version) >/dev/null 2>&1; then \
  307. include_option=--etags-include; \
  308. else \
  309. include_option=--include; \
  310. fi; \
  311. list='$(SUBDIRS)'; for subdir in $$list; do \
  312. if test "$$subdir" = .; then :; else \
  313. test -f $$subdir/TAGS && \
  314. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  315. fi; \
  316. done; \
  317. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  318. unique=`for i in $$list; do \
  319. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  320. done | \
  321. $(AWK) ' { files[$$0] = 1; } \
  322. END { for (i in files) print i; }'`; \
  323. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  324. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  325. $$tags $$unique
  326. ctags: CTAGS
  327. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  328. $(TAGS_FILES) $(LISP)
  329. tags=; \
  330. here=`pwd`; \
  331. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  332. unique=`for i in $$list; do \
  333. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  334. done | \
  335. $(AWK) ' { files[$$0] = 1; } \
  336. END { for (i in files) print i; }'`; \
  337. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  338. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  339. $$tags $$unique
  340. GTAGS:
  341. here=`$(am__cd) $(top_builddir) && pwd` \
  342. && cd $(top_srcdir) \
  343. && gtags -i $(GTAGS_ARGS) $$here
  344. distclean-tags:
  345. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  346. distdir: $(DISTFILES)
  347. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  348. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  349. list='$(DISTFILES)'; for file in $$list; do \
  350. case $$file in \
  351. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  352. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  353. esac; \
  354. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  355. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  356. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  357. dir="/$$dir"; \
  358. $(mkdir_p) "$(distdir)$$dir"; \
  359. else \
  360. dir=''; \
  361. fi; \
  362. if test -d $$d/$$file; then \
  363. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  364. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  365. fi; \
  366. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  367. else \
  368. test -f $(distdir)/$$file \
  369. || cp -p $$d/$$file $(distdir)/$$file \
  370. || exit 1; \
  371. fi; \
  372. done
  373. list='$(SUBDIRS)'; for subdir in $$list; do \
  374. if test "$$subdir" = .; then :; else \
  375. test -d "$(distdir)/$$subdir" \
  376. || mkdir "$(distdir)/$$subdir" \
  377. || exit 1; \
  378. (cd $$subdir && \
  379. $(MAKE) $(AM_MAKEFLAGS) \
  380. top_distdir="../$(top_distdir)" \
  381. distdir="../$(distdir)/$$subdir" \
  382. distdir) \
  383. || exit 1; \
  384. fi; \
  385. done
  386. check-am: all-am
  387. check: check-recursive
  388. all-am: Makefile
  389. installdirs: installdirs-recursive
  390. installdirs-am:
  391. install: install-recursive
  392. install-exec: install-exec-recursive
  393. install-data: install-data-recursive
  394. uninstall: uninstall-recursive
  395. install-am: all-am
  396. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  397. installcheck: installcheck-recursive
  398. install-strip:
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. `test -z '$(STRIP)' || \
  402. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  403. mostlyclean-generic:
  404. clean-generic:
  405. distclean-generic:
  406. -rm -f $(CONFIG_CLEAN_FILES)
  407. maintainer-clean-generic:
  408. @echo "This command is intended for maintainers to use"
  409. @echo "it deletes files that may require special tools to rebuild."
  410. clean: clean-recursive
  411. clean-am: clean-generic clean-libtool mostlyclean-am
  412. distclean: distclean-recursive
  413. -rm -f Makefile
  414. distclean-am: clean-am distclean-generic distclean-libtool \
  415. distclean-tags
  416. dvi: dvi-recursive
  417. dvi-am:
  418. html: html-recursive
  419. info: info-recursive
  420. info-am:
  421. install-data-am:
  422. install-exec-am:
  423. install-info: install-info-recursive
  424. install-man:
  425. installcheck-am:
  426. maintainer-clean: maintainer-clean-recursive
  427. -rm -f Makefile
  428. maintainer-clean-am: distclean-am maintainer-clean-generic
  429. mostlyclean: mostlyclean-recursive
  430. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  431. pdf: pdf-recursive
  432. pdf-am:
  433. ps: ps-recursive
  434. ps-am:
  435. uninstall-am: uninstall-info-am
  436. uninstall-info: uninstall-info-recursive
  437. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  438. clean clean-generic clean-libtool clean-recursive ctags \
  439. ctags-recursive distclean distclean-generic distclean-libtool \
  440. distclean-recursive distclean-tags distdir dvi dvi-am html \
  441. html-am info info-am install install-am install-data \
  442. install-data-am install-exec install-exec-am install-info \
  443. install-info-am install-man install-strip installcheck \
  444. installcheck-am installdirs installdirs-am maintainer-clean \
  445. maintainer-clean-generic maintainer-clean-recursive \
  446. mostlyclean mostlyclean-generic mostlyclean-libtool \
  447. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  448. uninstall uninstall-am uninstall-info-am
  449. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  450. # Otherwise a system limit (for SysV at least) may be exceeded.
  451. .NOEXPORT: