Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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 = doc/outdated
  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. DOCS = accesslog.txt \
  307. authentication.txt \
  308. cgi.txt \
  309. compress.txt \
  310. configuration.txt \
  311. extforward.txt \
  312. fastcgi-state.txt \
  313. fastcgi.txt \
  314. features.txt \
  315. performance.txt \
  316. plugins.txt \
  317. proxy.txt \
  318. redirect.txt \
  319. rewrite.txt \
  320. secdownload.txt \
  321. security.txt \
  322. simple-vhost.txt \
  323. skeleton.txt \
  324. ssi.txt \
  325. ssl.txt \
  326. state.txt \
  327. rrdtool.txt \
  328. alias.txt \
  329. userdir.txt \
  330. access.txt \
  331. traffic-shaping.txt \
  332. setenv.txt \
  333. status.txt \
  334. scgi.txt \
  335. webdav.txt \
  336. expire.txt \
  337. dirlisting.txt \
  338. evhost.txt \
  339. magnet.txt
  340. HTMLDOCS = accesslog.html \
  341. authentication.html \
  342. cgi.html \
  343. compress.html \
  344. configuration.html \
  345. extforward.html \
  346. fastcgi-state.html \
  347. fastcgi.html \
  348. features.html \
  349. performance.html \
  350. plugins.html \
  351. proxy.html \
  352. redirect.html \
  353. rewrite.html \
  354. secdownload.html \
  355. security.html \
  356. simple-vhost.html \
  357. skeleton.html \
  358. ssi.html \
  359. ssl.html \
  360. state.html \
  361. rrdtool.html \
  362. alias.html \
  363. userdir.html \
  364. access.html \
  365. traffic-shaping.html \
  366. setenv.html \
  367. status.html \
  368. scgi.html \
  369. webdav.html \
  370. expire.html \
  371. dirlisting.html \
  372. evhost.html \
  373. magnet.html
  374. EXTRA_DIST = \
  375. state.dot fastcgi-state.dot \
  376. $(DOCS)
  377. all: all-am
  378. .SUFFIXES:
  379. .SUFFIXES: .html .txt
  380. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  381. @for dep in $?; do \
  382. case '$(am__configure_deps)' in \
  383. *$$dep*) \
  384. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  385. && { if test -f $@; then exit 0; else break; fi; }; \
  386. exit 1;; \
  387. esac; \
  388. done; \
  389. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/outdated/Makefile'; \
  390. $(am__cd) $(top_srcdir) && \
  391. $(AUTOMAKE) --foreign doc/outdated/Makefile
  392. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  393. @case '$?' in \
  394. *config.status*) \
  395. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  396. *) \
  397. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  398. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  399. esac;
  400. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  401. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  402. $(top_srcdir)/configure: $(am__configure_deps)
  403. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  404. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  405. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  406. $(am__aclocal_m4_deps):
  407. mostlyclean-libtool:
  408. -rm -f *.lo
  409. clean-libtool:
  410. -rm -rf .libs _libs
  411. tags TAGS:
  412. ctags CTAGS:
  413. cscope cscopelist:
  414. distdir: $(BUILT_SOURCES)
  415. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  416. distdir-am: $(DISTFILES)
  417. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  418. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  419. list='$(DISTFILES)'; \
  420. dist_files=`for file in $$list; do echo $$file; done | \
  421. sed -e "s|^$$srcdirstrip/||;t" \
  422. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  423. case $$dist_files in \
  424. */*) $(MKDIR_P) `echo "$$dist_files" | \
  425. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  426. sort -u` ;; \
  427. esac; \
  428. for file in $$dist_files; do \
  429. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  430. if test -d $$d/$$file; then \
  431. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  432. if test -d "$(distdir)/$$file"; then \
  433. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  434. fi; \
  435. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  436. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  437. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  438. fi; \
  439. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  440. else \
  441. test -f "$(distdir)/$$file" \
  442. || cp -p $$d/$$file "$(distdir)/$$file" \
  443. || exit 1; \
  444. fi; \
  445. done
  446. check-am: all-am
  447. check: check-am
  448. all-am: Makefile
  449. installdirs:
  450. install: install-am
  451. install-exec: install-exec-am
  452. install-data: install-data-am
  453. uninstall: uninstall-am
  454. install-am: all-am
  455. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  456. installcheck: installcheck-am
  457. install-strip:
  458. if test -z '$(STRIP)'; then \
  459. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  460. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  461. install; \
  462. else \
  463. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  464. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  465. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  466. fi
  467. mostlyclean-generic:
  468. clean-generic:
  469. distclean-generic:
  470. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  471. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  472. maintainer-clean-generic:
  473. @echo "This command is intended for maintainers to use"
  474. @echo "it deletes files that may require special tools to rebuild."
  475. clean: clean-am
  476. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  477. distclean: distclean-am
  478. -rm -f Makefile
  479. distclean-am: clean-am distclean-generic
  480. dvi: dvi-am
  481. dvi-am:
  482. html: html-am
  483. html-am: html-local
  484. info: info-am
  485. info-am:
  486. install-data-am:
  487. install-dvi: install-dvi-am
  488. install-dvi-am:
  489. install-exec-am:
  490. install-html: install-html-am
  491. install-html-am:
  492. install-info: install-info-am
  493. install-info-am:
  494. install-man:
  495. install-pdf: install-pdf-am
  496. install-pdf-am:
  497. install-ps: install-ps-am
  498. install-ps-am:
  499. installcheck-am:
  500. maintainer-clean: maintainer-clean-am
  501. -rm -f Makefile
  502. maintainer-clean-am: distclean-am maintainer-clean-generic
  503. mostlyclean: mostlyclean-am
  504. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  505. pdf: pdf-am
  506. pdf-am:
  507. ps: ps-am
  508. ps-am:
  509. uninstall-am:
  510. .MAKE: install-am install-strip
  511. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  512. clean-local cscopelist-am ctags-am distclean distclean-generic \
  513. distclean-libtool distdir dvi dvi-am html html-am html-local \
  514. info info-am install install-am install-data install-data-am \
  515. install-dvi install-dvi-am install-exec install-exec-am \
  516. install-html install-html-am install-info install-info-am \
  517. install-man install-pdf install-pdf-am install-ps \
  518. install-ps-am install-strip installcheck installcheck-am \
  519. installdirs maintainer-clean maintainer-clean-generic \
  520. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  521. ps ps-am tags-am uninstall uninstall-am
  522. .PRECIOUS: Makefile
  523. .txt.html:
  524. rst2html $^ > $@
  525. html-local: $(HTMLDOCS)
  526. #%.ps.gz: %.ps
  527. # gzip $^
  528. #%.ps: %.dot
  529. # dot -Tps -o $@ $^
  530. clean-local:
  531. rm -f *.html
  532. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  533. # Otherwise a system limit (for SysV at least) may be exceeded.
  534. .NOEXPORT: