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.

528 lines
15KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # doc/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)/libsamplerate
  67. pkgincludedir = $(includedir)/libsamplerate
  68. pkglibdir = $(libdir)/libsamplerate
  69. pkglibexecdir = $(libexecdir)/libsamplerate
  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-w64-mingw32
  83. host_triplet = x86_64-w64-mingw32
  84. target_triplet = x86_64-w64-mingw32
  85. subdir = doc
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
  88. $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
  89. $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
  90. $(top_srcdir)/M4/lrintf.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)/src/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_$(V))
  101. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_$(V))
  105. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  106. am__v_GEN_0 = @echo " GEN " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_$(V))
  109. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  120. am__vpath_adj = case $$p in \
  121. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  122. *) f=$$p;; \
  123. esac;
  124. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  125. am__install_max = 40
  126. am__nobase_strip_setup = \
  127. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  128. am__nobase_strip = \
  129. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  130. am__nobase_list = $(am__nobase_strip_setup); \
  131. for p in $$list; do echo "$$p $$p"; done | \
  132. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  133. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  134. if (++n[$$2] == $(am__install_max)) \
  135. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  136. END { for (dir in files) print dir, files[dir] }'
  137. am__base_list = \
  138. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  139. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  140. am__uninstall_files_from_dir = { \
  141. test -z "$$files" \
  142. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  143. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  144. $(am__cd) "$$dir" && rm -f $$files; }; \
  145. }
  146. am__installdirs = "$(DESTDIR)$(htmldir)"
  147. DATA = $(html_DATA)
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog NEWS
  150. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  151. ACLOCAL = aclocal-1.15
  152. ACLOCAL_AMFLAGS = -I M4
  153. ALSA_LIBS =
  154. AMTAR = $${TAR-tar}
  155. AM_DEFAULT_VERBOSITY = 0
  156. AR = ar
  157. AUTOCONF = autoconf
  158. AUTOHEADER = autoheader
  159. AUTOMAKE = automake-1.15
  160. AWK = gawk
  161. CC = gcc
  162. CCDEPMODE = depmode=gcc3
  163. CFLAGS = -fPIC -g -O3 -march=nocona -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe
  164. COMPILER_IS_GCC =
  165. CPP = gcc -E
  166. CPPFLAGS =
  167. CXX = g++
  168. CXXCPP = g++ -E
  169. CXXDEPMODE = depmode=gcc3
  170. CXXFLAGS = -fPIC -g -O3 -march=nocona
  171. CYGPATH_W = cygpath -w
  172. DEFS = -DHAVE_CONFIG_H
  173. DEPDIR = .deps
  174. DLLTOOL = dlltool
  175. DLLWRAP = dllwrap
  176. DSYMUTIL =
  177. DUMPBIN =
  178. ECHO_C =
  179. ECHO_N = -n
  180. ECHO_T =
  181. EGREP = /usr/bin/grep -E
  182. EXEEXT = .exe
  183. FFTW3_CFLAGS =
  184. FFTW3_LIBS =
  185. FGREP = /usr/bin/grep -F
  186. GCC_MAJOR_VERSION = 7
  187. GREP = /usr/bin/grep
  188. HAVE_FFTW3 = 0
  189. HAVE_SNDFILE = 0
  190. INSTALL = /usr/bin/install -c
  191. INSTALL_DATA = ${INSTALL} -m 644
  192. INSTALL_PROGRAM = ${INSTALL}
  193. INSTALL_SCRIPT = ${INSTALL}
  194. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  195. LD = C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  196. LDFLAGS =
  197. LIBOBJS =
  198. LIBS = -lm
  199. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  200. LIPO =
  201. LN_S = cp -pR
  202. LTLIBOBJS =
  203. LT_SYS_LIBRARY_PATH =
  204. MAKEINFO = makeinfo
  205. MANIFEST_TOOL = :
  206. MKDIR_P = /usr/bin/mkdir -p
  207. NM = /mingw64/bin/nm -B
  208. NMEDIT =
  209. OBJDUMP = objdump
  210. OBJEXT = o
  211. OS_SPECIFIC_INCLUDES =
  212. OS_SPECIFIC_LINKS = -lwinmm
  213. OTOOL =
  214. OTOOL64 =
  215. PACKAGE = libsamplerate
  216. PACKAGE_BUGREPORT = erikd@mega-nerd.com
  217. PACKAGE_NAME = libsamplerate
  218. PACKAGE_STRING = libsamplerate 0.1.9
  219. PACKAGE_TARNAME = libsamplerate
  220. PACKAGE_URL = http://www.mega-nerd.com/libsamplerate/
  221. PACKAGE_VERSION = 0.1.9
  222. PATH_SEPARATOR = :
  223. PEXPORTS =
  224. PKG_CONFIG =
  225. PKG_CONFIG_LIBDIR =
  226. PKG_CONFIG_PATH = /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  227. RANLIB = ranlib
  228. RC = windres
  229. SED = /usr/bin/sed
  230. SET_MAKE =
  231. SHARED_VERSION_INFO = 1:8:1
  232. SHELL = /bin/sh
  233. SHLIB_VERSION_ARG =
  234. SNDFILE_CFLAGS =
  235. SNDFILE_LIBS =
  236. STRIP = strip
  237. VERSION = 0.1.9
  238. abs_builddir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/doc
  239. abs_srcdir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/doc
  240. abs_top_builddir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9
  241. abs_top_srcdir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9
  242. ac_ct_AR = ar
  243. ac_ct_CC = gcc
  244. ac_ct_CXX = g++
  245. ac_ct_DUMPBIN =
  246. am__include = include
  247. am__leading_dot = .
  248. am__quote =
  249. am__tar = $${TAR-tar} chof - "$$tardir"
  250. am__untar = $${TAR-tar} xf -
  251. bindir = ${exec_prefix}/bin
  252. build = x86_64-w64-mingw32
  253. build_alias = x86_64-w64-mingw32
  254. build_cpu = x86_64
  255. build_os = mingw32
  256. build_vendor = w64
  257. builddir = .
  258. datadir = ${datarootdir}
  259. datarootdir = ${prefix}/share
  260. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  261. dvidir = ${docdir}
  262. exec_prefix = ${prefix}
  263. host = x86_64-w64-mingw32
  264. host_alias =
  265. host_cpu = x86_64
  266. host_os = mingw32
  267. host_vendor = w64
  268. htmldir = $(htmldocdir)
  269. htmldocdir = /f/git/Rack/plugins/Fundamental/dep/share/doc/libsamplerate0-dev/html
  270. includedir = ${prefix}/include
  271. infodir = ${datarootdir}/info
  272. install_sh = ${SHELL} /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Cfg/install-sh
  273. libdir = ${exec_prefix}/lib
  274. libexecdir = ${exec_prefix}/libexec
  275. localedir = ${datarootdir}/locale
  276. localstatedir = ${prefix}/var
  277. mandir = ${datarootdir}/man
  278. mkdir_p = $(MKDIR_P)
  279. oldincludedir = /usr/include
  280. pdfdir = ${docdir}
  281. prefix = /f/git/Rack/plugins/Fundamental/dep
  282. program_transform_name = s,x,x,
  283. psdir = ${docdir}
  284. runstatedir = ${localstatedir}/run
  285. sbindir = ${exec_prefix}/sbin
  286. sharedstatedir = ${prefix}/com
  287. srcdir = .
  288. sysconfdir = ${prefix}/etc
  289. target = x86_64-w64-mingw32
  290. target_alias =
  291. target_cpu = x86_64
  292. target_os = mingw32
  293. target_vendor = w64
  294. top_build_prefix = ../
  295. top_builddir = ..
  296. top_srcdir = ..
  297. html_DATA = SRC.png SRC.css index.html license.html history.html download.html \
  298. lists.html quality.html win32.html faq.html api.html \
  299. api_simple.html api_callback.html api_full.html api_misc.html
  300. EXTRA_DIST = $(html_DATA)
  301. all: all-am
  302. .SUFFIXES:
  303. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  304. @for dep in $?; do \
  305. case '$(am__configure_deps)' in \
  306. *$$dep*) \
  307. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  308. && { if test -f $@; then exit 0; else break; fi; }; \
  309. exit 1;; \
  310. esac; \
  311. done; \
  312. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  313. $(am__cd) $(top_srcdir) && \
  314. $(AUTOMAKE) --gnu doc/Makefile
  315. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  316. @case '$?' in \
  317. *config.status*) \
  318. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  319. *) \
  320. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  321. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  322. esac;
  323. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  324. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  325. $(top_srcdir)/configure: $(am__configure_deps)
  326. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  327. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  328. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  329. $(am__aclocal_m4_deps):
  330. mostlyclean-libtool:
  331. -rm -f *.lo
  332. clean-libtool:
  333. -rm -rf .libs _libs
  334. install-htmlDATA: $(html_DATA)
  335. @$(NORMAL_INSTALL)
  336. @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
  337. if test -n "$$list"; then \
  338. echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
  339. $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
  340. fi; \
  341. for p in $$list; do \
  342. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  343. echo "$$d$$p"; \
  344. done | $(am__base_list) | \
  345. while read files; do \
  346. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
  347. $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
  348. done
  349. uninstall-htmlDATA:
  350. @$(NORMAL_UNINSTALL)
  351. @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
  352. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  353. dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
  354. tags TAGS:
  355. ctags CTAGS:
  356. cscope cscopelist:
  357. distdir: $(DISTFILES)
  358. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  359. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  360. list='$(DISTFILES)'; \
  361. dist_files=`for file in $$list; do echo $$file; done | \
  362. sed -e "s|^$$srcdirstrip/||;t" \
  363. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  364. case $$dist_files in \
  365. */*) $(MKDIR_P) `echo "$$dist_files" | \
  366. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  367. sort -u` ;; \
  368. esac; \
  369. for file in $$dist_files; do \
  370. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  371. if test -d $$d/$$file; then \
  372. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  373. if test -d "$(distdir)/$$file"; then \
  374. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  375. fi; \
  376. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  377. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  378. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  379. fi; \
  380. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  381. else \
  382. test -f "$(distdir)/$$file" \
  383. || cp -p $$d/$$file "$(distdir)/$$file" \
  384. || exit 1; \
  385. fi; \
  386. done
  387. check-am: all-am
  388. check: check-am
  389. all-am: Makefile $(DATA)
  390. installdirs:
  391. for dir in "$(DESTDIR)$(htmldir)"; do \
  392. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  393. done
  394. install: install-am
  395. install-exec: install-exec-am
  396. install-data: install-data-am
  397. uninstall: uninstall-am
  398. install-am: all-am
  399. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  400. installcheck: installcheck-am
  401. install-strip:
  402. if test -z '$(STRIP)'; then \
  403. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  404. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  405. install; \
  406. else \
  407. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  408. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  409. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  410. fi
  411. mostlyclean-generic:
  412. clean-generic:
  413. distclean-generic:
  414. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  415. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  416. maintainer-clean-generic:
  417. @echo "This command is intended for maintainers to use"
  418. @echo "it deletes files that may require special tools to rebuild."
  419. clean: clean-am
  420. clean-am: clean-generic clean-libtool mostlyclean-am
  421. distclean: distclean-am
  422. -rm -f Makefile
  423. distclean-am: clean-am distclean-generic
  424. dvi: dvi-am
  425. dvi-am:
  426. html: html-am
  427. html-am:
  428. info: info-am
  429. info-am:
  430. install-data-am: install-htmlDATA
  431. install-dvi: install-dvi-am
  432. install-dvi-am:
  433. install-exec-am:
  434. install-html: install-html-am
  435. install-html-am:
  436. install-info: install-info-am
  437. install-info-am:
  438. install-man:
  439. install-pdf: install-pdf-am
  440. install-pdf-am:
  441. install-ps: install-ps-am
  442. install-ps-am:
  443. installcheck-am:
  444. maintainer-clean: maintainer-clean-am
  445. -rm -f Makefile
  446. maintainer-clean-am: distclean-am maintainer-clean-generic
  447. mostlyclean: mostlyclean-am
  448. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  449. pdf: pdf-am
  450. pdf-am:
  451. ps: ps-am
  452. ps-am:
  453. uninstall-am: uninstall-htmlDATA
  454. .MAKE: install-am install-strip
  455. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  456. cscopelist-am ctags-am distclean distclean-generic \
  457. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  458. install install-am install-data install-data-am install-dvi \
  459. install-dvi-am install-exec install-exec-am install-html \
  460. install-html-am install-htmlDATA install-info install-info-am \
  461. install-man install-pdf install-pdf-am install-ps \
  462. install-ps-am install-strip installcheck installcheck-am \
  463. installdirs maintainer-clean maintainer-clean-generic \
  464. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  465. ps ps-am tags-am uninstall uninstall-am uninstall-htmlDATA
  466. .PRECIOUS: Makefile
  467. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  468. # Otherwise a system limit (for SysV at least) may be exceeded.
  469. .NOEXPORT: